dc8d8fbc00ENH: Waiting cursor color were reversed
Luis Ibanez
2001-06-11 02:10:31 -0400
7a9ab85304ENH: CMake invokation is working.
Luis Ibanez
2001-06-11 01:20:22 -0400
6d04ee9ec1ENH: Cache saving added
Luis Ibanez
2001-06-10 21:36:04 -0400
8f412df3f5DOC: 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
63083cf01cClass to manage every row in the GUI scrolling, corresponding to a single property
Luis Ibanez
2001-06-10 18:23:54 -0400
5d6817622eTemplate for the Makefile
Luis Ibanez
2001-06-10 18:23:05 -0400
b0befbde1aENH: cpp renamed cxx. Copy of data to and from the GUI is working
Luis Ibanez
2001-06-10 18:21:55 -0400
ad0019a740ENH: 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
059ee3931dBUG: Changed custom command generation to not use full path of output file from cable.
Brad King
2001-06-09 20:54:06 -0400
cff74e9a78ENH: 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
1ede7e4e24BUG: Removed generation of stray # Begin Custom Build line.
Brad King
2001-06-08 14:38:56 -0400
705f45ed5eDocumentation updated
Will Schroeder
2001-06-08 11:35:14 -0400
91b778d866Documentation updated
Will Schroeder
2001-06-08 11:33:07 -0400
2591042db1Documentation updated
Will Schroeder
2001-06-08 11:31:28 -0400
eca5889e23Documentation updated
Will Schroeder
2001-06-08 11:28:46 -0400
0f98c51d77ENH: Runtime library search paths can be added to the link lines for on shared builds.
Amitha Perera
2001-06-08 00:18:54 -0400
4ca711abb6replaced with pdf version
Ken Martin
2001-06-07 16:48:28 -0400
0995b8f9ecupdated docs
Will Schroeder
2001-06-07 16:45:04 -0400
1f50375b19checked in rtf version
Ken Martin
2001-06-07 16:34:56 -0400
a64f231f69updated docs
Ken Martin
2001-06-07 16:24:21 -0400
4f77d737c9ENH: move utilities to targets from makefile, and add versioning to cache
Bill Hoffman
2001-06-07 14:52:29 -0400
5b4a11af80BUG: 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
4c4184f56cadding a "Release with debugging Info" build to CMake for NT
Ian Scott
2001-06-07 11:36:55 -0400
5b69d22c7bERR: 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
dd249a0477FIX: Chaned error message to match command
Jim Miller
2001-06-07 08:50:38 -0400
19b183808aENH: 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
0905117480FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending to the file
Jim Miller
2001-06-06 16:14:11 -0400
37801ddaaeadded 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
38a164d254ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
Bill Hoffman
2001-06-06 13:48:13 -0400
b31fcf1cacENH:Some more tweaks
Will Schroeder
2001-06-06 13:37:18 -0400
9922155423ENH: rename Invoke to InitialPass
Bill Hoffman
2001-06-06 13:19:15 -0400
72e8b44793BUG: PATH options should not remove the file part of the path...
Bill Hoffman
2001-06-06 13:18:55 -0400
6948617497Change name of file created from Testfile to CMakeTestfile.txt
Jim Miller
2001-06-06 11:02:13 -0400
601a865c19ENH:More tweaks
Will Schroeder
2001-06-06 10:29:11 -0400
cbba629282ENH:More tweaks
Will Schroeder
2001-06-06 10:25:16 -0400
7bd2dbc260ENH:Some enhancements to the examples
Will Schroeder
2001-06-06 10:13:49 -0400
4a8d3fc1e3better regexp for reg entries
Ken Martin
2001-06-06 09:44:20 -0400
d84a68d067better tests
Ken Martin
2001-06-06 09:43:54 -0400
0f0f55fee4ERR:Didn't -kb
Will Schroeder
2001-06-06 09:08:35 -0400
7c3e4872aaDidn't kb
Will Schroeder
2001-06-06 09:07:39 -0400
035849bb24ENH:First incarnation of web pages
Will Schroeder
2001-06-06 08:49:39 -0400
dce5c3efccFIX: forgot to close the files
Jim Miller
2001-06-06 07:47:56 -0400
84edcba848ENH: Compress the library search directories so that each appears only once.
Amitha Perera
2001-06-05 22:54:42 -0400
22270abae5ENH: Added AddTest command
Jim Miller
2001-06-05 20:34:57 -0400
84dc25e9f5ENH: Added AddTest, and GenerateTestfile routines
Jim Miller
2001-06-05 20:34:01 -0400
6282d41c2aNew cmake command to specify a single test
Jim Miller
2001-06-05 20:32:33 -0400
8397eb6778Module name between Unix and Windows got switched by mistake.
Berk Geveci
2001-06-05 17:46:12 -0400
46aa080edcENH: Some tweaks, hacks and #ifdefs required to compile cmake on Borland C++Builder
John Biddiscombe
2001-06-05 17:41:16 -0400
729908bd4aENH: add PathDialog
Bill Hoffman
2001-06-05 17:29:44 -0400
8e281e5d5fBUG: fix EXE and LIB path problems
Bill Hoffman
2001-06-05 15:48:09 -0400
b92b025226STYLE: line too long
Bill Hoffman
2001-06-04 18:24:43 -0400
f18bb42bfcENH: print all arguments
Bill Hoffman
2001-06-04 18:24:28 -0400
c57d16eb41ENH: add better error checking
Bill Hoffman
2001-06-04 18:23:58 -0400
815ca6bbdcremoved find include command
Ken Martin
2001-06-04 17:17:36 -0400
648eedf9c6removed find include command finally added message
Ken Martin
2001-06-04 17:16:36 -0400
ba9aad7c99new message command
Ken Martin
2001-06-04 16:55:37 -0400
d037d11447new command
Ken Martin
2001-06-04 16:55:11 -0400
32db59e9a1unused variable
Ken Martin
2001-06-04 16:45:34 -0400
4d51f16118the "Release" target is not the default.
Sebastien Barre
2001-06-04 15:46:09 -0400
b6d823a7c1ENH: try to better handle control-c during make Makefiles
Bill Hoffman
2001-06-04 11:34:22 -0400
a3cfcd9894BUG: clean up memory leaks.
Bill Hoffman
2001-06-04 10:18:03 -0400
abab6bc000fix for network includ paths
Ken Martin
2001-06-01 13:54:43 -0400
6103324e01Fixing the module name for Unix.
Berk Geveci
2001-06-01 13:29:32 -0400
01b980591bBUG: fix edit of directories
Bill Hoffman
2001-05-31 15:48:35 -0400
6b37e97caeShould not use decl if not on Windows.
Berk Geveci
2001-05-31 14:15:55 -0400
a85e67d937BUG: add missing file
Bill Hoffman
2001-05-30 15:56:17 -0400
cf1393218fENH: remove unused includes
Bill Hoffman
2001-05-30 15:36:00 -0400
4179c991f4ENH: change MFC gui to use cmake class
Bill Hoffman
2001-05-30 15:28:55 -0400
dbf65f216fBUG: Now only one makefile rule is generated per depenency. This eliminates a number of warnings.
Amitha Perera
2001-05-29 14:16:27 -0400
bdfdfb73a2bug meaning that set(a b) just set a to "" and not to b
Geoffrey Cross
2001-05-25 17:19:04 -0400
07c4f9f145BUG: Fixed stupid error in the hack I just checked in.
Brad King
2001-05-25 15:33:22 -0400
410f4838b8BUG: 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
1a2918040dbetter help
Sebastien Barre
2001-05-25 15:27:52 -0400
7a6699e183display the property name in the help box
Sebastien Barre
2001-05-25 15:27:28 -0400
ad2437f08cBUG: 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
c60696ccafBUG: 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
f190cb8dc2BUG: missing quote on a custom command
Jim Miller
2001-05-25 07:31:26 -0400
3546e5611cNew functions used to extract the components of a full filename.
Sebastien Barre
2001-05-24 21:17:02 -0400
2533d55099The path found is now collapsed (cleaner).
Sebastien Barre
2001-05-24 21:14:53 -0400
d8c34cfb81Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename")
Sebastien Barre
2001-05-24 21:13:56 -0400
0532db2418Welcome to cmGetFilenameComponentCommand
Sebastien Barre
2001-05-24 21:12:20 -0400
cc12fb6ff8Try 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
d8354e65c9optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory (code was duplicated)
Sebastien Barre
2001-05-24 19:17:47 -0400
296649209cERR: VAR type entry missing after CACHE for CMAKE_TEMPLATE_FLAGS.
Brad King
2001-05-24 17:51:57 -0400
a2a40b1259updated to handle Tk commands compiled/linked separately. Useful for VTK Tk widgets for example.
Sebastien Barre
2001-05-24 14:59:09 -0400
ffd7cfd7c3Project independent setting for testing
Jim Miller
2001-05-24 13:45:55 -0400
abfa5238canew 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
5731bc9d54ENH: change the syntax of the SET command, fix the combo box for larger strings
Bill Hoffman
2001-05-24 12:57:33 -0400
ad92f34feaadded version number
Ken Martin
2001-05-24 11:47:21 -0400