summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-2726-416/+442
| | | | 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.
* 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..
* ERR: Added function declarations from curses.h. They are not present on ↵Brad King2002-06-211-0/+15
| | | | some platforms. Fixes warnings about implicit declarations.
* modified MATCHES to handle non variablesBill Hoffman2002-06-202-2/+10
|
* ERR: cmStringStream is taking the functionality of ostringstream and ↵Brad King2002-06-201-5/+5
| | | | ostrstream, not stringstream and strstream.
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-1910-54/+89
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* ENH: FindLibrary supports .Net specific lib dirsSebastien Barre2002-06-191-1/+20
|
* modified create test source to create a vectorKen Martin2002-06-191-1/+0
|
* modified create test source to create a vectorKen Martin2002-06-194-19/+37
|
* ERR: Fixed unused parameter warning.Brad King2002-06-191-0/+1
|
* ERR: Fixed compiler warnings.Brad King2002-06-185-25/+40
|
* ERR: Fixed compiler warnings about unused parameters.Brad King2002-06-187-8/+8
|
* ERR: Fixed compiler warnings when using strict ansi.Brad King2002-06-187-4/+17
|
* ERR: Fix for fprintf format warning.Brad King2002-06-181-1/+1
|
* ERR: Attempt to fix warning on OSF about implicit declaration of winnstr.Brad King2002-06-181-0/+2
|
* ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵Sebastien Barre2002-06-143-3/+49
| | | | search path (depending on the generator).
* fix warningBill Hoffman2002-06-121-2/+2
|
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-114-9/+18
|
* only allow unique configurationsBill Hoffman2002-06-111-1/+6
|
* BUG: fix dot net for paths with spacesBill Hoffman2002-06-112-19/+53
|
* BUG: RelativePath should not be quoted in output files even if it has spacesBill Hoffman2002-06-111-1/+3
|
* ENH: don't use short paths in the outputBill Hoffman2002-06-111-1/+3
|
* use short path to get unique path names for depend path outputBill Hoffman2002-06-111-1/+7
|
* ERR: Fixed sun CC warnings.Bill Hoffman2002-06-112-2/+9
|
* now includes current include files directory when searching for files it ↵Ken Martin2002-06-102-10/+26
| | | | includes
* BUG: cmake needs it's own directory for includes, so depends workBill Hoffman2002-06-101-0/+1
|
* ENH: remove borland bootstrap makefileBill Hoffman2002-06-061-49/+0
|
* updated revKen Martin2002-06-051-1/+1
|
* now uses bootstrapKen Martin2002-06-051-176/+0
|
* merged ccommand into cmakeKen Martin2002-06-051-132/+0
|
* uses executabke bootstrapKen Martin2002-06-055-743/+0
|