summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-1910-54/+89
* 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 s...Sebastien Barre2002-06-143-3/+49
* 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 incl...Ken Martin2002-06-102-10/+26
* 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
* removed ccommand use cmake nowKen Martin2002-06-036-29/+145
* ENH: only add _LIB_DEPEND information for libraries and modulesBill Hoffman2002-06-032-14/+27
* fixed bug in get short path for quoted pathsKen Martin2002-05-311-1/+18
* BUG: never make a target depend on itself. This was causing unnecessary libra...Amitha Perera2002-05-291-0/+6
* BUG: MAKEFLAGS does not need to be passed on command line. It is automatical...Brad King2002-05-291-16/+16
* remobed bootstrapKen Martin2002-05-282-63/+0
* ENH: increase coverageBill Hoffman2002-05-232-18/+0
* only add test target if testing is enabled and ctest is foundKen Martin2002-05-232-4/+34
* minor bootstap fixesKen Martin2002-05-231-3/+5
* adde less greaterKen Martin2002-05-233-1/+116
* ENH: add list expansion backBill Hoffman2002-05-221-2/+4
* ENH: enable cxx by default if no languages have been enabledBill Hoffman2002-05-223-4/+20
* ENH: better comment processingBill Hoffman2002-05-221-4/+19
* ENH: fix depend problemBill Hoffman2002-05-222-2/+2
* added initial attempt to support win32 bootstrappingKen Martin2002-05-152-1/+72
* RunCommand now checks whether the process died abnormally (on Unix)Berk Geveci2002-05-151-2/+41
* ENH: add no_system_path option to FindProgram so that the PATH is ignoredSebastien Barre2002-05-122-3/+8
* ENH/FIX: add NO_SYSTEM_PATH option + fix command usageSebastien Barre2002-05-122-4/+12
* FIX: command usageSebastien Barre2002-05-121-1/+1
* FIX: Remove assert since it was breaking IRIX builds.Amitha Perera2002-05-121-2/+0
* FIX: Const reference to a set needs a const_iterator. (.NET build error)Jim Miller2002-05-101-1/+1
* BUG: Correct some of the dependency analysis code.Amitha Perera2002-05-103-51/+82
* ERR: Added variable initializer.Brad King2002-05-101-1/+1
* ENH: change set<string> to set<cmStdString> to avoid long symbols that crash...Bill Hoffman2002-05-095-20/+20