Skip to content
Snippets Groups Projects
  1. Nov 04, 2014
  2. Nov 03, 2014
  3. Nov 01, 2014
  4. Oct 31, 2014
  5. Oct 30, 2014
  6. Oct 29, 2014
  7. Oct 27, 2014
  8. Oct 26, 2014
  9. Oct 24, 2014
  10. Oct 21, 2014
  11. Oct 20, 2014
  12. Oct 07, 2014
  13. Oct 05, 2014
  14. Oct 01, 2014
    • Albert Astals Cid's avatar
      Fix 303287eb · a2477da5
      Albert Astals Cid authored
      It may happen that j is bigger than macGlyphNames size, so don't try to access it
      a2477da5
  15. Sep 30, 2014
  16. Sep 29, 2014
  17. Sep 28, 2014
    • Hib Eris's avatar
      Refactor Makefiles to build a noinst library for parsing args · 21b5fd65
      Hib Eris authored and Albert Astals Cid's avatar Albert Astals Cid committed
      Prevents this automake warning about possible forward-incompatibility:
      
      $ ./autogen.sh
      ...
      cpp/tests/Makefile.am:16: warning: source file '$(top_srcdir)/utils/parseargs.cc' is in a subdirectory,
      cpp/tests/Makefile.am:16: but option 'subdir-objects' is disabled
      automake: warning: possible forward-incompatibility.
      automake: At least a source file is in a subdirectory, but the 'subdir-objects'
      automake: automake option hasn't been enabled.  For now, the corresponding output
      automake: object file(s) will be placed in the top-level directory.  However,
      automake: this behaviour will change in future Automake versions: they will
      automake: unconditionally cause object files to be placed in the same subdirectory
      automake: of the corresponding sources.
      automake: You are advised to start using 'subdir-objects' option throughout your
      automake: project, to avoid future incompatibilities.
      cpp/tests/Makefile.am:20: warning: source file '$(top_srcdir)/utils/parseargs.cc' is in a subdirectory,
      cpp/tests/Makefile.am:20: but option 'subdir-objects' is disabled
      parallel-tests: installing './test-driver'
      test/Makefile.am:58: warning: source file '../utils/parseargs.cc' is in a subdirectory,
      test/Makefile.am:58: but option 'subdir-objects' is disabled
      
      $ automake --version
      automake (GNU automake) 1.14.1
      ...
      
      https://bugs.freedesktop.org/show_bug.cgi?id=83839
      21b5fd65
Loading