summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* GenEx: Add an accessor for imported targets in a makefile.Stephen Kelly2012-10-221-0/+4
* Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig'David Cole2012-10-1713-25/+59
|\
| * Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-1713-25/+59
* | Merge topic 'generator-expression-bug-fixes'David Cole2012-10-175-23/+134
|\ \ | |/
| * GenEx: Fix reporting about not-found include directories and libraries.Stephen Kelly2012-10-174-10/+87
| * GenEx: Add some more asserts to verify code-sanity.Stephen Kelly2012-10-171-0/+12
| * GenEx: Break if there are no more commas in the containerStephen Kelly2012-10-171-0/+4
| * GenEx: Fix termination bugs in generator expression parser.Stephen Kelly2012-10-171-13/+24
| * GenEx: Parse colon after arguments separator colon specially.Stephen Kelly2012-10-171-2/+9
* | Merge topic 'AutomocFixDuplicatedFiles_13572'David Cole2012-10-171-1/+2
|\ \
| * | Automoc: fix #13572: issue with symbolic linksAlex Neundorf2012-10-141-1/+2
* | | Merge topic 'CPack-ArchiveGen-andDESTIR_ON'David Cole2012-10-171-1/+1
|\ \ \
| * | | Make CPACK_SET_DESTDIR work with archive generator + component-based packagingEric NOULARD2012-10-141-1/+1
* | | | Merge topic 'fix-some-CPackDoc-typos'David Cole2012-10-171-4/+14
|\ \ \ \
| * | | | Document CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY and fix some typo.Eric NOULARD2012-10-141-4/+14
| |/ / /
* | | | Merge topic 'Fix-XXX_ON_ABSOLUTE_INSTALL_DESTINATION-handling'David Cole2012-10-171-2/+2
|\ \ \ \
| * | | | CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFFEric NOULARD2012-10-141-2/+2
| |/ / /
* | | | Merge topic 'suncc-compile-fix'David Cole2012-10-171-1/+4
|\ \ \ \
| * | | | Attempt to fix the compile of cmake on Sun CC.Stephen Kelly2012-10-111-1/+4
* | | | | Merge topic 'codeblocks-cdefs'David Cole2012-10-171-1/+1
|\ \ \ \ \
| * | | | | Fix regression: write compile definitions if anyPeter Kümmel2012-10-111-1/+1
| |/ / / /
* | | | | Merge topic 'test-ctest-memcheck'David Cole2012-10-172-80/+98
|\ \ \ \ \
| * | | | | CTest: improve memory checker type detectionRolf Eike Beer2012-10-041-69/+89
| * | | | | CTest: fix pre and post test commands with spacesRolf Eike Beer2012-10-011-2/+3
| * | | | | CTest: fix usage of memory checker with spaces in pathRolf Eike Beer2012-10-011-9/+6
* | | | | | CMake Nightly Date StampKitware Robot2012-10-171-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-10-161-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-10-151-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-10-141-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2012-10-131-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-10-121-1/+1
| |/ / / |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-10-111-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2012-10-101-1/+1
* | | Merge topic 'doc-regex-range'Brad King2012-10-091-1/+2
|\ \ \
| * | | string: Clarify regex documentation of '-' behaviorBrad King2012-10-081-1/+2
* | | | Merge topic 'doc-if-NOTFOUND'Brad King2012-10-091-1/+1
|\ \ \ \
| * | | | if: Document that plain 'NOTFOUND' is a false constantBrad King2012-10-051-1/+1
| |/ / /
* | | | Merge topic 'generator-expression-bug-fixes'Brad King2012-10-092-14/+63
|\ \ \ \ | | |_|/ | |/| |
| * | | GenEx: Don't use std::vector::at(int).Stephen Kelly2012-10-091-3/+3
| * | | GenEx: Ensure that the empty CONFIGURATION can be used conditionally.Stephen Kelly2012-10-091-5/+5
| * | | GenEx: Validate target and property names.Stephen Kelly2012-10-091-1/+46
| * | | GenEx: Parse comma after colon tokens speciallyStephen Kelly2012-10-091-1/+7
| * | | GenEx: Report actual target name not found, not "0" each time.Stephen Kelly2012-10-091-2/+3
| * | | GenEx: Return after error reported.Stephen Kelly2012-10-091-0/+1
| * | | GenEx: It is not an error to specify an empty parameterStephen Kelly2012-10-091-4/+0
* | | | Merge topic 'ctest-svn-suncc-5.1'Brad King2012-10-092-0/+5
|\ \ \ \
| * | | | cmCTestSVN: Fix compilation with Sun CC 5.1Brad King2012-10-042-0/+5
* | | | | Merge topic 'ninja-custom-command-implicit'Brad King2012-10-091-1/+1
|\ \ \ \ \
| * | | | | Ninja: implicit dependency for custom command filesPeter Kümmel2012-10-031-1/+1
* | | | | | Merge topic 'ninja-dont-pollute-current-dir'Brad King2012-10-091-2/+12
|\ \ \ \ \ \