| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Do not place $(CMAKE_COMMAND) in link scripts. | Brad King | 2008-03-01 | 1 | -4/+4 |
|
|
* | ENH: Handle large object file lists on some platforms | Brad King | 2008-02-27 | 2 | -6/+9 |
|
|
* | BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and... | Brad King | 2008-02-27 | 7 | -23/+28 |
|
|
* | ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an... | Brad King | 2008-02-24 | 1 | -1/+1 |
|
|
* | ENH: Better linker search path computation. | Brad King | 2008-02-21 | 5 | -1/+19 |
|
|
* | BUG: Fix passing of nodefaultrpath flag to linker through c++ compiler. | Brad King | 2008-02-18 | 1 | -1/+1 |
|
|
* | ENH: Cleanup building of OS X bundle content | Brad King | 2008-02-15 | 1 | -2/+0 |
|
|
* | ENH: Fix eCos.cmake to not require a forced compiler | Brad King | 2008-02-11 | 1 | -11/+13 |
|
|
* | ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to C... | Brad King | 2008-02-11 | 1 | -2/+3 |
|
|
* | BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute... | Brad King | 2008-02-04 | 1 | -0/+3 |
|
|
* | ENH: Enable dependent library search paths on more platforms | Brad King | 2008-02-02 | 2 | -0/+2 |
|
|
* | ENH: Enable dependent library search paths on more platforms | Brad King | 2008-02-01 | 5 | -0/+15 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 3 | -1/+3 |
|
|
* | ENH: Support linking to shared libs with dependent libs | Brad King | 2008-01-31 | 1 | -0/+6 |
|
|
* | BUG: Move decision to switch library paths found in implicit link directories... | Brad King | 2008-01-31 | 2 | -0/+19 |
|
|
* | ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC... | Brad King | 2008-01-30 | 1 | -0/+11 |
|
|
* | BUG: Fix dynamic exports executable link option for Sun C compiler on Linux. | Brad King | 2008-01-29 | 1 | -1/+1 |
|
|
* | BUG: Fix generation of Watcom link lines. | Brad King | 2008-01-23 | 1 | -0/+1 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 2 | -21/+40 |
|
|
* | ENH: make sure msvc90 gets set | Bill Hoffman | 2008-01-18 | 1 | -0/+1 |
|
|
* | ENH: make sure MSVC90 is set | Bill Hoffman | 2008-01-18 | 1 | -0/+4 |
|
|
* | ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources. | Brad King | 2008-01-18 | 1 | -1/+1 |
|
|
* | ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu... | Brad King | 2008-01-17 | 6 | -7/+6 |
|
|
* | ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme... | Brad King | 2008-01-17 | 1 | -1/+1 |
|
|
* | ENH: Convert Modules/Platform specification of system search paths to use CMA... | Brad King | 2008-01-16 | 4 | -33/+44 |
|
|
* | BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to h... | Bill Hoffman | 2008-01-15 | 1 | -2/+2 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 7 | -19/+23 |
|
|
* | ENH: add support for xlf with -WF,-D for -D | Bill Hoffman | 2008-01-11 | 2 | -2/+2 |
|
|
* | ENH: add support for xlf with -WF,-D for -D | Bill Hoffman | 2008-01-11 | 3 | -0/+3 |
|
|
* | BUG: Removed stray debugging message. | Brad King | 2008-01-10 | 1 | -1/+0 |
|
|
* | ENH: add support for visual age fortran on linux | Bill Hoffman | 2008-01-10 | 2 | -0/+5 |
|
|
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran depend... | Brad King | 2008-01-09 | 1 | -1/+3 |
|
|
* | ENH: add ability to have manifest files and incremental linking with make and... | Bill Hoffman | 2008-01-01 | 1 | -14/+4 |
|
|
* | ENH: Add SunPro fortran module flags on SunOS. | Brad King | 2007-12-30 | 1 | -0/+2 |
|
|
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 3 | -0/+4 |
|
|
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -0/+36 |
|
|
* | ENH: add support for env var and better default for CMAKE_OSX_SYSROOT | Bill Hoffman | 2007-11-15 | 1 | -7/+13 |
|
|
* | ENH: fix bug in default arch, it was using the environment variable which is ... | Bill Hoffman | 2007-11-08 | 1 | -1/+3 |
|
|
* | BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and earlier... | David Cole | 2007-11-08 | 1 | -2/+29 |
|
|
* | ENH: fix spelling error | Bill Hoffman | 2007-10-22 | 1 | -2/+1 |
|
|
* | ENH: try to fix boostrap on 10.5 | Bill Hoffman | 2007-10-22 | 1 | -1/+2 |
|
|
* | ENH: do not always add -arch flags | Bill Hoffman | 2007-10-20 | 1 | -0/+1 |
|
|
* | ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various i... | Alin Elena | 2007-10-10 | 1 | -1/+1 |
|
|
* | ENH: add support for preprocessed files in borland | Bill Hoffman | 2007-10-05 | 1 | -0/+4 |
|
|
* | ENH: add support for the Portland Compiler to CMake, can build cmake and the ... | Alexander Neundorf | 2007-09-17 | 2 | -0/+9 |
|
|
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 1 | -5/+17 |
|
|
* | COMP: also use -Wl,-relax and -lc -lnss etc. when using the IBM compiler | Alexander Neundorf | 2007-08-17 | 1 | -1/+9 |
|
|
* | ENH: use the correct flag for the linker | Bill Hoffman | 2007-08-17 | 1 | -2/+2 |
|
|
* | ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c... | Alexander Neundorf | 2007-08-16 | 1 | -7/+2 |
|
|
* | ENH: make sure osx searches static and shared libs like other platforms | Bill Hoffman | 2007-08-16 | 1 | -2/+2 |
|
|