Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added CMake_BUILD_DEVELOPER_REFERENCE option | Konstantin Podsvirov | 2016-08-16 | 10 | -292/+136 |
* | CMake Nightly Date Stamp | Kitware Robot | 2016-08-16 | 1 | -1/+1 |
* | Merge topic 'FindCUDA-fixes' | Brad King | 2016-08-15 | 1 | -9/+11 |
|\ | |||||
| * | FindCUDA: Fix missing librt on Linux when using static cuda runtime. | Stephen Sorley | 2016-08-12 | 1 | -6/+7 |
| * | FindCUDA: Restore default behavior of CUDA_USE_STATIC_CUDA_RUNTIME | Stephen Sorley | 2016-08-12 | 1 | -3/+4 |
* | | Merge topic 'autogen-same-name' | Brad King | 2016-08-15 | 28 | -61/+562 |
|\ \ | |||||
| * | | Help: Document AUTORCC behavior for same .qrc name case | Sebastian Holtermann | 2016-08-15 | 1 | -0/+5 |
| * | | Tests/QtAutogen: Test same moc/qrc source names in different directories | Sebastian Holtermann | 2016-08-10 | 21 | -0/+237 |
| * | | QtAutogen: Allow multiple qrc files with the same name | Sebastian Holtermann | 2016-08-10 | 3 | -48/+93 |
| * | | QtAutogen: Allow multiple moc files with the same name | Sebastian Holtermann | 2016-08-10 | 2 | -11/+14 |
| * | | QtAutogen: Use std:: instead of ::std:: | Sebastian Holtermann | 2016-08-10 | 1 | -2/+2 |
| * | | cmFilePathUuid: Add class to generate deterministic unique file names | Sebastian Holtermann | 2016-08-10 | 3 | -0/+211 |
* | | | Merge topic 'GetPrerequisites-fix-regression' | Brad King | 2016-08-15 | 1 | -2/+6 |
|\ \ \ | |||||
| * | | | GetPrerequisites: Fix regression in gp_resolved_file_type | Brad King | 2016-08-12 | 1 | -2/+6 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-15 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-14 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-13 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-12 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'cmCryptoHash-raw-digest' | Brad King | 2016-08-11 | 2 | -36/+117 |
|\ \ \ | | |/ | |/| | |||||
| * | | cmCryptoHash: New ByteHash methods that return a byte vector | Sebastian Holtermann | 2016-08-10 | 2 | -26/+55 |
| * | | cmCryptoHash: Return byte vector from internal Finalize method | Sebastian Holtermann | 2016-08-10 | 2 | -13/+13 |
| * | | cmCryptoHash: New byte hash to string function | Sebastian Holtermann | 2016-08-10 | 2 | -0/+38 |
| * | | cmCryptoHash: Documentation comments | Sebastian Holtermann | 2016-08-10 | 1 | -0/+14 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-11 | 1 | -1/+1 |
* | | | Merge topic '15687-xcode-support-system-include' | Brad King | 2016-08-10 | 4 | -19/+49 |
|\ \ \ | |||||
| * | | | Xcode: Obey SYSTEM keyword for includes (#15687) | Gregor Jasny | 2016-08-09 | 4 | -19/+49 |
* | | | | Merge topic 'fix-test-macOS-case-sensitive' | Brad King | 2016-08-10 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Tests: Fix RunCMake.Framework on case sensitive file systems. | Chaoren Lin | 2016-08-09 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'ninja-directory-targets' | Brad King | 2016-08-10 | 10 | -29/+61 |
|\ \ \ \ | |||||
| * | | | | Ninja: Add `$subdir/{test,install,package}` targets | Brad King | 2016-08-09 | 10 | -23/+60 |
| * | | | | Ninja: Simplify computation of GLOBAL_TARGET outputs | Brad King | 2016-08-09 | 1 | -6/+1 |
| |/ / / | |||||
* | | | | Merge topic 'NAG-Fortran-no-fPIE' | Brad King | 2016-08-10 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | NAG: Use -PIC for Fortran position-independent executable code | Neil Carlson | 2016-08-09 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge topic 'install-export-staging-dir' | Brad King | 2016-08-10 | 2 | -2/+26 |
|\ \ \ \ | |||||
| * | | | | install(EXPORT): Fix support for mid-length install destinations on Windows | Brad King | 2016-08-09 | 2 | -2/+26 |
| |/ / / | |||||
* | | | | Merge topic 'add-extra-boolean-comparisons' | Brad King | 2016-08-10 | 18 | -79/+693 |
|\ \ \ \ | |||||
| * | | | | Add additional <= and >= comparison operators | Chuck Atkins | 2016-08-09 | 18 | -79/+693 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-10 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'fix-string-append' | Brad King | 2016-08-09 | 8 | -11/+11 |
|\ \ \ \ | |||||
| * | | | | Revert the use of string(APPEND) in .cmake.in files | Daniel Pfeifer | 2016-08-08 | 3 | -3/+3 |
| * | | | | prefer list(APPEND) over string(APPEND) where appropriate | Daniel Pfeifer | 2016-08-08 | 5 | -8/+8 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'GetPrerequisites-grep-a' | Brad King | 2016-08-09 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | GetPrerequisites: Always filter objdump output as text | Alexander Shishenko | 2016-08-08 | 1 | -1/+1 |
* | | | | | Merge topic 'ninja-full-path' | Brad King | 2016-08-09 | 1 | -3/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Ninja: Use full path for all source files | Chaoren Lin | 2016-08-08 | 1 | -3/+4 |
| |/ / / | |||||
* | | | | Merge topic 'wix-custom-install-dir' | Brad King | 2016-08-09 | 6 | -4/+55 |
|\ \ \ \ | |||||
| * | | | | CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature | Michael Stürmer | 2016-08-08 | 6 | -4/+55 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-09 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'release' | Brad King | 2016-08-08 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'update-cle-version-info' into release | Brad King | 2016-08-08 | 2 | -4/+14 |
| |\ \ \ \ |