Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmState: Expose list of properties of values in the cache | Tobias Hunger | 2016-06-10 | 2 | -0/+9 |
* | cmCacheEntry: Retrieve all properties of cache entries | Tobias Hunger | 2016-06-10 | 2 | -0/+12 |
* | cmPropertyList: Add a way to retrieve all properties | Tobias Hunger | 2016-06-10 | 2 | -0/+14 |
* | cmake: Kill cmake::CacheManager and its getter | Tobias Hunger | 2016-06-10 | 1 | -4/+0 |
* | Merge topic 'refactor-cmLocalGenerator-flags' | Brad King | 2016-06-10 | 4 | -58/+66 |
|\ | |||||
| * | cmLocalGenerator: Move GetFrameworkFlags implementation to private helper | Tobias Hunger | 2016-06-09 | 1 | -9/+19 |
| * | cmLocalGenerator: Adopt GetFrameworkFlags method | Tobias Hunger | 2016-06-09 | 4 | -54/+55 |
| * | cmCommonTargetGenerator: De-duplicate CMAKE_BUILD_TYPE lookup | Tobias Hunger | 2016-06-08 | 1 | -6/+3 |
* | | Merge topic 'FindProtobuf-proto-in-subdirs' | Brad King | 2016-06-10 | 1 | -0/+8 |
|\ \ | |||||
| * | | FindProtobuf: fix protobuf_generate_*() to handle proto files in subdirs. | Vladimír Vondruš | 2016-06-09 | 1 | -0/+8 |
* | | | Merge topic 'FindFreetype-dedup-arguments' | Brad King | 2016-06-10 | 1 | -23/+12 |
|\ \ \ | |||||
| * | | | FindFreetype: Factor out common find command arguments | Stuart Mentzer | 2016-06-09 | 1 | -23/+12 |
| |/ / | |||||
* | | | Merge topic 'FindCUDA-android' | Brad King | 2016-06-10 | 2 | -48/+287 |
|\ \ \ | |||||
| * | | | FindCUDA: Refactor Android(Tegra) support | Boris Fomitchev | 2016-06-09 | 2 | -45/+282 |
| * | | | FindCUDA: Adjust vertical whitespace | Boris Fomitchev | 2016-06-09 | 1 | -3/+5 |
* | | | | Merge topic 'FindOpenSSL-BoringSSL' | Brad King | 2016-06-10 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | FindOpenSSL: Do not assume that the version regex finds something | Vladimír Vondruš | 2016-06-09 | 1 | -4/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'watcom-workaround' | Brad King | 2016-06-10 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | Tests: Restore fix to Plugin test on Watcom compiler | Brad King | 2016-06-09 | 1 | -1/+3 |
* | | | | | Merge topic 'cmake-gui-osx-symlink-qt5-plugin' | Brad King | 2016-06-10 | 1 | -0/+34 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: Teach Qt5 where plugins are when launched through a symlink | Robert Maynard | 2016-06-09 | 1 | -0/+34 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-10 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'ninja-no-ranlib-windows' | Brad King | 2016-06-09 | 2 | -1/+19 |
|\ \ \ \ \ | |||||
| * | | | | | Run ranlib on archives only if the tool is available | Brad King | 2016-06-08 | 2 | -1/+19 |
* | | | | | | Merge topic 'refactor-cmLocalGenerator-flags' | Brad King | 2016-06-09 | 5 | -16/+17 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | cmLocalGenerator: Pass configuration to GetTargetFlags | Tobias Hunger | 2016-06-08 | 5 | -16/+17 |
* | | | | | | Merge topic 'small-cleanups' | Brad King | 2016-06-09 | 9 | -43/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Prefer std::ostream& over derivatives as parameters | Daniel Pfeifer | 2016-06-08 | 6 | -14/+13 |
| * | | | | | | cmake: remove unnused member Verbose | Daniel Pfeifer | 2016-06-08 | 2 | -8/+2 |
| * | | | | | | cmake: Fix constness of methods | Stephen Kelly | 2016-06-08 | 2 | -14/+15 |
| * | | | | | | cmake: Make internal method file static | Stephen Kelly | 2016-06-08 | 2 | -4/+2 |
| * | | | | | | Parser: Merge identical conditions | Stephen Kelly | 2016-06-08 | 1 | -3/+0 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'xmlwriter' | Brad King | 2016-06-09 | 3 | -85/+85 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack/PackageMaker: port to cmXMLWriter | Daniel Pfeifer | 2016-06-09 | 3 | -85/+85 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'java-export-targets' | Brad King | 2016-06-09 | 15 | -17/+402 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | UseJava: Fix race condition creating java class list | Matthew Woehlke | 2016-06-09 | 1 | -5/+5 |
| * | | | | | Help: Add notes for topic 'java-export-targets' | Brad King | 2016-06-07 | 1 | -0/+6 |
| * | | | | | Tests: Add test for exported JARs | Matthew Woehlke | 2016-06-07 | 10 | -0/+187 |
| * | | | | | UseJava: Add infrastructure to export targets | Matthew Woehlke | 2016-06-07 | 2 | -0/+192 |
| * | | | | | Tests/Java: Clean up style of Java test code | Matthew Woehlke | 2016-06-07 | 2 | -12/+12 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-09 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'add-FindVulkan' | Brad King | 2016-06-08 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Tests/FindVulkan: Run clang-format | Brad King | 2016-06-08 | 1 | -1/+1 |
* | | | | | | Merge topic 'fix-libarchive-openssl-no-hashes' | Brad King | 2016-06-08 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | libarchive: Restore OpenSSL include directory from upstream | Brad King | 2016-06-07 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'add-FindVulkan' | Brad King | 2016-06-08 | 8 | -0/+149 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Add FindVulkan.cmake. | Matthäus G. Chajdas | 2016-06-08 | 8 | -0/+149 |
* | | | | | | Merge topic 'doc-ctest_update' | Brad King | 2016-06-08 | 2 | -0/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Document CTest Git fetch-and-reset behavior | Brad King | 2016-06-08 | 1 | -0/+5 |
| * | | | | | | Help: Document ctest_update branch following behavior | Brad King | 2016-06-08 | 1 | -0/+4 |