Commit Graph

16066 Commits

Author SHA1 Message Date
Will Schroeder dbdf1c356b ENH:New copyright 2001-04-27 09:13:01 -04:00
Ken Martin e25a8f1d72 removed old junk 2001-04-27 08:46:04 -04:00
Will Schroeder 54cfe84f3f ENH:New copyright 2001-04-27 08:01:17 -04:00
Will Schroeder 1ba4ef0fdf ENH:Copyright 2001-04-27 07:55:13 -04:00
Ken Martin 41e1270413 support for debug and opt libraries 2001-04-26 16:22:53 -04:00
Ken Martin 888e47ddb4 better help 2001-04-26 15:41:18 -04:00
Brad King 61d2314989 ENH: Changed WriteConfiguration to non-const so it can do error checking. Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command. 2001-04-26 15:27:38 -04:00
Bill Hoffman 2c1fb789d7 ENH: add help for cache entries 2001-04-26 14:53:44 -04:00
Ken Martin 6e5af0e6cc some fixes for If commands 2001-04-26 10:49:12 -04:00
Ken Martin 30ad61805b bug fixes 2001-04-26 09:38:31 -04:00
Bill Hoffman ab7f884a44 ENH: set initial build to source dir 2001-04-25 19:01:12 -04:00
Bill Hoffman 11b68dea51 ENH: add error checking for empty build dir 2001-04-25 18:53:33 -04:00
Bill Hoffman 5c83326fb4 ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by configure 2001-04-25 16:09:17 -04:00
Ken Martin 61091234c3 rules were not inherited when they should be 2001-04-25 11:47:03 -04:00
Brad King c3ab706698 BUG: Fixed output of dependencies. It needs to loop over the makefile's targets, not the source lists. 2001-04-25 09:39:23 -04:00
Brad King ddbf1feab4 STYLE: Updated comments for name change cmClassFile->cmSourceFile 2001-04-25 09:37:57 -04:00
Ken Martin d8310165be updated the docs some 2001-04-25 09:33:06 -04:00
Brad King 91ddeacdbb ERR: cmClassFile.h -> cmSourceFile.h include change. 2001-04-24 17:33:09 -04:00
Ken Martin 73f04d1409 many fixes and cleanup and features 2001-04-24 16:49:12 -04:00
Bill Hoffman b5746484e4 BUG: fix duplicate property items 2001-04-24 14:19:13 -04:00
Bill Hoffman 37468fad3a BUG: fix cache updates 2001-04-24 13:32:31 -04:00
Bill Hoffman 818b0e5bc1 BUG: fix build directory problem 2001-04-24 12:40:37 -04:00
Brad King 435a8a7033 ERR: Removed extra SRC_OBJ reference. The variable is no longer used. 2001-04-24 09:45:40 -04:00
Bill Hoffman 90e5612298 ENH: new GUI editor for cmake cache file 2001-04-23 16:40:29 -04:00
Ken Martin 619dd8c479 added option command 2001-04-23 16:34:12 -04:00
Ken Martin b49204ab0d new command 2001-04-23 16:33:24 -04:00
Dan Blezek 8852ed9d2f BUG: Clean was not doing it's job 2001-04-23 13:58:36 -04:00
Brad King 80ce581a0d ERR: Added virtual destructor to complement virtual functions in cmIfFunctionBlocker. 2001-04-23 10:23:24 -04:00
Ken Martin b5f62159ca added if else endif add definition 2001-04-19 17:39:03 -04:00
Ken Martin 24bce99cbf cleaned up the coding style made ivars private etc 2001-04-19 13:28:46 -04:00
Brad King 57c4325c7d ERR: We can't assume a vector iterator is a pointer. It must be dereferenced to get a reference to the element, and then we can take the address of that to get a pointer. "i" becomes "&*i" 2001-04-18 08:01:56 -04:00
Brad King c025838c73 ERR: Removed unused variable. 2001-04-17 07:42:33 -04:00
Bill Hoffman 7155d1f68b BUG: fix small compile issues on HP aCC 2001-04-16 15:40:40 -04:00
Brad King f63e4a144c ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a set results in a significant performance increase and reduction in memory usage. 2001-04-16 12:31:56 -04:00
Jim Miller e963dcaa8f FIX: allow ADD_LIBRARY with no source list 2001-04-16 10:15:05 -04:00
Ken Martin 7b362bdb1f fixed cable package issue 2001-04-16 10:01:13 -04:00
Ken Martin e40aaa57c3 some bug fixes 2001-04-12 15:34:09 -04:00
Brad King fb6c4b8710 ENH: Added individual library linkage output so that shared libraries will not try to link against themselves. 2001-04-12 09:55:08 -04:00
Ken Martin e784f153cf removed old rules 2001-04-12 09:49:33 -04:00
Brad King 69308873f9 ENH: Generation now sets up proper linking of shared libraries to each other. 2001-04-11 16:34:53 -04:00
Brad King 7b2b93560e ERR: Needed to switch point where CMakeTargets.make is included so that Variables will be available to the targets file. 2001-04-11 15:43:29 -04:00
Ken Martin 865ec96644 major changes to support multiple libraries and source lists 2001-04-11 14:59:02 -04:00
Brad King 7b47a5d2ef ENH: Need BUILD_SHARED_LIBRARIES defined for making windows DLLs. 2001-04-10 15:26:57 -04:00
Brad King d1e05d738f ERR: Added double-quotes around command name before arguments are appended. 2001-04-09 10:56:55 -04:00
Brad King a04fa127a8 ERR: Missed one EscapeSpaces call. 2001-04-09 10:53:17 -04:00
Brad King e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 2001-04-09 10:31:36 -04:00
Brad King e7bd5fcd19 ENH: Added support for spaces in the output directory names. Spaces in the input directory name may work also, but are untested. 2001-04-09 09:44:29 -04:00
Bill Hoffman 70b14df3f0 BUG: fix depends for libraries and executables in the same dir 2001-04-06 17:01:57 -04:00
Bill Hoffman 2a7964e310 ENH: better error reporting, and add NOTFOUND into cache for library and file find 2001-04-06 14:51:53 -04:00
Ken Martin 3355878eeb fixed the documentation some 2001-04-06 12:00:39 -04:00