summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-gnulike-support'Brad King2019-07-251-5/+0
|\
| * Merge branch 'backport-clang-gnulike-support' into clang-gnulike-supportBrad King2019-07-241-5/+0
| |\
| | * Clang: For MSVC ABI do not use modes older than C++14Brad King2019-07-241-5/+0
* | | Merge topic 'find_pkg_use_new_global_controls'Brad King2019-07-246-0/+78
|\ \ \
| * | | FindPackage: Support `NO_[]_PATH` global call optionsRobert Maynard2019-07-225-0/+76
| * | | Tests: find_file restore PATH env variable after test runsRobert Maynard2019-07-221-0/+2
* | | | Merge topic 'math_exp_not'Brad King2019-07-241-2/+2
|\ \ \ \
| * | | | math(EXPR): Implement ~(exp_NOT) expression as documentedGabor Bencze2019-07-231-2/+2
| | |/ / | |/| |
* | | | Merge topic 'fix-emulator-arguments'Brad King2019-07-241-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix allocation in CROSSCOMPILING_EMULATOR evaluationMarek Antoniak2019-07-231-0/+3
| | |/ | |/|
* | | Merge topic 'make-imported-targets-more-equal'Brad King2019-07-233-1/+13
|\ \ \ | |_|/ |/| |
| * | target_*: Allow setting INTERFACE properties of UNKNOWN IMPORTED targetsAvraham Shukron2019-07-223-1/+13
* | | Merge topic 'cpack-install-scripts'Craig Scott2019-07-225-12/+28
|\ \ \
| * | | CPack: Introduce CPACK_INSTALL_SCRIPTS variableAlex Turbov2019-07-215-12/+28
* | | | Merge topic 'feature/message-indent'Craig Scott2019-07-226-0/+65
|\ \ \ \ | |_|/ / |/| | |
| * | | message(): Control indentation via CMAKE_MESSAGE_INDENTAlex Turbov2019-07-216-0/+65
* | | | Tests: Create test for SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-182-0/+27
* | | | Merge topic 'aix-exe-implib'Brad King2019-07-175-4/+13
|\ \ \ \
| * | | | AIX: Create import library for executables with exportsBrad King2019-07-165-4/+13
| |/ / /
* | | | Merge topic 'project-version-0'Brad King2019-07-1710-6/+102
|\ \ \ \ | |/ / / |/| | |
| * | | project: Keep leading `0` in PROJECT_VERSION componentsAlex Turbov2019-07-168-0/+95
| * | | Tests: Factor out RunCMake.project helper macro into moduleBrad King2019-07-152-6/+7
| |/ /
* | | Tests: Drop RunCMake workaround for AIX ld warnings about GNU atexitBrad King2019-07-151-2/+0
* | | AIX: Explicitly compute executable exports for both XL and GNUBrad King2019-07-152-3/+6
* | | cmake -E: Add true and false commandsKyle Edwards2019-07-113-0/+6
* | | Merge topic 'fix_ctest_output'Brad King2019-07-114-0/+84
|\ \ \
| * | | CTest: Clean up stdout and logfile output for Pass/Fail regexStephen Manz2019-07-094-0/+84
| |/ /
* | | Merge topic 'elseif'Brad King2019-07-101-1/+1
|\ \ \
| * | | Fix elseif() in place of else()Artalus2019-07-031-1/+1
* | | | Merge topic 'implicit-includes-cray-hlist'Brad King2019-07-107-0/+165
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'backport-implicit-includes-cray-hlist'Brad King2019-07-097-0/+165
| |\ \ \
| | * | | Cray: Fix include parsing when the -hlist= flag is presentChuck Atkins2019-07-097-0/+165
* | | | | Merge topic 'add_cmake_find_use_package_registry'Craig Scott2019-07-091-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docsRobert Maynard2019-07-091-1/+1
* | | | | Merge topic 'deprecate-policy-old'Brad King2019-07-021-0/+11
|\ \ \ \ \
| * | | | | Add deprecation warnings for policies CMP0067 and belowBrad King2019-07-011-0/+11
* | | | | | Merge topic 'double-export-error-message'Brad King2019-07-027-0/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Tests: add tests for export set error messagesBen Boeckel2019-06-277-0/+34
| |/ / / /
* | | | | Merge topic 'bug/19436'Craig Scott2019-07-011-0/+13
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | list(POP_FRONT): Fix always assigning first item to output varsAlex Turbov2019-06-301-0/+13
* | | | Merge topic 'vs-dpi-aware'Brad King2019-06-276-0/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | VS: Add VS_DPI_AWARE target propertyMatt Weir2019-06-266-0/+74
* | | | Merge topic 'build-install-rpath-genex'Brad King2019-06-263-20/+50
|\ \ \ \
| * | | | BUILD_RPATH/INSTALL_RPATH: Add generator expression supportKyle Edwards2019-06-253-20/+50
* | | | | Merge topic 'export-targets-empty'Brad King2019-06-262-0/+2
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | export: Restore support for empty TARGETS listBrad King2019-06-252-0/+2
| * | | Merge branch 'FindBoost-component' into release-3.15Brad King2019-06-1826-0/+418
| |\ \ \
* | \ \ \ Merge topic 'vs-ce-deploy'Brad King2019-06-241-0/+17
|\ \ \ \ \
| * | | | | VS10Generator: add project properties to enable WindowsCE deployment.Wil Stark2019-06-191-0/+17
* | | | | | Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-2123-0/+251