summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Add macro for checking if a swequence of includes can be includesAndy Cedilnik2003-01-011-0/+40
* To prevent cmake from breaking up arguments, put quotes around themAndy Cedilnik2003-01-014-4/+4
* Add a way to add custom libraries to the mix. Also add status reportingAndy Cedilnik2003-01-011-0/+8
* Add a way to add custom libraries to the mixAndy Cedilnik2003-01-013-1/+16
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-316-13/+13
* ENH: fix shared libraries on AIXBill Hoffman2002-12-301-2/+3
* ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency wit...Brad King2002-12-305-55/+59
* ENH: find python framework and include files on OSXYves Starreveld2002-12-271-0/+12
* If there is no java compiler report error on ADD_JAVA_LIBRARYAndy Cedilnik2002-12-271-49/+53
* Add missing closing bracketAndy Cedilnik2002-12-261-1/+1
* ENH: fixes for borland with spaces in the pathBill Hoffman2002-12-221-2/+2
* ENH: it's time to create a real Microsoft HTML Help Workshop CMake moduleSebastien Barre2002-12-223-16/+40
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be...Brad King2002-12-201-2/+2
* FIX: make CMAKE_X_LIBS and CMAKE_X_CFLAGS advancedSebastien Barre2002-12-202-2/+6
* ENH: Use the Mac -framework for Tk if it is available.Brad King2002-12-201-0/+3
* ENH: Use the Mac -framework for Tcl if it is available.Brad King2002-12-201-0/+34
* better docsBill Hoffman2002-12-191-2/+2
* ENH: make linker flags use init values so users can set them from the cacheBill Hoffman2002-12-191-6/+6
* ENH: Adding build type flags for C.Brad King2002-12-181-0/+4
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-1715-30/+30
* ENH: FindX11.cmake module now almost fully duplicates old configure functiona...Brad King2002-12-172-55/+108
* ENH: Don't repeat check even if answer was no.Brad King2002-12-136-42/+46
* ERR: Fixed syntax errors for picky preprocessors.Brad King2002-12-121-1/+1
* ERR: Need double-quotes around expression to be mached in IF command.Brad King2002-12-122-4/+4
* Add java supportAndy Cedilnik2002-12-112-0/+137
* Better search for pythonAndy Cedilnik2002-12-091-6/+23
* ENH: Using only filename without path or extension for comparing build tools.Brad King2002-12-091-2/+9
* use win32 threads for win32Bill Hoffman2002-12-092-0/+2
* BUG: fix C compiler initBill Hoffman2002-12-061-5/+5
* clean up compiler picking codeBill Hoffman2002-12-062-13/+9
* fix for generator picked compilersBill Hoffman2002-12-062-7/+27
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-059-111/+181
* ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake f...Brad King2002-12-054-27/+457
* BUG: Fix for string comparison when one string is empty.Brad King2002-12-051-11/+11
* ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.Brad King2002-12-053-0/+250
* BUG: Removed stray debugging message.Brad King2002-12-041-2/+0
* BUG: fix get make command problems.Bill Hoffman2002-12-041-1/+3
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-037-8/+9
* Module to find tools from the ImageMagick package.Luis Ibanez2002-12-031-0/+34
* ENH: description of variables now follows other style in other .cmake files.Luis Ibanez2002-12-031-3/+4
* ENH: Description of variables now specifies that the full path is required.Luis Ibanez2002-12-031-4/+4
* correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ...Bill Hoffman2002-12-034-8/+9
* use LINK_FLAGS not C and CXX LINK_FLAGSBill Hoffman2002-12-031-4/+4
* ENH: FLTK 1.1.1 under Windows links now with the comctl32 library.Luis Ibanez2002-11-291-1/+1
* Change prioritiesAndy Cedilnik2002-11-251-2/+2
* change flags for borlandBill Hoffman2002-11-221-1/+4
* remove debug stuffBill Hoffman2002-11-211-1/+0
* try to fix check for ansi streamBill Hoffman2002-11-212-7/+6
* fix orderBill Hoffman2002-11-211-1/+1
* fix orderBill Hoffman2002-11-211-2/+2