summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix Assembler test to parse C flags string before usingBrad King2011-03-041-1/+3
| | | | | | | Commit 1f6c6b1c (use CMAKE_C_FLAGS when generating the assembler file, 2011-03-03) added use of CMAKE_C_FLAGS to the assembler generation step. However, this variable is meant for direct substitution into a shell command line so we need to parse it to separate the arguments first.
* -only enable the asm test for the Intel compiler if we are under UNIXAlex Neundorf2011-03-031-2/+2
| | | | | | ...have to find out how to generate assembler with icl.exe Alex
* -use CMAKE_C_FLAGS when generating the assembler fileAlex Neundorf2011-03-031-1/+1
| | | | Alex
* Add ASM platform information for HP compiler on HPBrad King2011-03-022-0/+7
| | | | | Among other flags this sets RPATH flags correctly so that CMake knows how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language.
* Merge branch 'hp-compiler-info' into ReworkedAsmSupportBrad King2011-03-025-65/+67
|\
| * Factor HP compiler flags into per-platform/per-compiler filesBrad King2011-03-025-65/+67
| | | | | | | | | | | | | | Move HP flags out of Platform/HP-UX.cmake into platform-specific compiler information files "Platform/HP-UX-HP-<lang>.cmake". Factor common values into "Platform/HP-UX-HP.cmake" and load it from the per-language files.
* | Add ASM platform information for XL compiler on AIXBrad King2011-03-021-0/+2
| | | | | | | | | | Among other flags this sets RPATH flags correctly so that CMake knows how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language.
* | Merge branch 'aix-xl-platform-info' into ReworkedAsmSupportBrad King2011-03-02139-3441/+2500
|\ \
| * | Move RPATH flags to AIX per-compiler information filesBrad King2011-03-023-2/+4
| | | | | | | | | | | | | | | | | | Move RPATH flags out of Platform/AIX.cmake into platform-specific compiler information files Platform/AIX-XL and Platform/AIX-GNU. The flags need to be set for each compiler of each language.
| * | Factor AIX and XL compiler flags into common moduleBrad King2011-03-024-12/+32
| |/ | | | | | | | | Factor duplicate flag information from Platform/AIX-XL-*.cmake into Platform/AIX-XL.cmake and load it from the original files.
| * 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-014-46/+11
| |\ | | | | | | | | | | | | 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-244-46/+11
| | | | | | | | | | | | Remove some cruft left for supporting builds with CMake 2.4.
| * | Merge topic 'doc-typo-fixes'Brad King2011-03-017-9/+7
| |\ \ | | | | | | | | | | | | | | | | 7c5e412 Documentation: Fix a few typos (#11883)
| | * | Documentation: Fix a few typos (#11883)Modestas Vainius2011-02-227-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-016-112/+394
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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-256-112/+393
| | |/ / | | | | | | | | | | | | Including documentation and testing, of course.
| * | | Merge topic 'libarchive-rm-windows-build'Brad King2011-03-0110-2524/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | fabdf7a libarchive: Remove unused build/windows directory (#11885)
| | * | | libarchive: Remove unused build/windows directory (#11885)Brad King2011-02-2210-2524/+0
| | |/ / | | | | | | | | | | | | The directory contains some files with unclear licensing anyway.
| * | | Merge topic 'qt4-setversion-regression-43cb9b8'Brad King2011-03-011-0/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | 6b9bc54 Fix regression in 43cb9b8.
| | * | | Fix regression in 43cb9b8.Clinton Stimpson2011-02-241-0/+5
| | | | | | | | | | | | | | | | | | | | Put back some code for setting the QT_VERSION_* variables that wasn't supposed to be removed.
| * | | | Merge topic 'CPack-ChangeComponentNamingScheme'Brad King2011-03-015-24/+94
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 remove previously CPack generated files (if any) before running CPackEric NOULARD2011-02-231-11/+20
| | | | | |
| | * | | | 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
| | |/ / / / | |/| | | |
| * | | | | Merge topic 'mingw-module-definition'Brad King2011-02-244-2/+15
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 6c4b249 Fix Fortran test .def file symbol mangling 7616216 Pass .def files directly to MinGW tools (#9997)
| | * | | | Fix Fortran test .def file symbol manglingBrad King2011-02-233-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 6a61a8a5 (Honor module .def files with MinGW tools, 2011-02-21) enabled use of .def files with GNU tools on Windows. Previously the Fortran tests's world.def file was used only for the Intel Fortran Compiler on Windows and contained the symbol name mangled for that compiler. Instead choose a .def file that names the symbol with proper mangling for the compiler in use.
| | * | | | Pass .def files directly to MinGW tools (#9997)Brad King2011-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 6a61a8a5 (Honor module .def files with MinGW tools, 2011-02-21) set CMAKE_LINK_DEF_FILE_FLAG to "-Wl," to enable passing .def files to the linker on MinGW. However, older GNU tools in the MSYS shell do not know how to translate "-Wl,/c/..." to "c:/..." and complain that the file does not exist. Instead set the flag to just "" which tells CMake it can pass the file through the front-end with no special flag.
| * | | | | KWSys Nightly Date StampKWSys Robot2011-02-241-1/+1
| | |_|_|/ | |/| | |
| * | | | KWSys Nightly Date StampKWSys Robot2011-02-231-1/+1
| | |_|/ | |/| |
| * | | Merge topic 'qt4-fphsa'Brad King2011-02-221-133/+52
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7a1027a When checking find_package() components, special case qtmain. 4c1c358 FindQt4: Include builtin FindPackageHandleStandardArgs directly 43cb9b8 Change to use fphsa to check required variables and version.
| | * | | When checking find_package() components, special case qtmain.Clinton Stimpson2011-02-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Its just a library on Windows only. Fixes bug #11791.
| | * | | FindQt4: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Apply to FindQt4 change from commit b0118402 (Use absolute path to FindPackageHandleStandardArgs.cmake everywhere, 2010-09-28).
| | * | | Change to use fphsa to check required variables and version.Clinton Stimpson2011-01-151-133/+46
| | | | | | | | | | | | | | | | | | | | | | | | | Also, set the required variables based on components, if specified. Also, don't make finding uic required if not using QtGui.
| * | | | Merge topic 'mingw-module-definition'Brad King2011-02-222-1/+5
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | 6a61a8a Honor module .def files with MinGW tools (#9997)
| | * | | Honor module .def files with MinGW tools (#9997)Brad King2011-02-212-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 024d05ad (Fix use of module .def files for MS tools, 2009-09-29) module .def files work for any platform that sets CMAKE_LINK_DEF_FILE_FLAG correctly. Set it in the Windows-GNU platform information file to enable support with MinGW tools. Also enable the test added by commit 0db2c850 (Test use of module .def files for MS tools, 2009-09-29) for MinGW and MSYS generators.
| * | | | Merge topic 'qt4-macfind'Brad King2011-02-221-4/+21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 4167be0 Fix issues with find_path() for QtCore include dir on Mac. Fixes 11868.
| | * | | | Fix issues with find_path() for QtCore include dir on Mac. Fixes 11868.Clinton Stimpson2011-02-191-4/+21
| | | | | |