Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'pr.projectbefore' | Brad King | 2019-04-04 | 8 | -0/+40 |
|\ | |||||
| * | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE | Ruslan Baratov | 2019-04-01 | 8 | -0/+40 |
* | | Merge topic 'modernize-raw-string-literal' | Brad King | 2019-04-04 | 22 | -61/+60 |
|\ \ | |||||
| * | | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 22 | -61/+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 'FindPython-handle-virtual-env' | Brad King | 2019-04-04 | 10 | -20/+198 |
|\ \ \ | |||||
| * | | | FindPython*: Add capability to control virtual env handling. | Marc Chevrier | 2019-04-03 | 10 | -20/+198 |
* | | | | Merge topic 'remove_duplicates' | Brad King | 2019-04-04 | 13 | -1/+83 |
|\ \ \ \ | |||||
| * | | | | Genex: Add $<REMOVE_DUPLICATES:list> | Sebastian Lipponer | 2019-04-01 | 13 | -0/+82 |
| * | | | | Help: Fix description in cmake-generator-expressions(7) manual | Sebastian Lipponer | 2019-04-01 | 1 | -1/+1 |
* | | | | | 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 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'find-dependency-fix-17583' | Brad King | 2019-04-03 | 5 | -27/+60 |
|\ \ \ \ \ | |||||
| * | | | | | find_dependency: Always search dependencies | Damien R | 2019-03-29 | 5 | -27/+60 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-03 | 1 | -1/+1 |
* | | | | | | Merge topic 'nasm-fix' | Brad King | 2019-04-02 | 1 | -1/+3 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Modules: Check nasm compile object variable | Connor Davis | 2019-03-30 | 1 | -1/+3 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-02 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'project-include' | Brad King | 2019-04-01 | 9 | -15/+58 |
|\ \ \ \ \ | |||||
| * | | | | | Release note for CMAKE_PROJECT_INCLUDE variable | Ruslan Baratov | 2019-03-29 | 1 | -0/+5 |
| * | | | | | project: Add variable CMAKE_PROJECT_INCLUDE | Ruslan Baratov | 2019-03-27 | 7 | -14/+52 |
| * | | | | | Test ProjectInclude: Add NONE to avoid enabling languages | Ruslan Baratov | 2019-03-27 | 1 | -1/+1 |
* | | | | | | 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 'memorize_c_compilers_with_full_standard_support' | Brad King | 2019-04-01 | 11 | -3/+59 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Record when C compilers have gained full support for 90,99,11 | Robert Maynard | 2019-03-27 | 9 | -0/+30 |
| * | | | | | | | | | CompileFeatures: memoize C compilers with full language level support | Robert Maynard | 2019-03-27 | 2 | -3/+29 |
* | | | | | | | | | | Merge topic 'allow_aliasing_unkown_targets' | Brad King | 2019-04-01 | 4 | -5/+23 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add_library: Now support aliasing unknown import targets | Robert Maynard | 2019-03-26 | 4 | -5/+23 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | 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 |
| |_|/ / / / / |/| | | | | | |