summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 2.28.22.28.2glibmm-2-28Murray Cumming2011-06-141-1/+1
|
* Use tar-ustar instead of tar-pax to ensure OpenBSD compatibilityOlav Vitters2011-05-241-1/+1
|
* 2.28.12.28.1Murray Cumming2011-05-091-1/+1
|
* 2.28.02.28.0Murray Cumming2011-04-051-1/+1
|
* Use the latest mm-common.Murray Cumming2011-03-301-1/+1
| | | | | | * configure.ac: Require the latest version. * doc/Makefile.am: Don't specify the mm-common .pl files to distribute because mm-common now does this automatically.
* 2.27.99.22.27.99.2Murray Cumming2011-03-291-1/+1
|
* 2.27.99.12.27.99.1Murray Cumming2011-03-271-1/+1
|
* 2.27.992.27.99Murray Cumming2011-03-241-1/+1
|
* Avoid a tarball dependency on mm-common.Murray Cumming2011-03-241-0/+5
| | | | | | | * configure.ac: Add a call to MM_CONFIG_DOCTOOL_DIR() telling it to copy the files locally and use them from there. * docs/Makefile.am: Dist the copied files, so that the build does not try to use the versions installed by mm-common.
* 2.27.982.27.98Murray Cumming2011-03-231-1/+1
|
* 2.27.972.27.97Murray Cumming2011-03-161-2/+2
|
* Fix missing doc-install.pl problem with the tarball build.Murray Cumming2011-03-161-1/+0
| | | | | | | | | | | | | | | * configure.ac: Remove the call to MM_CONFIG_DOCTOOL_DIR() so we do not copy the mm-common doc utils into glibmm and do not try to use local copies of them. This is what gtkmm and other modules do so it makes sense to do it now for glibmm now that glibmm is not the one that supplies these for pkg-config. This fixes bug #644829 (David Ronis) with the tarball build and Ubuntu launchpad bug https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/735856 (Krzysztof Klimonda) However, I can see the point of distributing copies in the tarball, which could make the tarball build not need mm-common at all. But if we want that then we should decide to do it for gtkmm and other modules too.
* 2.27.962.27.96Murray Cumming2011-03-151-1/+1
|
* 2.27.952.27.95Murray Cumming2011-02-251-1/+1
|
* 2.27.942.27.94Murray Cumming2011-02-211-1/+1
|
* Require glib 2.28.0.Murray Cumming2011-02-151-1/+1
| | | | * configure.ac: Update the version check.
* 2.27.932.27.93Murray Cumming2011-02-011-2/+2
|
* 2.27.91.12.27.91.1Murray Cumming2011-01-171-1/+1
|
* 2.27.912.27.91Murray Cumming2011-01-121-2/+2
|
* 2.27.5.12.27.5.1Murray Cumming2011-01-031-1/+1
|
* Variant: Fix compiler warnings.2.27.5Murray Cumming2010-12-221-2/+2
| | | | | | * glib/src/variant.ccg: Remove some uses of the typename keyword to avoid warnings about using them outside of templates (they were in template specializations, which I guess is different).
* 2.27.4.12.27.4.1Murray Cumming2010-12-151-2/+2
|
* 2.27.42.27.4Murray Cumming2010-11-301-1/+1
|
* 2.27.3.12.27.3.1Murray Cumming2010-11-161-2/+2
|
* 2.27.32.27.3Murray Cumming2010-11-101-2/+2
|
* 2.27.22.27.2Murray Cumming2010-11-021-2/+2
|
* 2.27.12.27.1Murray Cumming2010-10-261-2/+2
|
* Almost ready for 2.27.0 releaseMurray Cumming2010-10-141-1/+1
|
* Add MSVC 2010 project files and 64 bit support to MSVC projectsArmin Burgmeier2010-09-291-1/+7
|
* Depend on glib 2.27.0, because we need GApplication.Murray Cumming2010-09-211-1/+1
| | | | * configure.ac: Increase the glib dependency.
* 2.25.5 changes from glibmm-2-26 branch.Murray Cumming2010-09-191-2/+2
|
* 2.25.42.25.4Murray Cumming2010-09-011-2/+2
|
* 2.25.32.25.3Murray Cumming2010-08-031-2/+2
|
* 2.25.22.25.2Murray Cumming2010-06-181-2/+2
|
* 2.25.12.25.1Murray Cumming2010-06-081-2/+2
|
* Fix make dist with gsettings exampleJonathon Jongsma2010-06-011-0/+1
|
* Wrapped new glib-2.26 methods.José Alburquerque2010-05-311-1/+1
| | | | | | | | | | | | | | | | * configure.ac: Bump the glib requirement up to 2.25.7 because of the new methods that are wrapped. * glib/src/glib_docs.xml: * glib/src/glib_functions.defs: Regenerate to get new methods and the docs for them. * glib/src/keyfile.ccg: * glib/src/keyfile.hg (get_boolean): Added method overload (as other get_*() methods have). (get_int64, get_uint64, set_int64, set_uint64): * glib/src/regex.hg (get_compile_flags, get_match_flags): Wrapped new methods. * gio/src/settings.hg: * gio/src/socket.hg: Add some forgotten _IGNORE's and @newin{}'s.
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-4/+6
| | | | | | | | | * configure.ac: Removed the --enable-api-exceptions, --enable-api-properties, --enable-api-vfuncs and --enable-api-default-signal-handlers options. * build/reduced.m4: Removed. * tools/m4/*.m4: * tools/pm/Output.pm: Remove any use of ifdefs and auto_ptr for reduced API. * *.[hg|ccg|h|cc]: Remove the idefed code.
* Require glib 2.25.1 for GSettingsJonathon Jongsma2010-04-221-1/+1
|
* 2.24.12.24.1Murray Cumming2010-04-161-1/+1
|
* 2.24.02.24.0Murray Cumming2010-03-291-2/+2
|
* 2.23.42.23.4Murray Cumming2010-03-261-1/+1
|
* 2.23.3glibmm-2.23.3Murray Cumming2010-03-081-2/+2
|
* 2.23.2:glibmm-2.23.2Murray Cumming2010-02-051-1/+1
| | | | | | | | Also: NEWS: Added 2.23.1 entry from the tarball. Jonathan probably forgot to commit/push it. ChangeLog: Added commit entries for changes that had no ChangeLog entries. Not happy about this.
* Bug #606146 - Relax the glib requirementJonathon Jongsma2010-01-051-1/+1
| | | | | | I was accidentally too aggressive with bumping the glib requirement. This resulted in the last release depending on an unreleased version of glib from git.
* Update NEWS, bump versioning for 2.23.0 releaseJonathon Jongsma2010-01-021-1/+1
|
* Regenerate gio_methods.defs, bump glib requirementJonathon Jongsma2010-01-021-2/+2
|
* Update for 2.22.1glibmm-2.22.1Jonathon Jongsma2009-09-211-1/+1
|
* Update version and NEWS for 2.22.0glibmm-2.22.0Jonathon Jongsma2009-09-211-1/+1
|
* Support Automake silent rulesDaniel Elstner2009-09-191-2/+4
| | | | | | | * configure.ac: Call the AM_SILENT_RULES macro if it is defined. (AM_INIT_AUTOMAKE): Add check-news option. * glib/src/Makefile.am: Prefix the M4 command line with $(AM_V_GEN) in order to support the silent rules feature of Automake.