summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add test for get_property() errorsRolf Eike Beer2012-03-0416-0/+122
* KWSys Nightly Date StampKWSys Robot2012-03-041-1/+1
* KWSys Nightly Date StampKWSys Robot2012-03-031-1/+1
* Merge topic 'while-testing'David Cole2012-03-029-5/+74
|\
| * add testcases for while()/endwhile() errorsRolf Eike Beer2012-03-017-0/+60
| * improve error message on a stray "endwhile()"Rolf Eike Beer2012-03-012-5/+14
* | Merge topic 'allfindmodules-versions'David Cole2012-03-021-18/+24
|\ \
| * | AllFindModules test: once again expand version checkingRolf Eike Beer2012-03-011-18/+24
* | | Merge topic 'doxygen-fixes'David Cole2012-03-0211-147/+121
|\ \ \
| * \ \ Merge branch 'add-const-qualifiers' into doxygen-fixesBrad King2012-03-01117-421/+421
| |\ \ \
| * | | | doxygen: MathCommand is not about string operatorsYury G. Kudryashov2012-02-291-4/+1
| * | | | doxygen: review cmake.hYury G. Kudryashov2012-02-291-28/+24
| * | | | doxygen: remove a few commentsYury G. Kudryashov2012-02-296-55/+5
| * | | | doxygen: fix some comments in cmPolicies.hYury G. Kudryashov2012-02-291-24/+39
| * | | | doxygen: Small fixes in cmake.h apidocsYury G. Kudryashov2012-02-281-3/+2
| * | | | doxygen: Use proper syntax to document enumYury G. Kudryashov2012-02-281-12/+15
| * | | | doxygen: Improve API docs of GetRealDependencyYury G. Kudryashov2012-02-281-9/+12
| * | | | doxygen: cmPropertyDefinitionYury G. Kudryashov2012-02-281-12/+23
| | |/ / | |/| |
* | | | Merge topic 'add-const-qualifiers'David Cole2012-03-02117-421/+421
|\ \ \ \ | | |/ / | |/| |
| * | | Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-29116-420/+420
| * | | cmPropertyDefinition::IsChained is constYury G. Kudryashov2012-02-241-1/+1
| |/ /
* | | Merge topic 'bootstrap-msys-paths'David Cole2012-03-021-4/+14
|\ \ \
| * | | bootstrap: Convert MSYS paths to Windows format (#13001)Brad King2012-03-011-4/+14
* | | | Merge topic 'inject_code_via_variable'David Cole2012-03-026-2/+35
|\ \ \ \
| * | | | Fix typo in error message, and remove redundent test.Bill Hoffman2012-03-012-3/+1
| * | | | Add ability to include a file in a project via a cache variable.Bill Hoffman2012-02-176-2/+37
* | | | | Merge topic 'run-vim-spellcheck'David Cole2012-03-027-22/+24
|\ \ \ \ \
| * | | | | Run vim spellcheck on some filesYury G. Kudryashov2012-02-297-22/+24
| | |_|/ / | |/| | |
* | | | | Merge topic 'document-missing-versions'David Cole2012-03-022-0/+4
|\ \ \ \ \
| * | | | | document when version detection will not workRolf Eike Beer2012-02-292-0/+4
* | | | | | Merge topic 'dragndrop-sla'David Cole2012-03-021-5/+4
|\ \ \ \ \ \
| * | | | | | DragNDrop: Fix problem with relocated files in Xcode 4.3Clinton Stimpson2012-02-291-5/+4
| |/ / / / /
* | | | | | Merge topic 'find_package-improve-messages'David Cole2012-03-0234-72/+532
|\ \ \ \ \ \
| * | | | | | find_package: Test error and warning messages in failure casesBrad King2012-02-2831-0/+318
| * | | | | | Merge branch 'test-CMakeCommands' into find_package-improve-messagesBrad King2012-02-283-7/+11
| |\ \ \ \ \ \
| * | | | | | | find_package: Optionally warn when implicitly using Config modeBrad King2012-02-283-0/+62
| * | | | | | | find_package: Reject mixed use of MODULE- and CONFIG-only optionsBrad King2012-02-281-43/+37
| * | | | | | | find_package: mention requested version number in error messageAlex Neundorf2012-02-281-2/+11
| * | | | | | | find_package: add CONFIG mode keyword alias for NO_MODULEAlex Neundorf2012-02-281-4/+21
| * | | | | | | find_package: add MODULE mode to use only Find-modulesAlex Neundorf2012-02-282-56/+117
| * | | | | | | find_package: improve error message when no Find module is presentAlex Neundorf2012-02-281-18/+17
| * | | | | | | find_package: rename NoModule to UseFindModulesAlex Neundorf2012-02-272-15/+15
* | | | | | | | Merge topic 'test-CMakeCommands'David Cole2012-03-023-7/+11
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Add infrastructure for CMakeCommands testsBrad King2012-02-283-7/+11
* | | | | | | | Merge topic 'find_package-report-CONFIGS-error'David Cole2012-03-021-0/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | find_package: print error if an invalid CONFIGS name is usedAlex Neundorf2012-02-271-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'fix-FindPackageMode-symlink'David Cole2012-03-021-1/+2
|\ \ \ \ \ \ \
| * | | | | | | CMakeFindPackageMode: fix 32/64bit detection if 'file' is a symlinkYury G. Kudryashov2012-02-281-1/+2
* | | | | | | | Merge topic 'factor-install-type'David Cole2012-03-0213-70/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-2713-70/+81