Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'install_name_policy' | Brad King | 2017-02-17 | 6 | -22/+111 |
|\ | |||||
| * | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 4 | -2/+55 |
| * | Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property | Clinton Stimpson | 2017-02-14 | 2 | -0/+7 |
| * | Apple: Refactor support for using INSTALL_NAME_DIR. | Clinton Stimpson | 2017-02-14 | 2 | -20/+49 |
* | | Merge topic 'bison3' | Brad King | 2017-02-17 | 6 | -2788/+3072 |
|\ \ | |||||
| * | | cmCommandArgumentParser: reformat grammar | Daniel Pfeifer | 2017-02-16 | 2 | -197/+156 |
| * | | cmDependsJavaParser: Port to bison 3 | Daniel Pfeifer | 2017-02-16 | 3 | -1919/+2335 |
| * | | cmCommandArgumentParser: Port to bison 3 | Daniel Pfeifer | 2017-02-16 | 3 | -731/+640 |
* | | | Merge topic 'capture-ctest_update-svn-failures' | Brad King | 2017-02-17 | 15 | -67/+95 |
|\ \ \ | |||||
| * | | | ctest_update: Capture failure of svn to load revisions and local mods | Brad King | 2017-02-16 | 2 | -11/+16 |
| * | | | ctest_update: Refactor internal APIs to support more failure cases | Brad King | 2017-02-16 | 15 | -57/+80 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'vs-refactor-unknown-flags' | Brad King | 2017-02-16 | 7 | -41/+44 |
|\ \ | |||||
| * | | VS: Refactor AdditionalOptions generation | Brad King | 2017-02-15 | 5 | -41/+9 |
| * | | cmVisualStudioGeneratorOptions: Add PrependInerhitedString method | Brad King | 2017-02-15 | 2 | -0/+13 |
| * | | cmIDEOptions: Add SpaceAppendable flag table type | Brad King | 2017-02-15 | 3 | -0/+22 |
* | | | Merge topic 'vs-refactor-toolset-parsing' | Brad King | 2017-02-16 | 4 | -26/+82 |
|\ \ \ | |||||
| * | | | VS: Refactor generator toolset parsing | Brad King | 2017-02-15 | 4 | -26/+82 |
* | | | | Merge topic 'command-cleanup-fix' | Brad King | 2017-02-16 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | cmDisallowedCommand: Forward final pass too | Brad King | 2017-02-15 | 1 | -0/+7 |
* | | | | | Merge topic 'fix-ctest_update-svn' | Brad King | 2017-02-16 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | ctest_update: Fix svn log and external loading | Brad King | 2017-02-15 | 1 | -1/+4 |
| * | | | | | Merge branch 'case-insensitive-bindir-detection' into release | Brad King | 2017-01-20 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | CMake 3.7.2v3.7.2 | Brad King | 2017-01-13 | 1 | -1/+1 |
* | | | | | | | Merge topic 'autogen_fix_3.8' | Brad King | 2017-02-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Autogen: Fix headers not skipped | Sebastian Holtermann | 2017-02-15 | 1 | -2/+2 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-16 | 1 | -1/+1 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | Merge topic 'vs-refactor-libs' | Brad King | 2017-02-15 | 1 | -20/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS: Place CMAKE_<LANG>_STANDARD_LIBRARIES after other libraries | Brad King | 2017-02-14 | 1 | -8/+8 |
| * | | | | | | | VS: Refactor parsing of CMAKE_<LANG>_STANDARD_LIBRARIES | Brad King | 2017-02-14 | 1 | -14/+2 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'vs-dedup-tag' | Brad King | 2017-02-15 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS: De-duplicate PreprocessorDefinitions tag name | Brad King | 2017-02-14 | 1 | -5/+5 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-02-15 | 2 | -182/+66 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-02-14 | 2 | -182/+66 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-15 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'command-cleanup' | Brad King | 2017-02-14 | 20 | -195/+242 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | cmCommands: add commands directly to cmState | Daniel Pfeifer | 2017-02-13 | 3 | -133/+113 |
| * | | | | | split Default commands into Scripting and Project | Daniel Pfeifer | 2017-02-13 | 4 | -46/+71 |
| * | | | | | cmDisallowedCommand: extract policy checking from cmCommand | Daniel Pfeifer | 2017-02-13 | 14 | -70/+111 |
| * | | | | | cmCommand: Don't prefix error message with command name | Daniel Pfeifer | 2017-02-13 | 3 | -8/+6 |
| * | | | | | cmCommand: make noncopyable | Daniel Pfeifer | 2017-02-13 | 1 | -0/+4 |
| * | | | | | cmCommand: remove member Helper | Daniel Pfeifer | 2017-02-13 | 2 | -2/+1 |
* | | | | | | Merge topic 'execute_process-default-encoding' | Brad King | 2017-02-14 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | execute_process: Restore no-decoding default behavior | Brad King | 2017-02-13 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-14 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'erase-if' | Brad King | 2017-02-13 | 5 | -29/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmAlgorithms: add cmEraseIf function | Daniel Pfeifer | 2017-02-10 | 5 | -29/+16 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-13 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-12 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-11 | 1 | -1/+1 |
|/ / / / / / |