summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 2.38.2glibmm-2-38Murray Cumming2014-04-141-1/+1
|
* 2.38.12.38.1Murray Cumming2013-11-181-1/+1
|
* 2.38.02.38.0Murray Cumming2013-10-111-2/+2
|
* 2.37.932.37.93Murray Cumming2013-09-201-2/+2
|
* 2.37.72.37.7Murray Cumming2013-09-101-2/+2
|
* 2.37.62.37.6Murray Cumming2013-08-281-1/+1
|
* 2.37.52.37.5Murray Cumming2013-08-051-2/+2
|
* configure.ac: Avoid deprecated libsigc++ API.Murray Cumming2013-07-261-1/+1
|
* 2.37.42.37.4Murray Cumming2013-07-101-1/+1
|
* Add the configure.ac and NEWS changes from 3.6.2.Murray Cumming2013-06-051-1/+1
|
* Add the configure.ac and NEWS changes from 3.6.1.José Alburquerque2013-06-051-1/+1
|
* Add NEWS and configure.ac changes from glibmm 3.6.0 release.Murray Cumming2013-04-171-1/+1
|
* 2.36.0Murray Cumming2013-04-011-2/+2
|
* 2.35.92.35.9Murray Cumming2013-03-191-2/+2
|
* 2.35.82.35.8Murray Cumming2013-02-211-2/+2
|
* 2.34.02.34.0Murray Cumming2012-10-211-1/+1
|
* Create only .tar.xz tarballs.Murray Cumming2012-10-211-1/+1
| | | | | * configure.ac: This is what ftp.gnome.org wants, so this avoids it doing any repackaging.
* 2.33.142.33.14Murray Cumming2012-10-141-1/+1
|
* Require the latest mm-common.Murray Cumming2012-10-071-1/+1
| | | | | * configure.ac: This should avoid us creating tarballs without the mm-common improvements.
* 2.33.132.33.13Murray Cumming2012-09-251-2/+2
|
* 2.33.122.33.12Murray Cumming2012-09-071-2/+2
|
* 2.33.32.33.4Murray Cumming2012-08-021-1/+1
|
* 2.33.32.33.3Murray Cumming2012-07-101-2/+2
|
* 2.33.22.33.2Murray Cumming2012-06-201-2/+2
|
* 2.33.12.33.1Murray Cumming2012-06-121-1/+1
|
* Gio::Application: Allow the application ID to be empty.Murray Cumming2012-05-271-1/+1
| | | | | | | * configure.ac: Depend on the latest unstable glib release (2.33.1). * gio/src/application.hg: constructor, create(): Add a default (empty string) parameter for the application ID, because this may now be empty if you do not need the full GApplication functionality.
* 2.32.02.32.0Murray Cumming2012-04-101-2/+2
|
* 2.31.222.31.22Murray Cumming2012-03-281-1/+1
|
* 2.31.202.31.20reallyMurray Cumming2012-03-061-1/+1
|
* 2.31.18.12.31.18.1Murray Cumming2012-02-271-1/+1
|
* 2.31.182.31.18Murray Cumming2012-02-211-1/+1
|
* 2.31.16.12.31.16.1Murray Cumming2012-02-141-1/+1
|
* 2.31.162.31.16Murray Cumming2012-02-071-1/+1
|
* 2.31.22.31.2Murray Cumming2011-11-241-1/+1
|
* Require glibmm 2.2.10 so that make check works.Murray Cumming2011-11-181-1/+1
| | | | | | | | * configure.ac: Bug #663686 (Michael Biebl) Conflicts: ChangeLog
* 2.31.0.22.31.0.2Murray Cumming2011-10-261-1/+1
|
* 2.31.0.12.31.0.1Murray Cumming2011-10-261-1/+1
|
* 2.31.02.31.0Murray Cumming2011-10-251-1/+1
|
* Do not use gthread-2.0.Murray Cumming2011-10-251-5/+2
| | | | | | | | | * configure.ac: Do not use gthread-2.0 at all, because it only contains empty functions so it is better to just not call them. Require the latest glib version, to avoid people using this version of glibmm with a version of glib that would need g_thread_init(). * glib/src/thread.ccg: thread_init(): Do not call g_thread_init() because it now does nothing and would require linking to gthread-2.0.
* Fix the make check build by always linking to gthread-2.0.Murray Cumming2011-10-251-4/+4
| | | | | | | | | | | | | * configure.ac: Always use gthread-2.0 because there is now no advantage to not doing that, because threading is now always enabled in glib. Remove the separate GTHREAD* variables. * glib/glibmm/Makefile.am: * gio/giomm/Makefile.am: * tests/Makefile.am: * tools/Makefile.am: * examples/Makefile.am: Remove use of the GTHREAD* variables.. * examples/network/resolver.cc: Remove the non-threading option and code that uses it.
* 2.30.02.30.0Murray Cumming2011-09-271-2/+2
|
* Don't use obsolete macros.Krzesimir Nowak2011-09-221-2/+1
| | | | | | | | | | | | | | | * autogen.sh: Warn about everything during autoreconf. * configure.ac: Replaced obsolete macros with their modern counterparts. * build/c_std.m4: Ditto. * build/cxx.m4: Ditto. * build/cxx_std.m4: Ditto. * build/sun.m4: Ditto. * build/macros.m4: Ditto. Removed all unused macros and renamed to... * build/debug.m4: ...this, because only macro for debugging refcount has left. * build/glibmm_check_perl.m4: Deleted. None of the macros there was used. * build/dk-feature.m4: Use AS_VAR_IF. * Makefile.am: Removed distribution of deleted m4 file.
* 2.29.132.29.13Murray Cumming2011-09-061-1/+1
|
* 2.29.122.29.12Murray Cumming2011-08-311-1/+1
|
* configure: Require the latest libsigc++.Murray Cumming2011-08-221-1/+1
| | | | * configure.ac: Because our tests require it.
* 2.29.112.29.11Murray Cumming2011-07-251-1/+1
|
* 2.29.102.29.10Murray Cumming2011-07-061-1/+1
|
* Add -Wformat-security to the --enable-warnings=fatal build.Murray Cumming2011-06-291-1/+1
| | | | * configure.ac: This seems to be popular now.
* Increase the Glib requirement to 2.29.8.José Alburquerque2011-06-141-0/+1
| | | | | | * configure.ac: The requirement was increased in the previous to the last commit but make sure it is shown clearly in the ChangeLog and in git.
* glibmm: Regenerate the defs and xml doc files.José Alburquerque2011-06-141-1/+1
| | | | | | | | | | | * glib/src/glib_docs.xml: * glib/src/glib_enums.defs: * glib/src/glib_functions.defs: * glib/src/gobject_enums.defs: * glib/src/gobject_functions.defs: Regenerate with Glib 2.29.8 to get the new functions enums and docs. * configure.ac: Increase the Glib requirement to 2.29.8.