summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2013-12-021-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-011-1/+1
|
* CMake Nightly Date StampKitware Robot2013-11-301-1/+1
|
* CMake Nightly Date StampKitware Robot2013-11-291-1/+1
|
* CMake Nightly Date StampKitware Robot2013-11-281-1/+1
|
* CMake Nightly Date StampKitware Robot2013-11-271-1/+1
|
* Merge topic 'ninja-compile-link-pool'Brad King2013-11-266-1/+58
|\ | | | | | | | | 7605e37 Ninja: job pool support for compiling and linking
| * Ninja: job pool support for compiling and linkingPeter Kümmel2013-11-256-1/+58
| | | | | | | | | | Could be tested by setting the environment variable NINJA_STATUS=[%r]
* | Merge topic 'autogen-depends'Brad King2013-11-261-0/+5
|\ \ | | | | | | | | | | | | 1320e07 cmQtAutogen: Allow specifying depends for autogen targets.
| * | cmQtAutogen: Allow specifying depends for autogen targets.Stephen Kelly2013-11-251-0/+5
| |/ | | | | | | | | Test this by generating files with a custom target, which moc requires to be present when it is run.
* | Merge topic 'use-generator-target'Brad King2013-11-261-2/+2
|\ \ | | | | | | | | | | | | a60cd3d cmGeneratorTarget: Use the output directory to order cmTargets.
| * | cmGeneratorTarget: Use the output directory to order cmTargets.Stephen Kelly2013-11-251-2/+2
| | | | | | | | | | | | | | | The output directory must be unique, but the source directory of an add_subdirectory call may be re-used.
* | | Merge topic 'watcom-no-prompt'Brad King2013-11-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | abd2b36 Watcom: Suppress WMake interactive prompt on error
| * | | Watcom: Suppress WMake interactive prompt on errorBrad King2013-11-251-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Add the "-e" option to build.make invocations of wmake as part of the silencing flags. From "wmake /?": -e erase files after error (no prompt) This prevents test timeouts on error.
* | | Merge topic 'update-kwsys'Brad King2013-11-2615-171/+982
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2ba2c43 bootstrap: Add KWSys Encoding and FStream f668112 Merge branch 'upstream-kwsys' into update-kwsys 704ab3d KWSys 2013-11-21 (1010d0e3)
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-11-2515-171/+982
| |/ /
* | | Merge topic 'INTERFACE_LIBRARY-property-whitelist'Brad King2013-11-2615-81/+229
|\ \ \ | | | | | | | | | | | | | | | | | | | | 5ee9e6b cmTarget: Add whitelist of properties on INTERFACE_LIBRARY. 0bfcb45 INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.
| * | | cmTarget: Add whitelist of properties on INTERFACE_LIBRARY.Stephen Kelly2013-11-252-0/+76
| | | |
| * | | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-2514-81/+153
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As an INTERFACE_LIBRARY has no direct link dependencies, we can short-circuit in cmGeneratorExpressionEvaluator and in cmGlobalGenerator::CheckLocalGenerators. As they do not generate any output directly, any generate- or install- related code acn also be short-circuited. Many of the local generators already do this. Because only INTERFACE related properties make sense on INTERFACE_LIBRARY targets, avoid setting other properties, for example via defaults.
* | | Merge topic 'ninja-quoted-cmd-commands'Brad King2013-11-261-7/+23
|\ \ \ | | | | | | | | | | | | | | | | b6f1142 Ninja: multiple commands must be quoted
| * | | Ninja: multiple commands must be quotedPeter Kümmel2013-11-251-7/+23
| | | | | | | | | | | | | | | | Bug 14370
* | | | Merge topic 'ninja-msvc-deps-for-intel'Brad King2013-11-261-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 76a8888 Ninja: deptype msvc for Intel's compiler on Windows
| * | | | Ninja: deptype msvc for Intel's compiler on WindowsPeter Kümmel2013-11-251-4/+5
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2013-11-261-1/+1
| |/ / |/| |
* | | Merge topic 'use-generator-target'Brad King2013-11-2521-118/+172
|\ \ \ | | |/ | |/| | | | | | | | | | c34968a Port some of the generator API to cmGeneratorTarget. abb13ea Order cmGeneratorTargetsType elements deterministically.
| * | Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-2219-117/+154
| | | | | | | | | | | | | | | | | | | | | Just enough to reach the BuildMacContentDirectory method and the NeedRelinkBeforeInstall methods. In the future, those methods can be moved to cmGeneratorTarget.
| * | Order cmGeneratorTargetsType elements deterministically.Stephen Kelly2013-11-222-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define a custom ordering functor to deterministically and strictly order the cmTarget* key. Otherwise the order would be dependent on runtime pointer values, which breaks assumptions of some generators. The functor orders first by target name, and then by directory. Multiple global targets may have the same name, such as edit_cache, but their directory differentiates them.
* | | Merge topic 'make-cpack-options-boolean'Brad King2013-11-251-7/+7
|\ \ \ | |_|/ |/| | | | | | | | 5bc6444 CPack: use IsOn instead of IsSet for boolean CPack options
| * | CPack: use IsOn instead of IsSet for boolean CPack optionsNils Gladitz2013-11-191-7/+7
| | | | | | | | | | | | | | | The CPackComponent macros specifically set CPack options to FALSE which CPack previously interpreted to mean "true".
* | | CMake Nightly Date StampKitware Robot2013-11-251-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2013-11-241-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2013-11-231-1/+1
| |/ |/|
* | Merge topic 'add-cmHasLiteralPrefix'Brad King2013-11-2217-35/+58
|\ \ | | | | | | | | | | | | | | | 4fe963f Use new cmHasLiteralPrefix function 7d4b2b2 cmStandardIncludes: Add new cmHasLiteralPrefix function.
| * | Use new cmHasLiteralPrefix functionStephen Kelly2013-11-2116-34/+33
| | |
| * | cmStandardIncludes: Add new cmHasLiteralPrefix function.Stephen Kelly2013-11-211-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | This allows avoiding error-prone hard-coding of literal string lengths. Borland is not able to process the template version of this method. Make it use the macro version instead. This means that Borland will also use the macro versions of cmArray*.
* | | Merge topic 'cmake-credits'Brad King2013-11-222-0/+18
|\ \ \ | | | | | | | | | | | | | | | | 8ad8a9b cmake-gui: Reference LGPLv2.1 when redistributing Qt
| * | | cmake-gui: Reference LGPLv2.1 when redistributing QtBrad King2013-11-212-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Download http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt and place it as Licenses/LGPLv2.1.txt in our source tree. When building cmake-gui, use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the "About" dialog of how the distribution of Qt is licensed. Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv2.1.txt so that the dialog can display a path to it.
* | | | Merge topic 'use-generator-target'Brad King2013-11-221-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | aa29e64 Add a null check to the generator target accessor.
| * | | | Add a null check to the generator target accessor.Stephen Kelly2013-11-211-2/+5
| | | | |
* | | | | Merge topic 'cross-compiling-toolchain-variables'Brad King2013-11-223-1/+31
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 7521da2 Introduce CMAKE_STAGING_PREFIX variable.
| * | | | | Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-213-1/+31
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This variable can be useful in cross-compiling contexts where the sysroot is read-only or where the sysroot should otherwise remain pristine. If the new CMAKE_STAGING_PREFIX variable is set, it is used instead of CMAKE_INSTALL_PREFIX when generating the installation rules in cmake_install.cmake. This way, the CMAKE_INSTALL_PREFIX variable always refers to the installation prefix on the target device, regardless of whether host==target. If any -rpath paths passed to the linker contain the CMAKE_STAGING_PREFIX, the matching path fragments are replaced with the CMAKE_INSTALL_PREFIX. Matching paths in the -rpath-link are not transformed. The cross-prefix usr-move workaround is assumed not to require extension regarding CMAKE_STAGING_PREFIX. The staging area is a single prefix, so there is no scope for cross-prefix symlinks. The CMAKE_INSTALL_PREFIX is still used to determine the workaround path, and that variable remains the relevant one even if CMAKE_STAGING_PREFIX is used. If the generated export files are deployed to the target, the workaround will still be in place, and still be employed if required.
* | | | | Merge topic 'qt-dialog-reconfigure'Brad King2013-11-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | b566987 cmake-gui: Configure again if a variable is changed before Generate is pushed.
| * | | | | cmake-gui: Configure again if a variable is changed before Generate is pushed.Clinton Stimpson2013-11-211-0/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-11-221-1/+1
| | | | | |
* | | | | | Merge topic 'missing-target-error'Brad King2013-11-213-23/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | a02f3d2 Add policy CMP0040 to disallow custom commands on missing targets
| * | | | | | Add policy CMP0040 to disallow custom commands on missing targetsNils Gladitz2013-11-213-23/+57
| |/ / / / /
* | | | | | Merge topic 'cmake-credits'Brad King2013-11-212-6/+14
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | 6fc4ab9 Credit Kitware and csimsoft for their maintenance roles
| * | | | | Credit Kitware and csimsoft for their maintenance rolesBrad King2013-11-192-6/+14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Add maintenance credit to command-line "--version" output and the cmake-gui "About" dialog.
* | | | | CMake Nightly Date StampKitware Robot2013-11-211-1/+1
| |/ / / |/| | |
* | | | Merge topic 'constify'Brad King2013-11-2012-74/+83
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15eeace cmTarget: Trivially make more API const. be9dfb6 cmTarget: Make GetExportMacro const. 0794c13 cmTarget: Make NameResolvesToFramework const. 1c27521 cmGlobalGenerator: Make NameResolvesToFramework const. 37554ac cmMakefile: Make FindTarget const. 8841d73 cmMakefile: Make IsAlias const. 36e31cd cmTarget: Make GetInterfaceLinkLibraries const. 04d398d cmTarget: Make GetTargetSourceFileFlags const. 50d1520 cmTarget: Make custom command accessors API const. 0f87643 cmGeneratorTarget: Make GetIncludeDirectories const.