summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CMakePrimer.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] In the CMake primer, correct the description of the ARGV/ARGN variables.Lang Hames2017-08-241-5/+5
| | | | | | ARGN is the sublist of unnamed arguments, not the count of the arguments. llvm-svn: 311632
* [docs] Tweak phrasing of the varargs explanation in the command section of theLang Hames2017-08-171-6/+8
| | | | | | | | | | CMake primer. This moves the introduction of the ARGV/ARGN variables up to immmediately follow the introduction of the concept of variable argument functions, and explicitly connects this concept to C varargs functions. llvm-svn: 311113
* [docs] Fix typo and tweak wording of special variable handling in CMake primer.Lang Hames2017-08-171-5/+4
| | | | llvm-svn: 311112
* [docs] Remove obsolete section in CMake documentation.George Karpenkov2017-07-101-27/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D35023 llvm-svn: 307568
* [docs] fix cmake code-block warningRenato Golin2016-07-201-4/+4
| | | | | | | This will unblock the llvm-sphinx-buildbot, which is currently failing due to a warning being treated as error. llvm-svn: 276100
* [Docs] Add CMake Primer documentChris Bieneman2016-04-291-0/+465
This document is intended to provide a basic overview of the CMake scripting language for LLVM developers. It was unorthodoxly reviewed for accuracy and content on the CMake developer list: http://public.kitware.com/pipermail/cmake-developers/2016-April/028300.html llvm-svn: 268096
OpenPOWER on IntegriCloud