Skip to content
Snippets Groups Projects
  1. Oct 26, 2015
  2. Oct 15, 2015
  3. Oct 13, 2015
    • Dominic Kempf's avatar
      Adapt the infrastructure for a collected cmake API doc. · a4535b9a
      Dominic Kempf authored
      We do not want one such documentation per module, but instead
      we would allow people to use it from their module and get a
      documentation generated from all the dependent modules. This
      needs some changes to the machine.
      a4535b9a
    • 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
  4. Jul 27, 2015
  5. Jul 09, 2015
    • Christoph Grüninger's avatar
      Extend CMake FAQ. · b20014e9
      Christoph Grüninger authored
      - add question concerning configure options
      - add question concerning disabling options
      - mention deletion of CMakeCache.txt
      b20014e9
    • Christoph Grüninger's avatar
      Improve CMake FAQ. · 08c2294d
      Christoph Grüninger authored
      Update CXXFLAG question.
      More proof reading and line wrapping.
      08c2294d
    • Christoph Grüninger's avatar
      Cleanup of cmakefaq. · 8d2ee549
      Christoph Grüninger authored
      - Get rid of \\ at end of paragraphs
      - Fix various misspellings
      - add some convenience macros
      - add myself as co-author
      - break long lines which were modified anyway
      8d2ee549
  6. Jun 18, 2015
  7. Jun 17, 2015
    • Dominic Kempf's avatar
      Add the CMake FAQ to dune-common · c2e198a9
      Dominic Kempf authored
      This document gathers some beginners question about the CMake
      build system. It is built during make doc and made available
      on the website through the doc installation.
      c2e198a9
  8. Apr 20, 2015
  9. Apr 10, 2015
  10. 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
  11. Oct 06, 2014
  12. Sep 15, 2014
  13. Mar 22, 2014
  14. Mar 12, 2013
  15. Feb 22, 2013
  16. Feb 19, 2013
  17. Feb 15, 2013
  18. Feb 13, 2013
  19. Jan 23, 2013
  20. Sep 20, 2012
  21. Jul 18, 2012
  22. Jul 08, 2012
  23. Jun 09, 2012
  24. May 25, 2012
  25. May 24, 2012
  26. May 04, 2012
  27. Apr 24, 2012
Loading