260 Commits

Author SHA1 Message Date
Bill Hoffman
e0671aba94 BUG: fix order of link line for creating shared libraries 2002-11-13 11:25:10 -05:00
Brad King
ccb9b9cda8 BUG: Fixed doc string on generated variable. 2002-11-12 19:39:08 -05:00
Bill Hoffman
83d273334a BUG: fix path problems 2002-11-12 16:58:38 -05:00
Will Schroeder
4b7b9ab2ec Backwards compatibility. Andy and Bill made me add socket library. 2002-11-12 16:27:24 -05:00
Bill Hoffman
e020a6d171 ENH: add .def file support 2002-11-12 15:24:31 -05:00
Bill Hoffman
5031b41ea5 add find threads check 2002-11-12 14:20:54 -05:00
Bill Hoffman
0b04a61366 add find threads check 2002-11-12 14:19:13 -05:00
Sebastien Barre
1d7c2eaf90 FIX: minor fix, OPENGL_INCLUDE_PATH was set 2 times 2002-11-12 10:47:43 -05:00
Bill Hoffman
98ef89bf77 Set CMAKE_BUILD_TOOL 2002-11-12 09:12:13 -05:00
Bill Hoffman
36db45082e ENH: fix up several problems with new stuff 2002-11-11 18:10:30 -05:00
Bill Hoffman
38781fd84d Fix for OSF 2002-11-11 17:00:53 -05:00
Bill Hoffman
d1051bb575 clean up flags with _init flags 2002-11-11 12:31:46 -05:00
Bill Hoffman
5b9a880bfb add install stuff for platform directory 2002-11-11 11:43:23 -05:00
Bill Hoffman
b133abe423 ENH: fix for darwin modules 2002-11-11 09:11:31 -05:00
Bill Hoffman
538f38596f BUG: fix setting of c flags 2002-11-10 10:02:52 -05:00
Bill Hoffman
ac481e0ee9 fix for cxxflags 2002-11-09 13:43:16 -05:00
Brad King
1ccd1efe3e ENH: Adding support for comeau C++ compiler. 2002-11-08 18:07:41 -05:00
Brad King
3a6d52f4c5 ENH: Moved caching of C*_FLAGS* settings down to CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end. 2002-11-08 18:06:53 -05:00
Bill Hoffman
f54bfe467c store the compiler in the cache 2002-11-08 17:24:45 -05:00
Bill Hoffman
f5d95fb078 Complete rework of makefile generators expect trouble 2002-11-08 15:46:08 -05:00
Brad King
c79abbd99c ENH: Enhanced FindITK supporting use of ITK from an install tree or a build 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. 2002-11-06 18:40:13 -05:00
Andy Cedilnik
37b8509310 Make things advanced 2002-11-05 17:20:45 -05:00
Andy Cedilnik
8ac50c4aad Try to fix FindX11 2002-11-05 07:15:42 -05:00
Andy Cedilnik
2d9330fa1d Now it should work 2002-10-29 15:47:07 -05:00
Andy Cedilnik
ccafaa6bce Add append to write_file 2002-10-29 13:34:12 -05:00
Andy Cedilnik
74eeb49d4c Do this the right way 2002-10-29 13:30:42 -05:00
Andy Cedilnik
b933ad875b This should substitute configure part that finds X11 2002-10-29 13:30:13 -05:00
Bill Hoffman
56f2d45191 *** empty log message *** 2002-10-25 16:13:03 -04:00
Bill Hoffman
319c3adf2a *** empty log message *** 2002-10-25 14:08:17 -04:00
Andy Cedilnik
5b9b793dde Add check for big endian in backward compatibility scripts 2002-10-24 13:39:23 -04:00
Bill Hoffman
fa782867b3 closer to removing autoconf 2002-10-23 16:53:53 -04:00
Bill Hoffman
da460f9008 test for gnu compiler 2002-10-22 18:17:07 -04:00
Bill Hoffman
0692323fe0 *** empty log message *** 2002-10-22 15:04:52 -04:00
Bill Hoffman
b1114a344f new cmake based configuration 2002-10-22 10:34:07 -04:00
Ian Scott
7d907a9a61 Add option to control number of errors sent to dashbaord 2002-10-11 11:22:16 -04:00
Brad King
3d3d7a9146 BUG: Should not load CMAKE_INSTALL_PREFIX from the cache. 2002-10-11 10:14:19 -04:00
Sebastien Barre
fe100ef263 ENH: mark some vars as advanced (and resort the list) 2002-10-10 10:45:34 -04:00
Andy Cedilnik
0ccba5a056 Add some search paths 2002-10-09 13:47:49 -04:00
Luis Ibanez
b051815555 ENH: Adding install of .in and .c modules. 2002-10-02 16:42:17 -04:00
Andy Cedilnik
dfb25dd982 Add test for big endian 2002-10-01 15:56:18 -04:00
Luis Ibanez
b013813f15 ENH: removed "USE_FLTK_VERSION_1.1" in favor of "FLTK_VERSION_1.1" to avoid
confusions.
2002-10-01 10:12:49 -04:00
Luis Ibanez
af207d3166 ENH: Version 1.1 is considered to be the default. 2002-09-30 22:26:47 -04:00
Luis Ibanez
1f80ecf5a5 Configuratiion for finding LaTeX related executables. 2002-09-30 12:24:41 -04:00
Andy Cedilnik
1bd6766643 Set variable to either 1 or empty string instead of TRUE and FALSE 2002-09-25 17:25:02 -04:00
Andy Cedilnik
8d604d3421 Cleanup 2002-09-25 10:38:56 -04:00
Andy Cedilnik
5902279ebc Fix modules for recent changes 2002-09-25 10:08:08 -04:00
Andy Cedilnik
b5de000f26 Improve backward compatibility, so that all backward compatibility stuff is in two modules; fix invoking of try_compile; add checking for header files and sizes of types 2002-09-24 17:58:38 -04:00
Andy Cedilnik
3697ad6dc7 Initial attempt to check if library exists 2002-09-24 16:36:56 -04:00
Andy Cedilnik
a863d65561 Improve check size of. Now it checks for some header files before trying to check types 2002-09-24 16:20:08 -04:00
Andy Cedilnik
af7c36f3cf Fix comments 2002-09-23 10:01:20 -04:00