summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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-231-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
| | |/ | |/|
* | | Merge topic 'EclipseLinkedResourcesToSubProjects2'Brad King2011-03-011-19/+52
|\ \ \ | | | | | | | | | | | | | | | | e8a97e0 Eclipse projects: created one linked resource for each subproject
| * | | Eclipse projects: created one linked resource for each subprojectAlex Neundorf2011-02-131-19/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now a virtual folder "Subprojects" is created, and in this virtual folder is a linked resource for each project(). This can be considered a fix for #11657 Alex
* | | | KWSys Nightly Date StampKWSys Robot2011-03-011-2/+2
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-02-281-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-02-271-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-02-261-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-02-251-1/+1
| |/ / |/| |
* | | KWSys Nightly Date StampKWSys Robot2011-02-241-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-02-231-1/+1
| |/ |/|
* | Merge topic ↵Brad King2011-02-222-1/+73
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 'resolve/add-STRING-subcommand-FIND-issue-11795/fix-2828-more-info-in-script-mode' 1a8eed1 Merge branch 'add-STRING-subcommand-FIND-issue-11795' into fix-2828-more-info-in-script-mode 006124b Avoid direct use of std::stringstream 8a8da36 Merge branch 'fix-2828-more-info-in-script-mode' into add-STRING-subcommand-FIND-issue-11795 1462561 Add a string(FIND) sub-command (#11795)
| * \ Merge branch 'add-STRING-subcommand-FIND-issue-11795' into ↵Brad King2011-02-171-1/+1
| |\ \ | | | | | | | | | | | | fix-2828-more-info-in-script-mode
| | * | Avoid direct use of std::stringstreamBrad King2011-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | In method cmStringCommand::HandleFindCommand added by parent commit use the cmOStringStream compatibility wrapper instead of std::stringstream.
| * | | Merge branch 'fix-2828-more-info-in-script-mode' into ↵Brad King2011-02-155-11/+36
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | add-STRING-subcommand-FIND-issue-11795 Conflicts: Tests/CMakeTests/StringTestScript.cmake
| * | | Add a string(FIND) sub-command (#11795)Tim Hütz2011-02-152-1/+73
| | | |
* | | | Merge topic 'fix-2828-more-info-in-script-mode'Brad King2011-02-226-17/+83
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a58ace6 Fix KWStyle line-too-long complaint (#2828) 106958c Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828) 94d1684 Add CMAKE_SCRIPT_MODE_FILE variable (#2828)
| * | | | Fix KWStyle line-too-long complaint (#2828)David Cole2011-02-041-1/+2
| | | | |
| * | | | Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828)David Cole2011-02-035-6/+46
| | |/ / | |/| | | | | | | | | | For now, these variables are only available in -P script mode.
| * | | Add CMAKE_SCRIPT_MODE_FILE variable (#2828)David Cole2011-02-025-11/+36
| | | | | | | | | | | | | | | | | | | | New CMake variable is set when processing a -P script file, but not when configuring a project.
* | | | Merge topic 'fix-11877-sort-tests-correctly'Brad King2011-02-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 8af8eab Use stable_sort to preserve test order (#11877)
| * | | | Use stable_sort to preserve test order (#11877)David Cole2011-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using sort results in a possibly-modified sorting when all elements are "tied" - use stable_sort instead to preserve the original ordering of tied elements.
* | | | | Merge topic 'CPackRPM-HonorAllComponentWays'Brad King2011-02-225-23/+229
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0cf1d72 CPackRPM fix IRIX compiler warning (variable never used) 494bb8a CPackRPM honors all the different ways of packaging components
| * | | | | CPackRPM fix IRIX compiler warning (variable never used)Eric NOULARD2011-02-151-1/+1
| | | | | |
| * | | | | CPackRPM honors all the different ways of packaging componentsEric NOULARD2011-02-065-23/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPM cannot easily 'merge' differents directory into a single RPM with shared prefix. So more flexibility has been added to generic CPackGenerator in order to let the specific generator chose the local installation directory for each component.
* | | | | | Merge topic 'AddCustomTargetSourcesToCodeBlocksProject'Brad King2011-02-221-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2a9f7f9 Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736)
| * | | | | | Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736)Alex Neundorf2011-02-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since CMake 2.6.3 add_custom_target() has a SOURCES option, this was not yet considered in the C::B generator. Also, now GENERATED files are not added to the project. Alex
* | | | | | | Merge topic 'FixBadXMLInEclipseProjects'Brad King2011-02-221-7/+12
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 79e13af Add XML escaping for directory name in Eclipse projects (#11658) 8074bca Fix XML escaping for target names in Eclipse project files (#11658) cb94587 Fix XML escaping for the project() name in Eclipse projects (#11658)
| * | | | | | Add XML escaping for directory name in Eclipse projects (#11658)Alex Neundorf2011-02-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | Fix XML escaping for target names in Eclipse project files (#11658)Alex Neundorf2011-02-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | | Fix XML escaping for the project() name in Eclipse projects (#11658)Alex Neundorf2011-02-121-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | Merge topic 'vs-intel-dll-implib-outdir'Brad King2011-02-224-5/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2516c05 VS: Create a Fortran DLL's import library directory
| * | | | | | | VS: Create a Fortran DLL's import library directoryBrad King2011-02-104-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Intel Fortran plugin forgets to create the output directory into which it will write a DLL's import library. Utilize the fix added by commit f4b3bdc6 (Create an exe's implib output dir for VS, 2009-06-15) and generalized by commit 764ac980 (Generalize exe implib dir creation for VS, 2009-06-16). Create a pre-link rule to make the directory.
* | | | | | | | Merge topic 'fix-11717-gcov-same-file-name'Brad King2011-02-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6e02a3b CTest: Use the gcov --preserve-paths flag (#11717)
| * | | | | | | | CTest: Use the gcov --preserve-paths flag (#11717)Marco Craveiro2011-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid name clashes. Before this commit, name clashes can occur when invoking gcov on a project that uses the same file name in different directories. The --preserve-paths flag ensures all file names have a complete path, avoiding name clashes.