Skip to content
Snippets Groups Projects
  1. Oct 23, 2015
  2. Oct 16, 2015
  3. Oct 15, 2015
  4. Oct 14, 2015
  5. 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
  6. Oct 06, 2015
  7. Oct 03, 2015
  8. Sep 30, 2015
  9. Sep 29, 2015
  10. Sep 24, 2015
  11. Sep 23, 2015
  12. Sep 19, 2015
  13. Sep 18, 2015
  14. Sep 16, 2015
    • Oliver Sander's avatar
      Reimplement the PromotionTraits class using decltype and declval · c1177be5
      Oliver Sander authored
      The previous implementation consisted of a list of promotion rules for
      various types.  The new implementation is much shorter and more general:
      it will also work for types not on the old list.  The promoted type is
      now defined as the result type of the addition of the two input types.
      There is no special reason to use addition here, but it does reproduce
      the precise behavior of the old implementation.
      c1177be5
  15. Sep 12, 2015
  16. Sep 09, 2015
Loading