summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 got...Andy Cedilnik2002-07-101-1/+1
* Add module that finds java executables. This module should find java, javac, ...Andy Cedilnik2002-07-081-0/+22
* 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 definitions...Ken Martin2002-06-302-20/+19
* fixed commands that were setting definitions in final pass to set definitions...Ken Martin2002-06-304-85/+83
* 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 appended...Ken Martin2002-06-2729-422/+448
* BUG: CMake crashed if it failed to find its own executable. Also added bette...Brad King2002-06-272-7/+23
* add a test with no extensionBill Hoffman2002-06-251-1/+1
* BUG: try to tell the difference between variables with sources and other vari...Bill Hoffman2002-06-251-2/+12
* 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 for...Ken Martin2002-06-241-1/+1
* ERR: using declaration to move streams into std namespace needs to bring up o...Brad King2002-06-211-2/+2
* ERR: Removed most of the repeated curses declarations. The cause errors on o...Brad King2002-06-211-0/+3
* ERR: Added function declarations from curses.h. They are not present on some...Brad King2002-06-211-0/+15
* ENH: Added configuration of CMAKE_NO_ANSI_STRING_STREAM. It is defined when ...Brad King2002-06-213-0/+3
* ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in.Brad King2002-06-212-29/+25
* fix for sstreamBill Hoffman2002-06-211-11/+9
* fix to sstring stuffBill Hoffman2002-06-211-10/+8
* modified MATCHES to handle non variablesBill Hoffman2002-06-202-2/+10
* ERR: cmStringStream is taking the functionality of ostringstream and ostrstre...Brad King2002-06-201-5/+5
* BUG: CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the cxxconfigure res...Brad King2002-06-201-0/+3
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-1910-54/+89
* ENH: Re-ran autoconf to include changes to corresponding configure input. Th...Brad King2002-06-192-8/+45
* ENH: Added test for sstream header. Defines CMAKE_NO_ANSI_STRING_STREAM if t...Brad King2002-06-192-2/+33
* 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-195-20/+38
* ERR: Fixed unused parameter warning.Brad King2002-06-191-0/+1
* *** empty log message ***Bill Hoffman2002-06-194-4/+4
* 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
* fixed another bugKen Martin2002-06-181-1/+1
* fixed bugKen Martin2002-06-181-1/+1