Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-24 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge branch 'release' | Brad King | 2015-02-23 | 0 | -0/+0 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | CMake 3.2.0-rc2v3.2.0-rc2 | Brad King | 2015-02-23 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'wix-shortcut-properties' | Brad King | 2015-02-23 | 15 | -152/+409 | |
|\ \ \ \ | ||||||
| * | | | | CPackWIX: Add release notes for the wix-shortcut-properties topic. | Nils Gladitz | 2015-02-23 | 1 | -0/+9 | |
| * | | | | CPackWIX: Enhance CMake CPack WIX generated installer. | Nils Gladitz | 2015-02-22 | 1 | -0/+22 | |
| * | | | | CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. | Nils Gladitz | 2015-02-21 | 7 | -1/+47 | |
| * | | | | CPackWIX: Add installed file properties for the creation of shortcuts. | Nils Gladitz | 2015-02-21 | 9 | -12/+83 | |
| * | | | | CPackWIX: Refactor start menu and desktop shortcut creation. | Nils Gladitz | 2015-02-21 | 7 | -150/+249 | |
| * | | | | CPackWIX: Explicitly list CPack WIX headers for IDE convenience. | Nils Gladitz | 2015-02-20 | 1 | -0/+10 | |
* | | | | | Merge topic 'rpm_package_architecture' | Brad King | 2015-02-23 | 4 | -6/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Help: Add notes for topic 'rpm_package_architecture' | Brad King | 2015-02-23 | 1 | -0/+6 | |
| * | | | | | Tests: CpackRPM test component architecture | Joshua A Clayton | 2015-02-23 | 2 | -0/+14 | |
| * | | | | | CPackRPM: Support rpm architecture in components | Joshua A Clayton | 2015-02-23 | 1 | -0/+11 | |
| * | | | | | CPackRPM: Fix CPACK_RPM_PACKAGE_ARCHITECTURE | Joshua A Clayton | 2015-02-23 | 1 | -6/+15 | |
* | | | | | | Merge branch 'release' | Brad King | 2015-02-23 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge branch 'FindCurses-remove-unused-check' into release | Brad King | 2015-02-20 | 1 | -2/+0 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'private-FindJsonCpp' into release | Brad King | 2015-02-20 | 7 | -12/+10 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'if-optimize' | Brad King | 2015-02-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | if(): avoid one needless string compare for all if() statements | Rolf Eike Beer | 2015-02-22 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'rpm_run_tests_on_other_platforms' | Brad King | 2015-02-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CPackRPM: run tests on more platforms than just Linux | Domen Vrankar | 2015-02-23 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-02-23 | 6 | -38/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmMakefile: Store macro list in a vector not in a map. | Stephen Kelly | 2015-02-21 | 4 | -28/+10 | |
| * | | | | | | | | | cmMakefile: Fix list of macros generation. | Stephen Kelly | 2015-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | cmFunctionCommand: Remove ineffectual code. | Stephen Kelly | 2015-02-21 | 1 | -5/+0 | |
| * | | | | | | | | | cmTarget: Don't needlessly clear vectors in the destructor. | Stephen Kelly | 2015-02-21 | 1 | -5/+5 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'fix-graphiz-typo' | Brad King | 2015-02-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix typo, graphiz -> graphviz. | Stephen Kelly | 2015-02-21 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'use-algorithms' | Brad King | 2015-02-23 | 18 | -213/+127 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Replace loops with algorithms. | Stephen Kelly | 2015-02-20 | 1 | -12/+5 | |
| * | | | | | | | | | cmAlgorithms: Add cmReverseRange adaptor. | Stephen Kelly | 2015-02-20 | 2 | -2/+9 | |
| * | | | | | | | | | cmAlgorithms: Add cmFindNot algorithm. | Stephen Kelly | 2015-02-20 | 1 | -0/+7 | |
| * | | | | | | | | | cmRST: Replace two erase with a rotate and larger erase. | Stephen Kelly | 2015-02-20 | 1 | -2/+6 | |
| * | | | | | | | | | cmAlgorithms: Update concept requirement to FowardIterator | Stephen Kelly | 2015-02-20 | 1 | -6/+6 | |
| * | | | | | | | | | cmAlgorithms: Move cmRotate out of 'implementation detail' namespace. | Stephen Kelly | 2015-02-20 | 1 | -11/+11 | |
| * | | | | | | | | | cmRST: Move two algorithms beside each other. | Stephen Kelly | 2015-02-20 | 1 | -1/+1 | |
| * | | | | | | | | | cmRST: Use std::min where appropriate. | Stephen Kelly | 2015-02-20 | 1 | -4/+1 | |
| * | | | | | | | | | cmGlobalGenerator: Convert set insert algorithm to vector algorithms. | Stephen Kelly | 2015-02-20 | 2 | -10/+18 | |
| * | | | | | | | | | Convert some raw loops to cmWrap. | Stephen Kelly | 2015-02-20 | 5 | -32/+9 | |
| * | | | | | | | | | cmAlgorithms: Add cmWrap. | Stephen Kelly | 2015-02-20 | 5 | -19/+22 | |
| * | | | | | | | | | Use cmJoin where possible. | Stephen Kelly | 2015-02-20 | 4 | -51/+9 | |
| * | | | | | | | | | cmCacheManager: Replace loop with algorithm. | Stephen Kelly | 2015-02-20 | 1 | -5/+1 | |
| * | | | | | | | | | cmGlobalGenerator: Replace loop with algorithm. | Stephen Kelly | 2015-02-20 | 1 | -9/+4 | |
| * | | | | | | | | | cmTarget: Port loop to algorithm. | Stephen Kelly | 2015-02-20 | 1 | -6/+3 | |
| * | | | | | | | | | cmGlobalGenerator: Replace set::insert algorithm with cmRemoveDuplicates. | Stephen Kelly | 2015-02-18 | 1 | -6/+3 | |
| * | | | | | | | | | cmGeneratorTarget: Replace set insert algorithm with cmRemoveDuplicates. | Stephen Kelly | 2015-02-18 | 1 | -6/+5 | |
| * | | | | | | | | | cmLocalGenerator: Convert loop to algorithm. | Stephen Kelly | 2015-02-18 | 1 | -6/+1 | |
| * | | | | | | | | | cmMakefile: Add flag to result and manipulate in place. | Stephen Kelly | 2015-02-18 | 1 | -5/+5 | |
| * | | | | | | | | | cmMakefile: Replace two loops with std::replace. | Stephen Kelly | 2015-02-18 | 1 | -13/+2 | |