Commit Graph

  • dc8d8fbc00 ENH: Waiting cursor color were reversed Luis Ibanez 2001-06-11 02:10:31 -0400
  • 7a9ab85304 ENH: CMake invokation is working. Luis Ibanez 2001-06-11 01:20:22 -0400
  • 6d04ee9ec1 ENH: Cache saving added Luis Ibanez 2001-06-10 21:36:04 -0400
  • 8f412df3f5 DOC: Added a comment about the risk of using tempnam in Unix, as opposed to using mkstemp. Luis Ibanez 2001-06-10 18:27:35 -0400
  • 7b996f7910 .cpp renamed as .cxx Luis Ibanez 2001-06-10 18:25:38 -0400
  • 63083cf01c Class to manage every row in the GUI scrolling, corresponding to a single property Luis Ibanez 2001-06-10 18:23:54 -0400
  • 5d6817622e Template for the Makefile Luis Ibanez 2001-06-10 18:23:05 -0400
  • b0befbde1a ENH: cpp renamed cxx. Copy of data to and from the GUI is working Luis Ibanez 2001-06-10 18:21:55 -0400
  • ad0019a740 ENH: Added Fl_Tiles as row for holding property data. Data to and from the GUI is working Luis Ibanez 2001-06-10 18:19:16 -0400
  • 059ee3931d BUG: Changed custom command generation to not use full path of output file from cable. Brad King 2001-06-09 20:54:06 -0400
  • cff74e9a78 ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS cache entries. This also allowed the correct generation of gccxml rules. Brad King 2001-06-08 14:40:28 -0400
  • 1ede7e4e24 BUG: Removed generation of stray # Begin Custom Build line. Brad King 2001-06-08 14:38:56 -0400
  • 705f45ed5e Documentation updated Will Schroeder 2001-06-08 11:35:14 -0400
  • 91b778d866 Documentation updated Will Schroeder 2001-06-08 11:33:07 -0400
  • 2591042db1 Documentation updated Will Schroeder 2001-06-08 11:31:28 -0400
  • eca5889e23 Documentation updated Will Schroeder 2001-06-08 11:28:46 -0400
  • 0f98c51d77 ENH: Runtime library search paths can be added to the link lines for on shared builds. Amitha Perera 2001-06-08 00:18:54 -0400
  • 4ca711abb6 replaced with pdf version Ken Martin 2001-06-07 16:48:28 -0400
  • 0995b8f9ec updated docs Will Schroeder 2001-06-07 16:45:04 -0400
  • 1f50375b19 checked in rtf version Ken Martin 2001-06-07 16:34:56 -0400
  • a64f231f69 updated docs Ken Martin 2001-06-07 16:24:21 -0400
  • 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache Bill Hoffman 2001-06-07 14:52:29 -0400
  • 5b4a11af80 BUG: ENABLE_TESTING command may need to create output directory before writing the CMakeTestfile into it since it is invoked before the makefile generator runs. Brad King 2001-06-07 12:22:16 -0400
  • 4c4184f56c adding a "Release with debugging Info" build to CMake for NT Ian Scott 2001-06-07 11:36:55 -0400
  • 5b69d22c7b ERR: Fixed generation of source name and directory for cmSourceFiles of generated Tcl wrapper files. Changed extension of generated gcc-xml input c++ file to be .cc so that GCC will recognize it, but MsDev will still allow a custom command on it. Brad King 2001-06-07 10:16:18 -0400
  • dd249a0477 FIX: Chaned error message to match command Jim Miller 2001-06-07 08:50:38 -0400
  • 19b183808a ENH: Changed generation of gccxml command to write out define and include flags explicitly instead of using CMAKE_CXX_FLAGS and INCLUDE_FLAGS variables. This should help it run when gccxml is not the compiler that will build the generated wrappers. Brad King 2001-06-06 16:45:52 -0400
  • 0905117480 FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending to the file Jim Miller 2001-06-06 16:14:11 -0400
  • 37801ddaae added enable testing deprecated some commands Ken Martin 2001-06-06 13:58:18 -0400
  • 355278324e *** empty log message *** Bill Hoffman 2001-06-06 13:55:43 -0400
  • 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter Bill Hoffman 2001-06-06 13:48:13 -0400
  • b31fcf1cac ENH:Some more tweaks Will Schroeder 2001-06-06 13:37:18 -0400
  • 9922155423 ENH: rename Invoke to InitialPass Bill Hoffman 2001-06-06 13:19:15 -0400
  • 72e8b44793 BUG: PATH options should not remove the file part of the path... Bill Hoffman 2001-06-06 13:18:55 -0400
  • 6948617497 Change name of file created from Testfile to CMakeTestfile.txt Jim Miller 2001-06-06 11:02:13 -0400
  • 601a865c19 ENH:More tweaks Will Schroeder 2001-06-06 10:29:11 -0400
  • cbba629282 ENH:More tweaks Will Schroeder 2001-06-06 10:25:16 -0400
  • 7bd2dbc260 ENH:Some enhancements to the examples Will Schroeder 2001-06-06 10:13:49 -0400
  • 4a8d3fc1e3 better regexp for reg entries Ken Martin 2001-06-06 09:44:20 -0400
  • d84a68d067 better tests Ken Martin 2001-06-06 09:43:54 -0400
  • 0f0f55fee4 ERR:Didn't -kb Will Schroeder 2001-06-06 09:08:35 -0400
  • 7c3e4872aa Didn't kb Will Schroeder 2001-06-06 09:07:39 -0400
  • 035849bb24 ENH:First incarnation of web pages Will Schroeder 2001-06-06 08:49:39 -0400
  • dce5c3efcc FIX: forgot to close the files Jim Miller 2001-06-06 07:47:56 -0400
  • 84edcba848 ENH: Compress the library search directories so that each appears only once. Amitha Perera 2001-06-05 22:54:42 -0400
  • 22270abae5 ENH: Added AddTest command Jim Miller 2001-06-05 20:34:57 -0400
  • 84dc25e9f5 ENH: Added AddTest, and GenerateTestfile routines Jim Miller 2001-06-05 20:34:01 -0400
  • 6282d41c2a New cmake command to specify a single test Jim Miller 2001-06-05 20:32:33 -0400
  • 8397eb6778 Module name between Unix and Windows got switched by mistake. Berk Geveci 2001-06-05 17:46:12 -0400
  • 46aa080edc ENH: Some tweaks, hacks and #ifdefs required to compile cmake on Borland C++Builder John Biddiscombe 2001-06-05 17:41:16 -0400
  • 729908bd4a ENH: add PathDialog Bill Hoffman 2001-06-05 17:29:44 -0400
  • 9c149dda81 ENH: add better path chooser dialog Bill Hoffman 2001-06-05 17:26:48 -0400
  • 8e281e5d5f BUG: fix EXE and LIB path problems Bill Hoffman 2001-06-05 15:48:09 -0400
  • b92b025226 STYLE: line too long Bill Hoffman 2001-06-04 18:24:43 -0400
  • f18bb42bfc ENH: print all arguments Bill Hoffman 2001-06-04 18:24:28 -0400
  • c57d16eb41 ENH: add better error checking Bill Hoffman 2001-06-04 18:23:58 -0400
  • 815ca6bbdc removed find include command Ken Martin 2001-06-04 17:17:36 -0400
  • 648eedf9c6 removed find include command finally added message Ken Martin 2001-06-04 17:16:36 -0400
  • ba9aad7c99 new message command Ken Martin 2001-06-04 16:55:37 -0400
  • d037d11447 new command Ken Martin 2001-06-04 16:55:11 -0400
  • 32db59e9a1 unused variable Ken Martin 2001-06-04 16:45:34 -0400
  • 4d51f16118 the "Release" target is not the default. Sebastien Barre 2001-06-04 15:46:09 -0400
  • b6d823a7c1 ENH: try to better handle control-c during make Makefiles Bill Hoffman 2001-06-04 11:34:22 -0400
  • a3cfcd9894 BUG: clean up memory leaks. Bill Hoffman 2001-06-04 10:18:03 -0400
  • abab6bc000 fix for network includ paths Ken Martin 2001-06-01 13:54:43 -0400
  • 6103324e01 Fixing the module name for Unix. Berk Geveci 2001-06-01 13:29:32 -0400
  • 01b980591b BUG: fix edit of directories Bill Hoffman 2001-05-31 15:48:35 -0400
  • 6b37e97cae Should not use decl if not on Windows. Berk Geveci 2001-05-31 14:15:55 -0400
  • a85e67d937 BUG: add missing file Bill Hoffman 2001-05-30 15:56:17 -0400
  • cf1393218f ENH: remove unused includes Bill Hoffman 2001-05-30 15:36:00 -0400
  • 4179c991f4 ENH: change MFC gui to use cmake class Bill Hoffman 2001-05-30 15:28:55 -0400
  • dbf65f216f BUG: Now only one makefile rule is generated per depenency. This eliminates a number of warnings. Amitha Perera 2001-05-29 14:16:27 -0400
  • bdfdfb73a2 bug meaning that set(a b) just set a to "" and not to b Geoffrey Cross 2001-05-25 17:19:04 -0400
  • 07c4f9f145 BUG: Fixed stupid error in the hack I just checked in. Brad King 2001-05-25 15:33:22 -0400
  • 410f4838b8 BUG: WIN32 executable target rules are now generated in unix the same as any other executable (instead of not at all). Brad King 2001-05-25 15:32:22 -0400
  • 1a2918040d better help Sebastien Barre 2001-05-25 15:27:52 -0400
  • 7a6699e183 display the property name in the help box Sebastien Barre 2001-05-25 15:27:28 -0400
  • ad2437f08c BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly parse off the last entry of the system PATH environment variable. Brad King 2001-05-25 14:31:35 -0400
  • c60696ccaf BUG: Fixed logic that splits a full path library link into the -L and -l pieces to not write out a -l by itself if the file regular expression does not match. Brad King 2001-05-25 14:27:30 -0400
  • f190cb8dc2 BUG: missing quote on a custom command Jim Miller 2001-05-25 07:31:26 -0400
  • 3546e5611c New functions used to extract the components of a full filename. Sebastien Barre 2001-05-24 21:17:02 -0400
  • 2533d55099 The path found is now collapsed (cleaner). Sebastien Barre 2001-05-24 21:14:53 -0400
  • d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") Sebastien Barre 2001-05-24 21:13:56 -0400
  • 0532db2418 Welcome to cmGetFilenameComponentCommand Sebastien Barre 2001-05-24 21:12:20 -0400
  • cc12fb6ff8 Try to find tclsh or wish and use that path to find the include or lib directory. TK_INTERNAL_PATH is searched too (path to tkWinInt.h) Sebastien Barre 2001-05-24 21:11:27 -0400
  • d8354e65c9 optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory (code was duplicated) Sebastien Barre 2001-05-24 19:17:47 -0400
  • 296649209c ERR: VAR type entry missing after CACHE for CMAKE_TEMPLATE_FLAGS. Brad King 2001-05-24 17:51:57 -0400
  • a2a40b1259 updated to handle Tk commands compiled/linked separately. Useful for VTK Tk widgets for example. Sebastien Barre 2001-05-24 14:59:09 -0400
  • ffd7cfd7c3 Project independent setting for testing Jim Miller 2001-05-24 13:45:55 -0400
  • abfa5238ca new Capitalized function. Will be used in the VTK Tcl wrapper for example (in a more portable way). Sebastien Barre 2001-05-24 13:40:46 -0400
  • 812eed0e11 *** empty log message *** Bill Hoffman 2001-05-24 13:35:59 -0400
  • 5731bc9d54 ENH: change the syntax of the SET command, fix the combo box for larger strings Bill Hoffman 2001-05-24 12:57:33 -0400
  • ad92f34fea added version number Ken Martin 2001-05-24 11:47:21 -0400
  • 4d036f44f5 removed hardcoded VTKDLL Sebastien Barre 2001-05-24 10:32:00 -0400
  • 25fb20c4aa slight change in the order of the options (right-most takes precedence) Sebastien Barre 2001-05-24 10:00:27 -0400
  • 1c44097f13 Changed Windows build command to build Release Jim Miller 2001-05-23 20:16:35 -0400
  • 8130d63235 Intermediate Dir was wrong Sebastien Barre 2001-05-23 18:31:20 -0400
  • af6c95495c /Gz => /GZ Sebastien Barre 2001-05-23 18:22:20 -0400
  • 2dcd871b4f removed /O2 from debug Sebastien Barre 2001-05-23 18:19:01 -0400
  • bc9531c0d1 ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags Bill Hoffman 2001-05-23 17:19:38 -0400