- Jul 27, 2015
-
-
8d336875 cmMakefile: Use Ranges for buildsystem property access. 514a1dff cmAlgorithms: Add some convenient typedefs. c7b39d06 cmMakefile: Split accessors for include directories and origins. b2de25ad cmMakefile: Split accessors for compile options and origins. d6239507 cmMakefile: Split accessors for compile definitions and origins. ef17bbef cmMakefile: Separate storage of buildsystem properties and their origins. a89c02ce cmMakefile: Out of line some API. b19587e7 cmMakefile: Remove some references from APIs. 1fe71e2e cmAlgorithms: Move Range type out of private namespace. 8ea0b81d cmAlgorithms: Rename cmRange to cmMakeRange.
-
Kitware Robot authored
-
- Jul 26, 2015
-
-
Kitware Robot authored
-
- Jul 25, 2015
-
-
Kitware Robot authored
-
- Jul 24, 2015
-
-
Kitware Robot authored
-
- Jul 23, 2015
-
-
Brad King authored
-
Brad King authored
-
e68f0cb3 OS X: Use -iframework with AppleClang only on version >= 4.2
-
783c3757 Tests: Extend BuildDepends test to cover OBJECT_DEPENDS
-
Kitware Robot authored
-
- Jul 22, 2015
-
-
Stephen Kelly authored
Don't return vector copies.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
This simplifies some existing and upcoming algorithms.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Brad King authored
The actual file timestamp dependency is known to not work on Visual Studio or Xcode generators. Tolerate such failure for these generators (Tests/CustomCommand already covers using OBJECT_DEPENDS to pull a custom command into a target, and that still works with these generators).
-
45c5f8ca Add SOURCE_DIR and BINARY_DIR target properties
-
23876eda FindBZip2: Check BZIP2_NEED_PREFIX with real prototype
-
-
-
Brad King authored
-
Brad King authored
Since commit v3.1.0-rc1~564^2 (OS X: Use -iframework for system framework directories, 2014-05-05) we test the version of Clang to see if it supports -iframework. Fix the version test used for AppleClang since it uses a different version scheme than upstream Clang.
-
Brad King authored
-
Brad King authored
-
c2d590c9 Features: Update MSVC features for VS 2015 RTM
-
Kitware Robot authored
-
- Jul 21, 2015
-
-
Brad King authored
Diagnose and reject custom targets given to the export() command immediately. Previously we would generate an internal error later.
-
Brad King authored
-
This will allow project code to recover the directory information about where a target was created.
-
Run our check for the '_' prefix using a bzip2 API function as declared with a prototype in the real header file. This is needed in case the function is provided in a DLL import library where the symbol name may not match without proper markup from the header.
-
Brad King authored
VS 2015 RTM completed support for constexpr and attribute features. Update our feature table and test accordingly.
-
Brad King authored
-
dec8d1cc Help: Add notes for topic 'doc-CMakeExpandImportedTargets-deprecated'
-
Brad King authored
-