Bill Hoffman
|
3c6d30e4ab
|
fix for paths with spaces and borland
|
2002-11-22 16:59:21 -05:00 |
Bill Hoffman
|
69806d705a
|
change flags for borland
|
2002-11-22 16:18:31 -05:00 |
Andy Cedilnik
|
be986c6cae
|
Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks Windows 98
|
2002-11-22 15:44:10 -05:00 |
Andy Cedilnik
|
934d7d3dd6
|
Rename local variable
|
2002-11-22 09:45:50 -05:00 |
Bill Hoffman
|
2a48ce12b1
|
add support for CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGS
|
2002-11-21 23:54:34 -05:00 |
Bill Hoffman
|
fc68dd61c3
|
fix for c flags
|
2002-11-21 16:11:44 -05:00 |
Bill Hoffman
|
ddf6808956
|
fix flag setting
|
2002-11-21 16:03:59 -05:00 |
Bill Hoffman
|
145390fcc9
|
fix flag setting
|
2002-11-21 16:03:07 -05:00 |
Bill Hoffman
|
77888e67f8
|
remove debug stuff
|
2002-11-21 15:36:33 -05:00 |
Bill Hoffman
|
a8a087b099
|
move compile defs to cxx and c flags
|
2002-11-21 15:15:49 -05:00 |
Bill Hoffman
|
c544cb4307
|
clean up entire temp directory
|
2002-11-21 14:59:41 -05:00 |
Bill Hoffman
|
1e3ddfeecf
|
try to fix check for ansi stream
|
2002-11-21 14:45:21 -05:00 |
Bill Hoffman
|
02d423b250
|
fix order
|
2002-11-21 14:32:20 -05:00 |
Bill Hoffman
|
ddc3c70641
|
fix order
|
2002-11-21 14:24:58 -05:00 |
Bill Hoffman
|
a7098d1433
|
move ansi cxx flags stuff out of try compile and into cmake files
|
2002-11-21 14:11:53 -05:00 |
Bill Hoffman
|
02ef2fb568
|
fix network paths with spaces
|
2002-11-21 13:37:32 -05:00 |
Bill Hoffman
|
c54a86edd6
|
have to cache ansi_cxxflags
|
2002-11-21 13:28:03 -05:00 |
Bill Hoffman
|
369d5f631c
|
spelling error
|
2002-11-21 13:00:51 -05:00 |
Bill Hoffman
|
9a6c95fcea
|
add checks for ansi flags and not hard code them
|
2002-11-21 12:52:54 -05:00 |
Andy Cedilnik
|
b8a1b1e9e7
|
Fix for network paths with space
|
2002-11-21 12:26:54 -05:00 |
Andy Cedilnik
|
146a3de46d
|
Fix for network paths
|
2002-11-21 12:26:31 -05:00 |
Sebastien Barre
|
209d00ccfc
|
FUX: those vars need to be ADVANCED
|
2002-11-21 11:46:13 -05:00 |
Brad King
|
9a98c16803
|
ENH: Added CHECK_VARIABLE_EXISTS macro.
|
2002-11-21 10:11:46 -05:00 |
Brad King
|
a7da3d4eff
|
ERR: Fixed string literal to char* warnings.
|
2002-11-21 10:03:36 -05:00 |
Bill Hoffman
|
e9687d931a
|
fix for create shared library
|
2002-11-21 08:45:45 -05:00 |
Ken Martin
|
1a9ae3b5fa
|
converted c plus plus comments
|
2002-11-21 08:19:05 -05:00 |
Bill Hoffman
|
70eaf19326
|
ENH: fix for module run time flag
|
2002-11-21 08:12:19 -05:00 |
Bill Hoffman
|
b123c07ecf
|
rename foo variables to better names
|
2002-11-20 18:18:24 -05:00 |
Brad King
|
7ef6173664
|
ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows reading of cache values from another cache without actually creating local copies of the cache entires. The values are stored as prefixed local makefile variables.
|
2002-11-20 18:00:02 -05:00 |
Brad King
|
c2addf1630
|
ENH: Added support to find VTK 4.0.
|
2002-11-20 16:23:20 -05:00 |
Bill Hoffman
|
ee42cf3c06
|
BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCC
|
2002-11-20 15:23:14 -05:00 |
Luis Ibanez
|
9686a9034c
|
ENH: Now also locates the "makeindex" program.
|
2002-11-20 14:40:51 -05:00 |
Brad King
|
9f7d94a1c4
|
ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search VTK_BINARY_PATH if USE_BUILT_VTK is on.
|
2002-11-20 14:11:07 -05:00 |
Brad King
|
e3f76e9367
|
ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. Also provides more powerful search path mechanism, and requires only one cache entry in user project.
|
2002-11-20 13:37:52 -05:00 |
Brad King
|
c96c3c382f
|
BUG: Attempt to fix CopyFile problem using flush before check for success.
|
2002-11-20 12:58:29 -05:00 |
Brad King
|
6435f608b9
|
ERR: Fixed signed/unsigned warning.
|
2002-11-20 09:06:38 -05:00 |
Brad King
|
f87d7039e2
|
ERR: Fixed unused parameter warning.
|
2002-11-20 09:06:23 -05:00 |
Ken Martin
|
f3e7681ff4
|
fixed comments to be c style not c plus plus
|
2002-11-20 09:04:28 -05:00 |
Bill Hoffman
|
5a75e03037
|
allow flags to be in the CC and CXX environment variables
|
2002-11-19 18:17:17 -05:00 |
Amitha Perera
|
939035ad91
|
BUG: the dependency analysis would incorrectly alphabetically re-order the
link lines, which affects external libraries pulled up from deep within
the dependency tree. Fixed by preserving order everywhere.
|
2002-11-19 18:01:05 -05:00 |
Bill Hoffman
|
7140c6f364
|
fixes to better honor env CC and CXX
|
2002-11-19 15:55:19 -05:00 |
Bill Hoffman
|
76fca308d3
|
ENH: add some better output when copy file fails
|
2002-11-19 14:40:47 -05:00 |
Bill Hoffman
|
fd30c82a19
|
fix some warnings
|
2002-11-19 14:40:23 -05:00 |
Andy Cedilnik
|
ae3b1f3e70
|
Add / after directory name when doing tab completion
|
2002-11-19 13:19:40 -05:00 |
Andy Cedilnik
|
1d39833446
|
Add progress to ccmake
|
2002-11-19 13:09:16 -05:00 |
Bill Hoffman
|
0cb9343e83
|
BUG: fix CFLAGS
|
2002-11-19 12:20:21 -05:00 |
Bill Hoffman
|
9b14032ab4
|
BUG: fix handling of CXX
|
2002-11-19 12:18:12 -05:00 |
Bill Hoffman
|
1a2a600a55
|
fix warning
|
2002-11-19 09:12:23 -05:00 |
Ken Martin
|
d5463f404c
|
fix in warning
|
2002-11-19 09:01:37 -05:00 |
Andy Cedilnik
|
65a814c989
|
Initial add of progress
|
2002-11-18 16:29:14 -05:00 |