Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
* | | | | | Merge topic 'doc-regex-range' | Brad King | 2012-10-09 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | string: Clarify regex documentation of '-' behavior | Brad King | 2012-10-08 | 1 | -1/+2 | |
* | | | | | | Merge topic 'doc-if-NOTFOUND' | Brad King | 2012-10-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | if: Document that plain 'NOTFOUND' is a false constant | Brad King | 2012-10-05 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'generator-expression-bug-fixes' | Brad King | 2012-10-09 | 2 | -14/+63 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | GenEx: Don't use std::vector::at(int). | Stephen Kelly | 2012-10-09 | 1 | -3/+3 | |
| * | | | | | GenEx: Ensure that the empty CONFIGURATION can be used conditionally. | Stephen Kelly | 2012-10-09 | 1 | -5/+5 | |
| * | | | | | GenEx: Validate target and property names. | Stephen Kelly | 2012-10-09 | 1 | -1/+46 | |
| * | | | | | GenEx: Parse comma after colon tokens specially | Stephen Kelly | 2012-10-09 | 1 | -1/+7 | |
| * | | | | | GenEx: Report actual target name not found, not "0" each time. | Stephen Kelly | 2012-10-09 | 1 | -2/+3 | |
| * | | | | | GenEx: Return after error reported. | Stephen Kelly | 2012-10-09 | 1 | -0/+1 | |
| * | | | | | GenEx: It is not an error to specify an empty parameter | Stephen Kelly | 2012-10-09 | 1 | -4/+0 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'ctest-svn-suncc-5.1' | Brad King | 2012-10-09 | 2 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmCTestSVN: Fix compilation with Sun CC 5.1 | Brad King | 2012-10-04 | 2 | -0/+5 | |
* | | | | | | Merge topic 'ninja-custom-command-implicit' | Brad King | 2012-10-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja: implicit dependency for custom command files | Peter Kümmel | 2012-10-03 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'ninja-dont-pollute-current-dir' | Brad King | 2012-10-09 | 1 | -2/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ninja: don't pollute current dir when using gui (#13495) | Peter Kümmel | 2012-10-09 | 1 | -2/+12 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'ninja-compile-OBJECT_DIR' | Brad King | 2012-10-09 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ninja: also set OBJECT_DIR when compiling | Peter Kümmel | 2012-10-03 | 1 | -1/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-09 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-08 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-07 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-06 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | |