summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: Remove old IPO testZsolt Parragi2019-08-302-8/+0
* bindexplib: supporting llvm bitcode formats using llvm-nmZsolt Parragi2019-08-3011-12/+144
* Clang: prefer lld-link over link.exeZsolt Parragi2019-08-271-1/+17
* Clang: add LTO support for GNU-command line clang on windowsZsolt Parragi2019-08-271-2/+9
* Merge topic 'cmake-initial-cache-dirs'Brad King2019-08-2710-10/+51
|\
| * cmake: Pass -S and -B into PreLoad.cmake and -C scriptsPeter Waller2019-08-2710-10/+51
* | Merge topic 'xcode11-compatibility'Brad King2019-08-274-0/+4
|\ \
| * | Xcode: Make iOS tests compatible with Xcode 11Gregor Jasny2019-08-264-0/+4
* | | Merge topic 'GNUInstallDirs-arch-linux'Brad King2019-08-271-1/+2
|\ \ \
| * | | GNUInstallDirs: Keep 'lib' as default LIBDIR on Arch Linux based systemsAntonio Rojas2019-08-261-1/+2
* | | | Merge topic 'swift-version'Brad King2019-08-274-0/+19
|\ \ \ \
| * | | | Swift: honour `-swift-version` in Ninja generatorSaleem Abdulrasool2019-08-264-0/+19
* | | | | Merge topic 'ctest-CLICOLOR_FORCE'Brad King2019-08-271-0/+5
|\ \ \ \ \
| * | | | | CTest: Add env var CLICOLOR_FORCE to force color outputMarin Baron2019-08-261-0/+5
* | | | | | Merge branch 'release-3.15'Brad King2019-08-270-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'alpine-cpu_zero' into release-3.15Brad King2019-08-271-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cmGlobalGenerator-compilerId-lifetime' into release-3.15Brad King2019-08-271-7/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'libarchive-requirement' into release-3.15Brad King2019-08-271-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ninja_additional_clean_files_custom_target' into release-3.15Brad King2019-08-273-37/+53
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'alpine-cpu_zero'Brad King2019-08-271-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | cmAffinity: Add include for CPU_ZERO on Alpine LinuxBrad King2019-08-271-0/+2
* | | | | | | | | | | Merge topic 'cmGlobalGenerator-compilerId-lifetime'Brad King2019-08-271-7/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetimeBrad King2019-08-261-7/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'libarchive-requirement'Brad King2019-08-271-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | libarchive: We now require at least version 3.3.3Marvin Schmidt2019-08-261-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'ninja_additional_clean_files_custom_target'Brad King2019-08-273-37/+53
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Tests: Extend MakeClean test to test various target typesSebastian Holtermann2019-08-261-37/+49
| * | | | | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targetsSebastian Holtermann2019-08-262-0/+4
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2019-08-271-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'pvs-cleanup'Brad King2019-08-268-45/+27
|\ \ \ \ \ \ \
| * | | | | | | cmCPackLog: Fix support for multiple log message tagsBrad King2019-08-261-5/+5
| * | | | | | | cmCTestTestHandler: Remove extra layer of parenthesesBrad King2019-08-261-1/+1
| * | | | | | | cmCTestMultiProcessHandler: Explain testRun ownership in commentsBrad King2019-08-261-0/+3
| * | | | | | | CTest: Simplify some boolean conditionsBrad King2019-08-262-4/+2
| * | | | | | | cmMessageCommand: Remove extra layer of parenthesesBrad King2019-08-261-2/+2
| * | | | | | | cmVSSetupHelper: Remove unused SmartBSTR copy operationsBrad King2019-08-261-22/+2
| * | | | | | | cmVSSetupHelper: Fix SmartBSTR copy operationsBrad King2019-08-261-2/+4
| * | | | | | | cmMakefileTargetGenerator: Check for null before using a pointerBrad King2019-08-261-4/+4
| * | | | | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used with RegEnumKeyExWBrad King2019-08-221-4/+4
| * | | | | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used RegQueryValueExWBrad King2019-08-221-5/+4
* | | | | | | | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-2624-153/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-2324-153/+92
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'source_sweep_cmExpandedList'Brad King2019-08-2662-318/+186
|\ \ \ \ \ \ \ \
| * | | | | | | | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-2362-318/+186
| |/ / / / / / /
* | | | | | | | Merge topic 'FindLibLZMA-windows-debug'Brad King2019-08-261-6/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | FindLibLZMA: Find debug/release variants on WindowsBraden McDaniel2019-08-231-6/+39
* | | | | | | | | Merge topic 'list-subcommand-table'Brad King2019-08-261-111/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmListCommand: Use cmSubcommandTableRegina Pfeifer2019-08-221-111/+43
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'string-subcommand-table'Brad King2019-08-261-130/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmStringCommand: Use cmSubcommandTableRegina Pfeifer2019-08-221-130/+65
| |/ / / / / / / /