Skip to content
  1. Mar 17, 2024
  2. Dec 16, 2018
  3. Sep 21, 2015
  4. Jun 28, 2015
    • David King's avatar
      build: Make autoconf-archive support optional · 43632238
      David King authored
      As autoconf-archive installs the same ax_*.m4 macros that gnome-common
      installs, which are copied from autoconf-archive into gnome-common, add
      a configure argument to toggle autoconf-archive support.
      
      Passing --without-autoconf-archive to configure (or not providing an
      argument) disables compatibility (parallel-installability) with
      autoconf-archive, and installs the ax_*.m4 macros. If
      --with-autoconf-archive is passed to configure, the macros are not
      installed, and gnome-common will not install any M4 macros that conflict
      with autoconf-archive.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=747920
      43632238
  5. Apr 24, 2015
  6. Jan 27, 2015
  7. Jan 16, 2015
    • Philip Withnall's avatar
      macros2: Deprecate GNOME_COMPILE_WARNINGS · b57bae0b
      Philip Withnall authored
      Use AX_COMPILER_FLAGS instead, which comes from the autoconf-archive. It
      supports more compilers than just GCC, has a wider selection of flags,
      supports LDFLAGS, and is maintained for more projects than just GNOME.
      
      GNOME_COMPILE_WARNINGS has not been ported to AX_COMPILER_FLAGS as:
       • the default argument is a little difficult to map to
         AX_COMPILER_FLAGS’ IS-RELEASE argument; and
       • AX_COMPILER_FLAGS depends on some other macros in autoconf-archive
         licenced as GPLv3, which would potentially be tricky to copy into
         gnome-common.
      
      The --enable-iso-c argument is deprecated as well. Projects should
      choose which C standard they want to use, and hard-code that in their
      compiler flags. It is not something which should be set by the
      developer.
      
      GNOME_CXX_WARNINGS is not deprecated, but may be in future.
      
      No further changes should be made to GNOME_COMPILE_WARNINGS: please make
      them to AX_COMPILER_FLAGS instead.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=729407
      b57bae0b
  8. Dec 23, 2014
  9. Dec 15, 2014
  10. Sep 23, 2014
  11. Sep 22, 2014
  12. Sep 15, 2014
  13. Sep 11, 2014
  14. Aug 28, 2014
  15. Aug 26, 2014
  16. Aug 18, 2014
  17. Jul 10, 2014
  18. May 13, 2014
  19. May 02, 2014
  20. Apr 15, 2014
  21. Mar 24, 2014
  22. Mar 22, 2014
  23. Mar 13, 2014
  24. Mar 12, 2014
  25. Dec 16, 2013
  26. Oct 29, 2013
  27. Oct 01, 2013
  28. Sep 23, 2013