| Commit message (Expand) | Author | Age | Files | Lines |
* | Add target_compile_features command. | Stephen Kelly | 2014-04-07 | 1 | -0/+1 |
|
|
* | Features: Add cxx_auto_type. | Stephen Kelly | 2014-04-07 | 1 | -0/+4 |
|
|
* | cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties. | Stephen Kelly | 2014-04-07 | 1 | -0/+13 |
|
|
* | Tests: Fix CTestTestFailedSubmit-ftp with OS X system libcurl | Alex Ciobanu | 2014-04-03 | 1 | -0/+1 |
|
|
* | cmTarget: Allow transitive evaluation of SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+1 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -0/+4 |
|
|
* | Merge topic 'dev/string-apis' | Brad King | 2014-03-09 | 1 | -0/+2 |
|\ |
|
| * | CPackWiX: Fix test to build with expected config | Brad King | 2014-03-08 | 1 | -0/+2 |
|
|
* | | Utilities/Release: Fix nightly build upload | Brad King | 2014-03-06 | 1 | -1/+1 |
|/ |
|
* | Tests: Optionally configure tests exclusively, with an external CMake | Brad King | 2014-03-03 | 1 | -16/+28 |
|
|
* | Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables | Brad King | 2014-03-03 | 1 | -42/+42 |
|
|
* | Tests: Drop CMAKE_TEST_MAKEPROGRAM variable | Brad King | 2014-03-03 | 1 | -6/+5 |
|
|
* | Tests: Rename CMAKE_TEST_MAKEPROGRAM uses for explicit make program | Brad King | 2014-03-03 | 1 | -11/+12 |
|
|
* | Tests: Rename CMAKE_TEST_MAKEPROGRAM uses for nested test projects | Brad King | 2014-03-03 | 1 | -3/+3 |
|
|
* | Tests: Rename CMAKE_TEST_DEVENV -> CMake_TEST_DEVENV | Brad King | 2014-03-03 | 1 | -7/+8 |
|
|
* | Tests: Drop CMAKE_TEST_MSVC and test MSVC directly | Brad King | 2014-03-03 | 1 | -2/+2 |
|
|
* | Tests: Drop CMAKE_TEST_GENERATOR and CMAKE_TEST_MAKEPROGRAM options | Brad King | 2014-03-03 | 1 | -10/+8 |
|
|
* | Tests: Drop kwsys test | Brad King | 2014-03-03 | 1 | -13/+0 |
|
|
* | Add test for find_dependency macro. | Stephen Kelly | 2014-02-26 | 1 | -0/+1 |
|
|
* | Remove the Example from the source. | Stephen Kelly | 2014-02-09 | 1 | -12/+0 |
|
|
* | Merge topic 'fix-Qt-autogen' | Brad King | 2014-02-04 | 1 | -0/+12 |
|\ |
|
| * | FindQt4: Make AUTOMOC work regardless which order Qt 4/5 is found. | Stephen Kelly | 2014-01-29 | 1 | -0/+12 |
|
|
* | | VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sources | Nils Gladitz | 2014-02-01 | 1 | -0/+23 |
|/ |
|
* | allow to mark a test as "Not Run" with a specific return code (#8466) | Rolf Eike Beer | 2014-01-14 | 1 | -0/+12 |
|
|
* | Merge topic 'optional-install' | Brad King | 2014-01-09 | 1 | -0/+13 |
|\ |
|
| * | InstallRules: added new variable to disable generation of install rules | Nils Gladitz | 2014-01-08 | 1 | -0/+13 |
|
|
* | | Run the add_compile_options command unit test. | Stephen Kelly | 2014-01-04 | 1 | -0/+1 |
|
|
* | | CTest: fix regressions introduced by the ctest-fix-run-serial topic | Nils Gladitz | 2013-12-23 | 1 | -0/+9 |
|/ |
|
* | Remove INTERFACE build targets. | Stephen Kelly | 2013-12-10 | 1 | -18/+0 |
|
|
* | QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property. | Stephen Kelly | 2013-11-27 | 1 | -0/+30 |
|
|
* | Introduce CMAKE_STAGING_PREFIX variable. | Stephen Kelly | 2013-11-21 | 1 | -0/+1 |
|
|
* | Tests: Do not use an explicit make program for VS generators | Brad King | 2013-11-18 | 1 | -1/+5 |
|
|
* | Tests: Fix MFC test heuristic for empty CMAKE_TEST_MAKEPROGRAM | Brad King | 2013-11-18 | 1 | -1/+1 |
|
|
* | Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogram | Brad King | 2013-11-18 | 1 | -4/+6 |
|
|
* | Tests: Configure SubProject-Stage2 test more robustly | Brad King | 2013-11-18 | 1 | -13/+12 |
|
|
* | Tests: Simplify VSExcludeFromDefaultBuild configuration | Brad King | 2013-11-18 | 1 | -2/+9 |
|
|
* | Tests: Simplify VSProjectInSubdir configuration | Brad King | 2013-11-18 | 1 | -25/+11 |
|
|
* | Tests: Simplify CTest.BuildCommand.ProjectInSubdir configuration | Brad King | 2013-11-18 | 1 | -6/+7 |
|
|
* | Tests: Pass --build-options to every test | Brad King | 2013-11-18 | 1 | -27/+98 |
|
|
* | Tests: Split <test>_EXTRA_OPTIONS into <test>_(CTEST|BUILD)_OPTIONS | Brad King | 2013-11-18 | 1 | -10/+12 |
|
|
* | Tests: Simplify ExternalProjectUpdate test arguments | Brad King | 2013-11-18 | 1 | -1/+0 |
|
|
* | Tests: Fix make capability selection for empty CMAKE_TEST_MAKEPROGRAM | Brad King | 2013-11-18 | 1 | -3/+3 |
|
|
* | Tests: Launch BootstrapTest through cmake instead of ctest | Brad King | 2013-11-18 | 1 | -10/+6 |
|
|
* | Tests: Move CMAKE_TEST_MAKEPROGRAM into Tests/CMakeLists.txt | Brad King | 2013-11-18 | 1 | -0/+4 |
|
|
* | Tests: Drop remnants of unused ShellInstall test | Brad King | 2013-11-18 | 1 | -13/+0 |
|
|
* | Merge topic 'configure_file-drop-IMMEDIATE' | Brad King | 2013-11-14 | 1 | -1/+1 |
|\ |
|
| * | Drop use of configure_file IMMEDIATE option | Daniele E. Domenichelli | 2013-11-13 | 1 | -1/+1 |
|
|
* | | Copyright.txt: Add test to check year range | Brad King | 2013-11-12 | 1 | -0/+3 |
|/ |
|
* | Tests: added test for ctest_empty_binary_directory() | Nils Gladitz | 2013-11-01 | 1 | -0/+11 |
|
|
* | Tests: Add test for CTEST_USE_LAUNCHERS capture of custom commands | Nils Gladitz | 2013-10-31 | 1 | -0/+11 |
|
|