summaryrefslogtreecommitdiff
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ctest-remove-trailing-whitespace'Brad King2011-03-154-71/+71
|\ | | | | | | | | a1711f1 Remove trailing whitespace
| * Remove trailing whitespaceBrad King2011-03-114-71/+71
| |
* | Merge topic 'validate-custom-commands-issue-11963'Brad King2011-03-151-0/+14
|\ \ | | | | | | | | | | | | 339d592 Validate custom command arguments (#11963)
| * | Validate custom command arguments (#11963)Brad King2011-03-141-0/+14
| | | | | | | | | | | | | | | Reject quoted commands immediately with an error message instead of allowing a later assertion failure.
* | | Merge topic 'module-link-interface-issue-11945'Brad King2011-03-151-3/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | c9d55ae Add parens in cmTarget::ComputeLinkInterface logic c6a8e4c The link interface of MODULE libraries is empty (#11945)
| * | | Add parens in cmTarget::ComputeLinkInterface logicBrad King2011-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid GCC warning warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] added by commit c6a8e4c7 (The link interface of MODULE libraries is empty, 2011-03-09).
| * | | The link interface of MODULE libraries is empty (#11945)Brad King2011-03-091-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MODULE libraries cannot be linked into other libraries and executables (just like executables without ENABLE_EXPORTS). Set the MODULE target link interface to be empty. This allows such targets to be installed in an EXPORT set without including all their private implementation dependencies.
* | | | Merge topic 'CPackDeb-ComponentSupport'Brad King2011-03-152-29/+346
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | bf7066c CPackDeb add Component Support to DEB generator fix #0011655
| * | | | CPackDeb add Component Support to DEB generator fix #0011655M. Konrad2011-03-112-29/+346
| | | | | | | | | | | | | | | | | | | | | | | | | Contribution by Martin Konrad Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
* | | | | Merge topic 'MakeUseMangledMesaScriptable'Brad King2011-03-151-5/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 968d5a0 Make use_mangled_mesa() available in cmake script mode (#11926) 1a91ac4 Remove trailing whitespace
| * | | | | Make use_mangled_mesa() available in cmake script mode (#11926)Alex Neundorf2011-03-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is nothing in it which speaks against this. Alex
| * | | | | Remove trailing whitespaceAlex Neundorf2011-03-101-5/+4
| |/ / / / | | | | | | | | | | | | | | | Alex
* | | | | Merge topic 'ctest-git-submodule-recursive'Brad King2011-03-152-1/+46
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 732af7f CTest: Do not fail with submodules and Git < 1.6.5.0 1173cc4 CTest: Update Git submodules with --recursive
| * | | | | CTest: Do not fail with submodules and Git < 1.6.5.0Brad King2011-03-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several major Linux distributions still do not provide Git >= 1.6.5.0 in their stable package lists. Prior to commit 1173cc4a (Update Git submodules with --recursive, 2011-02-22) CTest was able to use older Git versions but simply silently failed to update submodules recursively. Instead of failing with older Git versions preserve the status quo and add a warning in the update log. Users testing projects with recursive submodules may simply update to a Git new enough to support them.
| * | | | | CTest: Update Git submodules with --recursiveBrad King2011-02-222-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fail if submodules exist and the git version is less than 1.6.5.0. Inspired-by: Johan Björk <phb@spotify.com>
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-151-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-141-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-131-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-121-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-111-1/+1
| |/ / / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-101-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-091-1/+1
| | | | |
* | | | | Merge topic 'CPack-MoreRobustComponentFileList'Brad King2011-03-081-29/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b813f86 CPack fix compile error on VS70 and avoid KWStyle warnings 77333a9 CPack more robust way to collect files belonging to a component
| * | | | | CPack fix compile error on VS70 and avoid KWStyle warningsEric NOULARD2011-03-041-5/+9
| | | | | |
| * | | | | CPack more robust way to collect files belonging to a componentEric NOULARD2011-03-031-29/+45
| | | | | |
* | | | | | Merge topic 'CPackArchive-PackageOrphanComponents'Brad King2011-03-081-0/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe530ff CPackArchive package all components specified in CPACK_COMPONENTS_ALL
| * | | | | | CPackArchive package all components specified in CPACK_COMPONENTS_ALLEric NOULARD2011-03-031-0/+33
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | When asking for group packaging the components not belonging to any group should be packaged separately.
* | | | | | Merge topic 'link-static'Brad King2011-03-082-11/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 077954d Test static linking with LINK_SEARCH_START_STATIC 5abfb57 Add target property LINK_SEARCH_START_STATIC to aid static linking
| * | | | | | Add target property LINK_SEARCH_START_STATIC to aid static linkingBrad King2011-03-032-11/+26
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit afd7d4ca (Add target property LINK_SEARCH_END_STATIC, 2008-01-31) defined a property to ensure that static runtime libraries get selected. Add a property to specify that all libraries whose type is unknown, such as "-lm", should be assumed static. Furthermore it assumes that an option such as "-static" is also used so that no initial -Bstatic is needed.
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-081-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-071-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-061-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-051-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-041-1/+1
|/ / / / /
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-031-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-021-1/+1
| | | | |
* | | | | KWSys: Require at least CMake 2.6.3Brad King2011-03-011-196/+90
| | | | | | | | | | | | | | | | | | | | Remove code left for supporting earlier CMake versions.
* | | | | Merge topic 'require-cmake-2.6.3'Brad King2011-03-011-23/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | c3e452e Require at least CMake 2.6.3 to build current CMake
| * | | | | Require at least CMake 2.6.3 to build current CMakeBrad King2011-02-241-23/+7
| | | | | | | | | | | | | | | | | | | | | | | | Remove some cruft left for supporting builds with CMake 2.4.
* | | | | | Merge topic 'doc-typo-fixes'Brad King2011-03-012-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7c5e412 Documentation: Fix a few typos (#11883)
| * | | | | | Documentation: Fix a few typos (#11883)Modestas Vainius2011-02-222-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 10029: warning [p 158, 13.5i]: can't break line I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz informations information I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz dependant dependent I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz prefered preferred I: cmake: spelling-error-in-binary ./usr/bin/cmake prefered preferred I: cmake: spelling-error-in-binary ./usr/bin/cpack prefered preferred I: cmake: spelling-error-in-binary ./usr/bin/ctest prefered preferred I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakepolicies.1.gz prefered preferred I: cmake-curses-gui: spelling-error-in-binary ./usr/bin/ccmake prefered preferred I: cmake-qt-gui: spelling-error-in-binary ./usr/bin/cmake-gui prefered preferred
* | | | | | Merge topic 'fix-11286-add-file-upload'Brad King2011-03-012-111/+322
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 61a83f9 Fix KWStyle line too long error (#11286) 963bebc Implement file(UPLOAD (#11286)
| * | | | | | Fix KWStyle line too long error (#11286)David Cole2011-02-281-1/+2
| | | | | | |
| * | | | | | Implement file(UPLOAD (#11286)David Cole2011-02-252-111/+321
| |/ / / / / | | | | | | | | | | | | | | | | | | Including documentation and testing, of course.
* | | | | | Merge topic 'CPack-ChangeComponentNamingScheme'Brad King2011-03-014-13/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3fb89cf CPack remove previously CPack generated files (if any) before running CPack f2ab270 CPack fix KWStyle warning 4deb308 CPack Authorize DISPLAY_NAME usage in component package 8c450f6 CPack remove "-ALL" suffix for ALL-IN-ONE packages
| * | | | | | CPack fix KWStyle warningEric NOULARD2011-02-241-1/+1
| | | | | | |
| * | | | | | CPack Authorize DISPLAY_NAME usage in component packageEric NOULARD2011-02-224-11/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Second (last) part fix of feature request #11814
| * | | | | | CPack remove "-ALL" suffix for ALL-IN-ONE packagesEric NOULARD2011-02-222-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | First part fix of feature request 11814
* | | | | | Merge topic 'CPackRPM-AvoidSpaceInName-Fixbug9932'Brad King2011-03-011-0/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5b4cbdb CPackRPM Replace space in some CPACK_ vars (Fix bug 9932)
| * | | | | | CPackRPM Replace space in some CPACK_ vars (Fix bug 9932)Eric NOULARD2011-02-251-0/+15
| | |/ / / / | |/| | | |