Skip to content
Snippets Groups Projects
  1. Nov 08, 2014
    • Jö Fahlke's avatar
      [vc] Simplify ignore lists. · 251deeb0
      Jö Fahlke authored
      "Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the
      rules are applied recursively.
      
      Test programs etc. should be listed as "/program" in their directory's
      .gitignore, so they are not accidentially ignored in a lower level directory.
      251deeb0
  2. Jan 15, 2014
  3. Jun 19, 2013
  4. May 15, 2013
  5. May 08, 2013
  6. May 07, 2013
  7. Mar 14, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions... · e84d7f77
      Markus Blatt authored
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions in some autoconf versions.
      
      For some autoconf versions there was a race condition between ax_boost_base.m4 and dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (instead of ENABLE_BOOST). For others there were even two definitions of it (one with and one without value). 
      
      This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_BOOST and defines a value for it if boost is found.
      
      Please change your code such the preprocessor directives checking for boost from
      #if HAVE_BOOST
      to
      #if HAVE_DUNE_BOOST
      
      Resolves flyspray 1265 and presumably 1249.
      
      [[Imported from SVN: r7422]]
      e84d7f77
  8. Feb 19, 2013
  9. Feb 13, 2013
  10. Dec 08, 2009
  11. Oct 14, 2009
  12. May 25, 2008
  13. Oct 27, 2006
  14. Jul 12, 2006
  15. May 17, 2006
  16. Apr 14, 2006
  17. Apr 05, 2005
  18. Dec 08, 2004
  19. Dec 01, 2004
  20. Oct 26, 2004
  21. Oct 12, 2004
  22. Nov 10, 2003
  23. Jul 01, 2003
  24. Mar 17, 2003
Loading