summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Features: Escape the COMPILE_OPTIONS for dialects.Stephen Kelly2014-06-131-2/+5
* | | | | Merge topic 'ninja-avoid-double-phony'Brad King2014-06-161-0/+9
|\ \ \ \ \
| * | | | | Ninja: Remove CMake includes from explicit depends (#14972)Adam Strzelecki2014-06-161-0/+9
| | |_|/ / | |/| | |
| * | | | CMake 3.0.0v3.0.0Brad King2014-06-091-1/+1
| * | | | Merge branch 'fix-ctest-option-summary' into releaseBrad King2014-06-051-1/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-build-crash-on-bad-generator' into releaseBrad King2014-06-031-1/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cmake-credits' into releaseBrad King2014-06-031-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cmake-credits' into releaseBrad King2014-06-031-1/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'vs-subdir-sln-depends'Brad King2014-06-165-44/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | VS: Remove unused parameter of WriteTargetConfigurationsBrad King2014-06-133-4/+2
| * | | | | | | | | VS: Fix subproject .sln dependencies on custom targetsBrad King2014-06-122-30/+17
| * | | | | | | | | VS: Move VS-only API out of cmGlobalGeneratorBrad King2014-06-124-33/+32
* | | | | | | | | | Merge topic 'cmake-no-args-output'Brad King2014-06-165-5/+52
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmake,ccmake: Produce shorter output on no arguments (#14973)Adam Strzelecki2014-06-135-5/+52
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2014-06-161-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2014-06-151-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2014-06-141-1/+1
* | | | | | | | | | Merge topic 'fix-read-after-free'Brad King2014-06-131-5/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmake: Fix read-after-free while checking command-line argumentsBrad King2014-06-121-5/+13
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'add_jacoco_coverage_parsing'Brad King2014-06-135-1/+271
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-125-1/+271
* | | | | | | | | | | 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 '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 topic 'no-parse-directory'Brad King2014-06-101-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: Do not open directories as scripts (#14966)Brad King2014-06-091-1/+2
| |/ / / / / / / /
* | | | | | | | | Merge topic 'android-platform'Brad King2014-06-101-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add basic Android platform moduleBrad King2014-06-061-0/+1
* | | | | | | | | | 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 'dev/backtrace-performance'Brad King2014-06-0934-224/+234
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmGeneratorExpression: Add workaround for Borland compilerBrad King2014-06-061-0/+8