Skip to content
Snippets Groups Projects
  1. Nov 17, 2015
  2. Oct 26, 2015
  3. Oct 15, 2015
  4. 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
  5. Jul 27, 2015
  6. 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
  7. Jun 18, 2015
  8. 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
  9. Jun 02, 2015
  10. May 25, 2015
  11. Apr 20, 2015
  12. Apr 10, 2015
  13. Mar 11, 2015
  14. Feb 19, 2015
  15. 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
  16. Oct 13, 2014
  17. Oct 06, 2014
  18. Sep 15, 2014
  19. Mar 22, 2014
  20. Jan 15, 2014
  21. Jan 09, 2014
    • Christoph Grüninger's avatar
      [Doxygen][release] Set INCLUDE_GRAPH and INCLUDED_BY_GRAPH to NO. · c1784242
      Christoph Grüninger authored
      With openSuse 12.3 (Doxygen 1.8.5) the generated documentation contains
      lots of huge graphs which show the include dependency graph of a file.
      This lead to large tarballs of 155 MiB compared to 50 MiB with this
      patch.
      With Debian Wheezy (Doxygen 1.8.1.2) the tarballs did not blow up in
      file size. Scanning the Doxygen change log did not enlighten me and
      I remain puzzled why the graph were never built.
      
      INCLUDED_BY_GRAPH is changed to prevent the same behvior for future
      releases. We currently do not include these graphs and this change
      makes the configureation consistent with the result.
      c1784242
  22. Dec 18, 2013
  23. Dec 13, 2013
Loading