Sebastien Barre
|
2649962d65
|
FIX: although a CMakeLists.txt file could be searched up 'n' level in the directory tree, ReadListFile() always implied a CMakeLists.txt file was up *one* level.
|
2002-02-25 15:06:18 -05:00 |
Bill Hoffman
|
e2294ae591
|
ENH: look for Dart in c:
|
2002-02-25 13:20:48 -05:00 |
Bill Hoffman
|
9bab6591d0
|
ENH: fix warning
|
2002-02-25 12:47:20 -05:00 |
Sebastien Barre
|
b194f66677
|
ENH: Expand vars in SUBDIRS
|
2002-02-25 11:58:13 -05:00 |
Bill Hoffman
|
cd9157d9ea
|
BUG: fix remove of cygdrive path stuff
|
2002-02-25 10:47:56 -05:00 |
Brad King
|
a6333bfca3
|
ERR: std::ios::binary is only needed for Windows platforms, and isn't supported for all UNIX platforms.
|
2002-02-23 10:00:54 -05:00 |
Bill Hoffman
|
b8d2413156
|
ENH: fix for spaces in paths on unix
|
2002-02-22 15:40:44 -05:00 |
Bill Hoffman
|
8c3400dc6b
|
ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type
|
2002-02-22 13:38:33 -05:00 |
Brad King
|
bfcf4b02bf
|
ENH: Another attempt at getting cmCopyFile to work correctly. The previous implementation was correct, but didn't work on HPUX due to stream library bugs. This implementation will hopefully work everywhere.
|
2002-02-22 10:08:04 -05:00 |
Bill Hoffman
|
5cd08d0563
|
BUG: fix copy file for HP
|
2002-02-21 17:32:55 -05:00 |
Sebastien Barre
|
513d48c5ea
|
ENH: Since each test can send a lot of text to stderr/stdout, ctest now displays the list of tests that failed at the end of the process.
|
2002-02-21 16:06:54 -05:00 |
Bill Hoffman
|
3c748ec5ad
|
ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make
|
2002-02-21 15:55:20 -05:00 |
Berk Geveci
|
49fa9d8b61
|
Argh
|
2002-02-21 08:53:26 -05:00 |
Bill Hoffman
|
59714406cc
|
add ifdef for windows function
|
2002-02-21 08:43:19 -05:00 |
Bill Hoffman
|
7cf06be12e
|
dot net port
|
2002-02-20 15:27:04 -05:00 |
Bill Hoffman
|
27617df8b0
|
close to dot net working
|
2002-02-20 15:26:51 -05:00 |
Berk Geveci
|
6108756fbc
|
Bill forgot to add a library to the release target.
|
2002-02-20 09:16:00 -05:00 |
Bill Hoffman
|
f5e672fed1
|
ENH: getting closer
|
2002-02-19 17:56:14 -05:00 |
Bill Hoffman
|
b730794058
|
ENH: add dotnet stuff
|
2002-02-19 11:54:34 -05:00 |
Luis Ibanez
|
73ea7c710f
|
FIX: FLTK includes should use ".H" instead of ".h"
|
2002-02-19 10:23:23 -05:00 |
Bill Hoffman
|
f95d76c736
|
fix spacing on text
|
2002-02-19 09:43:40 -05:00 |
Bill Hoffman
|
96898bed3e
|
add dot net stuff to cmakelists file and dsp file
|
2002-02-19 09:43:26 -05:00 |
Bill Hoffman
|
8d8528db82
|
getting closer but still not working dot net support
|
2002-02-18 17:41:02 -05:00 |
Bill Hoffman
|
531900c941
|
*** empty log message ***
|
2002-02-18 14:50:09 -05:00 |
Bill Hoffman
|
60b9a2c14b
|
ENH: first pass at dot net support
|
2002-02-18 14:36:04 -05:00 |
Bill Hoffman
|
12c5f0fa26
|
ENH: fix for borland tlib files with dash in them problem.
|
2002-02-18 14:09:03 -05:00 |
Bill Hoffman
|
142119be95
|
ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do not want to build when doing a make depend
|
2002-02-14 10:03:19 -05:00 |
Bill Hoffman
|
2cc36654e6
|
ENH: do not use O2 g as default flags
|
2002-02-14 10:02:09 -05:00 |
Sebastien Barre
|
a12b5b958b
|
ENH: Add PROJECT_URL
|
2002-02-14 09:31:16 -05:00 |
Sebastien Barre
|
25f5f1fa63
|
ENH: Doxygen page
|
2002-02-13 18:57:28 -05:00 |
Sebastien Barre
|
8c1b043c25
|
FIX: remove that good ol' exit 0;
|
2002-02-13 18:50:17 -05:00 |
Sebastien Barre
|
4360a03238
|
FIX: update html archive filename
|
2002-02-13 18:32:28 -05:00 |
Sebastien Barre
|
d8f1dba1e7
|
ENH: Contribution graphs
|
2002-02-13 18:28:16 -05:00 |
Sebastien Barre
|
6d6546ea7e
|
This dir should not be covered (form distrib)
|
2002-02-13 16:17:26 -05:00 |
Sebastien Barre
|
9b78a74ed0
|
ENH: Trick VTK_WRAP_JAVA in a better way (avoid CUSTOM_TARGET)
|
2002-02-12 17:38:41 -05:00 |
Bill Hoffman
|
7d70285c86
|
ENH: add IGNORE option for cache values
|
2002-02-11 09:20:11 -05:00 |
Bill Hoffman
|
8e15a1ede7
|
BUG: fix CollapseFullPath so a trailing slash is not added to directories
|
2002-02-08 15:52:36 -05:00 |
Andy Cedilnik
|
a7065630f2
|
ERR: Cache bigendian
|
2002-02-07 11:39:07 -05:00 |
Bill Hoffman
|
4d119dd7d6
|
ENH: add ends at end of string
|
2002-02-06 12:14:03 -05:00 |
Bill Hoffman
|
80f716941e
|
add bool return value so diagnostics are easier
|
2002-02-06 10:50:17 -05:00 |
Bill Hoffman
|
caa49f2a1e
|
BUG: remove depend on directory because it is not supported by all makes
|
2002-02-06 10:42:15 -05:00 |
Bill Hoffman
|
84f6fdd69f
|
ENH: use target link libraries and add the link directory for cmform
|
2002-02-04 22:00:33 -05:00 |
Sebastien Barre
|
1362bb41c8
|
Add module to find gnuplot
|
2002-02-04 18:41:47 -05:00 |
Ian Scott
|
626251ddf0
|
the generated makefiles/DSPfiles now depend on the aux source directory's
last modified date.
|
2002-02-04 08:28:54 -05:00 |
Berk Geveci
|
11ff0db01f
|
Using cmSystemTools::Error() instead of cerr.
|
2002-02-01 13:08:50 -05:00 |
Berk Geveci
|
0813149896
|
Better support for parallel builds. Subdirs depend on their parent.
|
2002-02-01 13:07:27 -05:00 |
Bill Hoffman
|
1bde29e9bd
|
use CMake_SOURCE and not CMAKE_ROOT
|
2002-02-01 09:28:20 -05:00 |
Dan Blezek
|
b1090a0600
|
ENH: Adding search path's for PYTHON_LIBRARY
|
2002-01-31 15:16:16 -05:00 |
Bill Hoffman
|
9bf31316e1
|
try to get this working for dec cxx default compiler options
|
2002-01-31 10:32:49 -05:00 |
Bill Hoffman
|
7d6eb54cf0
|
ENH: fix for dec compiler, they still do not have the correct ansi stream library
|
2002-01-30 11:23:07 -05:00 |