summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Help: Organize add_library command documentationBrad King2014-06-121-4/+15
| * | | | | | Help: Update style guide to use section headers for command signaturesBrad King2014-06-121-3/+4
| * | | | | | Help: Organize Binary Targets section of cmake-buildsystem.7Brad King2014-06-121-7/+26
| * | | | | | Help: Mention INTERFACE_SOURCES as settable for INTERFACE libsBrad King2014-06-122-4/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'add_jacoco_coverage_parsing'Brad King2014-06-139-1/+348
|\ \ \ \ \ \
| * | | | | | CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-129-1/+348
* | | | | | | Merge topic 'setlocale'Brad King2014-06-134-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.Clinton Stimpson2014-06-124-4/+4
* | | | | | | CMake Nightly Date StampKitware Robot2014-06-131-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'doc-WCDH-align-macros'Brad King2014-06-121-0/+10
|\ \ \ \ \ \
| * | | | | | WCDH: Document the alignof and alignas wrapper macros.Stephen Kelly2014-06-101-0/+10
* | | | | | | Merge topic 'hpux-ProcessorCount'Brad King2014-06-121-0/+4
|\ \ \ \ \ \ \
| * | | | | | | ProcessorCount: Update for HPUX 11iv3Eric Berge2014-06-101-0/+4
* | | | | | | | Merge topic 'dev/variable-lookup'Brad King2014-06-123-22/+35
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | cmDefinitions: Use a hashmap for faster checksBen Boeckel2014-06-092-2/+10
| * | | | | | | cmDefinitions: Avoid a find-then-insert when setting variablesBen Boeckel2014-06-091-10/+1
| * | | | | | | cmDefinitions: Don't store parent lookupsBen Boeckel2014-06-093-10/+24
* | | | | | | | CMake Nightly Date StampKitware Robot2014-06-121-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-06-111-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'release'Brad King2014-06-100-0/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | CMake 3.0.0v3.0.0Brad King2014-06-091-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge topic 'WriteCompilerDetectionHeader-compiler-versions'Brad King2014-06-1030-94/+184
|\ \ \ \ \
| * | | | | Features: Add compiler version support to WriteCompilerDetectionHeader.Stephen Kelly2014-06-093-1/+69
| * | | | | Project: Add configurable name for version computation macros.Stephen Kelly2014-06-0526-87/+89
| * | | | | Project: Separate simulated compiler id from version detection.Stephen Kelly2014-06-053-3/+14
| * | | | | WCDH: Issue a better message for version compatibility.Stephen Kelly2014-06-052-3/+12
* | | | | | Merge topic 'no-parse-directory'Brad King2014-06-104-1/+6
|\ \ \ \ \ \
| * | | | | | cmake: Do not open directories as scripts (#14966)Brad King2014-06-094-1/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'android-platform'Brad King2014-06-102-0/+10
|\ \ \ \ \ \
| * | | | | | Add basic Android platform moduleBrad King2014-06-062-0/+10
* | | | | | | Merge topic 'vs10-refactor'Brad King2014-06-105-153/+176
|\ \ \ \ \ \ \
| * | | | | | | VS: Factor MS-tool-specific vcxproj settings into helperBrad King2014-06-092-45/+53
| * | | | | | | VS: Re-order logic to group MS-tool-specific options togetherBrad King2014-06-091-27/+29
| * | | | | | | VS: Set some options directly instead of using flag mapBrad King2014-06-091-14/+17
| * | | | | | | VS: Remove always-true condition on compile options blockBrad King2014-06-091-36/+32
| * | | | | | | VS: Refactor internal generator factory logicBrad King2014-06-093-14/+15
| * | | | | | | VS: Fix vcxproj specification of empty output file extensionBrad King2014-06-091-0/+6
| * | | | | | | VS: Fix vcxproj elements specifying binary output locationsBrad King2014-06-091-9/+8
| * | | | | | | VS: Refactor flag table lookupBrad King2014-06-092-16/+24
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'dev/static-regex'Brad King2014-06-106-25/+19
|\ \ \ \ \ \ \
| * | | | | | | cmTarget: Remove an unused variableBen Boeckel2014-06-091-1/+0
| * | | | | | | regex: Search on strings where possibleBen Boeckel2014-06-092-5/+5
| * | | | | | | regex: Use static regexs where possibleBen Boeckel2014-06-095-19/+14
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2014-06-101-1/+1
* | | | | | | Merge topic 'FindOpenGL-target'Brad King2014-06-091-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Help: Add notes for topic 'FindOpenGL-target'Brad King2014-06-091-0/+5
* | | | | | | Merge branch 'release'Brad King2014-06-090-0/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'hpux-libarchive-compile' into releaseBrad King2014-06-091-12/+14
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'hpux-libarchive-compile'Brad King2014-06-090-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | libarchive: fix compilation on newer HP-UX versionsRolf Eike Beer2014-06-091-12/+14
| |/ / / / / /