Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. ↵ | Brad King | 2007-09-24 | 1 | -1/+3 |
| | | | | Modern HP pthreads are just normal pthreads. | ||||
* | ENH: remove message | Bill Hoffman | 2007-09-21 | 1 | -1/+0 |
| | |||||
* | BUG: Do not use CMA threads on HP if they do not exist. | Brad King | 2007-09-20 | 1 | -1/+10 |
| | |||||
* | BUG: if Qt is installed as a framework, add -F to the command line so | Alexander Neundorf | 2007-09-19 | 1 | -3/+10 |
| | | | | | | Q_WS_MAC can be detected correctly Alex | ||||
* | ENH: allow for desktop link to be created and fix chop of last char in PATH ↵ | Bill Hoffman | 2007-09-18 | 2 | -172/+198 |
| | | | | on uninstall | ||||
* | BUG: make the string static, otherwise the contents are gone when we exit | Alexander Neundorf | 2007-09-18 | 1 | -1/+1 |
| | | | | | | the function (same fix as in VTK/CMake/) Alex | ||||
* | ENH: add support for the Portland Compiler to CMake, can build cmake and the ↵ | Alexander Neundorf | 2007-09-17 | 4 | -0/+15 |
| | | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex | ||||
* | ENH: allow for installation of debug libs | Bill Hoffman | 2007-09-17 | 1 | -4/+35 |
| | |||||
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 3 | -5/+34 |
| | |||||
* | STYLE: mark the generator options as advanced | Alexander Neundorf | 2007-08-31 | 1 | -0/+7 |
| | | | | Alex | ||||
* | ENH: add support for the next python release, python 2.6 | Alexander Neundorf | 2007-08-30 | 2 | -2/+2 |
| | | | | Alex | ||||
* | ENH: fail with error if trying to create a RPM stating that rpmbuild can't | Alexander Neundorf | 2007-08-29 | 1 | -0/+4 |
| | | | | | | handle spaces Alex | ||||
* | ENH: add flag so a terminating slash for the link path can be specified ↵ | Alexander Neundorf | 2007-08-28 | 1 | -0/+1 |
| | | | | | | (needed by the Digital Mars D compiler) Alex | ||||
* | ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in | Alexander Neundorf | 2007-08-28 | 2 | -0/+2 |
| | | | | | | | | | | the main project. I think it doesn't make sense if a project disables RPATH, uses CHECK_C_SOURCE_RUNS() to see if something is able to run, and this succeeds because it has been built with RPATH, but an executable built within the project won't be able to run since it has been built without RPATH. Alex | ||||
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 1 | -3/+16 |
| | | | | | | | it has to be detected that curses isn't good enough, but ncurses is, and that ncurses.h instead of curses.h is included Alex | ||||
* | BUG: KDEDIRS contains the kde install locations, not the binary dirs, so | Alexander Neundorf | 2007-08-26 | 1 | -4/+2 |
| | | | | | | make KDEDIRS actually work in FindKDE4.cmake Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-26 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: fix typo in the docs | Alexander Neundorf | 2007-08-24 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: support QtScript | Alexander Neundorf | 2007-08-21 | 1 | -0/+4 |
| | | | | Alex | ||||
* | ENH: support QtScript (since Qt 4.3), #4632 | Alexander Neundorf | 2007-08-21 | 1 | -0/+19 |
| | | | | Alex | ||||
* | COMP: also use -Wl,-relax and -lc -lnss etc. when using the IBM compiler | Alexander Neundorf | 2007-08-17 | 1 | -1/+9 |
| | | | | Alex | ||||
* | ENH: patch from Eric Noulard for an RPM package generator | Alexander Neundorf | 2007-08-17 | 1 | -0/+185 |
| | | | | | | | | It seems rpmbuild can't handle paths with spaces, it complains that Buildroot takes only one tag (or something like this), quoting and escaping don't seem to help. Alex | ||||
* | ENH: use the correct flag for the linker | Bill Hoffman | 2007-08-17 | 1 | -2/+2 |
| | |||||
* | STYLE: this wasn't intended to be committed | Alexander Neundorf | 2007-08-16 | 1 | -1/+0 |
| | | | | Alex | ||||
* | ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you ↵ | Alexander Neundorf | 2007-08-16 | 2 | -7/+3 |
| | | | | | | 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: don't use an extra file to generate CMakeSystem.cmake but instead | Alexander Neundorf | 2007-08-15 | 4 | -35/+23 |
| | | | | | | | configure the toolchain file into it if required -also search for nm, objdump and objcpy, so these can be used in macros 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 | ||||
* | COMP: ccmake requires ncurses, according to Berk and since it doesn't build | Alexander Neundorf | 2007-08-15 | 1 | -6/+73 |
| | | | | | | | | | | on NetBSD where there are separate curses and ncurses libraries, and where the curses library is found, which doesn't work for ccmake while the existing ncurses library would work. With this change it should be possible to test whether the found curses lib provides ncurses functionality. Alex | ||||
* | BUG: fix typo | Alexander Neundorf | 2007-08-14 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 1 | -7/+0 |
| | | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex | ||||
* | ENH: for universal binaries return the endianess based on the processor | Alexander Neundorf | 2007-08-13 | 1 | -8/+18 |
| | | | | Alex | ||||
* | COMP: turn error into warning for now | Alexander Neundorf | 2007-08-13 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: remove unused CheckTypeSize.c.in | Alexander Neundorf | 2007-08-10 | 5 | -82/+99 |
| | | | | | | | | ENH: change test for endianess from TRY_RUN() to TRY_COMPILE() by testing the binary image of a 16bit integer array, tested on Linux x86, Intel Mac and Sun (big endian) Alex | ||||
* | STYLE: remove unnecessary default search paths | Alexander Neundorf | 2007-08-10 | 1 | -26/+4 |
| | | | | Alex | ||||
* | BUG: fix compiler id test on cygwin | Alexander Neundorf | 2007-08-10 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so it | Alexander Neundorf | 2007-08-10 | 2 | -18/+5 |
| | | | | | | | works for scripts, then reset them in CMakeSystemSpecificInformation.cxx, so the platform modules can set them again for the target system Alex | ||||
* | BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1 | Alexander Neundorf | 2007-08-10 | 6 | -1/+11 |
| | | | | Alex | ||||
* | BUG: use CMAKE_HOST_UNIX here instead of UNIX | Alexander Neundorf | 2007-08-09 | 1 | -3/+3 |
| | | | | Alex | ||||
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 9 | -7/+44 |
| | | | | | | | | | | | | | | 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 | ||||
* | BUG: work with spaces in the path | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: patch from Mathieu: more entries in the debian control file | Alexander Neundorf | 2007-08-08 | 1 | -8/+49 |
| | | | | Alex | ||||
* | ENH: add empty RPM package generator, Eric Noulard wants to work on it | Alexander Neundorf | 2007-08-08 | 2 | -0/+16 |
| | | | | Alex | ||||
* | STYLE: find Dart quietly (so it doesn't go in the feature log) | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: add global properties for collecting enabled/disabled features during | Alexander Neundorf | 2007-08-07 | 1 | -0/+64 |
| | | | | | | | | | | | | the cmake run and add macros print_enabled/disabled_features() and set_feature_info(), so projects can get a nice overview at the end of the cmake run what has been found and what hasn't FIND_PACKAGE() automatically adds the packages to these global properties, except when used with QUIET Maybe this can also be useful for packagers to find out dependencies of projects. Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmake | Alexander Neundorf | 2007-08-06 | 2 | -1/+6 |
| | | | | | | -remove unnecessary ELSE() in FindThreads.cmake Alex | ||||
* | ENH: threads used to include this | Bill Hoffman | 2007-08-06 | 1 | -0/+1 |
| | |||||
* | ENH: better error messages from the debian package generator | Alexander Neundorf | 2007-08-03 | 2 | -30/+78 |
| | | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex |