summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix RunCMake.CommandLine test to use generator with -S and -BBrad King2019-04-101-11/+15
* Tests: Add RunCMake helper to run cmake with optionsBrad King2019-04-101-0/+5
* Tests: Teach RunCMake to optionally exclude the source dir argumentBrad King2019-04-101-1/+7
* CMake Nightly Date StampKitware Robot2019-04-101-1/+1
* Merge branch 'release-3.14'Craig Scott2019-04-090-0/+0
|\
| * Merge branch 'fix-submit-url' into release-3.14Craig Scott2019-04-091-1/+1
| |\
* | \ Merge topic 'fix-submit-url'Craig Scott2019-04-091-1/+1
|\ \ \ | | |/ | |/|
| * | Modules/CTest: Fix SubmitURLRegina Pfeifer2019-04-091-1/+1
* | | Merge topic 'improve-formatting-of-help'Brad King2019-04-0953-288/+302
|\ \ \
| * | | Modules: Update documentation formattingBartosz Kosiorek2019-04-0821-141/+146
| * | | Help: Improve formatting of Help documentationBartosz Kosiorek2019-04-0840-161/+170
* | | | Merge topic 'argument-parser'Brad King2019-04-0919-1015/+802
|\ \ \ \
| * | | | cmExecuteProcessCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-170/+110
| * | | | cmParseArgumentsCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-114/+45
| * | | | Retire cmCommandArgumentsHelperRegina Pfeifer2019-04-044-430/+0
| * | | | cmExportCommand: Port to cmArgumentParserRegina Pfeifer2019-04-044-81/+50
| * | | | cmInstallCommand: Port to cmArgumentParserRegina Pfeifer2019-04-043-139/+134
| * | | | cmFileCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-81/+74
| * | | | Introduce cmArgumentParserRegina Pfeifer2019-04-047-0/+389
* | | | | Merge branch 'release-3.14'Brad King2019-04-090-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'backport-cmake-gui-windows-theme' into release-3.14Brad King2019-04-081-0/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'backport-implicit-includes-relative' into release-3.14Brad King2019-04-0825-19/+72
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'cmake-gui-windows-theme'Brad King2019-04-093-0/+5
|\ \ \ \ \ \
| * | | | | | Utilities/Release: Link statically to QWindowsVistaStyle pluginmistersandman2019-04-082-0/+2
| * | | | | | Merge branch 'backport-cmake-gui-windows-theme'Brad King2019-04-081-0/+3
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | cmake-gui: Fix theme on Windows with Qt >= 5.10mistersandman2019-04-081-0/+3
* | | | | | | Merge topic 'implicit-includes-relative'Brad King2019-04-0926-20/+73
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-implicit-includes-relative'Brad King2019-04-0826-20/+73
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | |
| | * | | | | Fix implicit include directory extraction for adaptive relative pathsBrad King2019-04-086-0/+53
| | * | | | | Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regexBrad King2019-04-0816-17/+17
| | * | | | | Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfoBrad King2019-04-085-2/+2
| | |/ / / /
* | | | | | Merge topic 'genex_filter'Marc Chevrier2019-04-0913-0/+100
|\ \ \ \ \ \
| * | | | | | Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex>Sebastian Lipponer2019-04-0813-0/+100
* | | | | | | CMake Nightly Date StampKitware Robot2019-04-091-1/+1
|/ / / / / /
* | | | | | Merge topic 'help_remove_duplicates'Brad King2019-04-082-2/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Help: Move entry to correct section in cmake-generator-expressions(7) manualSebastian Lipponer2019-04-081-2/+2
| * | | | | Help: Add missing release notes for genex $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-081-0/+6
|/ / / / /
* | | | | Merge topic 'autogen_autorcc_no_libuv'Brad King2019-04-0813-1031/+878
|\ \ \ \ \
| * | | | | Autogen: Rename cmQtAutoGeneratorRcc to cmQtAutoRccSebastian Holtermann2019-04-064-24/+24
| * | | | | Autogen: Move libuv loop from cmQtAutoGenerator to cmQtAutoGeneratorMocUicSebastian Holtermann2019-04-064-27/+25
| * | | | | Autogen: Make cmQtAutoGenerator::FileSystem Logger freeSebastian Holtermann2019-04-063-75/+33
| * | | | | Autogen: Move Logger and FileSystem member variables to generator classesSebastian Holtermann2019-04-065-37/+47
| * | | | | AutoRcc: Don't use cmQtAutoGenerator::FileSystem methodsSebastian Holtermann2019-04-064-97/+153
| * | | | | AutoRcc: Remove libuv event loop from cmQtAutoGeneratorRccSebastian Holtermann2019-04-062-315/+158
| * | | | | AutoRcc: Make rcc parsing function privateSebastian Holtermann2019-04-062-31/+9
| * | | | | AutoRcc: Use cmQtAutoGen::RccLister in initializer and generatorSebastian Holtermann2019-04-063-144/+7
| * | | | | AutoRcc: Add cmQtAutoGen::RccLister classSebastian Holtermann2019-04-062-3/+144
* | | | | | Merge topic 'genex-output_name'Brad King2019-04-0830-11/+514
|\ \ \ \ \ \
| * | | | | | Genex: Add capability to retrieve base name for various target artifactsMarc Chevrier2019-04-0830-1/+483
| * | | | | | Refactor struct TargetFileSystemArtifactMarc Chevrier2019-04-081-10/+31
| |/ / / / /