summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* ISPC: Add compiler launcher supportRobert Maynard2020-09-0312-1/+28
* Merge branch 'master' into ninja-multi-automoc-regressionKyle Edwards2020-09-02682-639/+5793
|\
| * Tests: Tell Xcode to disallow signing altogether in relevant casesBrad King2020-09-016-0/+12
| * Tests: Update RunCMake.CommandLine to avoid duplicate custom commandsBrad King2020-09-012-10/+32
| * Tests: Remove workaround from RunCMake.ExternalProject MultiCommand caseBrad King2020-09-011-4/+0
| * Merge topic 'target_genex_dependency'Brad King2020-09-016-1/+35
| |\
| | * GenEx: Remove unneeded dependencies from target info queriesRobert Maynard2020-09-016-1/+35
| * | Merge topic 'xcode-link-phase-all'Craig Scott2020-09-0112-0/+221
| |\ \
| | * | Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-08-3112-0/+221
| | |/
| * | Merge topic 'file_chmod'Brad King2020-09-0123-0/+100
| |\ \
| | * | file: Add CHMOD and CHMOD_RECURSE subcommandsSibi Siddharthan2020-08-2623-0/+100
| * | | Merge topic 'ispc_lang_support'Brad King2020-09-0119-0/+283
| |\ \ \
| | * | | ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-2812-29/+71
| | * | | Add ISPC compiler support to CMakeRobert Maynard2020-08-2817-0/+241
| * | | | Merge topic 'automoc-depend-project-file'Brad King2020-09-017-0/+146
| |\ \ \ \
| * \ \ \ \ Merge topic 'UseSWIG-interface-option'Brad King2020-09-018-0/+62
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'ExternalProject-test-download-timeout'Brad King2020-08-311-5/+12
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Tests: Add timeout on the RunCMake.ExternalProject download serverThomas Bernard2020-08-271-5/+12
| | | |_|_|/ | | |/| | |
| * | | | | Merge topic 'ctest-FATAL_ERROR'Brad King2020-08-2715-3/+38
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-2615-3/+38
| * | | | | Merge topic 'win32-executable-genex'Brad King2020-08-2510-0/+76
| |\ \ \ \ \
| | * | | | | WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-2110-0/+76
| | |/ / / /
| * | | | | Merge topic 'file_generate_target'Brad King2020-08-254-0/+23
| |\ \ \ \ \
| | * | | | | file(GENERATE): Add TARGET argumentRaul Tambre2020-08-204-0/+23
| | |/ / / /
| * | | | | Merge topic 'unk_imported_location'Brad King2020-08-2521-11/+81
| |\ \ \ \ \
| | * | | | | cmTarget: Raise error if imported target location is not setRaul Tambre2020-08-2121-11/+81
| | |/ / / /
| * | | | | FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overriddenCraig Scott2020-08-233-3/+55
| |/ / / /
| * | | | Merge topic 'fix-file-generate-cmp0070'Brad King2020-08-2010-1/+95
| |\ \ \ \
| | * | | | file(GENERATE): Test source propertiesJosef Angstenberger2020-08-199-0/+80
| | * | | | file(GENERATE): Update existing testsJosef Angstenberger2020-08-191-1/+15
| * | | | | Merge topic 'msvc_c11'Brad King2020-08-201-0/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'ExternalProject-retry-only-recoverable'Brad King2020-08-199-0/+114
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ExternalProject: add INACTIVITY_TIMEOUT argumentThomas Bernard2020-08-186-0/+106
| | * | | | | ExternalProject: retry download on recoverable errorsThomas Bernard2020-08-114-0/+8
| * | | | | | Merge topic 'FixGraphvizAliasTargets'Brad King2020-08-1818-0/+22
| |\ \ \ \ \ \
| | * | | | | | Graphviz: Fix bug that shows duplicated alias targetsStephan Rohmen2020-08-1718-0/+22
| * | | | | | | Merge topic 'add_test-special-chars-in-name'Brad King2020-08-17101-0/+286
| |\ \ \ \ \ \ \
| | * | | | | | | add_test: Allow special characters in test name (w/ policy CMP0110)Deniz Bahadir2020-08-12101-0/+286
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge topic 'FindX11-xcb-util-xfixes'Brad King2020-08-172-0/+52
| |\ \ \ \ \ \ \
| | * | | | | | | FindX11: Add xcb_util and xcb_xfixes librariesTim Blechmann2020-08-122-0/+52
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge topic 'xcode12-link-matching-zlib'Brad King2020-08-171-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Xcode: Link matching zlib for iOS Simulator SDKGregor Jasny2020-08-131-2/+2
| * | | | | | | | Merge topic 'ios-combined-prune-archs'Brad King2020-08-172-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | Tests: Avoid warnings about unused argumentsGregor Jasny2020-08-082-2/+2
| * | | | | | | | Merge topic 'optimize-static-library-deps'Kyle Edwards2020-08-1337-0/+296
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Add option to optimize link dependencies for static librariesKyle Edwards2020-08-1237-0/+296
| * | | | | | | | Merge topic 'FindPython-manage-SOABI-in-all-versions'Brad King2020-08-121-0/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'bootstrap-ninja'Brad King2020-08-112-2/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bootstrap: Add support for NinjaKyle Edwards2020-08-102-2/+6
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge topic 'automoc-path-prefix-off'Brad King2020-08-111-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |