Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake 2.8.10-rc3 | David Cole | 2012-10-24 | 1 | -1/+1 |
* | Merge branch 'release' | David Cole | 2012-10-24 | 1 | -3/+3 |
|\ | |||||
| * | CMake 2.8.10-rc2 | David Cole | 2012-10-18 | 1 | -1/+1 |
| * | Merge branch 'release' | David Cole | 2012-10-18 | 1 | -3/+3 |
| |\ | |||||
| | * | CMake 2.8.10-rc1 | David Cole | 2012-10-02 | 1 | -3/+3 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-24 | 1 | -1/+1 |
* | | | Merge topic 'genex-validate-target-property-names' | David Cole | 2012-10-23 | 5 | -6/+33 |
|\ \ \ | |||||
| * | | | GexEx: Validate Target names and property names differently. | Stephen Kelly | 2012-10-22 | 1 | -6/+11 |
| * | | | GenEx: Create cmGeneratorTargets for imported targets. | Stephen Kelly | 2012-10-22 | 3 | -0/+18 |
| * | | | GenEx: Add an accessor for imported targets in a makefile. | Stephen Kelly | 2012-10-22 | 1 | -0/+4 |
* | | | | Merge topic 'expand-LOCATION-documentation' | David Cole | 2012-10-23 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Document LOCATION undefined behavior with use of LINKER_LANGUAGE. | Stephen Kelly | 2012-10-22 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-23 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-22 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-21 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-20 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-19 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-18 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig' | David Cole | 2012-10-17 | 13 | -25/+59 |
|\ \ | |||||
| * | | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 13 | -25/+59 |
* | | | Merge topic 'generator-expression-bug-fixes' | David Cole | 2012-10-17 | 5 | -23/+134 |
|\ \ \ | |/ / | |||||
| * | | GenEx: Fix reporting about not-found include directories and libraries. | Stephen Kelly | 2012-10-17 | 4 | -10/+87 |
| * | | GenEx: Add some more asserts to verify code-sanity. | Stephen Kelly | 2012-10-17 | 1 | -0/+12 |
| * | | GenEx: Break if there are no more commas in the container | Stephen Kelly | 2012-10-17 | 1 | -0/+4 |
| * | | GenEx: Fix termination bugs in generator expression parser. | Stephen Kelly | 2012-10-17 | 1 | -13/+24 |
| * | | GenEx: Parse colon after arguments separator colon specially. | Stephen Kelly | 2012-10-17 | 1 | -2/+9 |
* | | | Merge topic 'AutomocFixDuplicatedFiles_13572' | David Cole | 2012-10-17 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Automoc: fix #13572: issue with symbolic links | Alex Neundorf | 2012-10-14 | 1 | -1/+2 |
* | | | | Merge topic 'CPack-ArchiveGen-andDESTIR_ON' | David Cole | 2012-10-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Make CPACK_SET_DESTDIR work with archive generator + component-based packaging | Eric NOULARD | 2012-10-14 | 1 | -1/+1 |
* | | | | | Merge topic 'fix-some-CPackDoc-typos' | David Cole | 2012-10-17 | 1 | -4/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Document CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY and fix some typo. | Eric NOULARD | 2012-10-14 | 1 | -4/+14 |
| |/ / / / | |||||
* | | | | | Merge topic 'Fix-XXX_ON_ABSOLUTE_INSTALL_DESTINATION-handling' | David Cole | 2012-10-17 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFF | Eric NOULARD | 2012-10-14 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge topic 'suncc-compile-fix' | David Cole | 2012-10-17 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Attempt to fix the compile of cmake on Sun CC. | Stephen Kelly | 2012-10-11 | 1 | -1/+4 |
* | | | | | | Merge topic 'codeblocks-cdefs' | David Cole | 2012-10-17 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix regression: write compile definitions if any | Peter Kümmel | 2012-10-11 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'test-ctest-memcheck' | David Cole | 2012-10-17 | 2 | -80/+98 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CTest: improve memory checker type detection | Rolf Eike Beer | 2012-10-04 | 1 | -69/+89 |
| * | | | | | | CTest: fix pre and post test commands with spaces | Rolf Eike Beer | 2012-10-01 | 1 | -2/+3 |
| * | | | | | | CTest: fix usage of memory checker with spaces in path | Rolf Eike Beer | 2012-10-01 | 1 | -9/+6 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-17 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-16 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-15 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-14 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-13 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-12 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-11 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-10 | 1 | -1/+1 |