summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge topic 'ghs_os_dir'Brad King2019-04-083-54/+76
|\ \ \ \ \ \
| * | | | | | GHS: Update GHS_BSP_NAME processingFred Baksik2019-03-291-27/+24
| * | | | | | GHS: Print status message regarding GHS_OS_DIRFred Baksik2019-03-293-28/+53
* | | | | | | Merge topic 'tidy-fixes'Brad King2019-04-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Enabled performance-inefficient-vector-operation check in clang-tidyJakub Kalinski2019-04-021-0/+1
* | | | | | | | Merge topic 'modernize-raw-string-literal'Brad King2019-04-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | tidy: Fix modernize-raw-string-literal in FreeBSD CPack generatorBrad King2019-04-051-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-04-081-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-04-071-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-04-061-1/+1
* | | | | | | | Merge topic 'rst-bad-markup-block'Brad King2019-04-051-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | cmRST: Fix crash on empty markup blockBrad King2019-04-051-0/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-04-051-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'pr.projectbefore'Brad King2019-04-041-0/+4
|\ \ \ \ \ \ \
| * | | | | | | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORERuslan Baratov2019-04-011-0/+4
* | | | | | | | Merge topic 'modernize-raw-string-literal'Brad King2019-04-0421-60/+60
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-0221-60/+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 'remove_duplicates'Brad King2019-04-041-0/+30
|\ \ \ \ \ \ \
| * | | | | | | Genex: Add $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-011-0/+30
* | | | | | | | 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
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-04-031-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-04-021-1/+1
|/ / / / / /
* | | | | | Merge topic 'project-include'Brad King2019-04-012-11/+32
|\ \ \ \ \ \
| * | | | | | project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-272-11/+32
* | | | | | | 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 'allow_aliasing_unkown_targets'Brad King2019-04-011-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add_library: Now support aliasing unknown import targetsRobert Maynard2019-03-261-1/+3
* | | | | | | | | | 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
|/ / / / / / / / /