Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added shared library settings. | Brad King | 2003-01-06 | 1 | -0/+2 |
| | |||||
* | add shared path for OSF | Bill Hoffman | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | BUG: revert back to rpath, | Bill Hoffman | 2003-01-05 | 1 | -2/+2 |
| | |||||
* | try to fix rpath on OSF | Bill Hoffman | 2003-01-03 | 1 | -2/+2 |
| | |||||
* | BUG: bad rpath flag for suns | Bill Hoffman | 2003-01-03 | 1 | -4/+4 |
| | |||||
* | clean up some c/cxx issues | Bill Hoffman | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | clean up some c/cxx issues | Bill Hoffman | 2003-01-02 | 3 | -6/+19 |
| | |||||
* | ENH: Added <LINK_FLAGS> to link rules. | Brad King | 2002-12-31 | 5 | -9/+9 |
| | |||||
* | ENH: fix shared libraries on AIX | Bill Hoffman | 2002-12-30 | 1 | -2/+3 |
| | |||||
* | Add missing closing bracket | Andy Cedilnik | 2002-12-26 | 1 | -1/+1 |
| | |||||
* | ENH: fixes for borland with spaces in the path | Bill Hoffman | 2002-12-22 | 1 | -2/+2 |
| | |||||
* | ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵ | Brad King | 2002-12-20 | 1 | -2/+2 |
| | | | | be a semicolon-separated list of configurations that will be built. | ||||
* | ENH: make linker flags use init values so users can set them from the cache | Bill Hoffman | 2002-12-19 | 1 | -6/+6 |
| | |||||
* | ENH: Adding build type flags for C. | Brad King | 2002-12-18 | 1 | -0/+4 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -4/+17 |
| | |||||
* | determine CMAKE_MAKE_PROGRAM in EnableLanguage | Bill Hoffman | 2002-12-03 | 3 | -6/+1 |
| | |||||
* | correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵ | Bill Hoffman | 2002-12-03 | 3 | -5/+5 |
| | | | | the rules | ||||
* | change flags for borland | Bill Hoffman | 2002-11-22 | 1 | -1/+4 |
| | |||||
* | remove debug stuff | Bill Hoffman | 2002-11-21 | 1 | -1/+0 |
| | |||||
* | add checks for ansi flags and not hard code them | Bill Hoffman | 2002-11-21 | 2 | -4/+0 |
| | |||||
* | fix for create shared library | Bill Hoffman | 2002-11-21 | 1 | -0/+1 |
| | |||||
* | BUG: fix for borland run time dll | Bill Hoffman | 2002-11-15 | 1 | -1/+14 |
| | |||||
* | fix for sun | Bill Hoffman | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | temp fix for hp | Berk Geveci | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | fix flags for hp | Berk Geveci | 2002-11-14 | 1 | -5/+3 |
| | |||||
* | BUG: fix flags for c compiler on windows | Andy Cedilnik | 2002-11-14 | 1 | -8/+19 |
| | |||||
* | 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 | 2 | -4/+4 |
| | |||||
* | Set CMAKE_BUILD_TOOL | Bill Hoffman | 2002-11-12 | 3 | -7/+0 |
| | |||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 2 | -0/+25 |
| | |||||
* | Fix for OSF | Bill Hoffman | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | clean up flags with _init flags | Bill Hoffman | 2002-11-11 | 6 | -61/+37 |
| | |||||
* | add install stuff for platform directory | Bill Hoffman | 2002-11-11 | 1 | -0/+2 |
| | |||||
* | ENH: fix for darwin modules | Bill Hoffman | 2002-11-11 | 1 | -0/+2 |
| | |||||
* | BUG: fix setting of c flags | Bill Hoffman | 2002-11-10 | 6 | -6/+19 |
| | |||||
* | fix for cxxflags | Bill Hoffman | 2002-11-09 | 6 | -37/+50 |
| | |||||
* | ENH: Adding support for comeau C++ compiler. | Brad King | 2002-11-08 | 1 | -0/+16 |
| | |||||
* | ENH: Moved caching of C*_FLAGS* settings down to ↵ | Brad King | 2002-11-08 | 7 | -102/+39 |
| | | | | 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 | 26 | -0/+427 |