Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Install system libraries only if project requires them | Andy Cedilnik | 2006-03-01 | 2 | -30/+29 |
| | |||||
* | ENH: Add resource files for PackageMaker | Andy Cedilnik | 2006-02-28 | 1 | -3/+16 |
| | |||||
* | BUG: Fix typo | Andy Cedilnik | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for debian having both qt3 and qt4 | Andy Cedilnik | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | ENH: use program files env for searching | Bill Hoffman | 2006-02-28 | 11 | -9/+33 |
| | |||||
* | ENH: fix spelling errors | Bill Hoffman | 2006-02-27 | 4 | -4/+4 |
| | |||||
* | ENH: Several packaging issues. Allow random variables to be passed to cpack ↵ | Andy Cedilnik | 2006-02-27 | 3 | -4/+11 |
| | | | | (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos | ||||
* | ENH: Created target property INSTALL_NAME_DIR initalized by ↵ | Brad King | 2006-02-24 | 1 | -24/+12 |
| | | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. | ||||
* | BUG: Fix the module | Andy Cedilnik | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | ENH: Make modules use configure instead of file write | Andy Cedilnik | 2006-02-23 | 3 | -16/+19 |
| | |||||
* | ENH: Several NSIS features | Andy Cedilnik | 2006-02-23 | 2 | -22/+32 |
| | |||||
* | ENH: make command line flags more consistent with ide settings | Bill Hoffman | 2006-02-21 | 1 | -26/+26 |
| | |||||
* | ENH: better finding of mingw from msys, and delete CMakeFiles directory when ↵ | Bill Hoffman | 2006-02-21 | 1 | -1/+4 |
| | | | | cache is deleted | ||||
* | BUG: Fixed module creation rules. Removed soname portion of all rules ↵ | Brad King | 2006-02-19 | 1 | -4/+4 |
| | | | | because it is never used on this platform. | ||||
* | BUG: Fixed cygwin module creation rules. Modules should not have the "cyg" ↵ | Brad King | 2006-02-19 | 1 | -4/+10 |
| | | | | prefix by default. Removd soname flags from creation rules because they are never used on this platform. | ||||
* | ENH: Generate import libraries for DLLs on Cygwin and MinGW. | Brad King | 2006-02-18 | 5 | -4/+30 |
| | |||||
* | BUG: Do not install MSVC dlls for a non-MSVC build. | Brad King | 2006-02-17 | 1 | -2/+2 |
| | |||||
* | ENH: More work on NSI to improve installing and uninstalling | Andy Cedilnik | 2006-02-16 | 1 | -7/+4 |
| | |||||
* | ENH: better algorithm for looking for make and gcc on msys and mingw | Bill Hoffman | 2006-02-16 | 2 | -3/+9 |
| | |||||
* | ENH: remove warning suppressions for borland compiler, projects wanting this ↵ | Bill Hoffman | 2006-02-15 | 1 | -2/+2 |
| | | | | should use -w-, the default warning level is used for all other compilers. Used to be -w- -whid -waus -wpar | ||||
* | ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also ↵ | Bill Hoffman | 2006-02-15 | 1 | -1/+7 |
| | | | | do not write CMakeCache.txt if there is a fatal error. | ||||
* | ENH: Added CMAKE_REQUIRED_DEFINITIONS and CMAKE_REQUIRED_INCLUDES to the ↵ | Brad King | 2006-02-14 | 1 | -1/+17 |
| | | | | interface. | ||||
* | ENH: Better handling of executables on windows | Andy Cedilnik | 2006-02-14 | 1 | -2/+4 |
| | |||||
* | ENH: fix try compile for MFC | Bill Hoffman | 2006-02-14 | 1 | -2/+12 |
| | |||||
* | ENH: Improved support for icons, random directories, etc... | Andy Cedilnik | 2006-02-14 | 1 | -1/+0 |
| | |||||
* | BUG: Fix CMAKE_REQUIRED_LIBRARIES stuff in this module | Andy Cedilnik | 2006-02-10 | 1 | -2/+0 |
| | |||||
* | ENH: Made Check* modules more consistent and well documented. Added ↵ | Brad King | 2006-02-10 | 9 | -29/+101 |
| | | | | CMAKE_REQUIRED_DEFINITIONS option. | ||||
* | ENH: Put libpng name back because it is needed for plain windows. | Brad King | 2006-02-09 | 1 | -1/+1 |
| | |||||
* | ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it. | Brad King | 2006-02-09 | 4 | -14/+2 |
| | |||||
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 7 | -0/+18 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | ENH: Pay attention to CMAKE_REQUIRED_INCLUDES. | Brad King | 2006-02-09 | 1 | -0/+9 |
| | |||||
* | BUG: Need Windows-g++.cmake module to support C++-only projects on Windows. | Brad King | 2006-02-09 | 1 | -0/+1 |
| | |||||
* | BUG: Need to duplicate some information from CMakeCCompiler to support ↵ | Brad King | 2006-02-09 | 1 | -2/+17 |
| | | | | C++-only projects. | ||||
* | ENH: Patch from Alexander Neundorf to improve behavior. | Brad King | 2006-02-09 | 3 | -1/+16 |
| | |||||
* | ENH: Added names for gnuwin32 library versions. | Brad King | 2006-02-09 | 4 | -14/+30 |
| | |||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+11 |
| | |||||
* | BUG: Fixed qt version message. Submitted by Tanner Lovelace. | Brad King | 2006-02-08 | 1 | -1/+1 |
| | |||||
* | ENH: Adding definition of MSVC when it is the compiler. | Brad King | 2006-02-07 | 1 | -0/+1 |
| | |||||
* | BUG: CMAKE_INSTALL_PREFIX must always have forward slashes. | Brad King | 2006-02-03 | 1 | -0/+4 |
| | |||||
* | BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 ↵ | Brad King | 2006-02-03 | 1 | -2/+2 |
| | | | | because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795. | ||||
* | ENH: Added optional component list to the REQUIRED option of the ↵ | Brad King | 2006-01-27 | 1 | -0/+18 |
| | | | | FIND_PACKAGE command. This addresses bug#2771. | ||||
* | ENH: change to fatal error | Bill Hoffman | 2006-01-25 | 2 | -4/+4 |
| | |||||
* | ENH: fix more than one argument passed in to compilers via environment | Bill Hoffman | 2006-01-25 | 7 | -7/+7 |
| | |||||
* | ENH: fix bug, write the correct file | Andy Cedilnik | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | ENH: add kFreeBSD support | Bill Hoffman | 2006-01-23 | 1 | -0/+9 |
| | |||||
* | ENH: fix check type size | Bill Hoffman | 2006-01-23 | 1 | -0/+1 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 6 | -6/+102 |
| | |||||
* | ENH: correct standard libraries | Bill Hoffman | 2006-01-17 | 1 | -0/+2 |
| | |||||
* | ENH: fix checktypesize | Bill Hoffman | 2006-01-13 | 2 | -2/+4 |
| | |||||
* | ENH: move define into configured file and do not use the command line | Bill Hoffman | 2006-01-13 | 2 | -4/+3 |
| |