summaryrefslogtreecommitdiff
path: root/devel/glibmm
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-14Changes 2.10.4:adam2-6/+6
* Convert functions: Do not try to throw null exceptions when using --enable-api-exceptions=no.
2006-05-22Changes 2.10.3:adam2-6/+6
* gmmproc: Corrections to code generation, to prevent some methods from being empty. This was a regression introduced by the addition of the --enable-api-* options.
2006-05-13Fix buildlink3.mkadam1-1/+2
2006-05-13Changes 2.10.2:adam4-35/+11
* Added --enable-api-properties, --enable-api-vfuncs, and --enable-api-exceptions. When using these, the API, and any API generated by gmmproc, will be changed. This allows users of embedded platforms to reduce the code size of *mm libraries and *mm-using applications, at the small cost of losing some rarely-used API. Alternatives exist for that API, as show in the examples.
2006-04-14Chanes 2.8.6:adam2-6/+6
* Windows Build: - Define GLIBMM_DLL when building with mingw32 or cygwin, because it is needed by gtkmm. * OptionGroup: Allow default values, by not initializing them all. * Slight code size reduction by marking private functions as static.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-12Changes 2.8.5:adam3-13/+9
* Windows Build: - ustring.h: Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug 332438. - Updated MSVC++ build files and README, for MS Visual Studio 2005. * gmmproc code generator: - WRAP_METHOD() Take an extra optional argument: deprecated depractiontext - so that we can insert the appropriate doxygen tag in the documentation, where the C documentation does not do it for us.
2006-02-14Changes 2.8.4:adam3-13/+13
* OptionGroup: Fix memory leaks * Documentation: Fix link in reference documentation header
2006-02-08this insists in glib2>=2.8.0drochner1-1/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2006-01-16Changes 2.8.3:adam4-15/+12
* filename_display_name(): Correct the declaration to fix the linker error. * Build: For reduced-resources devices, optionally allow deprecated API to be left out of the library. * Documentation: - Show Since and Deprecated lists of API. Changes 2.8.2: * Solaris build fix: Correct the detection of make.
2005-10-23Sorted PLISTs.rillig1-3/+3
2005-10-03Changes 2.8.0:adam3-12/+102
API additions since glibmm 2.6: * GModule: Add BIND_LOCAL enum value. * MainContext Added signal_child_watch() and examples/child_watch. * OptionEntry: Added FLAG_NO_ARG, FLAG_FILENAME, FLAG_OPTIONAL_ARG, and FLAG_NOALIAS enum values.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-22gtkmm (previously known as Gtk--) is the official C++ interface for theadam5-0/+714
popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.