summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-0844-45/+616
|
* ENH: Enhanced FindITK supporting use of ITK from an install tree or a build ↵Brad King2002-11-061-25/+63
| | | | tree. Only one cache entry is brought into user's project, called "ITK_DIR". This is the location of an ITKConfig.cmake file from which other settings are loaded.
* Make things advancedAndy Cedilnik2002-11-051-0/+7
|
* Try to fix FindX11Andy Cedilnik2002-11-051-0/+29
|
* Now it should workAndy Cedilnik2002-10-291-9/+10
|
* Add append to write_fileAndy Cedilnik2002-10-295-6/+9
|
* Do this the right wayAndy Cedilnik2002-10-291-2/+4
|
* This should substitute configure part that finds X11Andy Cedilnik2002-10-291-24/+32
|
* *** empty log message ***Bill Hoffman2002-10-251-0/+2
|
* *** empty log message ***Bill Hoffman2002-10-255-27/+62
|
* Add check for big endian in backward compatibility scriptsAndy Cedilnik2002-10-241-0/+3
|
* closer to removing autoconfBill Hoffman2002-10-239-34/+172
|
* test for gnu compilerBill Hoffman2002-10-224-4/+24
|
* *** empty log message ***Bill Hoffman2002-10-223-4/+51
|
* new cmake based configurationBill Hoffman2002-10-224-0/+107
|
* Add option to control number of errors sent to dashbaordIan Scott2002-10-111-0/+4
|
* BUG: Should not load CMAKE_INSTALL_PREFIX from the cache.Brad King2002-10-111-0/+1
|
* ENH: mark some vars as advanced (and resort the list)Sebastien Barre2002-10-101-0/+5
|
* Add some search pathsAndy Cedilnik2002-10-091-1/+1
|
* ENH: Adding install of .in and .c modules.Luis Ibanez2002-10-021-0/+3
|
* Add test for big endianAndy Cedilnik2002-10-012-0/+26
|
* ENH: removed "USE_FLTK_VERSION_1.1" in favor of "FLTK_VERSION_1.1" to avoidLuis Ibanez2002-10-011-2/+0
| | | | confusions.
* ENH: Version 1.1 is considered to be the default.Luis Ibanez2002-10-011-5/+5
|
* Configuratiion for finding LaTeX related executables.Luis Ibanez2002-09-301-0/+26
|
* Set variable to either 1 or empty string instead of TRUE and FALSEAndy Cedilnik2002-09-253-6/+15
|
* CleanupAndy Cedilnik2002-09-251-1/+1
|
* Fix modules for recent changesAndy Cedilnik2002-09-253-14/+14
|
* Improve backward compatibility, so that all backward compatibility stuff is ↵Andy Cedilnik2002-09-242-0/+24
| | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types
* Initial attempt to check if library existsAndy Cedilnik2002-09-242-0/+35
|
* Improve check size of. Now it checks for some header files before trying to ↵Andy Cedilnik2002-09-241-1/+9
| | | | check types
* Fix commentsAndy Cedilnik2002-09-231-3/+3
|
* Fix tests for new trycompile and tryrunAndy Cedilnik2002-09-203-17/+11
|
* Simplify checking for headersAndy Cedilnik2002-09-202-9/+0
|
* Add macro which checks if the header file existsAndy Cedilnik2002-09-202-0/+40
|
* Fix commentAndy Cedilnik2002-09-201-4/+4
|
* Add two commonly used modules. First one checks if the function exists, the ↵Andy Cedilnik2002-09-204-0/+78
| | | | second one checks the size of type
* Fix find wxWindowsAndy Cedilnik2002-09-191-3/+3
|
* Improve searching for wxWindowsAndy Cedilnik2002-09-191-13/+20
|
* GL should not be a completely necessary thing for finding GTK. This will ↵Andy Cedilnik2002-09-181-9/+16
| | | | find gtk and GL but also just GTK
* ENH: Adding installation of TRY_COMPILE tests.Brad King2002-09-171-0/+1
|
* slight change in signature for TryCompileKen Martin2002-09-171-1/+2
|
* removed messagesKen Martin2002-09-131-2/+0
|
* removed messagesKen Martin2002-09-131-2/+0
|
* Make QT variables advancedIan Scott2002-09-131-0/+9
|
* Need to use $ENV{} to access environment variablesIan Scott2002-09-131-15/+14
|
* some cleanupKen Martin2002-09-121-1/+3
|
* new try compile moduleKen Martin2002-09-122-0/+26
|
* FIX: typo + bring back the OPENGL_gl_LIBRARY path that can be used to find ↵Sebastien Barre2002-09-101-10/+13
| | | | GLU (was wiped out from FindGLU)
* Adding GLU to the OPENGL_LIBRARIES only if it is found.Bill Hoffman2002-09-091-2/+4
|
* ERR: Fix opengl finding on osxYves Starreveld2002-09-061-0/+12
|