Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Header and library search path ordering should be consistent. | Brad King | 2006-09-28 | 1 | -6/+32 |
| | |||||
* | ENH: apply patch from Dirk Mueller to support Python 2.5 | Alexander Neundorf | 2006-09-27 | 2 | -4/+12 |
| | | | | Alex | ||||
* | ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, | Alexander Neundorf | 2006-09-19 | 8 | -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 Neundorf | 2006-09-18 | 2 | -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 King | 2006-09-18 | 1 | -0/+9 |
| | | | | details. | ||||
* | BUG: Need -Wl, to pass linker flags when using gcc on Sun. | Brad King | 2006-09-16 | 1 | -4/+22 |
| | |||||
* | ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵ | Brad King | 2006-09-15 | 1 | -0/+9 |
| | | | | details. | ||||
* | STYLE: Updated comment about link type flags and passing directly to ld. | Brad King | 2006-09-15 | 1 | -4/+5 |
| | |||||
* | BUG: Fix CMAKE_SHARED_*_LINK_*_C_FLAGS to pass link type selection flags ↵ | Brad King | 2006-09-15 | 1 | -1/+10 |
| | | | | directly to the linker. | ||||
* | ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵ | Brad King | 2006-09-15 | 1 | -0/+9 |
| | | | | details. | ||||
* | ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵ | Brad King | 2006-09-15 | 2 | -0/+19 |
| | | | | details. | ||||
* | ENH: Adding support to link specifically to an archive or a shared library ↵ | Brad King | 2006-09-15 | 3 | -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 King | 2006-09-15 | 1 | -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 King | 2006-09-13 | 1 | -4/+4 |
| | |||||
* | ENH: fixes from Clinton to allow qt to work with static libs | Bill Hoffman | 2006-09-06 | 2 | -174/+248 |
| | |||||
* | BUG: Need to search for rc by default, not c++ compilers. | Brad King | 2006-08-31 | 1 | -1/+1 |
| | |||||
* | ENH: automatically find Qt3 on SUSE, patch from Dirk Mueller and Stephan | Alexander Neundorf | 2006-08-30 | 1 | -0/+9 |
| | | | | | | Kulow Alex | ||||
* | ENH: also look in /usr/local/include/libpng (OpenBSD) | Alexander Neundorf | 2006-08-30 | 1 | -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 King | 2006-08-29 | 4 | -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 when | Alexander Neundorf | 2006-08-27 | 2 | -7/+8 |
| | | | | | | running uic (the kde plugin dir wasn't used) Alex | ||||
* | STYLE: remove unnecessary /usr/local/include search path | Alexander Neundorf | 2006-08-27 | 1 | -1/+0 |
| | | | | Alex | ||||
* | BUG: #3514: qt-mt3.lib wasn't found on windows | Alexander Neundorf | 2006-08-27 | 1 | -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 Neundorf | 2006-08-27 | 2 | -8/+8 |
| | | | | Alex | ||||
* | BUG: fix comment (#3511) | Alexander Neundorf | 2006-08-27 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: apply patch from bero (#3518) so that DESTDIR is supported for | Alexander Neundorf | 2006-08-27 | 1 | -27/+42 |
| | | | | | | installing icons Alex | ||||
* | ENH: #3225: first check the special paths, the the default path, also for | Alexander Neundorf | 2006-08-27 | 1 | -17/+63 |
| | | | | | | searching kde-config Alex | ||||
* | ENH: Added interface to add extra dependencies. | Brad King | 2006-08-25 | 1 | -0/+4 |
| | |||||
* | ENH: add i386 toolchain and some minor improvement of the comments | Alexander Neundorf | 2006-08-23 | 1 | -2/+20 |
| | |||||
* | STYLE: don't use the hack to copy and rename the created executable under | Alexander Neundorf | 2006-08-22 | 1 | -13/+7 |
| | | | | | | | cygwin but instead use the SUFFIX target property (I'll publish a short article about ecos+cmake RSN) Alex | ||||
* | ENH: fixs for check compile stuff from Oswald B. | Bill Hoffman | 2006-08-21 | 4 | -15/+16 |
| | |||||
* | ENH: Implemented support for installing VC8 runtime libraries. | Brad King | 2006-08-17 | 1 | -3/+18 |
| | |||||
* | ENH: Adding flags to force generation of manifest files when building with VC 8. | Brad King | 2006-08-15 | 2 | -6/+43 |
| | |||||
* | ENH: Enabling preprocessed source and asembly source generation rules on AIX ↵ | Brad King | 2006-08-09 | 1 | -0/+10 |
| | | | | compilers. | ||||
* | ENH: Enabled generation of preprocessed and assembly source rules for MSVC ↵ | Brad King | 2006-08-09 | 1 | -0/+12 |
| | | | | with NMake. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on SGI ↵ | Brad King | 2006-08-09 | 2 | -0/+32 |
| | | | | MIPSpro compilers. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on HP ↵ | Brad King | 2006-08-09 | 1 | -0/+14 |
| | | | | aCC and cc. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on Sun CC. | Brad King | 2006-08-09 | 1 | -0/+10 |
| | |||||
* | ENH: Changed preprocessed source extension to .i and assembly extension to ↵ | Brad King | 2006-08-09 | 1 | -4/+4 |
| | | | | .s for more portability. | ||||
* | ENH: Added generation of rules to manually request preprocessed or generated ↵ | Brad King | 2006-08-08 | 1 | -0/+4 |
| | | | | assembly sources. | ||||
* | ENH: add a try run source code macro | Bill Hoffman | 2006-08-03 | 1 | -0/+67 |
| | |||||
* | ENH: fix error | Bill Hoffman | 2006-08-03 | 1 | -3/+3 |
| | |||||
* | ENH: fix for makedev three args test | Bill Hoffman | 2006-08-03 | 1 | -4/+12 |
| | |||||
* | ENH: add a crun macro and fix the output log for compile c | Bill Hoffman | 2006-08-03 | 2 | -1/+61 |
| | |||||
* | ENH: fix for qtmain | Bill Hoffman | 2006-08-01 | 1 | -1/+3 |
| | |||||
* | BUG: Fixed shared library version support for Fortran. This addresses bug#3558. | Brad King | 2006-08-01 | 1 | -0/+1 |
| | |||||
* | ENH: fix for location of error log | Bill Hoffman | 2006-08-01 | 2 | -2/+2 |
| | |||||
* | ENH: add QtCored as a possible name for qtcore debug | Bill Hoffman | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | BUG: Fix usage of FIND_PROGRAM command. | Brad King | 2006-08-01 | 1 | -3/+3 |
| | |||||
* | ENH: fix for optimized debug stuff | Bill Hoffman | 2006-08-01 | 2 | -101/+21 |
| | |||||
* | ENH: fix qtmain for release | Bill Hoffman | 2006-08-01 | 2 | -8/+3 |
| |