Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support ↵ | Brad King | 2007-04-18 | 1 | -0/+2 |
| | | | | executables that export symbols. | ||||
* | ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to ↵ | Brad King | 2007-04-18 | 2 | -0/+4 |
| | | | | support executables that export symbols. | ||||
* | ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and ↵ | Brad King | 2007-04-17 | 1 | -0/+2 |
| | | | | CMAKE_SHARED_MODULE_LOADER_CXX_FLAG to support linking plugins to executables. | ||||
* | ENH: this variable overrides all PROJECT_URL. Check the dashboard, all ↵ | Sebastien Barre | 2007-04-10 | 1 | -3/+0 |
| | | | | projects have the wrong URL in their "Home" button. Other variables (like ROLLUP_URL) were moved a while ago, for some reasons this one is still here. | ||||
* | ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the ↵ | Brad King | 2007-04-10 | 1 | -0/+37 |
| | | | | default permissions for shared libraries include the executable bit. This is necessary to support the conflicting policies of Debian and Fedora. These changes address bug#4805. | ||||
* | ENH: Enabled use of soname and therefore versioning symlinks. Patch is from ↵ | Brad King | 2007-04-10 | 1 | -0/+2 |
| | | | | bug#4558. | ||||
* | BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx" | Andy Cedilnik | 2007-04-04 | 2 | -36/+16 |
| | |||||
* | BUG: fix for bug 4605 | Bill Hoffman | 2007-04-04 | 1 | -4/+22 |
| | |||||
* | COMP: Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx | Andy Cedilnik | 2007-04-04 | 2 | -16/+36 |
| | |||||
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It ↵ | Brad King | 2007-03-22 | 2 | -9/+22 |
| | | | | 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 | 4 | -10/+13 |
| | | | | 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. This is an incremental fix ↵ | Brad King | 2007-03-10 | 1 | -6/+6 |
| | | | | for bug#4210. | ||||
* | BUG: Fixed MSVC8 module build rule to not use /implib option. This is an ↵ | Brad King | 2007-03-10 | 1 | -8/+12 |
| | | | | incremental fix for bug#4210. | ||||
* | BUG: Shared library creation should use /implib option to specify the name ↵ | Brad King | 2007-03-09 | 1 | -6/+7 |
| | | | | of the import library explicitly. This is an incremental step for bug #4210. | ||||
* | BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, ↵ | Brad King | 2007-03-07 | 1 | -5/+1 |
| | | | | CMAKE_CXX_USE_RTTI, CMAKE_CXX_STACK_SIZE which are only partially implemented and now taken care of by flag mapping anyway. | ||||
* | BUG: untested fix for newlines in the output of pkg config | Ken Martin | 2007-03-07 | 1 | -7/+16 |
| | |||||
* | STYLE: Defautl answer for the license is no | Andy Cedilnik | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | ENH: patch applied for bug 4517 | Ken Martin | 2007-03-05 | 1 | -38/+25 |
| | |||||
* | 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. | ||||
* | BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try ↵ | Andy Cedilnik | 2007-03-02 | 1 | -0/+5 |
| | | | | compile | ||||
* | ENH: limit the output of system information to no more than 50K per file | Ken Martin | 2007-03-02 | 1 | -1/+1 |
| | |||||
* | BUG: Fix bug introduced by revision 1.67. The qmake query mode prints ↵ | Brad King | 2007-03-01 | 1 | -2/+5 |
| | | | | information to stderr on some platforms. The OUTPUT_VARIABLE and ERROR_VARIABLE must be the same variable to get all the output. | ||||
* | ENH: improvements | Ken Martin | 2007-02-27 | 2 | -0/+6 |
| | |||||
* | ENH: added for system information command line option | Ken Martin | 2007-02-26 | 2 | -0/+174 |
| | |||||
* | BUG: fix typo reported by Duncan Mac Vicar | Alexander Neundorf | 2007-02-26 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: force c++ when building c++ objects | Bill Hoffman | 2007-02-21 | 1 | -0/+2 |
| | |||||
* | ENH: better processor detection on linux | Bill Hoffman | 2007-02-21 | 1 | -6/+11 |
| | |||||
* | ENH: remove df because df is a unix utilitiy | Bill Hoffman | 2007-02-21 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 3950 add support for df compiler on windows | Bill Hoffman | 2007-02-20 | 2 | -1/+69 |
| | |||||
* | BUG: fix for bug # 3954 glib with qt | Bill Hoffman | 2007-02-20 | 1 | -1/+9 |
| | |||||
* | STYLE: fix docs for FindKDE4.cmake | Alexander Neundorf | 2007-02-20 | 1 | -4/+3 |
| | | | | Alex | ||||
* | BUG: remove KDE3_ENABLE_FINAL (#4140): it doesn't work currently and I | Alexander Neundorf | 2007-02-20 | 2 | -34/+35 |
| | | | | | | | don't have the time to fix this since it would require bigger changes. Maybe I'll do this if the KDE3 support of CMake becomes more widely used. Alex | ||||
* | STYLE: don't put the copyright notice twice in the file | Alexander Neundorf | 2007-02-20 | 1 | -3/+0 |
| | | | | Alex | ||||
* | BUG: fix for bug 4187 fix typo in docs | Bill Hoffman | 2007-02-20 | 1 | -2/+2 |
| | |||||
* | BUG: fix for 4188 look for smake as well as gmake and make | Bill Hoffman | 2007-02-20 | 1 | -1/+1 |
| | |||||
* | ENH: try to force c++ on qnx | Bill Hoffman | 2007-02-20 | 1 | -0/+3 |
| | |||||
* | BUG: fix for bug 4420 add language dll's to mfc install | Bill Hoffman | 2007-02-20 | 1 | -0/+18 |
| | |||||
* | BUG: Applied patch from bug#4462. | Brad King | 2007-02-19 | 1 | -2/+6 |
| | |||||
* | BUG: fix for bug 4464 handle qmake errors better | Bill Hoffman | 2007-02-19 | 1 | -3/+9 |
| | |||||
* | ENH: More work on the packaging. Add Applicaitons, add icons, etc | Andy Cedilnik | 2007-02-13 | 4 | -0/+3 |
| | |||||
* | STYLE: remove empty line, so the documentation for the module is complete | Alexander Neundorf | 2007-02-10 | 1 | -1/+0 |
| | | | | | | again Alex | ||||
* | ENH: now also the "ecosclean" target works with MS nmake | Alexander Neundorf | 2007-02-07 | 2 | -5/+16 |
| | | | | Alex | ||||
* | BUG: fix for bug 4399 | Bill Hoffman | 2007-02-07 | 1 | -1/+3 |
| | |||||
* | BUG: fix for 4420 Unicode and MBC versions of the MFC | Bill Hoffman | 2007-02-07 | 1 | -0/+3 |
| | |||||
* | ENH: fix depend bug in qt | Bill Hoffman | 2007-02-02 | 1 | -2/+7 |
| | |||||
* | ENH: add support for cygwin source and binary packaging | Bill Hoffman | 2007-02-02 | 1 | -0/+4 |
| | |||||
* | BUG: add gettext module for working with GNU gettext (#4081) | Alexander Neundorf | 2007-02-02 | 1 | -0/+65 |
| | | | | Alex | ||||
* | BUG: finally fix #4331, the previous version just caught the tag, the | Alexander Neundorf | 2007-01-31 | 1 | -2/+2 |
| | | | | | | filename not at all Alex | ||||
* | STYLE: KDEDIR is deprecated and not used, so also document that KDEDIRS is | Alexander Neundorf | 2007-01-30 | 1 | -2/+2 |
| | | | | | | used instead Alex |