summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'feature/cpack-default-package-version'Craig Scott2018-05-034-0/+56
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | CPack: Use project version as default for `CPACK_PACKAGE_VERSION`Alex Turbov2018-05-024-0/+56
| |/ / / / /
* | | | | | install: add test for new NAMELINK_COMPONENT parameterKyle Edwards2018-05-0313-1/+285
|/ / / / /
* | | | | Merge topic 'csharp_reference_imported_targets'Brad King2018-04-2618-0/+332
|\ \ \ \ \
| * | | | | add tests for using target_link_libraries() with imported managed targetsMichael Stürmer2018-04-2418-0/+332
* | | | | | Ninja: Avoid empty phony edges for target orderingBrad King2018-04-263-0/+12
* | | | | | Merge topic 'vs-dedup-custom-commands'Brad King2018-04-254-0/+31
|\ \ \ \ \ \
| * | | | | | VS: Generate a custom command only in the least dependent targetFujii Hironori2018-04-234-0/+31
* | | | | | | Merge topic 'Genex-TARGET_GENEX_PROPERTY'Brad King2018-04-2426-0/+219
|\ \ \ \ \ \ \
| * | | | | | | Genex: Add $<TARGET_GENEX_EVAL:...> and $<GENEX_EVAL:...>Marc Chevrier2018-04-2326-0/+219
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'reorder-sys-includes'Brad King2018-04-244-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Order SYSTEM include directories after non-system directoriesEphi Sinowitz2018-04-234-0/+7
| |/ / / / / /
* | | | | | | Merge topic 'FindMatlab/mcr-compatibility'Brad King2018-04-249-58/+146
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: Matlab Runtime Compiler supportRaffi Enficiaud2018-04-239-58/+146
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'fortran-submodule-depends'Brad King2018-04-238-58/+82
|\ \ \ \ \ \ \
| * | | | | | | Fortran: Extend submodule test with great-grandchildBrad King2018-04-205-0/+23
| * | | | | | | Fortran: Add support for submodule dependenciesBrad King2018-04-206-58/+59
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'grammar_typo_fixes'Brad King2018-04-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Cleanup: Fix typos and grammar in docs and codeCraig Scott2018-04-221-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'add_compile_definitions'Brad King2018-04-233-0/+33
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add_compile_definitions: add new commandMarc Chevrier2018-04-203-0/+33
* | | | | | | Merge topic 'vs-sdk-dirs'Brad King2018-04-203-0/+100
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | VS: Add variables to set SDK directories in vcxproj filesBastien Schatt2018-04-193-0/+100
* | | | | | | Merge topic 'FindJPEG-imported-targets'Brad King2018-04-195-1/+45
|\ \ \ \ \ \ \
| * | | | | | | FindJPEG: Add imported target support and full testMateusz Loskot2018-04-184-0/+44
| * | | | | | | FindJPEG: Add version detection and associated test update and docsMateusz Loskot2018-04-171-1/+1
* | | | | | | | Merge topic 'CheckIncludeFile-required-libs'Brad King2018-04-194-0/+184
|\ \ \ \ \ \ \ \
| * | | | | | | | CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESBrad King2018-04-183-0/+176
| * | | | | | | | cmake_policy: Add undocumented PARENT_SCOPE option to GETBrad King2018-04-181-0/+8
| |/ / / / / / /
* | | | | | | | Android: Add support for NDK r17Brad King2018-04-172-7/+9
|/ / / / / / /
* | | | | | | Merge topic 'list-TRANSFORM'Brad King2018-04-1796-0/+589
|\ \ \ \ \ \ \
| * | | | | | | list: Add TRANSFORM sub-commandMarc Chevrier2018-04-1696-0/+589
| |/ / / / / /
* | | | | | | Merge topic 'implicit-lib-gcceh-file'Brad King2018-04-171-0/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Exclude "libgcc_eh" library files from implicit link librariesBrad King2018-04-161-0/+6
* | | | | | Merge topic 'vs-cuda-pdb'Brad King2018-04-164-0/+37
|\ \ \ \ \ \
| * | | | | | VS: Add workaround for CUDA compiler PDB locationBrad King2018-04-134-0/+37
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'test-ExternalData-dedup'Brad King2018-04-162-3/+4
|\ \ \ \ \ \
| * | | | | | Tests: Avoid duplicate rules in ExternalData testBrad King2018-04-132-3/+4
| |/ / / / /
* | | | | | Merge branch 'backport-fix-explicit-CMakeLists.txt'Brad King2018-04-136-0/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Restore support for explicitly referenced CMakeLists.txt sourcesBrad King2018-04-136-0/+55
| |/ / /
* | | | Merge topic 'variable_watch-on-PARENT_SCOPE'Brad King2018-04-123-0/+18
|\ \ \ \
| * | | | variable_watch: trigger on variables set via PARENT_SCOPEMatteo Settenvini2018-04-113-0/+18
* | | | | Merge topic 'FindMatlab-handle-exception'Brad King2018-04-123-3/+44
|\ \ \ \ \
| * | | | | FindMatlab: add unit testsRaffi Enficiaud2018-04-093-3/+44
| |/ / / /
* | | | | Merge topic 'cpack-trace-nullptr'Brad King2018-04-114-0/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CPack: Fix crash on invalid generator nameBrad King2018-04-104-0/+13
| | |/ / | |/| |
* | | | Merge topic 'fix-crash-trace-exp-uninit-vars'Brad King2018-04-103-0/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix crash with --trace-expand --warn-uninitialized togetherR2RT2018-04-093-0/+10
| |/
* | Merge topic 'test-CompileFeatures-simplify'Brad King2018-04-091-174/+44
|\ \
| * | Tests: Simplify CompileFeatures expectation logicBrad King2018-04-061-174/+44