summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Add an option to skip RPATH during installation.Stephen Kelly2012-03-053-3/+22
* | | | | | | | Merge topic 'win32_executable-and-macosx_bundle-initializers'David Cole2012-03-062-2/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLEStephen Kelly2012-03-052-2/+24
* | | | | | | | | Merge topic 'remove-unused-members'David Cole2012-03-063-10/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove cmExprParserHelper::SetLineFile()Yury G. Kudryashov2012-03-032-8/+0
| * | | | | | | | | Remove UnionsAvailable member from 2 classesYury G. Kudryashov2012-03-032-2/+0
* | | | | | | | | | Merge topic 'rename-used-commands'David Cole2012-03-062-12/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Rename UsedCommands to FinalPassCommandsYury G. Kudryashov2012-02-292-12/+6
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-061-1/+1
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-051-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | 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-022-5/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | improve error message on a stray "endwhile()"Rolf Eike Beer2012-03-012-5/+14
* | | | | | | | | 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 'inject_code_via_variable'David Cole2012-03-022-1/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix typo in error message, and remove redundent test.Bill Hoffman2012-03-011-1/+1
| * | | | | | | | | | Add ability to include a file in a project via a cache variable.Bill Hoffman2012-02-172-1/+22
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | 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 '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-023-72/+214
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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 '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 'factor-install-type'David Cole2012-03-0213-70/+81
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-2713-70/+81
* | | | | | | | | | | | Merge topic 'simplify-GetRealDependency'David Cole2012-03-021-9/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Drop if(...) check because condition is always trueYury G. Kudryashov2012-02-271-9/+2
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'fix-BORLAND-doc-typo'David Cole2012-03-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix typo in documentationYury G. Kudryashov2012-02-271-1/+1
| |/ / / / / / / / / / /