| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ENH: Patch from Maik to add preprocessor directive handling to Fortran ↵ | Brad King | 2008-01-09 | 1 | -1/+3 | |
| | | | | | dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default. | |||||
| * | ENH: add ability to have manifest files and incremental linking with make ↵ | Bill Hoffman | 2008-01-01 | 1 | -14/+4 | |
| | | | | | and nmake | |||||
| * | 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 | |
| | | | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex | |||||
| * | 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 | |
| | | | | | not a default | |||||
| * | BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and ↵ | David Cole | 2007-11-08 | 1 | -2/+29 | |
| | | | | | earlier) systems. | |||||
| * | 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 ↵ | Alin Elena | 2007-10-10 | 1 | -1/+1 | |
| | | | | | implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake. | |||||
| * | 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 | |
| | | | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex | |||||
| * | 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 | |
| | | | | | Alex | |||||
| * | 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 ↵ | Alexander Neundorf | 2007-08-16 | 1 | -7/+2 | |
| | | | | | | | can get "relocation truncated to fit" errors Alex | |||||
| * | ENH: make sure osx searches static and shared libs like other platforms | Bill Hoffman | 2007-08-16 | 1 | -2/+2 | |
| | | ||||||
| * | COMP: fix arguments | Alexander Neundorf | 2007-08-16 | 1 | -1/+1 | |
| | | | | | Alex | |||||
| * | STYLE: explicitely set default options for sdcc, so it is visible for which | Alexander Neundorf | 2007-08-15 | 1 | -1/+10 | |
| | | | | | | | processor it currently compiles, use --out-fmt-ihx to enforce .ihx files Alex | |||||
| * | BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1 | Alexander Neundorf | 2007-08-10 | 6 | -1/+11 | |
| | | | | | Alex | |||||
| * | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 6 | -0/+13 | |
| | | | | | | | | | | | | | | | cmMakefile.cxx, but now in the platform files and are now valid for the target platform, not the host platform. New variables CMAKE_HOST_WIN32, CMAKE_HOST_UNIX, CMAKE_HOST_APPLE and CMAKE_HOST_CYGWIN have been added in cmMakefile.cxx (...and have now to be used in all cmake files which are executed before CMakeSystemSpecificInformation.cmake is loaded). For compatibility the old set is set to the new one in CMakeDetermineSystem.cmake and reset before the system platform files are loaded, so custom language or compiler modules which use these should still work. Alex | |||||
| * | ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makes | Alexander Neundorf | 2007-08-02 | 3 | -6/+11 | |
| | | | | | | | | the mingw cross compiler work out of the box and should help mingw users on windows with a common install dir Alex | |||||
| * | ENH: add support for Catamount, the OS running on the compute nodes of Cray ↵ | Alexander Neundorf | 2007-08-01 | 1 | -0/+26 | |
| | | | | | | | super computers Alex | |||||
| * | ENH: | Alexander Neundorf | 2007-07-27 | 2 | -5/+10 | |
| | | | | | | | | | -add /usr/openwin/include and /usr/openwin/lib to the default search paths -add /${CMAKE_INSTALL_PREFIX}/(lib|bin|include) to the default cmake search paths -> this should help users who install stuff in their home Alex | |||||
| * | ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can be | Alexander Neundorf | 2007-07-24 | 1 | -0/+5 | |
| | | | | | | | | | private again -convert the ZIP generator to use a cmake script instead of hardcoding everything (CPackZIP.cmake) Alex | |||||
| * | ENH: also look in the include/, lib/ and bin/ directories in the cmake | Alexander Neundorf | 2007-07-17 | 1 | -3/+11 | |
| | | | | | | | | install dir under windows, this will help e.g. people using kdewininstaller and similar setups Alex | |||||
| * | BUG: the Plugin test fails on NetBSD, let's see if this fixes it | Alexander Neundorf | 2007-07-16 | 1 | -0/+3 | |
| | | | | | Alex | |||||
| * | ENH: also add the install base dir of the running cmake to the search | Alexander Neundorf | 2007-07-16 | 1 | -0/+8 | |
| | | | | | | | | directories for the FIND_XXX() commands, for the case that somebody has its own install tree Alex | |||||
| * | ENH: add DragonFly BSD, which is very close to FreeBSD (#4500) | Alexander Neundorf | 2007-07-13 | 1 | -0/+5 | |
| | | | | | Alex | |||||
| * | ENH: add the static libs always to the link libs, if they are not used it ↵ | Alexander Neundorf | 2007-07-12 | 1 | -0/+10 | |
| | | | | | | | shouldn't hurt Alex | |||||
| * | ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerShark | Alexander Neundorf | 2007-07-12 | 4 | -0/+165 | |
| | | | | | | | DSPs, patch from Raphael Cotty Alex | |||||
| * | ENH: add the ecos include dir and the ecos definitions by default | Alexander Neundorf | 2007-07-10 | 1 | -0/+2 | |
| | | | | | Alex | |||||
| * | ENH: add support for building eCos applications natively | Alexander Neundorf | 2007-07-09 | 1 | -0/+54 | |
| | | | | | Alex | |||||
| * | ENH: initial support for assembler in cmake, needs testing by our users | Alexander Neundorf | 2007-06-28 | 1 | -0/+19 | |
| | | | | | Alex | |||||
| * | ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ↵ | Brad King | 2007-06-27 | 2 | -0/+8 | |
| | | | | | to be searched optionally. Turn off the feature on debian systems. This addresses debian report 419007. | |||||
| * | ENH: Added GNU/Hurd platform. Taken from debian patch 407155. | Brad King | 2007-06-27 | 1 | -0/+10 | |
| | | ||||||
| * | ENH: | Alexander Neundorf | 2007-06-26 | 1 | -1/+1 | |
| | | ||||||
| * | ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc ↵ | Alexander Neundorf | 2007-06-26 | 1 | -0/+45 | |
| | | | | | | | (sdcclib) cvs for creating libraries) Alex | |||||
| * | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 2 | -2/+2 | |
| | | | | | | | to the first global cmake property TARGET_SUPPORTS_SHARED_LIBS Alex | |||||
| * | ENH: add support for BlueGene/L | Alexander Neundorf | 2007-06-22 | 1 | -0/+22 | |
| | | | | | Alex | |||||
| * | ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the target | Alexander Neundorf | 2007-06-21 | 1 | -0/+4 | |
| | | | | | | | platform doesn't support shared libraries Alex | |||||
| * | STYLE: add a comment about SetLanguageEnabled() | Alexander Neundorf | 2007-06-11 | 1 | -0/+8 | |
| | | | | | | | -add a Generic.cmake for target platforms without operating system Alex | |||||
| * | ENH: determine typesize by compiling a file and reading strings from the ↵ | Alexander Neundorf | 2007-06-04 | 1 | -5/+0 | |
| | | | | | | | | | | compiled output. Tested with various gcc, XCode, MSVC7, sdcc For OSX when doing TRY_COMPILE() CMAKE_OSX_ARCHITECTURES is used, if there are different results an error is generated. CMAKE_OSX_ARCHITECTURES can be overwritten for the TRY_COMPILES with CMAKE_TRY_COMPILE_OSX_ARCHITECTURES. Alex | |||||
| * | STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc from | Alexander Neundorf | 2007-05-22 | 1 | -1/+2 | |
| | | | | | | | CMakeGenericSystem.cmake to gcc.cmake Alex | |||||
| * | ENH: move hack to fix "new cmake on old build tree on OSX doesn't have ↵ | Alexander Neundorf | 2007-05-18 | 1 | -0/+9 | |
| | | | | | | | | | CMAKE_INSTALL_NAME_TOOL in the cache" from cmInstallTargetGenerator.cxx to Darwin.cmake Alex | |||||
| * | ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to ↵ | Brad King | 2007-05-18 | 1 | -0/+6 | |
| | | | | | block link directories. | |||||
| * | COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to ↵ | Alexander Neundorf | 2007-05-18 | 1 | -0/+8 | |
| | | | | | | | make it link Alex | |||||
| * | COMP: fix link rules with nmake, the linker command has to be converted to ↵ | Alexander Neundorf | 2007-05-18 | 1 | -2/+2 | |
| | | | | | | | shortpath form for nmake Alex | |||||
