Brad King
|
08f2876bb4
|
ENH: Adding release script configuration for HPUX.e
|
23 years ago |
Brad King
|
79e332f70a
|
ENH: Added release configuration file for Sun.
|
23 years ago |
Brad King
|
1cc729ba29
|
ENH: Made release script more generic for creating static and shared releases.
|
23 years ago |
Brad King
|
272c367dd4
|
ENH: Release script configuration file for linux.
|
23 years ago |
Brad King
|
77bb1f793b
|
ENH: Protoype unix release script.
|
23 years ago |
Brad King
|
df29ea087f
|
BUG: Only the last extension should be removed.
|
23 years ago |
Brad King
|
c5574e096b
|
ENH: Added GetFilenameWithoutLastExtension.
|
23 years ago |
Brad King
|
1e75dd1212
|
ERR: Install for CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake need .in extension.
|
23 years ago |
Brad King
|
6bdf15c4de
|
ENH: Added /usr/local/lib/java search paths.
|
23 years ago |
Ken Martin
|
b59f5ddb7f
|
fix install target
|
23 years ago |
Ken Martin
|
8b2a797b57
|
fix warning
|
23 years ago |
Bill Hoffman
|
ed7a32ebe4
|
BUG: fix for compile with hp
|
23 years ago |
Ken Martin
|
694cff3cf9
|
fix warning on Sun
|
23 years ago |
Andy Cedilnik
|
120b2523f5
|
Add command that runs program in given directory
|
23 years ago |
Ken Martin
|
32ad30e883
|
better error handling with if statements
|
23 years ago |
Andy Cedilnik
|
9f6ebe4eb7
|
Fix problem when using NMake. This generated lines without space so nmake got all confused
|
23 years ago |
Andy Cedilnik
|
ab4e894b92
|
Add module that finds java executables. This module should find java, javac, and jar.
|
23 years ago |
Ken Martin
|
2a7e4539e6
|
fixed warning
|
23 years ago |
Ken Martin
|
a43a65bf34
|
consolidated IF handling and added checks for bad arguments
|
23 years ago |
Ken Martin
|
e0c3d1e959
|
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
23 years ago |
Ken Martin
|
0b88e57e54
|
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
23 years ago |
Andy Cedilnik
|
3cfca938da
|
Remove another warning in the python wrapping
|
23 years ago |
Ken Martin
|
cdace2fcd2
|
performance fix
|
23 years ago |
Andy Cedilnik
|
c6017182bf
|
Add removing of warnings and add comment about the file being generated in CMake
|
23 years ago |
Ken Martin
|
5ba65d0aa1
|
bug fix for aux src dirs
|
23 years ago |
Ken Martin
|
c24d201c39
|
minor cleanup
|
23 years ago |
Ken Martin
|
ca2fdeb640
|
performance inprovements
|
23 years ago |
Ken Martin
|
6eb671097d
|
bug fix
|
23 years ago |
Ken Martin
|
4b12e5a306
|
bug fix
|
23 years ago |
Ken Martin
|
4d6433bdf6
|
bug fix
|
23 years ago |
Ken Martin
|
7cd492d443
|
a minor fix to make my life easier
|
23 years ago |
Ken Martin
|
44a7cd55ff
|
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 years ago |
Brad King
|
a1a05a5fbc
|
BUG: CMake crashed if it failed to find its own executable. Also added better error messages when this occurs.
|
23 years ago |
Bill Hoffman
|
c487718844
|
add a test with no extension
|
23 years ago |
Bill Hoffman
|
32353c55e5
|
BUG: try to tell the difference between variables with sources and other variables
|
23 years ago |
Brad King
|
dae99c659d
|
BUG: Result from ostrstream::str() can be a null pointer.
|
23 years ago |
Brad King
|
eb5b8e3d24
|
BUG: Attempt to fix ostrstream::str() wrapper for broken platforms.
|
23 years ago |
Ken Martin
|
d1879a77e8
|
modified to handle src list vectors without proper dollar signs
|
23 years ago |
Ken Martin
|
7df776057b
|
BUG: make sure windows paths are used for the command or it will not work for win 98
|
23 years ago |
Brad King
|
e328ee73c8
|
ERR: using declaration to move streams into std namespace needs to bring up ostrstream and ostringstream, not strstream and stringstream.
|
23 years ago |
Brad King
|
953e01a604
|
ERR: Removed most of the repeated curses declarations. The cause errors on other platforms. Grrrr..
|
23 years ago |
Brad King
|
5bed7ca691
|
ERR: Added function declarations from curses.h. They are not present on some platforms. Fixes warnings about implicit declarations.
|
23 years ago |
Brad King
|
a454990f7d
|
ENH: Added configuration of CMAKE_NO_ANSI_STRING_STREAM. It is defined when the sstream header does not exist.
|
23 years ago |
Brad King
|
38bfada11d
|
ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in.
|
23 years ago |
Bill Hoffman
|
a39a03c4d4
|
fix for sstream
|
23 years ago |
Bill Hoffman
|
3fc7253184
|
fix to sstring stuff
|
23 years ago |
Bill Hoffman
|
20d9083455
|
modified MATCHES to handle non variables
|
23 years ago |
Brad King
|
159338bcf8
|
ERR: cmStringStream is taking the functionality of ostringstream and ostrstream, not stringstream and strstream.
|
23 years ago |
Brad King
|
17e3d6c784
|
BUG: CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the cxxconfigure results.
|
23 years ago |
Brad King
|
07d35e662d
|
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 years ago |