1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
====================
cmake language tools
====================
.. image:: https://travis-ci.com/cheshirekow/cmake_format.svg?branch=master
:target: https://travis-ci.com/cheshirekow/cmake_format
.. image:: https://readthedocs.org/projects/cmake-format/badge/?version=latest
:target: https://cmake_format.readthedocs.io
The ``cmakelang`` project provides Quality Assurance (QA) and other language
tools for ``cmake``:
* ``cmake-annotate`` can generate pretty HTML from your listfiles
* ``cmake-format`` can format your listfiles nicely so that they don't
look like crap.
* ``cmake-lint`` can check your listfiles for problems
* ``ctest-to`` can parse a ctest output tree and translate it into a
more structured format (either JSON or XML).
.. toctree::
:maxdepth: 2
installation
configuration
cmake-annotate
cmake-format
cmake-lint
ctest-to
configopts
custom_parsers
parse-tree
parse-algorithm
parse-automatic
contributing
release_process
release_notes
changelog
modules
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|