summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | | CMake Nightly Date StampKitware Robot2012-10-081-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-10-071-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2012-10-061-1/+1
| |_|_|/ / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2012-10-051-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-10-041-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2012-10-031-1/+1
|/ /
* | Merge topic 'ninja-LIBPATH'Brad King2012-10-029-40/+85
|\ \
| * | Ninja: add option to enforce usage of response filesPeter Kümmel2012-10-011-4/+4
| * | Ninja: move <OBJECTS> in front of the first linker optionPeter Kümmel2012-10-014-14/+31
| * | Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-016-27/+55
* | | Merge topic 'ninja-link-rsp-expand'Brad King2012-10-027-33/+30
|\ \ \ | |/ /
| * | Revert "Ninja: don't expand any rsp files"Bill Hoffman2012-10-014-28/+13
| * | Ninja: don't confuse ninja's rsp files with nmake'sPeter Kümmel2012-09-283-5/+17
* | | Merge topic 'FindCURL-libcurl'Brad King2012-10-021-1/+3
|\ \ \
| * | | FindCURL: Find older MSVC prebuiltsAndreas Mohr2012-10-011-1/+3
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2012-10-021-1/+1
* | | Merge topic 'documentation-cleanup'Brad King2012-10-017-16/+26
|\ \ \
| * | | Remove period at the end of the check message.Stephen Kelly2012-09-292-2/+2
| * | | Fix minor typos.Stephen Kelly2012-09-293-5/+5
| * | | Remove unused parameter marker and the unused parameter.Stephen Kelly2012-09-291-2/+1
| * | | Document that generator expressions can be used in target properties.Stephen Kelly2012-09-291-2/+9
| * | | Fix punctuation in some variables documentation.Stephen Kelly2012-09-291-2/+4
| * | | Fix the layout of the generator expression documentation.Stephen Kelly2012-09-291-3/+5
* | | | Merge topic 'export-sets'Brad King2012-10-0125-182/+480
|\ \ \ \
| * \ \ \ Merge topic 'AutomocUseTargetProperties' into export-setsAlex Neundorf2012-09-3069-925/+2183
| |\ \ \ \
| * | | | | exports: add a test for exporting dependent targetsAlex Neundorf2012-09-304-0/+21
| * | | | | exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()Alex Neundorf2012-09-302-1/+10
| * | | | | exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-306-98/+124