Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Remove old IPO test | Zsolt Parragi | 2019-08-30 | 2 | -8/+0 |
* | bindexplib: supporting llvm bitcode formats using llvm-nm | Zsolt Parragi | 2019-08-30 | 11 | -12/+144 |
* | Clang: prefer lld-link over link.exe | Zsolt Parragi | 2019-08-27 | 1 | -1/+17 |
* | Clang: add LTO support for GNU-command line clang on windows | Zsolt Parragi | 2019-08-27 | 1 | -2/+9 |
* | Merge topic 'cmake-initial-cache-dirs' | Brad King | 2019-08-27 | 10 | -10/+51 |
|\ | |||||
| * | cmake: Pass -S and -B into PreLoad.cmake and -C scripts | Peter Waller | 2019-08-27 | 10 | -10/+51 |
* | | Merge topic 'xcode11-compatibility' | Brad King | 2019-08-27 | 4 | -0/+4 |
|\ \ | |||||
| * | | Xcode: Make iOS tests compatible with Xcode 11 | Gregor Jasny | 2019-08-26 | 4 | -0/+4 |
* | | | Merge topic 'GNUInstallDirs-arch-linux' | Brad King | 2019-08-27 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | GNUInstallDirs: Keep 'lib' as default LIBDIR on Arch Linux based systems | Antonio Rojas | 2019-08-26 | 1 | -1/+2 |
* | | | | Merge topic 'swift-version' | Brad King | 2019-08-27 | 4 | -0/+19 |
|\ \ \ \ | |||||
| * | | | | Swift: honour `-swift-version` in Ninja generator | Saleem Abdulrasool | 2019-08-26 | 4 | -0/+19 |
* | | | | | Merge topic 'ctest-CLICOLOR_FORCE' | Brad King | 2019-08-27 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | CTest: Add env var CLICOLOR_FORCE to force color output | Marin Baron | 2019-08-26 | 1 | -0/+5 |
* | | | | | | Merge branch 'release-3.15' | Brad King | 2019-08-27 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'alpine-cpu_zero' into release-3.15 | Brad King | 2019-08-27 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'cmGlobalGenerator-compilerId-lifetime' into release-3.15 | Brad King | 2019-08-27 | 1 | -7/+4 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'libarchive-requirement' into release-3.15 | Brad King | 2019-08-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'ninja_additional_clean_files_custom_target' into release-3.15 | Brad King | 2019-08-27 | 3 | -37/+53 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'alpine-cpu_zero' | Brad King | 2019-08-27 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | cmAffinity: Add include for CPU_ZERO on Alpine Linux | Brad King | 2019-08-27 | 1 | -0/+2 |
* | | | | | | | | | | | Merge topic 'cmGlobalGenerator-compilerId-lifetime' | Brad King | 2019-08-27 | 1 | -7/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetime | Brad King | 2019-08-26 | 1 | -7/+4 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge topic 'libarchive-requirement' | Brad King | 2019-08-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | libarchive: We now require at least version 3.3.3 | Marvin Schmidt | 2019-08-26 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge topic 'ninja_additional_clean_files_custom_target' | Brad King | 2019-08-27 | 3 | -37/+53 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Tests: Extend MakeClean test to test various target types | Sebastian Holtermann | 2019-08-26 | 1 | -37/+49 |
| * | | | | | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targets | Sebastian Holtermann | 2019-08-26 | 2 | -0/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-27 | 1 | -1/+1 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | Merge topic 'pvs-cleanup' | Brad King | 2019-08-26 | 8 | -45/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmCPackLog: Fix support for multiple log message tags | Brad King | 2019-08-26 | 1 | -5/+5 |
| * | | | | | | | cmCTestTestHandler: Remove extra layer of parentheses | Brad King | 2019-08-26 | 1 | -1/+1 |
| * | | | | | | | cmCTestMultiProcessHandler: Explain testRun ownership in comments | Brad King | 2019-08-26 | 1 | -0/+3 |
| * | | | | | | | CTest: Simplify some boolean conditions | Brad King | 2019-08-26 | 2 | -4/+2 |
| * | | | | | | | cmMessageCommand: Remove extra layer of parentheses | Brad King | 2019-08-26 | 1 | -2/+2 |
| * | | | | | | | cmVSSetupHelper: Remove unused SmartBSTR copy operations | Brad King | 2019-08-26 | 1 | -22/+2 |
| * | | | | | | | cmVSSetupHelper: Fix SmartBSTR copy operations | Brad King | 2019-08-26 | 1 | -2/+4 |
| * | | | | | | | cmMakefileTargetGenerator: Check for null before using a pointer | Brad King | 2019-08-26 | 1 | -4/+4 |
| * | | | | | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used with RegEnumKeyExW | Brad King | 2019-08-22 | 1 | -4/+4 |
| * | | | | | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used RegQueryValueExW | Brad King | 2019-08-22 | 1 | -5/+4 |
* | | | | | | | | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 24 | -153/+92 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 24 | -153/+92 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'source_sweep_cmExpandedList' | Brad King | 2019-08-26 | 62 | -318/+186 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 62 | -318/+186 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'FindLibLZMA-windows-debug' | Brad King | 2019-08-26 | 1 | -6/+39 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindLibLZMA: Find debug/release variants on Windows | Braden McDaniel | 2019-08-23 | 1 | -6/+39 |
* | | | | | | | | | Merge topic 'list-subcommand-table' | Brad King | 2019-08-26 | 1 | -111/+43 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmListCommand: Use cmSubcommandTable | Regina Pfeifer | 2019-08-22 | 1 | -111/+43 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'string-subcommand-table' | Brad King | 2019-08-26 | 1 | -130/+65 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmStringCommand: Use cmSubcommandTable | Regina Pfeifer | 2019-08-22 | 1 | -130/+65 |
| |/ / / / / / / / |