- 06 Mar, 2014 1 commit
-
-
Brad King authored
Policies CMP0027, CMP0038, and CMP0046 have per-target meaning so record the policy settings on targets as they are created.
-
- 19 Feb, 2014 7 commits
-
-
0c54b775 Help: Document the purpose of usage requirements clearly.
-
e346c47a FindOpenSSL: Prefer OPENSSL_ROOT_DIR first (#14764)
-
ac2527e1 FindJNI: Add ppc64le architecture
-
17485e37 FindBoost: Add suport for custom namespaces
-
Kitware Robot authored
-
- 18 Feb, 2014 4 commits
-
-
Stephen Kelly authored
People will be tempted to put things there for convenience, thereby causing conflicts similar to http://thread.gmane.org/gmane.comp.compilers.clang.devel/35162/focus=35169 where it is conceivable that the LLVM developers could put a flag on a target for convenience, which would cause conflicts for some downstreams.
-
Signed-off-by:
Dinar Valeev <dvaleev@suse.com>
-
Kitware Robot authored
- 17 Feb, 2014 16 commits
-
-
When building boost with an alternate namespace the libraries generated will have a different naming convention. This is often done to ensure no symbol conflicts with external libraries built against a different version of boost. If the namespace used is "myprivateboost::" instead of "boost::" then the libraries built will be named myprivateboost_foo instead of boost_foo. Add an option to specify a custom namespace used to alter the library names that get searched for.
-
Brad King authored
Add inline markup and explicit markup block syntax as needed. Add cross-references to other documentation as appropriate.
-
Brad King authored
Port documentation from the CMake Wiki page at: http://www.cmake.org/Wiki/CMake/Tutorials/Package_Registry as of 2014-02-17 into our main documentation.
-
Stephen Kelly authored
-
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
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
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.
-
Stephen Kelly authored
binary_find -> binary_search.
-
-
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 2 commits