summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Record more policies on targets when createdBrad King2014-03-063-4/+7
| | | | | Policies CMP0027, CMP0038, and CMP0046 have per-target meaning so record the policy settings on targets as they are created.
* Merge topic 'minor-cleanups'Brad King2014-02-194-3/+4
|\ | | | | | | | | | | | | | | | | | | f6cae4ea Tests: Remove some trailing black lines. c0ea4c5c Makefile: Fix comment indentation. 5e0c73c7 cmGlobalGenerator: Remove unused variable. 907c09cd include_directory: Add missing include. a74d125a Help: Fix typo 317d8498 Small typo fix
| * Makefile: Fix comment indentation.Stephen Kelly2014-02-171-1/+1
| |
| * cmGlobalGenerator: Remove unused variable.Stephen Kelly2014-02-171-1/+0
| |
| * include_directory: Add missing include.Stephen Kelly2014-02-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | The cmGeneratorExpression is used here, but the header for it is not in the include heirarchy. This would be a compile error if the file were compiled as a standalone translation unit, but it is instead used in a mini-unity-build by inclusion in cmCommands.cxx. The header for cmGeneratorExpression happens to be included first, so the compilation works fine. IDEs do not know this however, and flag the use as an error.
| * Small typo fixKevin Funk2014-02-171-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-02-191-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-02-181-1/+1
| |
* | Merge topic 'windows-filesystem-retry-config'Brad King2014-02-173-8/+60
|\ \ | | | | | | | | | | | | 7b1f966a Windows: Make file delete/rename retry configurable
| * | Windows: Make file delete/rename retry configurableBrad King2014-02-123-8/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several CMake operations need to replace files in rapid succession. This commonly fails on Windows due to filesystem lock behavior so we have retry loops. No matter how many times we retry or how long we delay there will inevitably be someone with an environment that needs more. Make the retry count and delay configurable in the Windows Registry keys: {HKCU,HKLM}/Software/Kitware/CMake/Config in DWORD values FilesystemRetryCount = Number of tries FilesystemRetryDelay = Delay in milliseconds between tries Leave the feature undocumented for now to see how it goes.
* | | Merge topic 'INTERFACE-no-sources'Brad King2014-02-173-5/+10
|\ \ \ | | | | | | | | | | | | | | | | 9db9c1fc cmTarget: Don't try to get sources of an INTERFACE_LIBRARY.
| * | | cmTarget: Don't try to get sources of an INTERFACE_LIBRARY.Stephen Kelly2014-02-143-5/+10
| | | | | | | | | | | | | | | | An an assert to ensure this.
* | | | Merge topic 'KateHandleSpacesInPath'Brad King2014-02-172-10/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 22e5c6c2 Kate: handle spaces in build dir
| * | | | Kate: handle spaces in build dirAlex Neundorf2014-02-172-10/+9
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | They need to be escaped in the json file... I'm quite sure I tested this before, obviously I didn't test it correctly. Alex
* | | | CMake Nightly Date StampKitware Robot2014-02-171-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2014-02-161-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2014-02-151-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2014-02-141-1/+1
|/ /
* | Merge topic 'dev/ninja-speedup'Brad King2014-02-132-43/+51
|\ \ | | | | | | | | | | | | 26762e16 Ninja: Cache target-level flags
| * | Ninja: Cache target-level flagsBen Boeckel2014-02-132-43/+51
| |/ | | | | | | | | | | Instead of figuring out target flags per-source file, cache the flags that are being used. This results in a *much* faster generate time for Ninja.
* | Merge topic 'osx-sysroot-escape'Brad King2014-02-131-1/+1
|\ \ | | | | | | | | | | | | 77b2e6f1 OS X: Escape path given to -isysroot flag
| * | OS X: Escape path given to -isysroot flagBrad King2014-02-121-1/+1
| |/ | | | | | | | | Ensure that paths containing spaces or other special characters are escaped correctly on the command line.
* | CMake Nightly Date StampKitware Robot2014-02-131-1/+1
| |
* | Merge topic 'backward-compatibility'Brad King2014-02-124-0/+74
|\ \ | | | | | | | | | | | | | | | f2eee72f add_custom_command: Disallow use of SOURCE signatures. c248a437 Add policy CMP0049 to avoid variable expansion in source lists
| * | add_custom_command: Disallow use of SOURCE signatures.Stephen Kelly2014-02-123-0/+36
| | | | | | | | | | | | Add CMP0050 to control this behavior.
| * | Add policy CMP0049 to avoid variable expansion in source listsStephen Kelly2014-02-123-0/+38
| | |
* | | Merge topic 'dev/fix-sublime-compile-flags'Brad King2014-02-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 2d9f93ab Sublime: Pass language and config properly
| * | | Sublime: Pass language and config properlyBen Boeckel2014-02-111-1/+1
| |/ /
* | | Merge topic 'cmake-devel-version-macro'Brad King2014-02-123-15/+16
|\ \ \ | |_|/ |/| | | | | | | | 6ca6613a Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.
| * | Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.Stephen Kelly2014-02-113-15/+16
| | | | | | | | | | | | | | | Move the macro definition to the cmExportBuildFileGenerator.h header to share it.
* | | CMake Nightly Date StampKitware Robot2014-02-121-1/+1
| |/ |/|
* | Merge topic 'cmake-devel-version-macro'Brad King2014-02-117-11/+21
|\ \ | |/ | | | | | | | | | | 9bcc1b21 Export: Fix internal CMake version test logic d2059d25 cmVersion: Fix CMake_VERSION_ENCODE for date in patch level 28805109 cmStandardIncludes: Include cmIML/INT.h for portable integer types
| * Export: Fix internal CMake version test logicBrad King2014-02-101-4/+6
| | | | | | | | | | | | | | | | | | Fix the internal DEVEL_CMAKE_VERSION macro to use CMake_VERSION_ENCODE to compare version component-wise. Otherwise an old invocation of the macro may be tricked into using the current version when the requested major version is smaller than the current version but the requested minor version is larger. It should use the requested (old) version in that case.
| * cmVersion: Fix CMake_VERSION_ENCODE for date in patch levelBrad King2014-02-105-7/+12
| | | | | | | | | | | | | | | | | | Use a uint64_t to store encoded version numbers so we have plenty of bits available. Encode with room for up to 1000 minor releases between major releases and to encode dates until the year 10000 in the patch level. This is necessary because CMake development versions prior to release 2.8.0 used the date in the patch level, and this practice may be restored after the 3.0 release.
| * cmStandardIncludes: Include cmIML/INT.h for portable integer typesBrad King2014-02-101-0/+3
| | | | | | | | Also teach the bootstrap script to configure the needed headers.
* | Merge topic 'backward-compatibility'Brad King2014-02-111-2/+1
|\ \ | | | | | | | | | | | | 37e1894d cmTarget: Remove TODO comment.
| * | cmTarget: Remove TODO comment.Stephen Kelly2014-02-111-2/+1
| | | | | | | | | | | | | | | The current behavior is desirable because while it is common to set a per-config suffix on libraries, it is not common for exexutables.
* | | Merge topic 'eclipse-hotfix'Brad King2014-02-111-1/+6
|\ \ \ | | | | | | | | | | | | | | | | 311c0b98 Eclipse: Skip generator expressions in COMPILE_DEFINITIONS (#14722)
| * | | Eclipse: Skip generator expressions in COMPILE_DEFINITIONS (#14722)Stephen Kelly2014-02-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | This is a hot-fix for the bug. It seems like a good idea to generally reform the generator to care about targets instead of directories, but this patch at least makes the reported error go away.
* | | | Merge topic 'graphviz-one-file'Brad King2014-02-112-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 18bef4cd graphviz: allow to disable per target graphs (#14746)
| * | | | graphviz: allow to disable per target graphs (#14746)Daniel Pfeifer2014-02-102-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In CMakeGraphVizOptions.cmake, allow the options GRAPHVIZ_GENERATE_PER_TARGET and GRAPHVIZ_GENERATE_DEPENDERS to enable the generation of per target graphs and subgraphs respectively. Both options are TRUE per default to maintain current behavior.
* | | | | CMake Nightly Date StampKitware Robot2014-02-111-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'cmake-devel-version-macro'Brad King2014-02-101-1/+13
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | eaf703f1 Export: Use a macro to ensure minimum development version requirement
| * | | Export: Use a macro to ensure minimum development version requirementStephen Kelly2014-02-091-1/+13
| | |/ | |/| | | | | | | | | | Use the version number of the specified release, or of the current development version if the release is not yet made.
* | | Merge topic 'generate-cmCommands-file'Brad King2014-02-106-88/+81
|\ \ \ | | | | | | | | | | | | | | | | 23d3d38a CMakeLists: Generate the cmCommands.cxx file.
| * | | CMakeLists: Generate the cmCommands.cxx file.Stephen Kelly2014-02-096-88/+81
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define the list of commands in the CMakeLists.txt file. List the sources in the CMakeLib target, but mark them as HEADER_FILE_ONLY. This has the effect that IDEs will show the files, though they will not be built again. Add a cmCommandsForBootstrap.cxx file for bootstrapping purposes. Rename the cmExportLibraryDependencies file to match the common pattern.
* | | Merge topic 'fix-CMP0028-iface'Brad King2014-02-101-46/+49
|\ \ \ | | | | | | | | | | | | | | | | b2915238 CMP0028: Trigger on libraries from INTERFACE of dependencies.
| * | | CMP0028: Trigger on libraries from INTERFACE of dependencies.Stephen Kelly2014-02-091-46/+49
| |/ /
* | | Merge topic 'wix_desktop'Brad King2014-02-102-2/+113
|\ \ \ | | | | | | | | | | | | | | | | b78d74de CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS
| * | | CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKSTimo Rothenpieler2014-02-082-2/+113
| | | |