summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* fileapi: Add a "directory" object to codemodel-v2Brad King2021-03-1611-11/+236
* fileapi: Re-organize backtrace infrastructureBrad King2021-03-161-3/+2
* Merge topic 'tests-for-xctest_add_bundle'Brad King2021-03-162-0/+43
|\
| * Tests: Add XCTest cases to cover output directory selectionYauheni Khnykin2021-03-122-0/+43
* | CMakePresets.json: Add ${hostSystemName} macroKyle Edwards2021-03-156-0/+38
* | Merge topic 'add_prefix_cmake_option'Brad King2021-03-1115-6/+81
|\ \
| * | cmake: configure preset add support for --install-prefix mappingRobert Maynard2021-03-0912-1/+67
| * | cmake: add support for --install-prefix command argumentRobert Maynard2021-03-044-6/+15
* | | Merge topic 'cpack-source-dir-symlink-test'Brad King2021-03-114-4/+25
|\ \ \
| * | | Tests: Check symlinks to directories in RunCMake.CPackSymlinksOlivier Iffrig2021-03-104-4/+25
| | |/ | |/|
* | | Merge topic 'file-COPY_FILE-subcommand'Brad King2021-03-1130-0/+151
|\ \ \
| * | | file: add `COPY_FILE` subcommandBen Boeckel2021-03-1030-0/+151
* | | | Merge topic 'xcode-framework-quoting'Brad King2021-03-114-0/+26
|\ \ \ \
| * | | | Tests: Enable Framework test case with spaces everywhere possibleBrad King2021-03-102-1/+2
| * | | | Merge branch 'backport-xcode-framework-quoting' into xcode-framework-quotingBrad King2021-03-103-0/+25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Xcode: Restore support for spaces in framework namesBrad King2021-03-103-0/+25
| | * | | Merge branch 'backport-3.19-preset-no-comments' into release-3.19Brad King2021-02-246-6/+16
| | |\ \ \
* | | \ \ \ Merge topic 'ep-fc-revert-refactoring'Brad King2021-03-1014-117/+25
|\ \ \ \ \ \
| * | | | | | Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-0914-117/+25
* | | | | | | Merge topic 'test-ifort-windows'Brad King2021-03-101-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Tests: Fix FortranModules test with Intel compiler on WindowsBrad King2021-03-091-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'test-RunCMake-fail-info'Brad King2021-03-103-51/+47
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Tests: Teach RunCMake to always print the command on failureBrad King2021-03-091-40/+36
| * | | | | | Tests: Move RunCMake option construction closer to useBrad King2021-03-091-9/+9
| * | | | | | Tests: Reverse RunCMake code path orderBrad King2021-03-091-15/+15
| * | | | | | Tests: Make RunCMake.Generator{Platform,Toolset} two-flag cases explicitBrad King2021-03-092-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'soname-spaces'Brad King2021-03-094-1/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Tests: Update LibName to cover spaces in shared library nameBrad King2021-03-084-0/+26
| * | | | | Tests: Enable MAKE_SUPPORTS_SPACES tests with Ninja generatorsBrad King2021-03-081-1/+1
* | | | | | Merge topic 'file-RENAME'Brad King2021-03-0520-0/+103
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | file(RENAME): Add option to not replace existing pathBrad King2021-03-047-0/+41
| * | | | | file(RENAME): Add option to capture error message on failureBrad King2021-03-0413-0/+57
| * | | | | Tests: Add RunCMake helper to run a plain scriptBrad King2021-03-031-0/+5
* | | | | | Tests: Fix FindPackageModeMakefileTest with CMAKE_OSX_ARCHITECTURESBrad King2021-03-031-0/+3
* | | | | | Tests: Generalize FindPackageModeMakefileTest extra flags varBrad King2021-03-032-9/+10
|/ / / / /
* | | | | Merge topic 'android-r22'Brad King2021-03-031-2/+13
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Tests: Update RunCMake.Android for NDK r22Brad King2021-03-031-2/+13
| * | | Merge topic 'preset-flag-consistency' into release-3.20Brad King2021-02-249-7/+40
| |\ \ \
| * \ \ \ Merge topic 'LINK_LANGUAGE-genex-respects-LINKER_LANGUAGE-property' into rele...Brad King2021-02-244-5/+34
| |\ \ \ \
| * \ \ \ \ Merge topic 'autogen-cmp0116-fix' into release-3.20Brad King2021-02-245-0/+41
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'preset-no-comments' into release-3.20Brad King2021-02-247-15/+16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'ninja-status-stderr' into release-3.20Brad King2021-02-243-0/+12
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Clang: C17 default versionRaul Tambre2021-02-251-1/+3
* | | | | | | | C23 supportRaul Tambre2021-02-252-1/+6
* | | | | | | | C17 supportRaul Tambre2021-02-252-1/+6
* | | | | | | | CMakeCCompilerId: Fix C standard detection in Clang MSVC modeRaul Tambre2021-02-251-0/+7
* | | | | | | | Genex: Fix grammatical error in TARGET_OBJECTS error messageKyle Edwards2021-02-243-6/+6
* | | | | | | | Genex: Add TARGET_RUNTIME_DLLS genexKyle Edwards2021-02-2420-0/+140
* | | | | | | | Merge topic 'autouic-headers-ninja'Brad King2021-02-246-0/+135
|\ \ \ \ \ \ \ \
| * | | | | | | | AUTOUIC: Collect ui header files for Ninja generatorAlexey Edelev2021-02-236-0/+135