summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* minor fixKen Martin2003-04-161-2/+4
* add COdeWarrior back in for testingKen Martin2003-04-164-121/+759
* Attempt to make unloading work on OSXAndy Cedilnik2003-04-161-0/+1
* Fix update outputAndy Cedilnik2003-04-161-1/+1
* took out an orphan endifKent Williams2003-04-111-1/+0
* remove redundant function and eliminate need for strcasecmpKent Williams2003-04-112-51/+12
* ENH: Added documentation for ITK.Brad King2003-04-111-0/+24
* ERR: Borland fix for stricmp. ERR: removed itk dependencies.Bill Lorensen2003-04-111-4/+8
* Removed platform-specific functions from Code/IO/itkIOCommon, fixed code to u...Kent Williams2003-04-102-0/+73
* Do safe division instead of fixing resultAndy Cedilnik2003-04-101-15/+11
* ERR: Removed unused parameter and truncated debug symbol warnings.Brad King2003-04-101-1/+5
* Attempt to fix FIXNUMAndy Cedilnik2003-04-091-1/+6
* ERR: Fixed typo. cmRegularExpression -> RegularExpression.Brad King2003-04-081-1/+1
* ENH: Added kwsys library for platform-independent system tools.Brad King2003-04-089-0/+3956
* Remove nan and inf, use iostreams to set precision, fix file name, and remove...Andy Cedilnik2003-04-082-13/+31
* Remove push_back on string. Why can't STL be standard?Andy Cedilnik2003-04-081-1/+1
* Some cov improvements and better escAndy Cedilnik2003-04-072-9/+33
* We should really just call make and not make allAndy Cedilnik2003-04-071-1/+0
* ENH: Added CACHE entry types to documentation string.Brad King2003-04-041-6/+12
* Try differentiating extensionsAndy Cedilnik2003-04-031-1/+3
* ENH: Improved documentation. Also modified behavior of "cmake" to not config...Brad King2003-04-034-25/+59
* ENH: Running with zero arguments now produces usage.Brad King2003-04-031-1/+8
* Url escape passwordAndy Cedilnik2003-04-022-3/+31
* On verbose, be more verboseAndy Cedilnik2003-04-021-2/+5
* Fix cov. problems, ignore nonascii char. Propagate verbosityAndy Cedilnik2003-04-011-42/+73
* Controle verbosityAndy Cedilnik2003-04-012-9/+35
* BUG: strlen(buffer) from getline may be 2 less than gcount on windows because...Brad King2003-04-011-1/+1
* Stop using check_function_exists. Use check_symbol_existsAndy Cedilnik2003-03-281-36/+41
* Fix windows problem in curlAndy Cedilnik2003-03-281-4/+4
* Remove warningsAndy Cedilnik2003-03-273-6/+0
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-279-93/+109
* Remove bogus flags from cmStandardIncludes and make complex test passAndy Cedilnik2003-03-261-4/+2
* BUG: fix broken commandBill Hoffman2003-03-211-2/+2
* Fix problem with network pathsAndy Cedilnik2003-03-201-0/+1
* ENH: Support cmake in directory with spaceAndy Cedilnik2003-03-201-1/+1
* BUG: used wrong countersAndy Cedilnik2003-03-201-4/+4
* More regexAndy Cedilnik2003-03-191-2/+15
* Add startAndy Cedilnik2003-03-192-9/+14
* Move files to different location and fix timeAndy Cedilnik2003-03-191-19/+14
* Fix for visual studioAndy Cedilnik2003-03-192-8/+3
* BUG: Command should be inherited.Brad King2003-03-191-0/+6
* BUG: Fixed test for gethostbyname_r and gethostbyaddr_r for ansi support.Brad King2003-03-182-35/+49
* If there was no error, do not say that there was oneAndy Cedilnik2003-03-171-2/+4
* BUG: fix crash with force cxx typeBill Hoffman2003-03-172-2/+10
* force cxx compiler for cxx filesBill Hoffman2003-03-172-12/+24
* BUG: HasCXX did not use GetFileFormat and was brokenBill Hoffman2003-03-151-2/+2
* better error messageBill Hoffman2003-03-141-3/+1
* use c flags with c and not cxx flags, also force c++ for c filesBill Hoffman2003-03-141-5/+10
* Force c++ builds for c++ filesBill Hoffman2003-03-141-0/+1
* make sure M is after mBill Hoffman2003-03-141-1/+1