Skip to content
Snippets Groups Projects
  1. Oct 23, 2015
  2. Oct 13, 2015
    • Dominic Kempf's avatar
      Initial implementation of the sphinx-based CMake API documentation · 06f656c0
      Dominic Kempf authored
      This includes the following workflow:
      
      * The cmake module path is globbed for any modules matching *.cmake
      * The opening comment is parsed for the following rst directives:
        cmake_function, cmake_module, cmake_variables
      * From those, a browsable documentation is generated.
      
      To run properly, a python interpreter and sphinx are needed.
      06f656c0
  3. Jul 27, 2015
  4. 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
  5. Jan 15, 2014
  6. Jun 19, 2013
  7. May 15, 2013
  8. May 08, 2013
  9. May 07, 2013
  10. 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
  11. Feb 19, 2013
  12. Feb 13, 2013
  13. Dec 08, 2009
  14. Oct 14, 2009
  15. May 25, 2008
  16. Oct 27, 2006
  17. Jul 12, 2006
  18. May 17, 2006
  19. Apr 14, 2006
  20. Apr 05, 2005
  21. Dec 08, 2004
  22. Dec 01, 2004
  23. Oct 26, 2004
  24. Oct 12, 2004
  25. Nov 10, 2003
  26. Jul 01, 2003
  27. Mar 17, 2003
Loading