summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-255-104/+138
* ENH: typoSebastien Barre2008-01-251-1/+1
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-253-6/+30
* ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link...Brad King2008-01-231-2/+0
* BUG: CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG should get its default value from CMAK...Brad King2008-01-231-2/+2
* ENH: update for Tcl/Tk 8.5Sebastien Barre2008-01-234-28/+40
* ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.Brad King2008-01-231-0/+5
* ENH: keep cleaning up Tcl/Tk modulesSebastien Barre2008-01-232-112/+119
* BUG: Fix generation of Watcom link lines.Brad King2008-01-231-0/+1
* ENH: Enable library search path suffix for sparcv9 architecture. This should...Brad King2008-01-231-0/+2
* ENH: Add macros to handle translations. Fixes #6229.Clinton Stimpson2008-01-221-0/+72
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-225-21/+72
* ENH: Cleanup chrpath feature by not displaying exe format or placing non-adva...Brad King2008-01-222-5/+3
* ENH: Generalize the check for sizeof void* to detect more ABI information.Brad King2008-01-218-14/+167
* ENH: Implement version support in the find_package command module mode. Vers...Brad King2008-01-211-1/+17
* BUG: FindX11 module should search for SM library instead of returning -lSM.Brad King2008-01-201-1/+5
* ENH: Tcl/Tk 8.6 alpha schedule for May 2008.Sebastien Barre2008-01-193-0/+19
* ENH: make sure msvc90 gets setBill Hoffman2008-01-181-0/+1
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-182-10/+10
* ENH: make sure MSVC90 is setBill Hoffman2008-01-181-0/+4
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...Sebastien Barre2008-01-183-27/+27
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...Sebastien Barre2008-01-182-0/+8
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...Sebastien Barre2008-01-183-7/+7
* ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...Sebastien Barre2008-01-184-24/+133
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-182-2/+2
* ENH: Changed signature of GET_PROPERTY command to be more powerful and extend...Brad King2008-01-173-7/+8
* ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu...Brad King2008-01-178-11/+10
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-1/+1
* BUG: Eliminate message - it pops up an annoying dialog whenever you run CMake...David Cole2008-01-161-1/+0
* ENH: Convert Modules/Platform specification of system search paths to use CMA...Brad King2008-01-164-33/+44
* BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be refer...Brad King2008-01-1629-345/+62
* STYLE: fix infinished commentAlexander Neundorf2008-01-161-1/+2
* BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to h...Bill Hoffman2008-01-151-2/+2
* BUG: according to the binutils mailing list chrpath doesn't work when crossAlexander Neundorf2008-01-151-2/+3
* BUG: set LC_ALL to C, so message from svn are not translated, which can leadAlexander Neundorf2008-01-141-0/+8
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-149-21/+25
* ENH: add support for xlf with -WF,-D for -DBill Hoffman2008-01-112-2/+2
* ENH: add support for xlf with -WF,-D for -DBill Hoffman2008-01-113-0/+3
* ENH: For moc commands on Windows, use @param_file method to allow argumentsClinton Stimpson2008-01-111-24/+26
* BUG: it seems on some installations boost is installed under boost-1_34 ,Alexander Neundorf2008-01-101-0/+1
* BUG: fix for bug 4145 much better findSwigBill Hoffman2008-01-101-40/+48
* BUG: Removed stray debugging message.Brad King2008-01-101-1/+0
* BUG: Need to install fortran compiler id source.Brad King2008-01-101-0/+1
* STYLE: Move VisualAge id macro to correct block.Brad King2008-01-101-1/+3
* ENH: add support for visual age fortran on linuxBill Hoffman2008-01-103-1/+6
* ENH: Patch from Maik to add preprocessor directive handling to Fortran depend...Brad King2008-01-091-1/+3
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-0/+1
* ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id ...Brad King2008-01-072-92/+166
* BUG: Support cross-compiling; wx-config should be searched for in target plat...Miguel A. Figueroa-Villanueva2008-01-061-7/+5
* ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, xr...Miguel A. Figueroa-Villanueva2008-01-051-49/+183