Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It ↵ | Brad King | 2007-03-22 | 1 | -6/+14 |
| | | | | enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210. | ||||
* | BUG: Disable creation of import libraries for executables on Borland until ↵ | Brad King | 2007-03-20 | 1 | -2/+2 |
| | | | | it can be made optional. Otherwise all executables get a .lib with the same name which is unexpected behavior for users. | ||||
* | ENH: Added support for import libraries created by executable and module ↵ | Brad King | 2007-03-19 | 1 | -2/+6 |
| | | | | targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly. | ||||
* | BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is ↵ | Brad King | 2007-03-03 | 1 | -10/+14 |
| | | | | not set correctly for MODULE rules anyway. | ||||
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵ | Brad King | 2006-04-11 | 1 | -6/+2 |
| | | | | CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway. | ||||
* | ENH: Generate import libraries for DLLs on Cygwin and MinGW. | Brad King | 2006-02-18 | 1 | -2/+2 |
| | |||||
* | 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: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 1 | -0/+2 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | 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. | ||||
* | BUG#895: Adding -DNDEBUG to C and C++ flags for release builds. | Brad King | 2004-06-01 | 1 | -4/+4 |
| | |||||
* | ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵ | Andy Cedilnik | 2004-05-04 | 1 | -0/+2 |
| | | | | on borland for now. | ||||
* | ENH: Fix typos about copying exe flags to shared flags and to modules. Bug ↵ | Andy Cedilnik | 2004-01-15 | 1 | -4/+4 |
| | | | | #518 - On borland, initial flags for bulding module are wrong | ||||
* | BUG: fix for bug 346, borland should now support dash in the path | Bill Hoffman | 2003-11-05 | 1 | -1/+1 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -2/+1 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | BUG: Stack size in generated programs should be 10 meg, not 256. | Brad King | 2003-06-12 | 1 | -1/+1 |
| | |||||
* | BUG: remove typo from file | Bill Hoffman | 2003-05-09 | 1 | -1/+1 |
| | |||||
* | BUG: fix for borland win32 exe builds | Bill Hoffman | 2003-05-08 | 1 | -2/+2 |
| | |||||
* | BUG: remove -H flags as they cause crashes on oldwww | Ken Martin | 2003-05-08 | 1 | -4/+4 |
| | |||||
* | BUG: remove -H flags as they cause crashes on oldwww | Ken Martin | 2003-05-08 | 1 | -4/+4 |
| | |||||
* | ENH: change the default borland stack size | Bill Hoffman | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | BUG: fix flags for borland link shared and module | Bill Hoffman | 2003-01-15 | 1 | -6/+6 |
| | |||||
* | ENH: Added <LINK_FLAGS> to link rules. | Brad King | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | ENH: fixes for borland with spaces in the path | Bill Hoffman | 2002-12-22 | 1 | -2/+2 |
| | |||||
* | determine CMAKE_MAKE_PROGRAM in EnableLanguage | Bill Hoffman | 2002-12-03 | 1 | -2/+1 |
| | |||||
* | correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵ | Bill Hoffman | 2002-12-03 | 1 | -2/+2 |
| | | | | the rules | ||||
* | change flags for borland | Bill Hoffman | 2002-11-22 | 1 | -1/+4 |
| | |||||
* | BUG: fix for borland run time dll | Bill Hoffman | 2002-11-15 | 1 | -1/+14 |
| | |||||
* | BUG: fix for missing temp file variable | Bill Hoffman | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | reorder tWR so that it does not crash with shared | Bill Hoffman | 2002-11-14 | 1 | -1/+3 |
| | |||||
* | fix shared builds on borland and add debug stuff for makefiles | Bill Hoffman | 2002-11-14 | 1 | -11/+17 |
| | |||||
* | ENH: move -P flag from cxxflags to the compile line for cxx files | Ken Martin | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | ENH: use correct run time library for borland | Bill Hoffman | 2002-11-13 | 1 | -1/+2 |
| | |||||
* | BUG: fix order of link line for creating shared libraries | Bill Hoffman | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | ENH: add .def file support | Bill Hoffman | 2002-11-12 | 1 | -2/+2 |
| | |||||
* | Set CMAKE_BUILD_TOOL | Bill Hoffman | 2002-11-12 | 1 | -2/+0 |
| | |||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 1 | -0/+11 |
| | |||||
* | clean up flags with _init flags | Bill Hoffman | 2002-11-11 | 1 | -10/+6 |
| | |||||
* | BUG: fix setting of c flags | Bill Hoffman | 2002-11-10 | 1 | -1/+3 |
| | |||||
* | fix for cxxflags | Bill Hoffman | 2002-11-09 | 1 | -6/+9 |
| | |||||
* | ENH: Moved caching of C*_FLAGS* settings down to ↵ | Brad King | 2002-11-08 | 1 | -18/+6 |
| | | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end. | ||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+78 |