summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'default-generator-env'Brad King2019-05-2237-11/+267
|\
| * Tests: Add environment generator testsEicke Herbertz2019-05-2224-0/+128
| * Help: Add documentation for default generator environment variablesEicke Herbertz2019-05-2211-5/+68
| * cmake: Allow default generator to be set by environment variablesEicke Herbertz2019-05-162-6/+71
* | Merge topic 'remove_unneeded_device_link_calls'Brad King2019-05-2210-136/+164
|\ \
| * | CUDA: More exhaustive checks to determine when to do device linkingRobert Maynard2019-05-217-108/+113
| * | cmNinjaLinkLineDeviceComputer now lives in the correct source fileRobert Maynard2019-05-206-34/+57
* | | Merge topic 'find-package-prefer-config'Brad King2019-05-2210-51/+155
|\ \ \
| * | | find_package: Add option to prefer Config modeCristian Adam2019-05-219-43/+134
| * | | find_package: Factor out module and config find_package methodsCristian Adam2019-05-202-50/+63
* | | | Merge topic 'swift-debug-variant'Brad King2019-05-221-13/+10
|\ \ \ \
| * | | | Ninja,Swift: reuse `SWIFT_MODULE_NAME` for `SWIFT_MODULE`Saleem Abdulrasool2019-05-201-13/+10
| |/ / /
* | | | Merge topic 'vs-ApplicationTypeRevision'Brad King2019-05-224-12/+24
|\ \ \ \
| * | | | VS: Fix ApplicationTypeRevision in builtin check projectsBrad King2019-05-212-4/+4
| * | | | VS: Factor out helper to compute ApplicationTypeRevisionBrad King2019-05-213-8/+20
| |/ / /
* | | | Merge topic 'compiler-id-arch-only-iar'Brad King2019-05-222-2/+2
|\ \ \ \
| * | | | IAR: Do not print compiler architecture id for non-IAR compilersBrad King2019-05-212-2/+2
* | | | | Merge topic 'ninja-lib-symlink-space'Brad King2019-05-221-1/+3
|\ \ \ \ \
| * | | | | Ninja: Fix creation of library symlinks in folders with spacesEike Ziller2019-05-201-1/+3
* | | | | | Merge branch 'release-3.14'Brad King2019-05-220-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'libarchive-solaris-11.4' into release-3.14Brad King2019-05-211-5/+5
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'libarchive-solaris-11.4'Brad King2019-05-221-5/+5
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | libarchive: avoid b64_encode name conflict with Solaris built-in functionBrad King2019-05-211-5/+5
| |/ / / / / /
* | | | | | | Merge topic 'file-remove-no-empty'Craig Scott2019-05-226-1/+29
|\ \ \ \ \ \ \
| * | | | | | | file: Change REMOVE to ignore empty namesBrad King2019-05-216-1/+29
* | | | | | | | CMake Nightly Date StampKitware Robot2019-05-221-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'string-param'Brad King2019-05-2111-57/+58
|\ \ \ \ \ \ \
| * | | | | | | Source: change parameters to std::stringVitaly Stakhovsky2019-05-1911-57/+58
* | | | | | | | Merge topic 'FindPostgreSQL-config-support'Brad King2019-05-212-13/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | FindPostgreSQL: Find debug lib, imported configsAndrei Lebedev2019-05-202-13/+51
| |/ / / / / / /
* | | | | | | | Merge topic 'doc-ipo-check'Brad King2019-05-211-1/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2019-05-171-1/+3
* | | | | | | | CMake Nightly Date StampKitware Robot2019-05-211-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'makefiles_additional_clean_files'Brad King2019-05-207-132/+172
|\ \ \ \ \ \ \
| * | | | | | | Tests: Extend MakeClean test to cover subdirectories without targetsSebastian Holtermann2019-05-182-35/+64
| * | | | | | | Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory levelSebastian Holtermann2019-05-185-18/+63
| * | | | | | | Makefiles: Make build root targets "all", "clean" and "preinstall" recursiveSebastian Holtermann2019-05-181-39/+24
| * | | | | | | Makefiles: Avoid pointer repurposingSebastian Holtermann2019-05-171-4/+4
| * | | | | | | Makefiles: Inline range loop range argumentsSebastian Holtermann2019-05-172-36/+17
* | | | | | | | Merge topic 'ninja-swift'Brad King2019-05-2027-156/+477
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: add a check for the Swift compilerSaleem Abdulrasool2019-05-174-3/+74
| * | | | | | | | Help: add some initial documentation for Swift supportSaleem Abdulrasool2019-05-1611-0/+78
| * | | | | | | | Auxiliary: update vim syntax highlightingSaleem Abdulrasool2019-05-161-0/+6
| * | | | | | | | Modules: add build rules for Swift Ninja supportSaleem Abdulrasool2019-05-164-24/+98
| * | | | | | | | Ninja: add placeholders to support Swift buildSaleem Abdulrasool2019-05-164-1/+115
| * | | | | | | | Ninja: add support for Swift's output-file-map.jsonSaleem Abdulrasool2019-05-162-4/+83
| * | | | | | | | Swift: remove unnecessary unreleased Ninja infrastructureSaleem Abdulrasool2019-05-164-126/+0
| * | | | | | | | Swift: Detect compiler versionBrad King2019-05-161-0/+24
| * | | | | | | | CMakeDetermineCompilerId: Make CMAKE_${lang}_COMPILER available earlierBrad King2019-05-161-7/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindPNG-static-define'Brad King2019-05-201-1/+4
|\ \ \ \ \ \ \ \