summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-187-20/+15
| * | | | | Tests: Split <test>_EXTRA_OPTIONS into <test>_(CTEST|BUILD)_OPTIONSBrad King2013-11-181-10/+12
| * | | | | Tests: Simplify ExternalProjectUpdate test argumentsBrad King2013-11-181-1/+0
| * | | | | Tests: Fix make capability selection for empty CMAKE_TEST_MAKEPROGRAMBrad King2013-11-181-3/+3
| * | | | | Tests: Teach MakeClean to use "cmake --build"Brad King2013-11-181-9/+2
| * | | | | Tests: Teach SimpleInstall to use "cmake --build"Brad King2013-11-182-28/+22
| * | | | | Tests: Launch CMake.Install test through 'cmake --build'Brad King2013-11-181-18/+4
| * | | | | Tests: Launch BootstrapTest through cmake instead of ctestBrad King2013-11-182-10/+16
| * | | | | Tests: Move CMAKE_TEST_MAKEPROGRAM into Tests/CMakeLists.txtBrad King2013-11-182-5/+4
| * | | | | Tests: Remove unused Source/cmaketest.h.in fileBrad King2013-11-181-16/+0
| * | | | | Tests: Drop remnants of unused ShellInstall testBrad King2013-11-182-76/+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-156-54/+46
| * | | | | 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 'doc-ExternalProject-formatting'Brad King2013-11-191-70/+59
|\ \ \ \ \ \
| * | | | | | ExternalProject: Format module documentationBrad King2013-11-191-70/+59
* | | | | | | Merge topic 'forbid-reserved-targets'Brad King2013-11-1924-59/+273
|\ \ \ \ \ \ \
| * | | | | | | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-1924-59/+273
* | | | | | | | Merge topic 'emacs-mode-no-reserved-bindings'Brad King2013-11-191-17/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake-mode.el: drop reserved keybindings (#14576)Brad King2013-11-181-17/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'cpack-internal-variables'Brad King2013-11-191-31/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack: don't write internal variables to CPackConfig.cmakeNils Gladitz2013-11-171-31/+31
* | | | | | | | | 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
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'doc-ctest-upload-part'Brad King2013-11-181-0/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | CTest: added documentation for the "Upload" submission PARTNils Gladitz2013-11-151-0/+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 'doc-tool-options-as-definition-lists'Brad King2013-11-146-417/+527
|\ \ \
| * | | Help: Format manual/*.1.rst options as definition listsKitware Robot2013-11-146-417/+527
* | | | Merge topic 'gp-ld_library_path'Brad King2013-11-141-2/+4
|\ \ \ \
| * | | | GetPrerequisites: Preserve search path order from caller.Clinton Stimpson2013-11-141-2/+4
| |/ / /
* | | | Merge topic 'openmp-cray'Brad King2013-11-141-4/+5
|\ \ \ \
| * | | | FindOpenMP: fix detecting compilers that do not need any special flag (#14567)Rolf Eike Beer2013-11-131-4/+5
* | | | | 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-146-9/+51
|\ \ \ \ \ \
| * | | | | | set: Add unit tests for set/unset PARENT_SCOPEDaniele E. Domenichelli2013-11-135-0/+41
| * | | | | | 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
* | | | | | | Merge topic 'configure_file-drop-IMMEDIATE'Brad King2013-11-1430-41/+39
|\ \ \ \ \ \ \
| * | | | | | | Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-1330-41/+39
| |/ / / / / /