summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,Alexander Neundorf2006-09-198-0/+373
* ENH: two macros to check whether the C/CXX compiler supports a given flag:Alexander Neundorf2006-09-182-0/+42
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-181-0/+9
* 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
* 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 dire...Brad King2006-09-151-1/+10
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-151-0/+9
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-152-0/+19
* ENH: Adding support to link specifically to an archive or a shared library ba...Brad King2006-09-153-5/+22
* STYLE: Removing unused platform variable CMAKE_SHARED_MODULE_LINK_Fortran_FLA...Brad King2006-09-151-4/+0
* 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
* ENH: also look in /usr/local/include/libpng (OpenBSD)Alexander Neundorf2006-08-301-0/+13
* BUG: Search for the compiler only once and store a full path to it in the cac...Brad King2006-08-294-46/+49
* BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins whenAlexander Neundorf2006-08-272-7/+8
* STYLE: remove unnecessary /usr/local/include search pathAlexander Neundorf2006-08-271-1/+0
* BUG: #3514: qt-mt3.lib wasn't found on windowsAlexander Neundorf2006-08-271-41/+33
* STYLE: fix #3519 (incorrect comment)Alexander Neundorf2006-08-272-8/+8
* BUG: fix comment (#3511)Alexander Neundorf2006-08-271-1/+1
* BUG: apply patch from bero (#3518) so that DESTDIR is supported forAlexander Neundorf2006-08-271-27/+42
* ENH: #3225: first check the special paths, the the default path, also forAlexander Neundorf2006-08-271-17/+63
* ENH: Added interface to add extra dependencies.Brad King2006-08-251-0/+4
* ENH: add i386 toolchain and some minor improvement of the commentsAlexander Neundorf2006-08-231-2/+20
* STYLE: don't use the hack to copy and rename the created executable underAlexander Neundorf2006-08-221-13/+7
* ENH: fixs for check compile stuff from Oswald B.Bill Hoffman2006-08-214-15/+16
* ENH: Implemented support for installing VC8 runtime libraries.Brad King2006-08-171-3/+18
* ENH: Adding flags to force generation of manifest files when building with VC 8.Brad King2006-08-152-6/+43
* ENH: Enabling preprocessed source and asembly source generation rules on AIX ...Brad King2006-08-091-0/+10
* ENH: Enabled generation of preprocessed and assembly source rules for MSVC wi...Brad King2006-08-091-0/+12
* ENH: Enabling preprocessed source and asembly source generation rules on SGI ...Brad King2006-08-092-0/+32
* ENH: Enabling preprocessed source and asembly source generation rules on HP a...Brad King2006-08-091-0/+14
* ENH: Enabling preprocessed source and asembly source generation rules on Sun CC.Brad King2006-08-091-0/+10
* ENH: Changed preprocessed source extension to .i and assembly extension to .s...Brad King2006-08-091-4/+4
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+4
* ENH: add a try run source code macroBill Hoffman2006-08-031-0/+67
* ENH: fix errorBill Hoffman2006-08-031-3/+3
* ENH: fix for makedev three args testBill Hoffman2006-08-031-4/+12
* ENH: add a crun macro and fix the output log for compile cBill Hoffman2006-08-032-1/+61
* ENH: fix for qtmainBill Hoffman2006-08-011-1/+3
* BUG: Fixed shared library version support for Fortran. This addresses bug#3558.Brad King2006-08-011-0/+1
* ENH: fix for location of error logBill Hoffman2006-08-012-2/+2
* ENH: add QtCored as a possible name for qtcore debugBill Hoffman2006-08-011-1/+1
* BUG: Fix usage of FIND_PROGRAM command.Brad King2006-08-011-3/+3
* ENH: fix for optimized debug stuffBill Hoffman2006-08-012-101/+21