summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Compression must be set before any output is created.Brad King2006-10-131-10/+10
|
* BUG: fix for bug #3846 more advanced stuffBill Hoffman2006-10-132-10/+2
|
* BUG: fix for bug#3898 find qt plugin dirBill Hoffman2006-10-131-0/+9
|
* ENH: Add NSIS compressionAndy Cedilnik2006-10-121-0/+3
|
* ENH: On Visual Studio and Xcode handle config typeAndy Cedilnik2006-10-121-3/+9
|
* ENH: More locations for JavaAndy Cedilnik2006-10-122-0/+8
|
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-121-0/+2
| | | | CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
* STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS.Brad King2006-10-101-1/+1
|
* BUG: Do not enable -isystem support for Xcode generator until it is implemented.Brad King2006-10-061-0/+6
|
* ENH: Adding version number to the name of a DLL built in cygwin but not the ↵Brad King2006-10-051-0/+3
| | | | import library. This addresses bug#3571.
* ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This ↵Brad King2006-10-052-0/+21
| | | | addresses bug#1644 on these platforms.
* BUG: QNX GCC does not have -isystem.Brad King2006-10-051-0/+4
|
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵Brad King2006-10-051-0/+2
| | | | bug #3462.
* ENH: remove paths that cmake already looks atBill Hoffman2006-10-041-6/+0
|
* ENH: apply patch so that the config values from ruby are used to determineAlexander Neundorf2006-10-041-20/+40
| | | | | | the additional locations (see #3297) Alex
* BUG: Patch from Clinton to restore proper QT3_SUPPORT macro definition.Brad King2006-10-041-0/+1
|
* BUG: fix for bug# 3313 same advanced for tcl win and unixBill Hoffman2006-10-041-12/+10
|
* BUG: fix for bug#3520 - better find doxygenBill Hoffman2006-10-041-13/+57
|
* BUG: fix for bug# 3584 missing SONAME for fortran on darwinBill Hoffman2006-10-041-0/+7
|
* ENH: make qmake-qt4 really work if qmake is qt3 also fix indent in file, for ↵Bill Hoffman2006-10-041-149/+151
| | | | diff use cvs diff -w
* BUG: fix for bug#3646 GLUT not Glut for framework nameBill Hoffman2006-10-031-1/+1
|
* BUG: fix for bug#3652 use link /lib instead of libBill Hoffman2006-10-031-1/+1
|
* BUG: fix for bug#3720Bill Hoffman2006-10-031-0/+9
|
* BUG: fix #3827, the name of the var is _tmp_FILE instead of tmp_FILE, so theAlexander Neundorf2006-10-031-3/+4
| | | | | | dcop stuff should work now Alex
* BUG: fix for 3765Bill Hoffman2006-10-031-0/+1
|
* ENH: disable static shared stuff on AIX, see commentBill Hoffman2006-10-031-4/+9
|
* ENH: fix from clintonBill Hoffman2006-10-021-1/+1
|
* BUG: Header and library search path ordering should be consistent.Brad King2006-09-281-6/+32
|
* ENH: apply patch from Dirk Mueller to support Python 2.5Alexander Neundorf2006-09-272-4/+12
| | | | Alex
* ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,Alexander Neundorf2006-09-198-0/+373
| | | | | | | jasper (jpeg2000), libxml2 and libxslt and openssl and the accompanying license (BSD) Alex
* ENH: two macros to check whether the C/CXX compiler supports a given flag:Alexander Neundorf2006-09-182-0/+42
| | | | | | CHECK_CXX_COMPILER_FLAG("-Wall" COMPILER_SUPPORTS_WALL) Alex
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-181-0/+9
| | | | details.
* BUG: Need -Wl, to pass linker flags when using gcc on Sun.Brad King2006-09-161-4/+22
|
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-151-0/+9
| | | | details.
* STYLE: Updated comment about link type flags and passing directly to ld.Brad King2006-09-151-4/+5
|
* BUG: Fix CMAKE_SHARED_*_LINK_*_C_FLAGS to pass link type selection flags ↵Brad King2006-09-151-1/+10
| | | | directly to the linker.
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-151-0/+9
| | | | details.
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-152-0/+19
| | | | details.
* ENH: Adding support to link specifically to an archive or a shared library ↵Brad King2006-09-153-5/+22
| | | | based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
* STYLE: Removing unused platform variable ↵Brad King2006-09-151-4/+0
| | | | CMAKE_SHARED_MODULE_LINK_Fortran_FLAGS. It does not make sense because nothing links to shared modules.
* BUG: Patch from Peter Visser to run wx-config from an MSYS prompt.Brad King2006-09-131-4/+4
|
* ENH: fixes from Clinton to allow qt to work with static libsBill Hoffman2006-09-062-174/+248
|
* BUG: Need to search for rc by default, not c++ compilers.Brad King2006-08-311-1/+1
|
* ENH: automatically find Qt3 on SUSE, patch from Dirk Mueller and StephanAlexander Neundorf2006-08-301-0/+9
| | | | | | Kulow Alex
* ENH: also look in /usr/local/include/libpng (OpenBSD)Alexander Neundorf2006-08-301-0/+13
| | | | | | | ENH: error out with FATAL_ERROR if REQUIRED was given but png hasn't been found Alex
* BUG: Search for the compiler only once and store a full path to it in the ↵Brad King2006-08-294-46/+49
| | | | cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always.
* BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins whenAlexander Neundorf2006-08-272-7/+8
| | | | | | running uic (the kde plugin dir wasn't used) Alex
* STYLE: remove unnecessary /usr/local/include search pathAlexander Neundorf2006-08-271-1/+0
| | | | Alex
* BUG: #3514: qt-mt3.lib wasn't found on windowsAlexander Neundorf2006-08-271-41/+33
| | | | | | | STYLE: remove some (now) unnecessary /usr/lib, /usr/local/lib, /usr/include and /usr/local/include search paths Alex
* STYLE: fix #3519 (incorrect comment)Alexander Neundorf2006-08-272-8/+8
| | | | Alex