summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge topic 'expand_cobertura_search'Brad King2015-11-231-0/+1
|\ \ \ \
| * | | | CTest: Expand directories for Cobertura searchJoseph Snyder2015-11-231-0/+1
* | | | | Merge topic 'ninja-symbolic-custom-command'Brad King2015-11-202-0/+26
|\ \ \ \ \
| * | | | | Ninja: Always re-run custom commands that have symbolic dependenciesBrad King2015-11-192-0/+26
| | |_|/ / | |/| | |
* | | | | Fix auto export symbols for Dlls containing /bigobj for 64bit builds.Bill Hoffman2015-11-191-0/+2
|/ / / /
* | | | Merge topic 'fix-ms-manifest-no-linker'Brad King2015-11-191-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | MSVC: Fix linking with /MANIFEST:NO optionBrad King2015-11-181-0/+2
| | |/ | |/|
| * | Merge branch 'fix-find_program-regression' into releaseBrad King2015-10-304-0/+14
| |\ \
* | | | Add test for OSX/iOS Framework directory structure (#15833)Gregor Jasny2015-11-139-0/+131
* | | | Alias: Fix access at generate-time (#15832)Stephen Kelly2015-11-083-1/+13
* | | | Merge topic 'cpack-deb-config-file-source-field'Brad King2015-11-063-0/+109
|\ \ \ \
| * | | | CPackDEB: added config file optional Source fieldRaffi Enficiaud2015-11-043-0/+109
* | | | | CPackDeb: ctest tests for compression scheme leakRaffi Enficiaud2015-11-034-2/+72
|/ / / /
* | | | Merge topic 'fix-find_program-regression'Brad King2015-11-024-0/+14
|\ \ \ \ | | |/ / | |/| |
| * | | find_program: Fix regression in finding an already-known pathBrad King2015-10-304-0/+14
* | | | FindPkgConfig: return actual error when a package is not found (#15810)Benjamin Chrétien2015-10-281-2/+3
* | | | Tests: Disable parallel test execution while running ctest_testStephen Kelly2015-10-271-0/+1
* | | | Tests: Don't overwrite RunCMake_TEST_FAILED variableStephen Kelly2015-10-271-5/+5
* | | | Merge topic 'xcode-watch-and-tvos'Brad King2015-10-262-6/+56
|\ \ \ \
| * | | | Xcode: Recognise Watch and TV OS as embedded platformsGregor Jasny2015-10-232-6/+56
* | | | | Merge topic 'xcode-optimization-flags'Brad King2015-10-267-0/+63
|\ \ \ \ \
| * | | | | Xcode: Use regular expression to extract all optimisation flags (#15794)Gregor Jasny2015-10-237-0/+63
| |/ / / /
* | | | | Merge topic 'fix-test-RUN_SERIAL-failure-regression'Brad King2015-10-264-0/+27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | CTest: Fix regression in handling of a RUN_SERIAL test that failsBrad King2015-10-234-0/+27
* | | | | Merge topic 'cmLocalGenerator-generator-target-storage'Brad King2015-10-218-52/+74
|\ \ \ \ \
| * | | | | CMP0063: Split unit test by target type.Stephen Kelly2015-10-208-52/+74
* | | | | | Merge topic 'fix-CMP0054-elseif-warning'Brad King2015-10-214-0/+29
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)Stephen Kelly2015-10-204-0/+29
| * | | | Merge branch 'revert-compiler-features-solaris' into releaseBrad King2015-10-121-2/+1
| |\ \ \ \
* | | | | | Tests: Fix DelphiCoverage test file selectionJoseph Snyder2015-10-202-2/+3
| |_|/ / / |/| | | |
* | | | | Subdirs: Initialize from parent before configuring.Stephen Kelly2015-10-132-0/+16
* | | | | Merge topic 'revert-compiler-features-solaris'Brad King2015-10-121-2/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Revert topic 'compiler-features-solaris'Brad King2015-10-081-2/+1
* | | | | Merge topic 'cmake-script-mode-directory-vars'Brad King2015-10-082-0/+15
|\ \ \ \ \
| * | | | | Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script modeTamas Kenez2015-10-062-0/+15
| | |/ / / | |/| | |
* | | | | Tests: Add a nightly Linux 64-bit binaryBrad King2015-10-061-0/+2
* | | | | Tests: Rename Linux nightly release binary test to Linux32Brad King2015-10-061-1/+1
* | | | | Tests: Rename OS X nightly release binary testBrad King2015-10-051-1/+1
* | | | | Tests: Drop nightly OS X ppc/i386 binaryBrad King2015-10-051-2/+0
|/ / / /
* | | | Merge topic 'vs-win10-store'Brad King2015-10-054-3/+59
|\ \ \ \
| * | | | VS: Add support for Windows 10 Universal (Store) ApplicationsGilles Khouzam2015-10-054-3/+59
* | | | | Merge topic 'compiler-features-solaris'Brad King2015-10-021-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Tests: Suppress WriteCompilerDetectionHeader failure on SunProBrad King2015-09-301-1/+2
| |/ / /
* | | | Merge topic 'test-FindPackageModeMakefileTest-flags'Brad King2015-10-021-2/+3
|\ \ \ \
| * | | | Tests: Use consistent C++ flags FindPackageModeMakefileTestBrad King2015-10-011-2/+3
| |/ / /
* | | | Merge topic 'test-VSGNUFortran-oracle-link'Brad King2015-10-021-3/+3
|\ \ \ \
| * | | | Tests: Simplify VSGNUFortran Oracle-specific link linesBrad King2015-10-011-3/+3
| |/ / /
* | | | Tests: Fix RunCMake.CPack_* tests to use proper CMake generatorDomen Vrankar2015-10-012-45/+3
* | | | Tests: Avoid OS X 10.5 limitation warning in RunCMake.CPack* testsBrad King2015-10-011-0/+2
* | | | Tests: Add trailing newlines to generated sources in RunCMake.CPack_* testsBrad King2015-10-011-3/+3
|/ / /