summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Haiku: Remove use of B_COMMON_DIRECTORYAdrien Destugues2013-10-084-23/+32
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-10-083-13/+5
* Merge topic 'Add-coverage.py-Coverage'Brad King2013-10-085-0/+200
|\
| * Adding support for the Python coverage.py tool.Patrick Reynolds2013-10-085-0/+200
* | Merge topic 'ctest_rerun_failed'Brad King2013-10-084-2/+162
|\ \
| * | ctest: Add --rerun-failed optionZack Galbreath2013-10-084-2/+162
* | | Merge topic 'clang-warnings'Brad King2013-10-0811-28/+23
|\ \ \
| * | | cmDocumentation: Fix a few doxygen comment errorsSean McBride2013-10-081-7/+6
| * | | cm*Lexer: Populate empty doxygen @param commentSean McBride2013-10-084-8/+8
| * | | cmTarget: Properly escape @ char in doxygen commentsSean McBride2013-10-081-3/+3
| * | | Fix warnings about \brief usageSean McBride2013-10-083-7/+3
| * | | cmGraphVizWriter: Add extra space in comment to suppress warningSean McBride2013-10-081-2/+2
| * | | cmNewLineStyle: Remove useless semi-colonSean McBride2013-10-081-1/+1
* | | | CMake Nightly Date StampKitware Robot2013-10-081-1/+1
* | | | Merge topic 'split-cmake-E'Brad King2013-10-076-1385/+1431
|\ \ \ \
| * | | | cmake: Split -E command implementation into separate source fileBrad King2013-10-036-1385/+1431
* | | | | Merge topic 'IMPORTED-target-SYSTEM-includes'Brad King2013-10-072-1/+39
|\ \ \ \ \
| * | | | | Always consider includes from IMPORTED targets to be SYSTEM.Stephen Kelly2013-09-242-1/+39
* | | | | | Merge topic 'private-link-depends-are-package-private'Brad King2013-10-071-1/+2
|\ \ \ \ \ \
| * | | | | | Export: Never treat private link libraries as public package dependencies.Stephen Kelly2013-09-241-1/+2
* | | | | | | Merge topic 'fixDocumentationComment'Brad King2013-10-071-4/+5
|\ \ \ \ \ \ \
| * | | | | | | CPack: Fix clang -Wdocumentation warningsEric NOULARD2013-09-241-4/+5
| |/ / / / / /
* | | | | | | Merge topic 'add_cache_options_to_ccmake'Brad King2013-10-074-3/+168
|\ \ \ \ \ \ \
| * | | | | | | ccmake: Teach dialog to support cache STRINGS propertyBill Hoffman2013-10-074-3/+168
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'generate-modern-style'Brad King2013-10-0715-135/+136
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'test-property-genex' into generate-modern-styleBrad King2013-09-203-24/+38
| |\ \ \ \ \ \ \
| * | | | | | | | Generate modern-style cmake code.Stephen Kelly2013-08-2215-136/+137
* | | | | | | | | Merge topic 'test-property-genex'Brad King2013-10-073-24/+38
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | add_test: Mention generator expressions in old-style add_test docsBen Boeckel2013-09-201-1/+2
| * | | | | | | | cmTestGenerator: Evaluate generator expressions in test propertiesBen Boeckel2013-09-202-2/+4
| * | | | | | | | cmTestGenerator: Separate test properties for each configurationBrad King2013-09-201-22/+33
| |/ / / / / / /
* | | | | | | | Merge topic 'doc-add_dependencies-direction'Brad King2013-10-071-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | add_dependencies: Clarify direction of dependency in docs (#14424)Brad King2013-09-191-6/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cmListFileLexer-fix-leak-on-error'Brad King2013-10-072-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | cmListFileLexer: Fix leak on error before EOFBrad King2013-09-172-0/+2
* | | | | | | | | Merge topic 'cleanup-properties'Brad King2013-10-074-16/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Cleanup some variable documentation namesBrad King2013-09-171-6/+4
| * | | | | | | | | Remove redundant cmake::GetIsPropertyDefined methodBrad King2013-09-173-10/+1
* | | | | | | | | | Merge topic 'mark_as_advanced'Brad King2013-10-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mark_as_advanced: improve documentation syntaxRolf Eike Beer2013-09-171-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'minor_cleanup'Brad King2013-10-074-6/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | VS6: Add some delimiting between error message and content.Stephen Kelly2013-09-121-2/+2
| * | | | | | | | | | cmTarget: Fix typo in comment.Stephen Kelly2013-09-121-1/+1
| * | | | | | | | | | Fix comments to match the code.Stephen Kelly2013-09-111-2/+2
| * | | | | | | | | | Remove unused include.Stephen Kelly2013-09-111-1/+0
* | | | | | | | | | | Merge topic 'cmake-gui-window-settings'Brad King2013-10-071-5/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmake-gui: save and restore the geometry and window state between sessions.Clinton Stimpson2013-09-101-5/+4
* | | | | | | | | | | | Merge topic 'authorative-LINK_LIBRARIES'Brad King2013-10-071-18/+46
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use one authorative source of the LINK_LIBRARIES property.Stephen Kelly2013-09-091-18/+46
* | | | | | | | | | | | | Merge topic 'rename-genex-method'Brad King2013-10-072-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \