Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 14 | -81/+66 |
* | CPack: don't use else after return | Daniel Pfeifer | 2016-08-18 | 4 | -23/+12 |
* | CursesDialog: don't use else after return | Daniel Pfeifer | 2016-08-18 | 4 | -32/+27 |
* | CMake Nightly Date Stamp | Kitware Robot | 2016-08-18 | 1 | -1/+1 |
* | Merge topic 'readability-named-parameter' | Brad King | 2016-08-17 | 50 | -185/+240 |
|\ | |||||
| * | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 50 | -185/+240 |
* | | Merge topic 'include-what-you-use' | Brad King | 2016-08-17 | 25 | -41/+96 |
|\ \ | |||||
| * | | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 25 | -41/+96 |
| |/ | |||||
* | | Merge topic 'cmake-capabilities' | Brad King | 2016-08-17 | 3 | -2/+95 |
|\ \ | |||||
| * | | cmake: Add `cmake -E capabilities` mode | Tobias Hunger | 2016-08-16 | 3 | -0/+92 |
| * | | cmake: Constify cmake::GetRegisteredGenerators | Brad King | 2016-08-16 | 2 | -2/+3 |
| |/ | |||||
* | | Merge topic 'cmake-developer-reference' | Brad King | 2016-08-17 | 5 | -0/+44 |
|\ \ | |||||
| * | | QtIFW: Developer Reference installation | Konstantin Podsvirov | 2016-08-16 | 1 | -0/+21 |
| * | | Added CMake_BUILD_DEVELOPER_REFERENCE option | Konstantin Podsvirov | 2016-08-16 | 4 | -0/+23 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'issue-tracker-urls' | Brad King | 2016-08-16 | 4 | -6/+6 |
|\ \ | |/ |/| | |||||
| * | issues: update references to the CMake issue tracker | Ben Boeckel | 2016-08-15 | 4 | -6/+6 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-16 | 1 | -1/+1 |
* | | Merge topic 'autogen-same-name' | Brad King | 2016-08-15 | 6 | -61/+320 |
|\ \ | |||||
| * | | 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 |
* | | | 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 | 1 | -14/+34 |
|\ \ | |||||
| * | | Xcode: Obey SYSTEM keyword for includes (#15687) | Gregor Jasny | 2016-08-09 | 1 | -14/+34 |
* | | | Merge topic 'ninja-directory-targets' | Brad King | 2016-08-10 | 3 | -26/+22 |
|\ \ \ | |||||
| * | | | Ninja: Add `$subdir/{test,install,package}` targets | Brad King | 2016-08-09 | 3 | -20/+21 |
| * | | | Ninja: Simplify computation of GLOBAL_TARGET outputs | Brad King | 2016-08-09 | 1 | -6/+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 | 6 | -15/+94 |
|\ \ \ | |||||
| * | | | Add additional <= and >= comparison operators | Chuck Atkins | 2016-08-09 | 6 | -15/+94 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-10 | 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 | 4 | -4/+31 |
|\ \ \ | |||||
| * | | | CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature | Michael Stürmer | 2016-08-08 | 4 | -4/+31 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-09 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'vs14-debug-enum-older-toolsets' | Brad King | 2016-08-08 | 1 | -5/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | cmVisualStudio10TargetGenerator: Run clang-format | Brad King | 2016-08-05 | 1 | -5/+5 |