summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows ↵Bill Hoffman2002-12-1715-30/+30
| | | | projects within projects to have different languages
* ENH: FindX11.cmake module now almost fully duplicates old configure ↵Brad King2002-12-172-55/+108
| | | | functionality.
* 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 ↵Brad King2002-12-054-27/+457
| | | | file that does a LOAD_CACHE.
* 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
| | | | These tools are useful for converting image formats.
* 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
| | | | the rules
* 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
|
* move ansi cxx flags stuff out of try compile and into cmake filesBill Hoffman2002-11-214-2/+6
|
* have to cache ansi_cxxflagsBill Hoffman2002-11-211-1/+2
|
* spelling errorBill Hoffman2002-11-212-3/+5
|
* add checks for ansi flags and not hard code themBill Hoffman2002-11-215-4/+47
|
* FUX: those vars need to be ADVANCEDSebastien Barre2002-11-211-0/+7
|
* ENH: Added CHECK_VARIABLE_EXISTS macro.Brad King2002-11-212-0/+39
|
* fix for create shared libraryBill Hoffman2002-11-212-2/+3
|
* ENH: fix for module run time flagBill Hoffman2002-11-211-1/+1
|
* ENH: Added support to find VTK 4.0.Brad King2002-11-201-12/+34
|
* BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCCBill Hoffman2002-11-201-1/+1
|
* ENH: Now also locates the "makeindex" program.Luis Ibanez2002-11-201-0/+5
|
* ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search ↵Brad King2002-11-201-4/+4
| | | | VTK_BINARY_PATH if USE_BUILT_VTK is on.
* ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. ↵Brad King2002-11-201-127/+102
| | | | Also provides more powerful search path mechanism, and requires only one cache entry in user project.
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-193-14/+12
|
* fixes to better honor env CC and CXXBill Hoffman2002-11-192-15/+26
|
* BUG: fix CFLAGSBill Hoffman2002-11-191-2/+2
|
* BUG: fix handling of CXXBill Hoffman2002-11-192-8/+28
|
* BUG: fix for thread and cache overrideBill Hoffman2002-11-182-30/+30
|
* Add more messages, make messages look the same, add checks if test was ↵Andy Cedilnik2002-11-187-101/+127
| | | | already successfull