- 16 Sep, 2016 11 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
73f648f1 use empty method to check for emptyness
-
72dfca30 ninja: error out on relink requirements
-
8f6cb366 file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboption
-
31be918b find_package: Optionally sort globbed directories in a meaningful order
-
a788cf30 Tests: Add case for file(LOCK) with lower-cased path
-
ae783c9b Require CMake 2.8.12.2 to build CMake itself
-
Kitware Robot authored
-
- 15 Sep, 2016 28 commits
-
-
Daniel Pfeifer authored
-
Brad King authored
We no longer need to support partial construction for cmTarget instances of type GLOBAL_TARGET. Require all constructor arguments up front.
-
Brad King authored
Avoid using partially-constructed cmTarget instances. Collect the information about how to construct each target in a separate structure and then actually create each cmTarget with full construction.
-
Brad King authored
Divide this long method into multiple helpers each dedicated to one of the targets. This also avoids having to clear/re-use local structures.
-
Ruslan Baratov authored
-
c3507b54 Help: Clarify wording of include() for builtin module directories
-
Add `CMAKE_FIND_PACKAGE_SORT_{ORDER,DIRECTION}` variables to specify sort order and direction. When multiple package with the same name have been found in the same location sorting option can be used to force a specific version to be loaded (e.g. libA_1.12.0 instead of libA_1.1.0). Currently sorting by NAME and by NATURAL order have been implemented. Natural ordering makes use of the `strverscmp(3)` ordering.
-
Brad King authored
-
Brad King authored
Revise the documentation using reStructuredText inline markup and explicit blocks so that it formats well.
-
Brad King authored
Use a bracket comment to hold the documentation instead of a block of line comments. This will make further updates easier.
-
Brad King authored
-
Brad King authored
This will enable use of features such as ALIAS targets within CMake's own build.
-
4ebb4ae6 FindMatlab: Extend matlab_add_unit_test to run arbitrary test code
-
cc770e76 cmake: Make FindCacheFile a static method
-
d4d0c942 ccmake: Fix recent compilation regression with GCC on Solaris
-
c31573b9 FindPython{Interp,Libs}: Add version 3.7
-
Brad King authored
With the most recent KWSys update, the "actual case" operation on Windows always upper-cases the drive letter now even for absolute paths that do not exist. Use an upper-case drive letter in the test so that it can tolerate this operation on Windows and the lack of this operation elsewhere.
-
Ruslan Baratov authored
-
Kitware Robot authored
-
- 14 Sep, 2016 1 commit
-
-
Brad King authored
-