Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add correct initial flags for aix | Bill Hoffman | 2006-03-09 | 1 | -0/+4 |
| | |||||
* | ENH: remove junk | Bill Hoffman | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | ENH: add support for language flags that allow for universal binaries | Bill Hoffman | 2006-03-06 | 1 | -4/+4 |
| | |||||
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 1 | -4/+4 |
| | |||||
* | ENH: add support for manifest stuff | Bill Hoffman | 2006-03-06 | 1 | -3/+6 |
| | |||||
* | ENH: add manifest support for 2005 | Bill Hoffman | 2006-03-03 | 1 | -8/+15 |
| | |||||
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 7 | -0/+15 |
| | |||||
* | ENH: use program files env for searching | Bill Hoffman | 2006-02-28 | 1 | -0/+9 |
| | |||||
* | 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. | ||||
* | ENH: make command line flags more consistent with ide settings | Bill Hoffman | 2006-02-21 | 1 | -26/+26 |
| | |||||
* | 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 |
| | |||||
* | 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: fix try compile for MFC | Bill Hoffman | 2006-02-14 | 1 | -2/+12 |
| | |||||
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 6 | -0/+15 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | BUG: Need Windows-g++.cmake module to support C++-only projects on Windows. | Brad King | 2006-02-09 | 1 | -0/+1 |
| | |||||
* | ENH: Adding definition of MSVC when it is the compiler. | Brad King | 2006-02-07 | 1 | -0/+1 |
| | |||||
* | 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: add kFreeBSD support | Bill Hoffman | 2006-01-23 | 1 | -0/+9 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -0/+56 |
| | |||||
* | ENH: correct standard libraries | Bill Hoffman | 2006-01-17 | 1 | -0/+2 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -2/+2 |
| | |||||
* | ENH: add exe stuff for cygwin | Bill Hoffman | 2006-01-03 | 2 | -0/+2 |
| | |||||
* | BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix | Bill Hoffman | 2006-01-02 | 3 | -0/+3 |
| | |||||
* | ENH: remove duplicates | Bill Hoffman | 2005-12-20 | 1 | -2/+2 |
| | |||||
* | BUG: fix for bug 2488 | Bill Hoffman | 2005-11-22 | 1 | -0/+2 |
| | |||||
* | ENH: more compiler flags | Bill Hoffman | 2005-11-22 | 2 | -0/+24 |
| | |||||
* | BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵ | Brad King | 2005-11-18 | 3 | -16/+31 |
| | | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute. | ||||
* | ENH: add all libs | Bill Hoffman | 2005-11-10 | 1 | -2/+2 |
| | |||||
* | COMP: On mingw, -fPIC is not necessary and it actually produces warnings | Andy Cedilnik | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | ENH: add flags for debug release for aix | Bill Hoffman | 2005-08-29 | 1 | -0/+4 |
| | |||||
* | ENH: /nologo must be first | Bill Hoffman | 2005-08-02 | 1 | -2/+2 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -6/+6 |
| | |||||
* | ENH: move flags next to compiler, so if env contains compiler and some flag, ↵ | Bill Hoffman | 2005-07-20 | 1 | -2/+2 |
| | | | | they stay together | ||||
* | FIX: for 1852 fix fortran case | Bill Hoffman | 2005-07-13 | 3 | -8/+8 |
| | |||||
* | BUG: Fixed escaped quote at end of . | Brad King | 2005-06-30 | 1 | -1/+1 |
| | |||||
* | BUG: Need to use the -c option for implib to produce case-sensitive symbols ↵ | Brad King | 2005-06-29 | 1 | -2/+2 |
| | | | | in the .lib files. | ||||
* | ENH: fixed some spelling errors | Ken Martin | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | ENH: fix for incorrect setting of CONFIZGURATION_TYPES | Ken Martin | 2005-06-07 | 1 | -3/+4 |
| | |||||
* | ENH: Be more verbose, handle network paths, and write compiler output to the ↵ | Andy Cedilnik | 2005-05-19 | 1 | -2/+30 |
| | | | | log files | ||||
* | ENH: fix install test with xcode, the xcode generator does not support ↵ | Bill Hoffman | 2005-04-07 | 1 | -3/+5 |
| | | | | library versioning yet | ||||
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵ | Brad King | 2005-04-06 | 2 | -34/+25 |
| | | | | never used. | ||||
* | ENH: try to fix rpath on qnx | Bill Hoffman | 2005-03-14 | 1 | -2/+2 |
| | |||||
* | ENH: Initial attempt at QNX support. Submitted by Tim Arney. | Brad King | 2005-03-11 | 1 | -0/+11 |
| | |||||
* | ENH: Adding support for shared library versioning using the -install_name ↵ | Brad King | 2005-03-01 | 2 | -4/+37 |
| | | | | option on the OSX linker. This is actually needed to support relative -o paths which are used by cmLocalUnixMakefileGenerator2. | ||||
* | BUG: Added installation of .in files as well as .cmake files. | Brad King | 2005-02-24 | 1 | -0/+1 |
| | |||||
* | ENH: remove debug print | Bill Hoffman | 2005-01-28 | 1 | -1/+0 |
| | |||||
* | ENH: stuff to keep compiler tests from re-running all the time | Bill Hoffman | 2005-01-20 | 2 | -3/+26 |
| | |||||
* | BUG: fix running of cl in trycompiles | Bill Hoffman | 2005-01-17 | 1 | -1/+1 |
| |