Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge topic 'pr.projectbefore' | Brad King | 2019-04-04 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE | Ruslan Baratov | 2019-04-01 | 1 | -0/+4 | |
* | | | | | | | | Merge topic 'modernize-raw-string-literal' | Brad King | 2019-04-04 | 21 | -60/+60 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 21 | -60/+60 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'autogen_keywords_class' | Brad King | 2019-04-04 | 6 | -75/+99 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Autogen: Add more frequently used keywords to Keywords class | Sebastian Holtermann | 2019-04-02 | 3 | -26/+36 | |
| * | | | | | | | Autogen: Add `AUTO*_EXECUTABLE` strings to Keywords class | Sebastian Holtermann | 2019-04-02 | 2 | -3/+10 | |
| * | | | | | | | Autogen: Remove static const generator name strings from cmQtAutoGen | Sebastian Holtermann | 2019-04-02 | 4 | -37/+28 | |
| * | | | | | | | Autogen: Add cmQtAutogenGlobalInitializer::Keywords class | Sebastian Holtermann | 2019-04-02 | 2 | -0/+22 | |
| * | | | | | | | Autogen: Remove lowercase generator name from generator variables class | Sebastian Holtermann | 2019-04-02 | 1 | -11/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'remove_duplicates' | Brad King | 2019-04-04 | 1 | -0/+30 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Genex: Add $<REMOVE_DUPLICATES:list> | Sebastian Lipponer | 2019-04-01 | 1 | -0/+30 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-04 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'refactor-lang-flags' | Brad King | 2019-04-03 | 4 | -19/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookup | Brad King | 2019-04-02 | 2 | -16/+3 | |
| * | | | | | | | | cmLocalGenerator: Factor IPO logic out of AddLanguageFlags | Brad King | 2019-04-02 | 2 | -3/+14 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-03 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-02 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'project-include' | Brad King | 2019-04-01 | 2 | -11/+32 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | project: Add variable CMAKE_PROJECT_INCLUDE | Ruslan Baratov | 2019-03-27 | 2 | -11/+32 | |
* | | | | | | | Merge topic 'refactor-cmcmd' | Brad King | 2019-04-01 | 2 | -83/+76 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmcmd: Modernize for loops with cmMakeRange | Artur Ryt | 2019-03-30 | 1 | -66/+58 | |
| * | | | | | | | cmcmd: Pass args vector by const& | Artur Ryt | 2019-03-30 | 2 | -17/+18 | |
* | | | | | | | | Merge topic 'utilize-substr' | Brad King | 2019-04-01 | 12 | -22/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Modernize: Prefer .substr in place of .c_str() + int | Artur Ryt | 2019-03-30 | 12 | -22/+19 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'fix_doxygen_comments' | Brad King | 2019-04-01 | 43 | -180/+180 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 43 | -180/+180 | |
* | | | | | | | | | Merge topic 'cmDepends_tweaks' | Brad King | 2019-04-01 | 11 | -121/+116 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmDepends: Define DependencyMap instead of DependencyVector | Sebastian Holtermann | 2019-03-27 | 8 | -36/+28 | |
| * | | | | | | | | | cmDepends: Refactor cmDepends::CheckDependencies method | Sebastian Holtermann | 2019-03-27 | 2 | -78/+71 | |
| * | | | | | | | | | cmFiletimeCache: Add cmFiletimeCache::Remove method | Sebastian Holtermann | 2019-03-27 | 2 | -6/+16 | |
| * | | | | | | | | | cmFileTime: Make cmFileTime::Compare method const | Sebastian Holtermann | 2019-03-27 | 1 | -1/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'allow_aliasing_unkown_targets' | Brad King | 2019-04-01 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | add_library: Now support aliasing unknown import targets | Robert Maynard | 2019-03-26 | 1 | -1/+3 | |
* | | | | | | | | | | Merge topic 'bug/missed-return-on-cli-errors' | Craig Scott | 2019-04-01 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmake: Fix missed `return` statement when CLI errors found | Alex Turbov | 2019-03-31 | 1 | -2/+3 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-01 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-31 | 1 | -1/+1 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-30 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'implicit-includes-autogen' | Brad King | 2019-03-29 | 1 | -8/+13 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Autogen: Do not treat hard-coded -I/usr/include exclusion as implicit include | Sebastian Holtermann | 2019-03-28 | 1 | -8/+13 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'jacoco_parser_crash' into release-3.14 | Brad King | 2019-03-27 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'toolchain-include_directories' into release-3.14 | Brad King | 2019-03-25 | 1 | -1/+16 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'eclipse-interface-lib' into release-3.14 | Brad King | 2019-03-20 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'find_program-windows-share' into release-3.14 | Brad King | 2019-03-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'update-kwsys' | Brad King | 2019-03-29 | 8 | -39/+179 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-03-28 | 8 | -39/+179 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-29 | 1 | -1/+1 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge topic 'jacoco_parser_crash' | Brad King | 2019-03-27 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | / / / / / / | | |_|_|_|/ / / / / / | |/| | | | | | | | | |