Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'use-cmRange' | Brad King | 2015-02-12 | 27 | -350/+274 |
|\ | |||||
| * | Convert loop into two algorithms. | Stephen Kelly | 2015-02-11 | 1 | -10/+6 |
| * | Convert loop to the common pattern. | Stephen Kelly | 2015-02-11 | 1 | -10/+4 |
| * | Move loop inside of condition. | Stephen Kelly | 2015-02-11 | 1 | -12/+12 |
| * | Handle last element outside of the loop. | Stephen Kelly | 2015-02-11 | 1 | -3/+11 |
| * | cmTarget: Use a sorted vector in place of a set. | Stephen Kelly | 2015-02-11 | 1 | -17/+10 |
| * | cmSet: Replace loop with cmJoin. | Stephen Kelly | 2015-02-11 | 1 | -11/+1 |
| * | cmFindBase: Replace loop with cmJoin on range. | Stephen Kelly | 2015-02-11 | 1 | -5/+3 |
| * | Convert loops to cmJoin algorithm with cmRange. | Stephen Kelly | 2015-02-11 | 4 | -34/+5 |
| * | cmStringCommand: Accumulate with cmJoin and range adaptors. | Stephen Kelly | 2015-02-11 | 1 | -31/+11 |
| * | cmAlgorithms: Add a range adaptor and API for adjusting a range. | Stephen Kelly | 2015-02-11 | 1 | -0/+19 |
| * | Use cmJoin to accumulate string ranges. | Stephen Kelly | 2015-02-11 | 2 | -10/+2 |
| * | cmAlgorithms: Add a Range container and adaptor method. | Stephen Kelly | 2015-02-11 | 1 | -0/+21 |
| * | Replace common loop pattern with cmJoin | Stephen Kelly | 2015-02-11 | 6 | -81/+11 |
| * | Convert loops populating maybe-empty content into the common pattern. | Stephen Kelly | 2015-02-11 | 3 | -17/+30 |
| * | Convert loops into the commonly used pattern. | Stephen Kelly | 2015-02-11 | 2 | -32/+25 |
| * | cmMacroCommand: Remove counting variable. | Stephen Kelly | 2015-02-11 | 1 | -9/+4 |
| * | cmMacroCommand: Execute loop only if it has an effect. | Stephen Kelly | 2015-02-11 | 1 | -9/+12 |
| * | cmMacroCommand: Extract iteration starting point. | Stephen Kelly | 2015-02-11 | 1 | -2/+3 |
| * | cmMacroCommand: Replace a loop with cmJoin. | Stephen Kelly | 2015-02-11 | 1 | -3/+3 |
| * | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 11 | -134/+161 |
* | | Merge topic 'install-DESTINATION-genex' | Brad King | 2015-02-12 | 20 | -26/+79 |
|\ \ | |||||
| * | | install: Allow generator expressions in TARGETS DESTINATION (#14317) | Brad King | 2015-02-11 | 14 | -8/+48 |
| * | | cmInstallGenerator: Pass destination explicitly to AddInstallRule | Brad King | 2015-02-11 | 6 | -7/+14 |
| * | | cmInstallGenerator: Fix check for absolute install destinations | Brad King | 2015-02-11 | 1 | -2/+3 |
| * | | cmInstallGenerator: Refactor computation of absolute install dest | Brad King | 2015-02-11 | 4 | -8/+10 |
| * | | cmInstallGenerator: Move GetDestination to subclasses that need it | Brad King | 2015-02-11 | 4 | -7/+10 |
* | | | Merge topic 'FindCoin3D-drop-link' | Brad King | 2015-02-12 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | FindCoin3D: Drop link to project homepage | Brad King | 2015-02-11 | 1 | -2/+1 |
* | | | | Merge topic 'cpack_rpm_mulit_prefix_fixup' | Brad King | 2015-02-12 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | CPackRPM: Do not run file(GLOB_RECURSE) without CMP0009 set to NEW | Domen Vrankar | 2015-02-11 | 1 | -1/+6 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-12 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge branch 'release' | Brad King | 2015-02-11 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'fix_timeout_docs' into release | Brad King | 2015-02-10 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'bootstrap-sphinx-qthelp' into release | Brad King | 2015-02-10 | 1 | -0/+8 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'makefile-missing-comment' into release | Brad King | 2015-02-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'release-3.1' | Brad King | 2015-02-11 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'makefile-missing-comment' into release-3.1 | Brad King | 2015-02-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
* | | | | | | | | | Merge topic 'export-interface-source-files' | Brad King | 2015-02-11 | 72 | -291/+488 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add release notes for export-interface-source-files. | Stephen Kelly | 2015-02-10 | 1 | -0/+6 |
| * | | | | | | | | | Allow export of targets with INTERFACE_SOURCES. | Stephen Kelly | 2015-02-10 | 33 | -90/+260 |
| * | | | | | | | | | Tests: Move IfacePaths test stderr files. | Stephen Kelly | 2015-02-10 | 11 | -0/+1 |
| * | | | | | | | | | Tests: Run IfacePaths tests with a parameter. | Stephen Kelly | 2015-02-09 | 9 | -21/+35 |
| * | | | | | | | | | Tests: Split part of include_directories test to a generic location. | Stephen Kelly | 2015-02-09 | 40 | -157/+163 |
* | | | | | | | | | | Merge topic 'fix_timeout_docs' | Brad King | 2015-02-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Help: Fix variable reference in TIMEOUT test property docs | Zack Galbreath | 2015-02-10 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'BundleUtilities-install_name_tool-exit' | Brad King | 2015-02-11 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | BundleUtilities: Teach fixup_bundle to check install_name_tool result | Ruslan Baratov | 2015-02-10 | 1 | -1/+6 |
* | | | | | | | | | | Merge topic 'bootstrap-sphinx-qthelp' | Brad King | 2015-02-11 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| * | | | | | | | | | bootstrap: Add --sphinx-qthelp option to enable qthelp doc generation | Nuno Sucena Almeida | 2015-02-10 | 1 | -0/+8 |
| | |/ / / / / / / | |/| | | | | | | |