summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+0
* | | | | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* | | | | Merge topic 'cmake-e-true-false'Brad King2019-07-123-0/+6
|\ \ \ \ \
| * | | | | cmake -E: Add true and false commandsKyle Edwards2019-07-113-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'Brad King2019-07-121-101/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ctest: propagate make program to cmakeRobert Maynard2019-07-111-101/+47
* | | | | Merge topic 'iwyu-memory'Brad King2019-07-112-0/+3
|\ \ \ \ \
| * | | | | IWYU: Fix handling of <memory> standard headerBrad King2019-07-102-0/+3
* | | | | | 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 'clang-test-fixes'Brad King2019-07-104-8/+14
|\ \ \ \ \ \
| * | | | | | Tests: fix some Clang failures on WindowsZsolt Parragi2019-07-094-8/+14
| | |/ / / / | |/| | | |
* | | | | | 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 branch 'qt-5.13' into release-3.15Brad King2019-07-011-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cuda-no-device-link-when-disabled' into release-3.15Brad King2019-07-014-0/+29
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'add_cmake_find_use_package_registry'Craig Scott2019-07-092-4/+32
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Find: find_package prefers variable CMAKE_FIND_USE_REGISTRYRobert Maynard2019-07-091-3/+31
| * | | | | | | | Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docsRobert Maynard2019-07-091-1/+1
* | | | | | | | | Merge topic 'cpack-deb-test'Brad King2019-07-0910-101/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CPackComponentsDEB test: simplify error reportingRolf Eike Beer2019-07-054-48/+13
| * | | | | | | | | CPackComponentsDEB test: simplify if() argumentsRolf Eike Beer2019-07-059-43/+43
| * | | | | | | | | CPackComponentsDEB test: simplify package version generationRolf Eike Beer2019-07-059-18/+14
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'autogen_header_extension'Brad King2019-07-084-0/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: Autogen: Extend SameName test with additional header extensionsSebastian Holtermann2019-07-044-0/+32
| |/ / / / / / / /
* | | | | | | | | Tests: require C++11 for some protobuf testsRolf Eike Beer2019-07-031-0/+4
|/ / / / / / / /
* | | | | | | | 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 'qt-5.13'Brad King2019-07-021-4/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Tests: Autogen: Use valid rcc compression levelsSebastian Holtermann2019-07-011-4/+4
* | | | | | | | | Merge topic 'cuda-no-device-link-when-disabled'Brad King2019-07-024-0/+29
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-014-0/+29
| |/ / / / / /
* | | | | | | Merge topic 'FindMatlab-EXCLUDE_FROM_ALL'Brad King2019-07-012-0/+25
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: EXCLUDE_FROM_ALL parameter to matlab_add_mexRaffi Enficiaud2019-06-262-0/+25
| | |/ / / / / | |/| | | | |
* | | | | | | 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 branch 'cuda-msvc-runtime-library' into release-3.15Brad King2019-06-263-0/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'export-targets-empty' into release-3.15Brad King2019-06-262-0/+2
| |\ \ \ \ \
* | \ \ \ \ \ 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 'cuda-msvc-runtime-library'Brad King2019-06-273-0/+9
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | CUDA: Implement MSVC runtime library abstractionBrad King2019-06-263-0/+9
* | | | | | | Merge topic 'build-install-rpath-genex'Brad King2019-06-263-20/+50
|\ \ \ \ \ \ \