summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* modified to accept no argumentsKen Martin2002-07-201-2/+2
|
* fixed some empty descriptionsKen Martin2002-07-191-14/+18
|
* full variable replacement and removal or empty argumentsKen Martin2002-07-191-9/+23
|
* does not need a second argumentKen Martin2002-07-191-1/+7
|
* ERR: remove automatic Carbon framework on osxYves Starreveld2002-07-182-2/+2
|
* fixe for files with pathsKen Martin2002-07-171-1/+9
|
* Fix changing of directories using cmSystemTools RunCommand featureAndy Cedilnik2002-07-171-9/+6
|
* fixed if statements inside a foreachKen Martin2002-07-176-17/+26
|
* ENH: Added test for IF inside a FOREACH.Brad King2002-07-169-6/+84
|
* ENH: Adding release script configuration for HPUX.eBrad King2002-07-151-0/+13
|
* ENH: Added release configuration file for Sun.Brad King2002-07-151-0/+15
|
* ENH: Made release script more generic for creating static and shared releases.Brad King2002-07-152-18/+22
|
* ENH: Release script configuration file for linux.Brad King2002-07-151-0/+5
|
* ENH: Protoype unix release script.Brad King2002-07-151-0/+166
|
* BUG: Only the last extension should be removed.Brad King2002-07-151-1/+1
|
* ENH: Added GetFilenameWithoutLastExtension.Brad King2002-07-152-0/+24
|
* ERR: Install for CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake ↵Brad King2002-07-151-1/+1
| | | | need .in extension.
* ENH: Added /usr/local/lib/java search paths.Brad King2002-07-151-2/+6
|
* fix install targetKen Martin2002-07-152-3/+3
|
* fix warningKen Martin2002-07-111-1/+1
|
* BUG: fix for compile with hpBill Hoffman2002-07-111-4/+4
|
* fix warning on SunKen Martin2002-07-101-2/+2
|
* Add command that runs program in given directoryAndy Cedilnik2002-07-101-0/+27
|
* better error handling with if statementsKen Martin2002-07-105-40/+58
|
* Fix problem when using NMake. This generated lines without space so nmake ↵Andy Cedilnik2002-07-101-1/+1
| | | | got all confused
* Add module that finds java executables. This module should find java, javac, ↵Andy Cedilnik2002-07-081-0/+22
| | | | and jar.
* fixed warningKen Martin2002-07-022-2/+2
|
* consolidated IF handling and added checks for bad argumentsKen Martin2002-07-013-181/+83
|
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-302-20/+19
| | | | definitions in initial pass
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-304-85/+83
| | | | definitions in initial pass
* Remove another warning in the python wrappingAndy Cedilnik2002-06-281-1/+1
|
* performance fixKen Martin2002-06-281-2/+2
|
* Add removing of warnings and add comment about the file being generated in CMakeAndy Cedilnik2002-06-281-0/+5
|
* bug fix for aux src dirsKen Martin2002-06-281-0/+8
|
* minor cleanupKen Martin2002-06-282-3/+2
|
* performance inprovementsKen Martin2002-06-282-3/+12
|
* bug fixKen Martin2002-06-271-1/+1
|
* bug fixKen Martin2002-06-272-2/+2
|
* bug fixKen Martin2002-06-271-1/+1
|
* a minor fix to make my life easierKen Martin2002-06-271-1/+1
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-2729-422/+448
| | | | 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
* BUG: CMake crashed if it failed to find its own executable. Also added ↵Brad King2002-06-272-7/+23
| | | | better error messages when this occurs.
* add a test with no extensionBill Hoffman2002-06-251-1/+1
|
* BUG: try to tell the difference between variables with sources and other ↵Bill Hoffman2002-06-251-2/+12
| | | | variables
* BUG: Result from ostrstream::str() can be a null pointer.Brad King2002-06-251-1/+2
|
* BUG: Attempt to fix ostrstream::str() wrapper for broken platforms.Brad King2002-06-241-2/+2
|
* modified to handle src list vectors without proper dollar signsKen Martin2002-06-241-17/+62
|
* BUG: make sure windows paths are used for the command or it will not work ↵Ken Martin2002-06-241-1/+1
| | | | for win 98
* ERR: using declaration to move streams into std namespace needs to bring up ↵Brad King2002-06-211-2/+2
| | | | ostrstream and ostringstream, not strstream and stringstream.
* ERR: Removed most of the repeated curses declarations. The cause errors on ↵Brad King2002-06-211-0/+3
| | | | other platforms. Grrrr..