| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'test-external-cmake' | Brad King | 2014-03-05 | 35 | -164/+162 |
|\ |
|
| * | 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 | 30 | -100/+100 |
|
|
| * | 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 | 6 | -12/+12 |
|
|
| * | 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 |
|
|
* | | Merge topic 'fix-CMP0017-check' | Brad King | 2014-03-05 | 3 | -3/+3 |
|\ \ |
|
| * | | CMP0017: Fix check when including from CMake source tree | Brad King | 2014-03-04 | 3 | -3/+3 |
| |/ |
|
* | | FeatureSummary: Add unit tests | Daniele E. Domenichelli | 2014-03-03 | 18 | -0/+102 |
|/ |
|
* | CPackWIX: support installation of empty directories | Nils Gladitz | 2014-03-01 | 1 | -0/+11 |
|
|
* | CPackWIX: Allow Windows Installer property customization | Nils Gladitz | 2014-03-01 | 1 | -0/+3 |
|
|
* | Merge topic 'tests-RunCMake-no-unused' | Brad King | 2014-02-28 | 1 | -0/+1 |
|\ |
|
| * | Tests/RunCMake: Tell cmake not to report unused command-line options | Brad King | 2014-02-27 | 1 | -0/+1 |
|
|
* | | Add test for find_dependency macro. | Stephen Kelly | 2014-02-26 | 9 | -0/+80 |
|/ |
|
* | Merge topic 'msvc-compiler-pdb-files' | Brad King | 2014-02-26 | 1 | -8/+22 |
|\ |
|
| * | MSVC: Add properties to configure compiler PDB files (#14762) | Brad King | 2014-02-26 | 1 | -8/+22 |
|
|
* | | Merge topic 'target-SOURCES-refactor' | Brad King | 2014-02-25 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | cmTarget: Add GetTransitiveTargetClosure method. | Stephen Kelly | 2014-02-24 | 1 | -7/+7 |
|
|
* | | Merge topic 'variable-expansion-tests' | Brad King | 2014-02-24 | 25 | -0/+130 |
|\ \ |
|
| * | | tests: Add variable expansion tests | Ben Boeckel | 2014-02-21 | 25 | -0/+130 |
| |/ |
|
* | | Merge topic 'ExternalProject-BUILD_ALWAYS' | Brad King | 2014-02-24 | 3 | -0/+56 |
|\ \ |
|
| * | | ExternalProject: Add option to always run the build step | Brad King | 2014-02-21 | 3 | -0/+56 |
| |/ |
|
* | | install: Support generator expressions in FILES and PROGRAMS mode | Brad King | 2014-02-21 | 5 | -0/+35 |
|/ |
|
* | Tests: Remove some trailing black lines. | Stephen Kelly | 2014-02-17 | 1 | -2/+0 |
|
|
* | add_custom_command: Disallow use of SOURCE signatures. | Stephen Kelly | 2014-02-12 | 14 | -0/+75 |
|
|
* | Add policy CMP0049 to avoid variable expansion in source lists | Stephen Kelly | 2014-02-12 | 13 | -0/+50 |
|
|
* | Merge topic 'remove-Example' | Brad King | 2014-02-10 | 1 | -12/+0 |
|\ |
|
| * | Remove the Example from the source. | Stephen Kelly | 2014-02-09 | 1 | -12/+0 |
|
|
* | | Merge topic 'fix-CMP0028-iface' | Brad King | 2014-02-10 | 10 | -0/+43 |
|\ \ |
|
| * | | CMP0028: Trigger on libraries from INTERFACE of dependencies. | Stephen Kelly | 2014-02-09 | 10 | -0/+43 |
| |/ |
|
* | | Merge topic 'release-notes-prep' | Brad King | 2014-02-10 | 3 | -5/+5 |
|\ \ |
|
| * | | Tests/BundleTest: Drop use of ChangeLog.txt | Brad King | 2014-02-07 | 3 | -5/+5 |
| |/ |
|
* | | Merge topic 'wix_desktop' | Brad King | 2014-02-10 | 1 | -0/+5 |
|\ \ |
|
| * | | CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS | Timo Rothenpieler | 2014-02-08 | 1 | -0/+5 |
| |/ |
|
* | | Merge topic 'interface-library-signatures' | Brad King | 2014-02-10 | 6 | -2/+15 |
|\ \ |
|
| * | | add_library: Issue better diagnostic for INTERFACE GLOBAL signature. | Stephen Kelly | 2014-02-07 | 1 | -1/+1 |
|
|
| * | | add_library: Test invalid GLOBAL INTERFACE signature. | Stephen Kelly | 2014-02-07 | 5 | -1/+14 |
| |/ |
|
* | | Tests: Speed up RunCMake.CheckModules test | Brad King | 2014-02-06 | 3 | -1/+5 |
|/ |
|
* | QtAutogen: Only add source files to the target if AUTORCC is ON. | Stephen Kelly | 2014-02-05 | 2 | -1/+12 |
|
|
* | Merge topic 'fix-Qt-autogen' | Brad King | 2014-02-04 | 6 | -4/+21 |
|\ |
|
| * | QtAutogen: Make uic work even when the source is in a subdir. | Stephen Kelly | 2014-02-04 | 4 | -2/+2 |
|
|
| * | FindQt4: Make AUTOMOC work regardless which order Qt 4/5 is found. | Stephen Kelly | 2014-01-29 | 2 | -2/+19 |
|
|
* | | Merge topic 'fix-visibility-inlines-hidden' | Brad King | 2014-02-03 | 5 | -0/+63 |
|\ \ |
|
| * | | VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sources | Nils Gladitz | 2014-02-01 | 5 | -0/+63 |
|
|
* | | | Merge topic 'project-version-variables' | Brad King | 2014-02-03 | 37 | -0/+167 |
|\ \ \
| |/ /
|/| | |
|
| * | | project: Manage VERSION variables | Brad King | 2014-01-29 | 26 | -0/+138 |
|
|