summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-objc'Brad King2019-11-211-0/+4
|\
| * Xcode: Set source file type for Objective C/C++Brad King2019-11-201-0/+4
| * CMake 3.16.0-rc4v3.16.0-rc4Brad King2019-11-181-1/+1
| * Merge topic 'cpack-custom-templates' into release-3.16Brad King2019-11-186-9/+18
| |\
| * \ Merge topic 'pch-reuse-no-prop' into release-3.16Brad King2019-11-182-9/+7
| |\ \
* | \ \ Merge topic 'ccmake_fix_help_text_crash'Brad King2019-11-212-86/+43
|\ \ \ \
| * | | | ccmake: Fix crash with cache entries almost the size of the windowSylvain Joubert2019-11-192-86/+43
* | | | | Merge topic 'load_cache_in_script'Brad King2019-11-212-2/+9
|\ \ \ \ \
| * | | | | load_cache: Allow READ_WITH_PREFIX mode in cmake scriptsCharles Barto2019-11-192-2/+9
* | | | | | Merge topic 'fileapi-multi-config'Brad King2019-11-211-0/+1
|\ \ \ \ \ \
| * | | | | | FileAPI: Add "multiConfig" parameter to index fileKyle Edwards2019-11-201-0/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-11-211-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2019-11-201-1/+1
* | | | | | Merge topic 'ctest-repeat'Craig Scott2019-11-192-37/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-152-37/+27
* | | | | | Merge topic 'ccmake_render_main_form_on_resize'Brad King2019-11-191-12/+8
|\ \ \ \ \ \
| * | | | | | ccmake: Fix rendering on window resizeSylvain Joubert2019-11-181-12/+8
* | | | | | | Merge topic 'xcode-scheme-workdir'Brad King2019-11-194-6/+31
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Add custom working directory propertyGregor Jasny2019-11-184-6/+31
* | | | | | | | Merge topic 'codelite_make_j_0'Brad King2019-11-191-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | CodeLite: Do not pass -j argument with CPU count 0Johnny Jazeix2019-11-181-1/+4
| |/ / / / / / /
* | | | | | | | Merge topic 'modernize-memory-management'Brad King2019-11-191-28/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | cmOutputRequiredFilesCommand: Modernize memory managementMarc Chevrier2019-11-151-28/+26
* | | | | | | | | Merge topic 'FindFLEX-work-dir'Brad King2019-11-191-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindFLEX: Add policy CMP0098 to run flex in build treeJannick2019-11-151-1/+4
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-11-191-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'win-no-error-popup'Brad King2019-11-185-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Windows: Restore suppression of error report popups in CI buildsBrad King2019-11-154-3/+2
| * | | | | | | | Merge branch 'upstream-KWSys' into win-no-error-popupBrad King2019-11-151-1/+5
* | | | | | | | | Merge topic 'cpack-custom-templates'Brad King2019-11-186-9/+18
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | CPack: Restore support for custom package configuration templatesBrad King2019-11-156-9/+18
* | | | | | | | | Merge topic 'pch-reuse-no-prop'Brad King2019-11-182-9/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | PCH: Do not issue an error on duplicate target_precompile_headers callCristian Adam2019-11-152-9/+7
* | | | | | | | Merge topic 'ccmake_redirect_stdstreams'Craig Scott2019-11-185-37/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | ccmake: redirect stdout/stderr to the displayed logsSylvain Joubert2019-11-165-37/+53
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-11-181-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-11-171-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-11-161-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge topic 'cmake-e-rm'Kyle Edwards2019-11-153-12/+84
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-132-2/+2
| * | | | | | | cmake -E: Add rm with improved semantics over remove and remove_directoryJohnny Jazeix2019-11-131-10/+82
* | | | | | | | Merge topic 'cmFileLockPool-remove-dynamic-memory-usage'Brad King2019-11-154-33/+60
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | cmFileLockPool: enhance items managementMarc Chevrier2019-11-144-33/+60
* | | | | | | | Merge topic 'ctest_test-repeat'Brad King2019-11-1510-33/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | ctest_test: Add option to REPEAT testsBrad King2019-11-074-3/+38
| * | | | | | | | cmCTestMultiProcessHandler: Hold repeat mode as a memberBrad King2019-11-073-4/+14
| * | | | | | | | CTest: Rename internal APIs for --repeat optionsBrad King2019-11-075-31/+31
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'Fortran-line-continued-use'Brad King2019-11-159-996/+1015
|\ \ \ \ \ \ \ \
| * | | | | | | | Fortran: ignore CPP line directives in line-continued USE stmtsTiziano Müller2019-11-132-123/+124
| * | | | | | | | LexerParser: Regenerate parsers with bison 3.4.2Kitware Robot2019-11-138-874/+892