summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | CheckCompilerFlag: Fix regression in locale environment preservationBrad King2022-04-072-0/+18
* | | | Merge topic 'header-sets-no-framework'Brad King2022-04-074-0/+15
|\ \ \ \ | |/ / /
| * | | FILE_SET: Forbid adding header sets to Apple FRAMEWORK librariesKyle Edwards2022-04-074-0/+15
| * | | Merge topic 'GNUInstallDirs-revert-multiarch-prefixes' into release-3.23Brad King2022-03-312-4/+4
| |\ \ \
* | \ \ \ Merge topic 'FindJNI-targets'Brad King2022-04-0714-0/+228
|\ \ \ \ \
| * | | | | FindJNI: added components and imported targetsSergiu Deitsch2022-04-0414-0/+228
* | | | | | Merge topic 'FindMatlab-no-implicit-link'Brad King2022-04-062-0/+73
|\ \ \ \ \ \
| * | | | | | FindMatlab: Add NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES option to matlab_add_mexSilvio2022-04-052-0/+73
* | | | | | | Merge topic 'xcode-xcconfig'Brad King2022-04-058-1/+46
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | xcode: add support for xcconfig filesGregor Jasny2022-04-037-0/+45
| * | | | | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-031-1/+1
| |/ / / / /
* | | | | | Merge topic 'export-out-of-dir-TARGET_NAME'Brad King2022-04-041-1/+4
|\ \ \ \ \ \
| * | | | | | export: Fix TARGET_NAME lookup for out-of-dir linkingBrad King2022-04-011-1/+4
| |/ / / / /
* | | | | | VS: Add compiler flag table entry for -FI followed by separate argumentBrad King2022-04-013-0/+24
|/ / / / /
* | | | | Merge topic 'string-JSON-error-modes'Brad King2022-03-311-1/+1
|\ \ \ \ \
| * | | | | string(JSON): fix error message on invalid modeCarlo Teubner2022-03-301-1/+1
* | | | | | Merge topic 'GNUInstallDirs-revert-multiarch-prefixes'Brad King2022-03-312-4/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | GNUInstallDirs: Revert "Apply Debian multiarch LIBDIR to more prefixes"Brad King2022-03-302-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ninja_compile_database_understand_new_cuda_lang_variables'Brad King2022-03-311-0/+2
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | CUDA: Ninja generator generates valid compile databaseRobert Maynard2022-03-301-0/+2
| |/ /
* | | Merge topic 'verify-header-sets'Brad King2022-03-3037-0/+221
|\ \ \
| * | | FILE_SET: Add VERIFY_HEADER_SETS target propertyKyle Edwards2022-03-2937-0/+221
* | | | Merge topic 'preserve-compiler-arg1'Brad King2022-03-305-11/+20
|\ \ \ \
| * | | | Preserve CMAKE_${lang}_COMPILER_ARG1 from existing CMakeCache.txtKlein, Thorsten (BSH)2022-03-295-0/+14
| * | | | Tests: Simplify RunCMake.CompilerArgs no-clean casesBrad King2022-03-291-12/+7
* | | | | Merge topic 'framework-consumption-during-compilation'Brad King2022-03-305-0/+43
|\ \ \ \ \
| * | | | | Ensure targets which are frameworks can be used freelyMarc Chevrier2022-03-295-0/+43
| |/ / / /
* | | | | Merge topic 'set-env-var-first-run'Brad King2022-03-2910-4/+42
|\ \ \ \ \
| * | | | | CMP0132: Don't set compiler environment variables on first runCraig Scott2022-03-2910-0/+36
| * | | | | Tests: Reorder CMP0129 testCraig Scott2022-03-261-4/+6
* | | | | | Merge topic 'fix-23191'Brad King2022-03-293-1/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Trace: process else and elseif commands correctlyBraulio Valdivielso Martinez2022-03-253-1/+15
| |/ / / /
* | | | | Merge topic 'variable-link-feature-supported'Brad King2022-03-2813-1/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | genex-LINK_(LIBRARY|GROUP) features: update variables behaviorMarc Chevrier2022-03-2513-1/+51
* | | | | Tests: Add Matlab label to Matlab-related testsSilvio2022-03-252-0/+7
| |/ / / |/| | |
* | | | Merge topic 'link-interface-direct'Brad King2022-03-257-6/+68
|\ \ \ \
| * | | | LINK_LIBRARIES: Add support for LINK_ONLY genexBrad King2022-03-244-0/+34
| * | | | INTERFACE_LINK_LIBRARIES_DIRECT: Honor link dependencies through LINK_ONLYBrad King2022-03-223-6/+34
* | | | | Merge topic 'cmake-fresh'Brad King2022-03-258-3/+47
|\ \ \ \ \
| * | | | | cmake: Add --fresh option to clear the cache and start from scratchBrad King2022-03-228-3/+47
| |/ / / /
* | | | | cmake -E tar: Add --touch optionKasper Laudrup2022-03-232-0/+16
* | | | | Tests: Add test for 'cmake -E tar --mtime' optionKasper Laudrup2022-03-233-0/+23
| |/ / / |/| | |
* | | | Merge topic 'initialize-property-name'Brad King2022-03-2311-23/+23
|\ \ \ \ | | |/ / | |/| |
| * | | define_property(): Change constraints of INITIALIZE_FROM_VARIABLEKyle Edwards2022-03-2311-23/+23
| * | | Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branchBrad King2022-03-2163-773/+2
| * | | Merge topic 'always_prefer_last_source_dir' into release-3.23Brad King2022-03-181-1/+1
| |\ \ \
* | | | | Genex-LINK_GROUP: Add support feature RESCAN on BSD systemsMarc Chevrier2022-03-221-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'ghs_predefined_targets'Brad King2022-03-216-123/+105
|\ \ \ \
| * | | | GHS: Update tests for updated binary layoutFred Baksik2022-03-175-122/+104
| * | | | GHS: use INSTALL targetFred Baksik2022-03-171-1/+1