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 |
Bill Hoffman
|
d05716c498
|
BUG: fix for thread and cache override
|
2002-11-18 15:14:44 -05:00 |
Andy Cedilnik
|
5b17658c91
|
Add more messages, make messages look the same, add checks if test was already successfull
|
2002-11-18 10:52:09 -05:00 |
Andy Cedilnik
|
ebb6477dbb
|
If system detection fails, make copy of CMakeCache
|
2002-11-18 10:51:21 -05:00 |
Bill Hoffman
|
603af011c1
|
add print for compiler is gnu
|
2002-11-18 09:08:23 -05:00 |
Ken Martin
|
86c32e96db
|
fix some compiler warnings hopefully
|
2002-11-17 17:31:12 -05:00 |
Bill Hoffman
|
dad83f4d3c
|
BUG: fix for borland run time dll
|
2002-11-15 17:45:03 -05:00 |
Bill Hoffman
|
c164ba1ba1
|
fix for sun
|
2002-11-15 16:00:22 -05:00 |
Ken Martin
|
523b7ffa3b
|
fixed bad source directory bug
|
2002-11-15 13:17:43 -05:00 |
Ken Martin
|
78b8d0af6c
|
fixed compiler warning
|
2002-11-15 12:54:04 -05:00 |
Bill Hoffman
|
a2ec93371b
|
ENH: add back install prefix
|
2002-11-15 10:07:38 -05:00 |
Bill Hoffman
|
7a8928eefc
|
fix thread logic
|
2002-11-15 09:30:46 -05:00 |
Bill Hoffman
|
c652215ca8
|
ENH: add CFLAGS and CXXFLAGS
|
2002-11-15 09:16:34 -05:00 |
Andy Cedilnik
|
a96940d7b2
|
Oops, std namespace
|
2002-11-15 07:42:00 -05:00 |
Andy Cedilnik
|
c91ca248f6
|
Add progress reporting
|
2002-11-14 18:18:49 -05:00 |
Andy Cedilnik
|
9f6e61361c
|
Add Progress support
|
2002-11-14 17:12:38 -05:00 |
Berk Geveci
|
435282e538
|
temp fix for hp
|
2002-11-14 16:29:15 -05:00 |
Bill Hoffman
|
610b04713c
|
*** empty log message ***
|
2002-11-14 16:29:14 -05:00 |
Berk Geveci
|
3118795db0
|
fix flags for hp
|
2002-11-14 16:12:46 -05:00 |
Andy Cedilnik
|
4b0c9ee2be
|
Fix compile flags on c files in static liobraries on windows
|
2002-11-14 14:06:54 -05:00 |
Andy Cedilnik
|
115ea25dab
|
BUG: fix flags for c compiler on windows
|
2002-11-14 11:33:25 -05:00 |
Ken Martin
|
f67643112c
|
added another func
|
2002-11-14 11:16:58 -05:00 |
Ken Martin
|
1d74cb3e35
|
added another func
|
2002-11-14 11:03:08 -05:00 |
Andy Cedilnik
|
2281726935
|
Clean find for Python, add find for python 2.2 on windows, cleanup java on windows and add java 1.4 support
|
2002-11-14 09:38:45 -05:00 |
Berk Geveci
|
b7f96d0e75
|
Added missing space.
|
2002-11-14 09:38:28 -05:00 |
Andy Cedilnik
|
e9fa0d3cbb
|
Fix building on NMake. Use short paths
|
2002-11-14 09:37:58 -05:00 |
Bill Hoffman
|
388c4ad207
|
BUG: fix for missing temp file variable
|
2002-11-14 08:59:42 -05:00 |