summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pr.projectbefore'Brad King2019-04-048-0/+40
|\
| * project: Add variable CMAKE_PROJECT_INCLUDE_BEFORERuslan Baratov2019-04-018-0/+40
* | Merge topic 'modernize-raw-string-literal'Brad King2019-04-0422-61/+60
|\ \
| * | Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-0222-61/+60
* | | Merge topic 'autogen_keywords_class'Brad King2019-04-046-75/+99
|\ \ \
| * | | Autogen: Add more frequently used keywords to Keywords classSebastian Holtermann2019-04-023-26/+36
| * | | Autogen: Add `AUTO*_EXECUTABLE` strings to Keywords classSebastian Holtermann2019-04-022-3/+10
| * | | Autogen: Remove static const generator name strings from cmQtAutoGenSebastian Holtermann2019-04-024-37/+28
| * | | Autogen: Add cmQtAutogenGlobalInitializer::Keywords classSebastian Holtermann2019-04-022-0/+22
| * | | Autogen: Remove lowercase generator name from generator variables classSebastian Holtermann2019-04-021-11/+5
| |/ /
* | | Merge topic 'FindPython-handle-virtual-env'Brad King2019-04-0410-20/+198
|\ \ \
| * | | FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-0310-20/+198
* | | | Merge topic 'remove_duplicates'Brad King2019-04-0413-1/+83
|\ \ \ \
| * | | | Genex: Add $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-0113-0/+82
| * | | | Help: Fix description in cmake-generator-expressions(7) manualSebastian Lipponer2019-04-011-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-04-041-1/+1
* | | | | Merge topic 'refactor-lang-flags'Brad King2019-04-034-19/+17
|\ \ \ \ \
| * | | | | VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookupBrad King2019-04-022-16/+3
| * | | | | cmLocalGenerator: Factor IPO logic out of AddLanguageFlagsBrad King2019-04-022-3/+14
| | |_|_|/ | |/| | |
* | | | | Merge topic 'find-dependency-fix-17583'Brad King2019-04-035-27/+60
|\ \ \ \ \
| * | | | | find_dependency: Always search dependenciesDamien R2019-03-295-27/+60
* | | | | | CMake Nightly Date StampKitware Robot2019-04-031-1/+1
* | | | | | Merge topic 'nasm-fix'Brad King2019-04-021-1/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Modules: Check nasm compile object variableConnor Davis2019-03-301-1/+3
* | | | | | CMake Nightly Date StampKitware Robot2019-04-021-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'project-include'Brad King2019-04-019-15/+58
|\ \ \ \ \
| * | | | | Release note for CMAKE_PROJECT_INCLUDE variableRuslan Baratov2019-03-291-0/+5
| * | | | | project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-277-14/+52
| * | | | | Test ProjectInclude: Add NONE to avoid enabling languagesRuslan Baratov2019-03-271-1/+1
* | | | | | Merge topic 'refactor-cmcmd'Brad King2019-04-012-83/+76
|\ \ \ \ \ \
| * | | | | | cmcmd: Modernize for loops with cmMakeRangeArtur Ryt2019-03-301-66/+58
| * | | | | | cmcmd: Pass args vector by const&Artur Ryt2019-03-302-17/+18
* | | | | | | Merge topic 'utilize-substr'Brad King2019-04-0112-22/+19
|\ \ \ \ \ \ \
| * | | | | | | Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-3012-22/+19
| |/ / / / / /
* | | | | | | Merge topic 'fix_doxygen_comments'Brad King2019-04-0143-180/+180
|\ \ \ \ \ \ \
| * | | | | | | Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-3143-180/+180
* | | | | | | | Merge topic 'cmDepends_tweaks'Brad King2019-04-0111-121/+116
|\ \ \ \ \ \ \ \
| * | | | | | | | cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-278-36/+28
| * | | | | | | | cmDepends: Refactor cmDepends::CheckDependencies methodSebastian Holtermann2019-03-272-78/+71
| * | | | | | | | cmFiletimeCache: Add cmFiletimeCache::Remove methodSebastian Holtermann2019-03-272-6/+16
| * | | | | | | | cmFileTime: Make cmFileTime::Compare method constSebastian Holtermann2019-03-271-1/+1
* | | | | | | | | Merge topic 'memorize_c_compilers_with_full_standard_support'Brad King2019-04-0111-3/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Record when C compilers have gained full support for 90,99,11Robert Maynard2019-03-279-0/+30
| * | | | | | | | | CompileFeatures: memoize C compilers with full language level supportRobert Maynard2019-03-272-3/+29
* | | | | | | | | | Merge topic 'allow_aliasing_unkown_targets'Brad King2019-04-014-5/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add_library: Now support aliasing unknown import targetsRobert Maynard2019-03-264-5/+23
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'bug/missed-return-on-cli-errors'Craig Scott2019-04-011-2/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | cmake: Fix missed `return` statement when CLI errors foundAlex Turbov2019-03-311-2/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-04-011-1/+1
|/ / / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2019-03-311-1/+1
| |_|/ / / / / |/| | | | | |