summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2013-10-221-1/+1
* Merge topic 'INTERFACE_LIBRARY-build-targets'Brad King2013-10-217-75/+132
|\
| * Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-217-38/+95
| * Makefile: Always create clean target commandBrad King2013-10-161-37/+37
* | Merge topic 'minor-cleanups'Brad King2013-10-213-4/+3
|\ \
| * | cmCoreTryCompile: Fix typo in comments.Stephen Kelly2013-10-201-2/+2
| * | cmTarget: Remove unused variable.Stephen Kelly2013-10-181-1/+0
| * | include(): Use lower case and () to refer to the include() command.Stephen Kelly2013-10-181-1/+1
* | | Merge topic 'remove-old-process-execution'Brad King2013-10-2113-1525/+199
|\ \ \
| * | | cmSystemTools: Drop old RunCommand methodBrad King2013-10-199-1508/+0
| * | | exec_program: Re-implement using KWSys ProcessBrad King2013-10-192-4/+196
| * | | cmake: Drop "cmake -E comspec" Win9x helperBrad King2013-10-191-12/+2
| * | | cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommandBrad King2013-10-181-1/+1
| |/ /
* | | Merge topic 'cmake-syntax-updates'Brad King2013-10-216-161/+612
|\ \ \
| * | | Add Lua-style long brackets and long comments to CMake languageBrad King2013-10-176-146/+410
| * | | cmListFileLexer: Convert CRLF -> LF newlines explicitlyBrad King2013-10-172-27/+91
| * | | cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)Brad King2013-10-174-10/+133
| * | | cmListFileLexer: Allow command names with one letter (#14181)Brad King2013-10-172-2/+2
* | | | CMake Nightly Date StampKitware Robot2013-10-211-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-10-201-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-10-191-1/+1
| |/ / |/| |
* | | Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors.Stephen Kelly2013-10-183-7/+51
* | | Merge topic 'help-replace-version'Brad King2013-10-181-0/+2
|\ \ \
| * | | cmRST: Substitute CMake version for |release| as Sphinx doesBrad King2013-10-171-0/+2
| |/ /
* | | Merge topic 'fix-policy-versions'Brad King2013-10-181-3/+3
|\ \ \
| * | | Update CMP0024/CMP0025/CMP0026 release versionBrad King2013-10-171-3/+3
* | | | Merge topic 'doc-drop-policy-builtin'Brad King2013-10-182-427/+1
|\ \ \ \ | |/ / /
| * | | Drop builtin policy "full" documentationBrad King2013-10-172-427/+1
| |/ /
* | | Merge topic 'allow-repeated-LINK-keywords'Brad King2013-10-181-2/+4
|\ \ \
| * | | target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords.Stephen Kelly2013-10-171-2/+4
| |/ /
* | | Merge topic 'simplify-cmake-E-command-line'Brad King2013-10-181-25/+31
|\ \ \
| * | | cmake: Simplify -E command line processingBrad King2013-10-171-25/+31
| |/ /
* | | Merge topic 'vs-intel-compiler'Brad King2013-10-183-30/+50
|\ \ \
| * | | VS: Detect Intel Fortran compiler id and versionBrad King2013-10-181-1/+0
| * | | VS: Expose Intel Fortran .vfproj format version to CMake languageBrad King2013-10-183-29/+50
* | | | CMake Nightly Date StampKitware Robot2013-10-181-1/+1
| |/ / |/| |
* | | Merge topic 'help-manual-cleanup'Brad King2013-10-177-45/+47
|\ \ \
| * | | Make --help-* options available from all command-line toolsBrad King2013-10-167-45/+47
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2013-10-171-1/+1
|/ /
* | Merge topic 'update-kwsys'Brad King2013-10-161-0/+9
|\ \ | |/ |/|
| * Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-10-151-0/+9
* | Merge topic 'doc-reStructuredText'Brad King2013-10-16208-13975/+1222
|\ \
| * | Drop unused builtin documentation APIsBrad King2013-10-166-29/+3
| * | Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-1633-663/+187
| * | Drop builtin command documentationBrad King2013-10-16131-5529/+0
| * | Drop builtin property documentationBrad King2013-10-1618-4446/+6
| * | Drop all documentation formatters except UsageBrad King2013-10-1619-1524/+202
| * | Teach COMPATIBLE_INTERFACE_* checks to use Help .rst documentsBrad King2013-10-161-3/+6
| * | Teach --help-* options to load documentation from .rst filesBrad King2013-10-165-36/+308
| * | Add class cmRST to do basic reStructuredText processingBrad King2013-10-163-0/+520