- Jul 23, 2015
-
-
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
-
-
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
-
4572d8b3 KDE4: Find the Internal package with NO_POLICY_SCOPE.
-
41bb831f cmMakefile: Remove special handling of MACROS property.
-
4efda261 cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.
-
cff2dc34 cmLocalUnixMakefileGenerator3: Port away from the Parent. 5505bff7 cmMakefile: Add include which we use. 2007d11c cmState: Remove unused variable. a622b829 cmGetCMakePropertyCommand: Clean up VARIABLES handling. 52f22616 cmListFileBacktrace: Constify API. fc1c7cf8 Genex: Store a backtrace, not a pointer to one. 4dc45707 cmMakefile: Fix indentation. 12c82fd8 cmMakefile: Remove dead code. f19653eb CodeLite: Remove unused code.
-
640fc5b5 cmMakefile: Remove unused ListFileStack. 54cc0c0e cmMakefile: Port some users of ListFileStack to cmState. e77c4666 cmMakefile: Remove obsolete condition. 8e7d3030 cmMakefile: Simplify setting of current snapshot. 6083ec9a cmMakefile: Implement LISTFILE_STACK property in terms of cmState. 647b533b cmMakefile: Implement FormatListFileStack in terms of cmState.
-
0fcbd704 CMakeExpandImportedTargets: Document as deprecated
-
Kitware Robot authored
-
- Jul 20, 2015
-
-
Brad King authored
-
Kitware Robot authored
-
- Jul 19, 2015
-
-
Stephen Kelly authored
If someone in KDE wants to port away from OLD policies, they might want to do so one policy at a time. This patch will allow them to use find_package(KDE4 NO_POLICY_SCOPE) in callers to get around the CMP0011 warning, while still getting the policy settings contained within.
-
Stephen Kelly authored
-
Kitware Robot authored
-
- Jul 18, 2015
-
-
Stephen Kelly authored
Move Directory-scoped state accessors to it. This will be expanded with directory property state soon.
-
Stephen Kelly authored
-