- 18 Feb, 2014 1 commit
-
-
Kitware Robot authored
-
- 17 Feb, 2014 7 commits
-
-
7b1f966a Windows: Make file delete/rename retry configurable
-
9db9c1fc cmTarget: Don't try to get sources of an INTERFACE_LIBRARY.
-
22e5c6c2 Kate: handle spaces in build dir
-
cab5ebd4 Intel compiler: add -isystem flag under Linux
-
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
-
Kitware Robot authored
-
- 16 Feb, 2014 1 commit
-
-
Kitware Robot authored
-
- 15 Feb, 2014 1 commit
-
-
Kitware Robot authored
-
- 14 Feb, 2014 2 commits
-
-
Stephen Kelly authored
An an assert to ensure this.
-
Kitware Robot authored
-
- 13 Feb, 2014 6 commits
-
-
26762e16 Ninja: Cache target-level flags
-
77b2e6f1 OS X: Escape path given to -isysroot flag
-
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.
-
-
-
Kitware Robot authored
-
- 12 Feb, 2014 10 commits
-
-
2d9f93ab Sublime: Pass language and config properly
-
6ca6613a Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.
-
3693c63f OS X: Split Intel compiler information files
-
Add CMP0050 to control this behavior.
-
-
Brad King authored
Ensure that paths containing spaces or other special characters are escaped correctly on the command line.
-
Brad King authored
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.
-
Kitware Robot authored
- 11 Feb, 2014 11 commits
-
-
Ben Boeckel authored
-
Stephen Kelly authored
Move the macro definition to the cmExportBuildFileGenerator.h header to share it.
-
Brad King authored
Create platform information modules Platform/Darwin-Intel-(C|CXX).cmake and helper module Platform/Darwin-Intel.cmake. Teach existing module Platform/Darwin-Intel-Fortran.cmake to use the helper too. Move information from Platform/Darwin-icc.cmake into these files and drop information already in Platform/Darwin.cmake to avoid duplication.
-
10f90d64 Help: Add CMake 3.0 Release Notes
-
37e1894d cmTarget: Remove TODO comment.
-
Brad King authored
Manually read through version control history since the 2.8.12.2 release and write release notes for important user-facing changes. Co-Author: Stephen Kelly <steveire@gmail.com>
-
Stephen Kelly authored
The current behavior is desirable because while it is common to set a per-config suffix on libraries, it is not common for exexutables.
-
Kitware Robot authored
-
- 10 Feb, 2014 1 commit
-
-
Brad King authored
Some distributions place boost_mpi next to the MPI libraries against which it was built instead of next to the other Boost libraries. If find_package(MPI) has already been run prior to find_package(Boost) then MPI_CXX_LIBRARIES or MPI_C_LIBRARIES may be set to the location of the MPI libraries. Teach FindBoost.cmake to look there for boost_mpi and boost_mpi_python after looking next to the other Boost libraries but not consider the location to be Boost_LIBRARY_DIR.
-