summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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 'FortranCInterface-verify-flags'David Cole2012-10-171-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FortranCInterface: Pass all flags to VERIFY project (#13579)Brad King2012-10-101-1/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'test-ctest-memcheck'David Cole2012-10-1734-80/+533
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CTest: add a check with a quoted memory checkerRolf Eike Beer2012-10-044-4/+39
| * | | | | | | | | CTest: add a test for CTEST_CUSTOM_MEMCHECK_IGNORERolf Eike Beer2012-10-044-1/+45
| * | | | | | | | | CTest: improve memory checker type detectionRolf Eike Beer2012-10-041-69/+89
| * | | | | | | | | CTest: add tests that simulate memcheck runsRolf Eike Beer2012-10-0426-0/+356
| * | | | | | | | | 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-0937-15/+260
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | GenEx: Don't use std::vector::at(int).Stephen Kelly2012-10-091-3/+3
| * | | | | GenEx: Add tests for "0" and "1" expressions with literal commas.Stephen Kelly2012-10-092-0/+4
| * | | | | GenEx: Add test for $<BOOL:> with empty parameter.Stephen Kelly2012-10-092-0/+2
| * | | | | 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-0926-1/+171
| * | | | | GenEx: Parse comma after colon tokens speciallyStephen Kelly2012-10-098-2/+58
| * | | | | GenEx: Report actual target name not found, not "0" each time.Stephen Kelly2012-10-095-2/+18
| * | | | | 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 'DocumentCMakeFindPackageName'Brad King2012-10-091-0/+3
|\ \ \ \ \
| * | | | | Document CMAKE_FIND_PACKAGE_NAMEAlex Neundorf2012-10-041-0/+3
* | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | Ninja: don't pollute current dir when using gui (#13495)Peter Kümmel2012-10-091-2/+12
| |/ / / / / /
* | | | | | | Merge topic 'ninja-compile-OBJECT_DIR'Brad King2012-10-091-1/+9
|\ \ \ \ \ \ \
| * | | | | | | Ninja: also set OBJECT_DIR when compilingPeter Kümmel2012-10-031-1/+9
| |/ / / / / /
* | | | | | | Merge topic 'FindGTK2Fixes'Brad King2012-10-091-13/+40
|\ \ \ \ \ \ \
| * | | | | | | FindGTK2: Update local changelogPhilip Lowman2012-10-031-2/+5
| * | | | | | | FindGTK2: #12596 Missing paths for FindGTK2 on NetBSDPhilip Lowman2012-10-031-0/+2
| * | | | | | | FindGTK2: #12049 fix detection of header files on multiarch systemsPhilip Lowman2012-10-031-0/+7
| * | | | | | | FindGTK2: Rollback lib64 changes which broke header file findingPhilip Lowman2012-10-031-11/+26
| | |_|/ / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-10-091-1/+1