summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmIDEOption: Store mapped flag values as a vector<string>Brad King2014-07-235-41/+64
* cmVisualStudio10TargetGenerator: Remove dupilcate lineBrad King2014-07-231-1/+0
* Merge topic 'refactor-makerule-path-conversion'Brad King2014-07-2310-35/+40
|\
| * cmGlobalVisualStudio7Generator: Remove unused variableBrad King2014-07-221-1/+0
| * cmDepends: Refactor object file path conversionBrad King2014-07-223-17/+23
| * cmLocalGenerator: Fix AddBuildTargetRule object file path conversionBrad King2014-07-221-1/+1
| * cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-229-18/+18
* | Merge topic 'refactor-generator-startup'Brad King2014-07-2310-35/+22
|\ \
| * | cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-2210-35/+22
* | | Merge topic 'fix_sanitizer_test_to_work_with_sanitizer'Brad King2014-07-233-2/+10
|\ \ \
| * | | Fix leak and address sanitizer tests to be able to run with real tools.Bill Hoffman2014-07-223-2/+10
* | | | Merge topic 'fix-complex-test-policies'Brad King2014-07-232-0/+30
|\ \ \ \
| * | | | Tests: Set policies in 'complex' testsBrad King2014-07-222-0/+30
* | | | | CMake Nightly Date StampKitware Robot2014-07-231-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'deprecated-properties'Brad King2014-07-224-5/+35
|\ \ \ \
| * | | | Help: Document deprecated properties.Nils Gladitz2014-07-214-5/+35
| |/ / /
* | | | Merge topic 'fix_guard_malloc_forbc'Brad King2014-07-221-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests/CTestTestMemcheck: Tolerate malloc guard in BC outputBill Hoffman2014-07-221-1/+1
* | | | CMake Nightly Date StampKitware Robot2014-07-221-1/+1
| |/ / |/| |
* | | Merge topic 'backport-kwsys-qnx-fix'Brad King2014-07-210-0/+0
|\ \ \
| * | | KWSys SystemInformation: No SA_RESTART on QNXBob E2014-07-171-1/+4
* | | | Merge topic 'fix-QCC-compile-flags'Brad King2014-07-216-27/+41
|\ \ \ \
| * | | | QNX: Add missing flags for configurations and artifact creation.Stephen Kelly2014-07-176-27/+41
| |/ / /
* | | | Merge topic 'update-kwsys'Brad King2014-07-213-4/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-07-183-4/+22
| |\ \ \
| | * | | KWSys 2014-07-18 (65b36ede)KWSys Robot2014-07-183-4/+22
* | | | | CMake Nightly Date StampKitware Robot2014-07-211-1/+1
* | | | | CMake Nightly Date StampKitware Robot2014-07-201-1/+1
* | | | | CMake Nightly Date StampKitware Robot2014-07-191-1/+1
* | | | | Merge topic 'dev/target-fastpaths'Brad King2014-07-182-330/+344
|\ \ \ \ \
| * | | | | cmTarget: use a hash_map for cmTargets typedefBen Boeckel2014-07-171-0/+7
| * | | | | cmTarget: help the optimizer a bitBen Boeckel2014-07-171-3/+3
| * | | | | cmTarget: use hash_set for sets of stringsBen Boeckel2014-07-171-37/+42
| * | | | | cmTarget: Allow caching of empty genex expansionsBen Boeckel2014-07-171-2/+4
| * | | | | cmTarget: Only copy GenEx expansions when necessaryBen Boeckel2014-07-171-10/+13
| * | | | | cmTarget: Don't set properties on custom targetsBen Boeckel2014-07-171-37/+43
| * | | | | cmTarget: Use static strings for special property namesBen Boeckel2014-07-171-36/+55
| * | | | | cmTarget: Sort special property checksBen Boeckel2014-07-171-27/+27
| * | | | | cmTarget: Fast path for regular propertiesBen Boeckel2014-07-171-141/+157
| * | | | | cmTarget: Factor out common codeBen Boeckel2014-07-161-52/+20
| * | | | | cmTarget: Use else/if trees rather than an if treeBen Boeckel2014-07-161-50/+38
* | | | | | Merge topic 'delay-generator-platform'Brad King2014-07-1821-118/+99
|\ \ \ \ \ \
| * | | | | | VS: Delay getting platform name in local generatorBrad King2014-07-178-17/+16
| * | | | | | VS: Delay detection of VS 10 Express 64-bit toolsBrad King2014-07-171-8/+7
| * | | | | | VS: Delay platform definitions until system name is knownBrad King2014-07-176-9/+19
| * | | | | | VS: Remove unused method from VS 9 generatorBrad King2014-07-172-10/+0
| * | | | | | VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-1716-74/+45
| * | | | | | Tell generators about CMAKE_SYSTEM_NAME as soon as it is knownBrad King2014-07-172-0/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'vs-MSTool-condition'Brad King2014-07-182-95/+142
|\ \ \ \ \ \
| * | | | | | VS: Make MS-tool-specific options conditionalBrad King2014-07-172-95/+142
| |/ / / / /