Ken Martin
|
68447e5d75
|
removed old commands
|
2001-06-12 11:08:09 -04:00 |
Brad King
|
5f12ae0c62
|
BUG: Dependency hints must be removed by the makefile generator before adding the dependencies generated by cmMakeDepend.
|
2001-06-12 10:59:40 -04:00 |
Amitha Perera
|
46aa1cb9c4
|
BUG: There was no dependency for library targets on their required libraries.
(Hopefully there aren't any cyclic dependencies for libraries.)
CMAKE_SHLIB_LINK is now used for executable targets.
|
2001-06-12 10:45:41 -04:00 |
Ken Martin
|
ff529aa861
|
some cleanup to the make depend process
|
2001-06-12 09:00:21 -04:00 |
Luis Ibanez
|
d0614d75ea
|
ENH: Paths are now expanded for environment variables and made absolute.
The binary directory is created if it doesn't exist.
|
2001-06-12 08:34:29 -04:00 |
Brad King
|
522ff0204a
|
BUG: WIN32_EXECUTABLE targets were not being installed on unix properly. They are supposed to be treated just like any other EXECUTABLE target.
|
2001-06-12 08:31:33 -04:00 |
Brad King
|
0929dbbacf
|
ERR: int -> unsigned int.
|
2001-06-12 08:30:12 -04:00 |
Luis Ibanez
|
1292d9da3a
|
ENH: Added the path used in SuSe Linux 7.1
|
2001-06-11 21:50:16 -04:00 |
Jim Miller
|
6c0834e9a6
|
Modified for new Dart source tree
|
2001-06-11 19:14:31 -04:00 |
Ken Martin
|
667a57d157
|
minor fix in error checking
|
2001-06-11 18:00:38 -04:00 |
Brad King
|
c0865937b1
|
ENH: Added check for tcl8.4 (as against tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY.
|
2001-06-11 17:09:33 -04:00 |
Ken Martin
|
ead17fbd9d
|
added some const versions of get methods
|
2001-06-11 16:47:15 -04:00 |
Jim Miller
|
e686bb9ee1
|
Changed Testing.cmake to Dart.cmake
|
2001-06-11 15:31:41 -04:00 |
Jim Miller
|
faa1fb8bed
|
Rename Testing.cmake to Dart.cmake
|
2001-06-11 15:28:59 -04:00 |
Brad King
|
38d5b4a4c3
|
BUG: Fixed regular expression used to match registry entries. The expression now matches everything after a [HKEY until the first ']' is encountered.
|
2001-06-11 10:18:30 -04:00 |
Luis Ibanez
|
dc8d8fbc00
|
ENH: Waiting cursor color were reversed
|
2001-06-11 02:10:31 -04:00 |
Luis Ibanez
|
7a9ab85304
|
ENH: CMake invokation is working.
|
2001-06-11 01:20:22 -04:00 |
Luis Ibanez
|
6d04ee9ec1
|
ENH: Cache saving added
|
2001-06-10 21:36:04 -04:00 |
Luis Ibanez
|
8f412df3f5
|
DOC: Added a comment about the risk of using tempnam in Unix, as opposed to
using mkstemp.
|
2001-06-10 18:27:35 -04:00 |
Luis Ibanez
|
7b996f7910
|
.cpp renamed as .cxx
|
2001-06-10 18:25:38 -04:00 |
Luis Ibanez
|
63083cf01c
|
Class to manage every row in the GUI scrolling, corresponding to a
single property
|
2001-06-10 18:23:54 -04:00 |
Luis Ibanez
|
5d6817622e
|
Template for the Makefile
|
2001-06-10 18:23:05 -04:00 |
Luis Ibanez
|
b0befbde1a
|
ENH: cpp renamed cxx. Copy of data to and from the GUI is working
|
2001-06-10 18:21:55 -04:00 |
Luis Ibanez
|
ad0019a740
|
ENH: Added Fl_Tiles as row for holding property data. Data to and from the
GUI is working
|
2001-06-10 18:19:16 -04:00 |
Brad King
|
059ee3931d
|
BUG: Changed custom command generation to not use full path of output file from cable.
|
2001-06-09 20:54:06 -04:00 |
Brad King
|
cff74e9a78
|
ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS cache entries. This also allowed the correct generation of gccxml rules.
|
2001-06-08 14:40:28 -04:00 |
Brad King
|
1ede7e4e24
|
BUG: Removed generation of stray # Begin Custom Build line.
|
2001-06-08 14:38:56 -04:00 |
Will Schroeder
|
705f45ed5e
|
Documentation updated
|
2001-06-08 11:35:14 -04:00 |
Will Schroeder
|
91b778d866
|
Documentation updated
|
2001-06-08 11:33:07 -04:00 |
Will Schroeder
|
2591042db1
|
Documentation updated
|
2001-06-08 11:31:28 -04:00 |
Will Schroeder
|
eca5889e23
|
Documentation updated
|
2001-06-08 11:28:46 -04:00 |
Amitha Perera
|
0f98c51d77
|
ENH: Runtime library search paths can be added to the link lines for
on shared builds.
|
2001-06-08 00:18:54 -04:00 |
Ken Martin
|
4ca711abb6
|
replaced with pdf version
|
2001-06-07 16:48:28 -04:00 |
Will Schroeder
|
0995b8f9ec
|
updated docs
|
2001-06-07 16:45:04 -04:00 |
Ken Martin
|
1f50375b19
|
checked in rtf version
|
2001-06-07 16:34:56 -04:00 |
Ken Martin
|
a64f231f69
|
updated docs
|
2001-06-07 16:24:21 -04:00 |
Bill Hoffman
|
4f77d737c9
|
ENH: move utilities to targets from makefile, and add versioning to cache
|
2001-06-07 14:52:29 -04:00 |
Brad King
|
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.
|
2001-06-07 12:22:16 -04:00 |
Ian Scott
|
4c4184f56c
|
adding a "Release with debugging Info" build to CMake for NT
|
2001-06-07 11:36:55 -04:00 |
Brad King
|
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.
|
2001-06-07 10:16:18 -04:00 |
Jim Miller
|
dd249a0477
|
FIX: Chaned error message to match command
|
2001-06-07 08:50:38 -04:00 |
Brad King
|
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.
|
2001-06-06 16:45:52 -04:00 |
Jim Miller
|
0905117480
|
FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending to the file
|
2001-06-06 16:14:11 -04:00 |
Ken Martin
|
37801ddaae
|
added enable testing deprecated some commands
|
2001-06-06 13:58:18 -04:00 |
Bill Hoffman
|
355278324e
|
*** empty log message ***
|
2001-06-06 13:55:43 -04:00 |
Bill Hoffman
|
38a164d254
|
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
2001-06-06 13:48:13 -04:00 |
Will Schroeder
|
b31fcf1cac
|
ENH:Some more tweaks
|
2001-06-06 13:37:18 -04:00 |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
2001-06-06 13:19:15 -04:00 |
Bill Hoffman
|
72e8b44793
|
BUG: PATH options should not remove the file part of the path...
|
2001-06-06 13:18:55 -04:00 |
Jim Miller
|
6948617497
|
Change name of file created from Testfile to CMakeTestfile.txt
|
2001-06-06 11:02:13 -04:00 |