summaryrefslogtreecommitdiffstats
path: root/Source/cmPropertyDefinition.cxx
Commit message (Collapse)AuthorAgeFilesLines
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-2/+0
|
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-12/+9
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Source: Stabilize include orderBrad King2016-04-291-0/+1
| | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
* stringapi: Use strings for property namesBen Boeckel2014-03-081-1/+1
| | | | Property names are always generated by CMake and should never be NULL.
* Drop unused builtin documentation APIsBrad King2013-10-161-13/+0
| | | | | Now that all DefineProperty documentation calls have been dropped, drop the supporting APIs.
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-1/+0
| | | | | We need only 'Brief' for usage documentation. We no longer have builtin 'Full' documentation, which is now in Help/*/*.rst files.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-4/+8
| | | | there, also provides secitons for Variables now
* BUG: revert doc changes since VS7 cannot compile them, will implement them ↵Ken Martin2007-10-091-2/+2
| | | | in a different manner
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-2/+2
|
* STYLE: sort the property documentation intoAlexander Neundorf2007-07-111-20/+1
| | | | | | global/directory/target/test/sourcefile and variable sections Alex
* BUG: Fixed spelling of globally in global property names.Brad King2007-06-271-1/+1
|
* ENH: added the ability to document variables and cached_variablesKen Martin2007-06-251-0/+5
|
* ENH: fix compiler warningKen Martin2006-12-051-6/+6
|
* ENH: fix compiler warningKen Martin2006-12-051-0/+4
|
* ENH: getting some of the property changed chewcked into CVS at leastKen Martin2006-12-011-0/+58