summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Try to disable -Wunused-function for the glibmm_interface_move test.Murray Cumming2016-03-021-1/+7
| | | | | | | | | | | | | | | | | | | To deal with this clang warning when building with --enable-warnings=fatal. TODO: However, this doesn't actually seem to disable the error. glibmm_interface_move/main.cc:9:1: error: unused function 'glib_autoptr_cleanup_TestIface' [-Werror,-Wunused-function] G_DECLARE_INTERFACE(TestIface, test_Iface, TEST, IFACE, GObject) ^ /opt/gnome/include/glib-2.0/gobject/gtype.h:1565:3: note: expanded from macro 'G_DECLARE_INTERFACE' _GLIB_DEFINE_AUTOPTR_CHAINUP (ModuleObjName, PrerequisiteName) \ ^ /opt/gnome/include/glib-2.0/glib/gmacros.h:421:22: note: expanded from macro '_GLIB_DEFINE_AUTOPTR_CHAINUP' static inline void _GLIB_AUTOPTR_FUNC_NAME(ModuleObjName) (ModuleObjName **_ptr) { \ ^ /opt/gnome/include/glib-2.0/glib/gmacros.h:415:43: note: expanded from macro '_GLIB_AUTOPTR_FUNC_NAME' ^ <scratch space>:224:1: note: expanded from here glib_autoptr_cleanup_TestIface
* Use libsigc++-3.0 and C++14Murray Cumming2016-03-011-2/+2
|
* 2.47.62.47.6Murray Cumming2016-03-011-2/+2
|
* manual refactor target: Error if clang-format is not available.Murray Cumming2016-02-271-1/+2
|
* Makefile.am: Added a manual reformat target, to use clang-format.Murray Cumming2016-02-261-0/+2
|
* Use MM_AX_CXX_COMPILE_STDCXX() instead of MM_AX_CXX_COMPILE_STDCXX_11().Murray Cumming2016-02-061-2/+2
| | | | | This makes it easier to try C++14 sometimes and eventually really switch to it.
* 2.47.42.47.4Murray Cumming2015-12-181-2/+2
|
* 2.47.3.12.47.3.1Murray Cumming2015-11-281-1/+1
|
* 2.47.32.47.3Murray Cumming2015-11-281-1/+1
|
* 2.46.2Murray Cumming2015-11-201-1/+1
|
* Revert "Use -Wzero-as-null-pointer-constant with --enable-warnings=fatal"Murray Cumming2015-11-191-1/+1
| | | | | | | This reverts commit 1755af6e6dc62157737c18e3ed8f5beb4b06e25a. Because it breaks the build do the (correct in C) use of NULL for null pointers in the glib headers. See https://bugzilla.gnome.org/show_bug.cgi?id=757979#c1
* Use -Wzero-as-null-pointer-constant with --enable-warnings=fatalMurray Cumming2015-11-121-1/+1
| | | | But see mm-common bug #757979 .
* 2.46.12.46.1Murray Cumming2015-09-221-1/+1
|
* 2.46.02.46.0Murray Cumming2015-09-211-3/+3
|
* 2.45.802.45.80Murray Cumming2015-09-151-2/+2
|
* MSVC Builds: Move MSVC_Net2010 to MSVC_Net2013Chun-wei Fan2015-09-091-18/+6
| | | | | | | | | | This moves all the project files that were in MSVC_Net2010/ to MSVC_Net2013/, as we can't build glibmm with anything before Visual Studio 2013. Note that the project files themselves have already been updated to be Visual Studio 2013-compatible. Also drop the MSVC_Net2005 and MSVC_Net2008 directories as the projects there are simply not enough to build glibmm at all.
* 2.45.702.45.70Murray Cumming2015-09-031-2/+2
|
* Require the latest libsigc++Murray Cumming2015-09-031-1/+1
| | | | So we can use the trackable move operations.
* 2.45.52Murray Cumming2015-08-221-1/+1
| | | | | | | | | I never released 2.45.1. I had meant to rebase the version change to be the latest commit but forgot to do that. I might not release this one just yet as a tarball either. I just need a version number for the other *mm projects to check for. Releasing a tarball might cause disruption if these latest changes cause problems.
* 2.45.51Murray Cumming2015-08-221-1/+1
|
* 2.45.502.45.50Murray Cumming2015-08-201-2/+2
|
* 2.45.412.45.41Murray Cumming2015-07-241-1/+1
|
* 2.45.402.45.40Murray Cumming2015-07-221-1/+1
| | | | | | I named the previous version 2.45.31 instead of 2.45.3.1, so we have to use a number bigger than 31. Let's say that 40 is like 4 and we'll use 50 for the next one instead of 5. Sorry.
* 2.45.4Murray Cumming2015-07-221-2/+2
|
* 2.45.312.45.31Murray Cumming2015-07-151-2/+2
|
* 2.45.31Murray Cumming2015-07-151-1/+1
|
* configure.ac: Use -Wsuggest-override and -Wshadow with --enable-warnings=fatal.Murray Cumming2015-07-151-1/+1
| | | | | Although -Wsuggest-override isn't actually available yet in my version of g++ (4.9.2).
* configure.ac: Use MM_AX_CXX_COMPILE_STDCXX_11 from mm-common.Murray Cumming2015-07-141-1/+1
| | | | | Instead of AX_CXX_COMPILE_STDCXX_11(). See bug #751432
* Require C++11.Murray Cumming2015-07-091-0/+2
| | | | | | configure.ac: Use AX_CXX_COMPILE_STDCXX_11 to check for compiler support for C++11 and use it (--std=c++11 for current versions of g++).
* 2.45.32.45.3Murray Cumming2015-06-301-2/+2
|
* 2.45.22.45.2Murray Cumming2015-06-081-1/+1
|
* 2.44.02.44.0Murray Cumming2015-03-241-2/+2
|
* 2.43.912.43.91Murray Cumming2015-03-061-1/+1
|
* 2.43.902.43.90Murray Cumming2015-02-261-2/+2
|
* 2.43.32.43.3Murray Cumming2015-01-201-1/+1
|
* 2.43.22.43.2Murray Cumming2014-12-161-1/+1
|
* 2.43.12.43.1Murray Cumming2014-12-031-2/+2
|
* Docs: Use doxygen-extra.cssKjell Ahlstedt2014-11-141-1/+1
| | | | | | * configure.ac: Require mm-common 0.9.7. * .gitignore: Ignore doxygen-extra.css. * docs/reference/Doxyfile.in: Use doxygen-extra.css instead of doxygen.css.
* 2.42.02.42.0Murray Cumming2014-09-221-2/+2
|
* 2.41.42.41.4Murray Cumming2014-09-151-2/+2
|
* 2.41.32.41.3Murray Cumming2014-08-221-2/+2
|
* 2.41.22.41.2Murray Cumming2014-07-281-1/+1
|
* 2.41.12.41.1Murray Cumming2014-06-261-1/+1
|
* 2.41.02.41.0Murray Cumming2014-05-291-2/+2
|
* 2.40.02.40.0Murray Cumming2014-04-131-1/+1
|
* 2.39.932.39.93Murray Cumming2014-04-051-2/+2
|
* 2.39.922.39.92Murray Cumming2014-03-181-2/+2
|
* 2.39.912.39.91Murray Cumming2014-03-041-2/+2
|
* 2.39.42.39.4Murray Cumming2014-02-171-2/+2
|
* 2.39.32.39.3Murray Cumming2014-01-171-1/+1
|