summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add compiler target compile options.Stephen Kelly2013-11-192-0/+29
* | | Merge topic 'cleanup-build-commands'Brad King2013-11-1931-464/+582
|\ \ \
| * | | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-1814-9/+20
| * | | ctest: Teach --build-options to allow zero optionsBrad King2013-11-181-14/+5
| * | | ctest: Make the --build-makeprogram optional for --build-and-testBrad King2013-11-181-4/+9
| * | | Simplify some calls to cmGlobalGenerator::BuildBrad King2013-11-182-18/+2
| * | | Teach GenerateBuildCommand to find its own make programBrad King2013-11-188-59/+96
| * | | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-188-0/+139
| * | | Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)Brad King2013-11-181-1/+1
| * | | Tests: Remove unused Source/cmaketest.h.in fileBrad King2013-11-181-16/+0
| * | | cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-1816-305/+234
| * | | cmSystemTools: Add PrintSingleCommand methodBrad King2013-11-152-0/+19
| * | | cmSystemTools: Add RunSingleCommand overload for std::vector<std::string>Brad King2013-11-152-1/+22
| * | | ctest_build: Use "cmake --build" to launch the native build toolBrad King2013-11-151-7/+2
| * | | build_command: Return a "cmake --build" command-lineBrad King2013-11-151-25/+8
| * | | cmGlobalGenerator: Add method to compute "cmake --build" command lineBrad King2013-11-143-0/+48
| * | | cmGlobalGenerator: Drop unused GenerateBuildCommand implementationBrad King2013-11-141-33/+5
* | | | Merge topic 'forbid-reserved-targets'Brad King2013-11-197-13/+101
|\ \ \ \
| * | | | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-197-13/+101
* | | | | Merge topic 'fix-remove-forbidden-flags'Brad King2013-11-191-1/+34
|\ \ \ \ \
| * | | | | Makefile: Remove "forbidden" flags only as a wholeNils Gladitz2013-11-191-1/+34
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2013-11-191-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2013-11-181-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-11-171-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-11-161-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2013-11-151-1/+1
|/ /
* | Merge topic 'msvc-encoding'Brad King2013-11-141-2/+4
|\ \
| * | MSVC: Fix encoding of Visual Studio 10+ project files.Clinton Stimpson2013-11-141-2/+4
* | | Merge topic 'set_emptyvar_PARENT_SCOPE'Brad King2013-11-141-9/+10
|\ \ \
| * | | set: Fix handling of empty value with PARENT_SCOPEDaniele E. Domenichelli2013-11-131-9/+2
| * | | set: Handle value-less PARENT_SCOPE explicitlyDaniele E. Domenichelli2013-11-131-0/+8
* | | | CMake Nightly Date StampKitware Robot2013-11-141-1/+1
* | | | Merge topic 'cmake-distribution-config'Brad King2013-11-132-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | OS X: Drop version number from CMake.app bundle name (#11693)Brad King2013-11-122-5/+5
* | | | Merge topic 'cmake-copyright-year'Brad King2013-11-131-1/+4
|\ \ \ \
| * | | | cmake-gui: Parse Copyright.txt instead of duplicating noticeBrad King2013-11-121-1/+4
| |/ / /
* | | | Merge topic 'policy-summary-periods'Brad King2013-11-131-1/+1
|\ \ \ \
| * | | | CMP0039: Add missing '.' to policy summary lineDaniele E. Domenichelli2013-11-121-1/+1
* | | | | Merge topic 'fix-INTERFACE-with-no-SHARED-libs'Brad King2013-11-131-0/+1
|\ \ \ \ \
| * | | | | add_library: Fix INTERFACE on platforms with no shared libs (#14561)Stephen Kelly2013-11-121-0/+1
| |/ / / /
* | | | | Merge topic 'wix-custom-arguments'Brad King2013-11-132-6/+73
|\ \ \ \ \
| * | | | | CPackWiX: Add variables for custom tool extensions and flagsNils Gladitz2013-11-122-6/+73
* | | | | | Merge topic 'cleanup-edit_cache-target'Brad King2013-11-1312-115/+71
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Refactor tool selection for edit_cache (#14544)Brad King2013-11-1212-113/+70
| * | | | | cmGlobalGenerator: Do not propagate const through GetCMakeInstanceBrad King2013-11-121-2/+1
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2013-11-131-1/+1
|/ / / /
* | | | Merge topic 'pp-transitive-property-handling'Brad King2013-11-123-23/+18
|\ \ \ \
| * | | | Genex: Use a preprocessor foreach to follow transitive properties.Stephen Kelly2013-11-091-17/+12
| * | | | Genex: Simplify the preprocessor looper for interface properties.Stephen Kelly2013-11-093-6/+6
* | | | | Merge topic 'constify'Brad King2013-11-124-29/+25
|\ \ \ \ \ | |/ / / /