| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 1 | -0/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | OS X: Add test for rpaths on Mac. | Clinton Stimpson | 2013-06-03 | 1 | -0/+10 |
| |/ |
|
* | | Merge topic 'vs-windows-forms' | Brad King | 2013-05-21 | 1 | -0/+5 |
|\ \ |
|
| * | | VS: Add Windows Forms Support | John Farrier | 2013-05-16 | 1 | -0/+5 |
| |/ |
|
* | | Merge topic 'Automoc-Qt4-Qt5' | Brad King | 2013-05-21 | 1 | -6/+20 |
|\ \ |
|
| * | | Remove an endif() followed by an if() for the same condition. | Stephen Kelly | 2013-03-16 | 1 | -2/+1 |
|
|
| * | | Add a test for Qt5Automoc | Stephen Kelly | 2013-03-16 | 1 | -5/+20 |
| |/ |
|
* | | Merge topic 'msbuild-targets-in-subdirs' | Brad King | 2013-05-16 | 1 | -0/+37 |
|\ \ |
|
| * | | ctest_build: Pass projectDir to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+14 |
|
|
| * | | VS: Add test for building MSBuild project in subdir | Petr Kmoch | 2013-04-12 | 1 | -0/+23 |
| |/ |
|
* | | CTest: Add test for running many tests in parallel | Paul Kunysch | 2013-03-22 | 1 | -0/+9 |
|/ |
|
* | Configure Tests/CMakeTests only with BUILD_TESTING ON | Brad King | 2013-03-13 | 1 | -2/+2 |
|
|
* | Merge topic 'fix-automoc-no-qt' | Brad King | 2013-03-13 | 1 | -0/+10 |
|\ |
|
| * | Automoc: Don't create automoc targets if Qt is not used (#13999) | Stephen Kelly | 2013-03-12 | 1 | -0/+10 |
|
|
* | | GetPrerequisites: Enable test for BundleUtilities on MinGW | Michael Tänzer | 2013-03-01 | 1 | -0/+1 |
|
|
* | | ExternalData: Test content link with a space in its name | Brad King | 2013-02-22 | 1 | -0/+1 |
|
|
* | | Tests: Generalize decision for 'make' tool supporting spaces | Brad King | 2013-02-22 | 1 | -16/+22 |
|
|
* | | Tests: Replace exec_program with execute_process | Brad King | 2013-02-22 | 1 | -6/+5 |
|/ |
|
* | Tests: Add generator toolset support | Brad King | 2013-02-07 | 1 | -0/+9 |
|
|
* | Tests: Consolidate ctest --build-and-test generator options | Brad King | 2013-02-07 | 1 | -146/+78 |
|
|
* | Merge topic 'add-ExternalData-module' | Brad King | 2013-02-05 | 1 | -0/+13 |
|\ |
|
| * | Fix Module.ExternalData test on VS 6 | Brad King | 2013-02-04 | 1 | -0/+1 |
|
|
| * | ExternalData: Add tests covering interfaces and errors | Brad King | 2013-01-30 | 1 | -0/+12 |
|
|
* | | Tests: Avoid CTestLimitDashJ crash on Borland 5.8 builds | Brad King | 2013-01-31 | 1 | -0/+1 |
|/ |
|
* | Make INTERFACE determined properties readable in generator expressions. | Stephen Kelly | 2013-01-20 | 1 | -0/+1 |
|
|
* | Add the target_compile_definitions command. | Stephen Kelly | 2013-01-10 | 1 | -0/+1 |
|
|
* | Add the target_include_directories command. | Stephen Kelly | 2013-01-10 | 1 | -0/+1 |
|
|
* | Merge topic 'qt4-target-depends' | Brad King | 2013-01-07 | 1 | -0/+15 |
|\ |
|
| * | Qt4: Add module dependencies to the IMPORTED targets | Stephen Kelly | 2013-01-07 | 1 | -0/+15 |
|
|
* | | Add CTestLimitDashJ test (#12904) | David Cole | 2013-01-03 | 1 | -0/+3 |
|/ |
|
* | Merge topic 'fix-11575-add-wix-support-to-cpack' | David Cole | 2012-12-05 | 1 | -0/+23 |
|\ |
|
| * | CPack: Add a WiX Generator (#11575) | Nils Gladitz | 2012-12-03 | 1 | -0/+23 |
|
|
* | | Tests: Use the right path to CPack value for running CPack tests | David Cole | 2012-11-29 | 1 | -3/+0 |
|/ |
|
* | NMake: Add a test to demonstrate EmptyDepends issue (#13392) | David Cole | 2012-11-21 | 1 | -0/+2 |
|
|
* | Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' | Brad King | 2012-11-20 | 1 | -0/+29 |
|\ |
|
| * | Serialize tests for EXCLUDE_FROM_DEFAULT_BUILD | Brad King | 2012-11-13 | 1 | -0/+7 |
|
|
| * | Add tests for EXCLUDE_FROM_DEFAULT_BUILD | Petr Kmoch | 2012-11-13 | 1 | -0/+22 |
|
|
* | | Merge topic 'only-git-fetch-when-necessary' | Brad King | 2012-11-13 | 1 | -0/+30 |
|\ \
| |/
|/| |
|
| * | ExternalProject: Make sure the ExternalProjectUpdate setup is available. | Matt McCormick | 2012-11-13 | 1 | -2/+18 |
|
|
| * | ExternalProject: Add tests for UPDATE_COMMAND. | Matt McCormick | 2012-11-13 | 1 | -0/+14 |
|
|
* | | GenEx: Use case insensitive comparison for $<CONFIG:...> | Stephen Kelly | 2012-11-05 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'test-ctest-memcheck' | David Cole | 2012-10-17 | 1 | -0/+2 |
|\ |
|
| * | CTest: add tests that simulate memcheck runs | Rolf Eike Beer | 2012-10-04 | 1 | -0/+2 |
|
|
* | | Run PDBDirectoryAndName test on MSVC and Intel | Brad King | 2012-09-29 | 1 | -1/+1 |
|
|
* | | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) | Yuchen Deng | 2012-09-25 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'compile-definitions-unique' | David Cole | 2012-08-24 | 1 | -0/+1 |
|\ |
|
| * | Don't duplicate -D defines sent to the compiler. | Stephen Kelly | 2012-08-20 | 1 | -0/+1 |
|
|
* | | Merge topic 'RemoveNonworkingKDE4Test' | David Cole | 2012-08-20 | 1 | -42/+0 |
|\ \ |
|
| * | | remove non-working KDE4 test | Alex Neundorf | 2012-08-16 | 1 | -42/+0 |
| |/ |
|
* | | Merge topic 'more-endif-closing-style-cleanups' | David Cole | 2012-08-20 | 1 | -6/+2 |
|\ \ |
|