Commit Graph

669 Commits

Author SHA1 Message Date
Bill Hoffman a7f7366abd ENH: various fixes to allow bootstrap on sunos with CC 2001-06-28 17:45:54 -04:00
Bill Hoffman 850d74f67f fixed Dart issue 2001-06-28 16:45:22 -04:00
Bill Hoffman ea712cf8a8 set values in the cache not just the current makefile 2001-06-28 15:27:44 -04:00
Berk Geveci d08d2738c9 Undefined symbol 2001-06-28 15:11:40 -04:00
Berk Geveci 19bd2c0c29 Special rules for out-of-package source files. 2001-06-28 15:08:50 -04:00
Bill Hoffman 61acb47f54 BUG: fix for sgi compiler 2001-06-28 14:53:08 -04:00
Bill Hoffman aec9f9eaa9 BUG: pass flags to compiler during configure 2001-06-28 14:38:21 -04:00
Bill Hoffman 5bd5e6553b BUG: pass flags to compiler during configure 2001-06-28 14:27:04 -04:00
Bill Hoffman 1b9a530ef4 BUG: find files in subdirectories 2001-06-28 14:01:21 -04:00
Bill Hoffman d1b419b7be fix for scope on hp 2001-06-28 11:42:24 -04:00
Bill Hoffman a5349a79c3 BUG: check size of path error, HP gcount problem 2001-06-28 11:40:35 -04:00
Berk Geveci b6121bf8a8 Added variable expansion. 2001-06-27 17:19:11 -04:00
Ken Martin 2a7fc5750b updated version to 0.3 2001-06-27 16:18:14 -04:00
Ken Martin ac12186742 updated version to 0.2 2001-06-27 16:17:35 -04:00
Ken Martin ae243b21bb ENH: fix install when executable and lib path set 2001-06-27 16:14:14 -04:00
Bill Hoffman a5cda2217d ENH: fix install for cygwin, build cmake from configure 2001-06-27 15:42:27 -04:00
Brad King 7bb9fdbeef BUG: Check for building shared libraries should read from the make file's setting, not directly from the cache. 2001-06-27 15:13:26 -04:00
Brad King 459dfc7531 BUG: Check for building shared libraries should read from makefile's setting, not directly from the cache. 2001-06-27 15:09:22 -04:00
Will Schroeder dce7d07038 added binary download 2001-06-27 13:57:24 -04:00
Ken Martin be74431f22 updated for 0.2 2001-06-27 13:16:57 -04:00
Ken Martin 5579ee31d5 documentation change 2001-06-27 13:14:34 -04:00
Amitha Perera cdb3f325b5 ENH: Use ${MAKE} instead of make for dependent library rules 2001-06-27 12:09:56 -04:00
Ken Martin 7eb2940eed alphabetized 2001-06-27 11:49:02 -04:00
Ken Martin b5c6730f70 added help options 2001-06-27 11:35:08 -04:00
Ken Martin c19c252e23 minor fixes to testing 2001-06-27 09:17:12 -04:00
Ken Martin c6418bd34b mod to the testing 2001-06-27 09:16:48 -04:00
Ken Martin 00f2337e44 added dependencies for testing 2001-06-27 09:16:16 -04:00
Bill Hoffman 29450e7f48 ENH: convert to unix slashes on browse, remove font and color junk 2001-06-26 16:44:22 -04:00
Bill Hoffman cd493124f7 BUG: change to dos mode 2001-06-26 16:19:23 -04:00
Ken Martin 6de6f73468 update for CMake changes 2001-06-26 13:41:30 -04:00
Ken Martin c84f6448a6 modified how paths are escaped, added depends 2001-06-26 13:23:55 -04:00
Ken Martin 43ac1a3a86 added add dependencies command 2001-06-26 10:01:03 -04:00
Ken Martin 78cc9b21e0 better GUI resize and combo box fixes 2001-06-26 09:55:35 -04:00
Jim Miller d2c2cf3296 FIX: added AddDefinition() to store site name and build name in makefile. Also stripped
white space from the result of hostname.
2001-06-25 13:34:09 -04:00
Ken Martin c40e8c5017 made cmake write its execs into CMake/Source 2001-06-25 10:59:03 -04:00
Bill Hoffman 65a2a9f72c BUG: shared libraries should not depend on other shared libraries, they get relinked too often. 2001-06-22 14:53:51 -04:00
Bill Hoffman 8da64c7c44 ENH: put back stdio.h to get sprintf 2001-06-22 14:53:14 -04:00
John Biddiscombe 81e6046a99 ERR: Serious problems with my CVS. How did this get committed? 2001-06-22 14:23:31 -04:00
Brad King 373c1663cf BUG: Wrote correct implementation of cmCopyFile. 2001-06-22 12:19:34 -04:00
Brad King 10e0197054 BUG: Fixed generation of cMakeRoot in one case. 2001-06-22 12:18:52 -04:00
Brad King fda8bcc978 ENH: Added string.h include. 2001-06-22 12:18:10 -04:00
Brad King 487dc39f12 ERR: Removed stray standard header include. They should be added to cmStandardIncludes.h 2001-06-22 12:17:53 -04:00
Brad King 5c39470031 BUG: Added missing newline in error message. 2001-06-22 12:17:03 -04:00
Ken Martin 24ec7f5c3c removed stricmp 2001-06-22 11:32:27 -04:00
Ken Martin 1203dca687 escape quotes on cmaketest.h.in 2001-06-22 11:28:25 -04:00
Ken Martin 8609fdb051 added escape quotes option 2001-06-22 11:15:18 -04:00
Ken Martin 43793f7df4 added escape quotes option in replace strings 2001-06-22 11:14:32 -04:00
Ken Martin b977136904 added escape quote method 2001-06-22 10:21:08 -04:00
John Biddiscombe 348d1994ac ENH: Added new command SOURCE_FILES_REMOVE which can be used
to take files out of the build. Especially useful when certain compilers choke on the
odd file.
2001-06-22 09:58:13 -04:00
John Biddiscombe e1e7b8adca ENH: Added RemoveSource(...) to complement AddSource. New command
SOURCE_FILES_REMOVE uses it and can be used to take files out of the build
2001-06-22 09:47:02 -04:00