summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Use list instead of sequence of sentences in one paragraph.
* doxygen: cmPropertyDefinitionYury G. Kudryashov2012-02-281-12/+23
|
* KWSys Nightly Date StampKWSys Robot2012-02-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2012-02-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2012-02-221-1/+1
|
* Merge topic 'HandleTargetsInCMakeRequiredLibraries'David Cole2012-02-213-15/+15
|\ | | | | | | | | | | | | | | 35c48e1 Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIES 61cb4ea bootstrap: move while() and endwhile() into the bootstrap build c9f2886 -don't pull in CheckTypeSize.cmake from the cmake which is being built 628f365 -remove trailing whitespace
| * bootstrap: move while() and endwhile() into the bootstrap buildAlex Neundorf2012-02-212-4/+4
| | | | | | | | Alex
| * -remove trailing whitespaceAlex Neundorf2012-02-212-11/+11
| | | | | | | | Alex
* | Merge topic 'CPack-dynamicDocSection'David Cole2012-02-213-9/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a8103e Try to fix compile error on Win32-vs70 4da2223 Fix typo in end markup cfac874 More documentation concerning CPack Components dee0a38 Put CPack DMG and PackageMaker doc in separate files b4abcfe Correct copy/paste section name mistake 9717727 Suppress unecessary (now empty) doc sections 7a8f44a Add structure documentation for CPack Bundle generator b8a274c Add structured documentation for NSIS a6bce55 Dynamically add documentation section specified in documented script.
| * | Try to fix compile error on Win32-vs70Eric NOULARD2012-02-181-3/+4
| | |
| * | Suppress unecessary (now empty) doc sectionsEric NOULARD2012-02-181-2/+0
| | |
| * | Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-183-7/+23
| | | | | | | | | | | | Modify CPackDeb and CPackRPM as an example
* | | Merge topic 'findlibrary-versioned-libraries'David Cole2012-02-211-4/+14
|\ \ \ | | | | | | | | | | | | | | | | 70f3623 Find_library(): allow searching for versioned shared objects
| * | | Find_library(): allow searching for versioned shared objectsRolf Eike Beer2012-02-181-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This did not work because find_library() did only treat the given name as complete filename if is matched "PREFIX.*SUFFIX": find_library(MYLIB libfoo.so.2) Now it is also taken as a whole if the name matches "PREFIX.*SUFFIX\..*".
* | | | Merge topic 'fix-typos-12975'David Cole2012-02-211-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 7ec2ebd fix the same typos as found by Debian in other places, too d36d29f various typo and formatting fixes in manual pages (#12975)
| * | | | various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-181-4/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch fixes the following lintian warnings: W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakemodules.1.gz 2728: warning: macro `..' not defined I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz overriden overridden I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz overriden overridden I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz explicitely explicitly I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz jave java W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakeprops.1.gz 1040: warning [p 25, 3.7i]: can't break line W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 4233: warning [p 85, 1.3i]: can't break line I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz overriden overridden I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz overriden overridden I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz explicitely explicitly I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz jave java
* | | | Merge topic 'try-compile-random-name'David Cole2012-02-211-4/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 4fbdce2 try_compile: Use random executable file name (#12957)
| * | | | try_compile: Use random executable file name (#12957)Brad King2012-02-161-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Append a random number to the "cmTryCompileExec" file name to avoid rapid creation and deletion of the same executable file name. Some filesystems lock executable files when they are created and cause subsequent try-compile tests to fail arbitrarily. Use a different name each time to avoid conflict.
* | | | | Merge topic 'honor-gcov-empty-coverage'David Cole2012-02-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 58d75e2 CTest: mark all gcov covered files as covered
| * | | | | CTest: mark all gcov covered files as coveredRolf Eike Beer2012-02-151-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if there are no lines covered in the file the gcov coverage report still contains valueable information, the amount of uncovered lines and which exactly they are. Set 'Covered="true"' for files we have a gcov report for even if they have no lines covered. Otherwise CDash will neither show the uncovered line count nor the detailed coverage report for this file. When CTEST_EXTRA_COVERAGE_GLOB was used to collect otherwise uncovered files 'Covered="true"' was unconditionally set, so this can't be worse here.
* | | | | Merge topic 'link-OpenBSD-shared-libs-issue-12954'David Cole2012-02-212-1/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | afc75bb Recognize OpenBSD versioned .so names (#12954)
| * | | | | Recognize OpenBSD versioned .so names (#12954)Brad King2012-02-132-1/+14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | OpenBSD shared library names end in a ".#.#" version number suffix. Teach cmComputeLinkInformation to tolerate the extra suffix after the normal library name suffixes when parsing library names.
* | | | | KWSys Nightly Date StampKWSys Robot2012-02-211-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2012-02-201-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2012-02-191-1/+1
| |_|/ / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2012-02-181-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-02-171-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-02-161-1/+1
| |/ / |/| |
* | | KWSys Nightly Date StampKWSys Robot2012-02-151-1/+1
| | |
* | | Merge topic 'FixFeatureSummaryForREQUIREDPackages'David Cole2012-02-141-0/+9
|\ \ \ | | | | | | | | | | | | | | | | e6c5b94 fix FeatureSummary for REQUIRED packages, they were reported as OPTIONAL
| * | | fix FeatureSummary for REQUIRED packages, they were reported as OPTIONALAlex Neundorf2012-02-111-0/+9
| | | | | | | | | | | | | | | | Alex
* | | | Merge topic 'ImproveCPackDoc-reloaded'David Cole2012-02-1416-56/+697
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d4b77eb Avoid discovering system infos for documentation. Adding some path is enough. 9002f73 Fix non existent std::string::clear on VS6 02ccb32 Create getDocumentedModulesListInDir which may be used in other context. 24fbc28 Add missing section markup for CPackComponent bafd8a9 Example of builtin variable documentation (i.e. only used in C++ source code). 543f1ad Make the load of script documentation more efficient and dynamic. cdbd1a9 Fix another compiler warning due to a typo 52c53de Really avoid compiler warning about unused vars 37f90ed Calm down compiler warning about unused var 7c82b7f Fix potential bad memory access, thanks to Eike 62b589b Suppress unused var, beautify code, avoid 1 extra newline. 751713f Update bash completion file in order to handle new CPack doc options. 1629615 CPack Documentation extraction from CMake script begins to work 83e34dd Implement simple CMake script comment markup language. c6a0169 CPack begin the implementation of --help-command* and --help-variables*
| * | | | Avoid discovering system infos for documentation. Adding some path is enough.Eric NOULARD2012-02-141-19/+20
| | | | |
| * | | | Fix non existent std::string::clear on VS6Eric NOULARD2012-02-141-2/+2
| | | | |
| * | | | Create getDocumentedModulesListInDir which may be used in other context.Eric NOULARD2012-02-143-56/+99
| | | | | | | | | | | | | | | | | | | | | | | | | This should makes it easier to use the same "documented module" techniques for CTest, CMake or user module.
| * | | | Example of builtin variable documentation (i.e. only used in C++ source code).Eric NOULARD2012-02-141-7/+15
| | | | |
| * | | | Make the load of script documentation more efficient and dynamic.Eric NOULARD2012-02-142-15/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPack help will be searched in any CPack*.cmake file located near to CPack.cmake file. The script files is parsed iff the first line begin with ##section. Moreover the documentation section name is specified on the remaining part of the line minus the space immediately following ##section.
| * | | | Fix another compiler warning due to a typoEric NOULARD2012-02-141-1/+0
| | | | |
| * | | | Really avoid compiler warning about unused varsEric NOULARD2012-02-142-6/+2
| | | | |
| * | | | Calm down compiler warning about unused varEric NOULARD2012-01-312-0/+4
| | | | |
| * | | | Fix potential bad memory access, thanks to EikeEric NOULARD2012-01-311-1/+1
| | | | |
| * | | | Suppress unused var, beautify code, avoid 1 extra newline.Eric NOULARD2012-01-241-18/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There remains extra newlines in text Formatter output but the parser does not seem to be the culprit. The formatter should be.
| * | | | CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-229-169/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enhance extract doc parser. Seems robust now. The legacy module documentation parser works as before ignoring the new markup. - Proof of concept for CPack (generic), CPack RPM and CPack Deb generator for macro and variables. Try cpack --help-command and cpack --help-variables
| * | | | Implement simple CMake script comment markup language.Eric NOULARD2012-01-225-9/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The language is very simple. It use ##<keyword> special comment which opens a structured documentation block and ##end closes it. This may be used to extract documentation for macro as 'command' and 'variables' such that cpack --help-command and --help-variable does parse builtin modules files (CPack.cmake, CPackComponent.cmake, ...) in order to extract the corresponding doc.
| * | | | CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-2212-54/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This modifications set tries to keep the unified doc for cmake/ctest/cpack while introducing tool specific documentation separated. Some documentation sections for CMake do not fit well to CPack.
* | | | | Merge topic 'CPackNSIS-fixIgnore-INCLUDE_TOPLEVEL'David Cole2012-02-141-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 6a74eb1 CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error.
| * | | | | CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error.Eric NOULARD2012-02-051-3/+3
| | | | | |