summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix problem with path suffix and mac frameworks and find stuff, showed ↵Bill Hoffman2006-12-282-30/+56
| | | | up in FindPythonLibs.cmake
* STYLE: Nightly Version updateAndy Cedilnik2006-12-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-251-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-221-1/+1
|
* BUG: reverting previous change.Utkarsh Ayachit2006-12-211-0/+1
|
* BUG: When a "wrong argument" was detected, we call the WrongArgument ↵Utkarsh Ayachit2006-12-211-1/+0
| | | | handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that.
* STYLE: Nightly Version updateAndy Cedilnik2006-12-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-201-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-191-1/+1
|
* BUG: FileIsDirectory would remove the trailing '/' even when the path is ↵Utkarsh Ayachit2006-12-181-1/+2
| | | | indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that.
* COMP: Fix compilation when VS6 is using the new ANSI stdlibMathieu Malaterre2006-12-181-0/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-181-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-171-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-161-1/+1
|
* COMP: Try to get stringstream emulation workingMathieu Malaterre2006-12-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-151-1/+1
|
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵Brad King2006-12-146-10/+24
| | | | cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
* ENH: Adding stringstream compatibility implementation. It is currently ↵Brad King2006-12-141-2/+39
| | | | identical to ostringstream. Fixed local variable pcount hiding method warning.
* BUG: Remove stringstream implementation, this was a wrong interface anyway.Mathieu Malaterre2006-12-142-44/+3
|
* BUG: disable test for nowMathieu Malaterre2006-12-141-2/+3
|
* ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS.Brad King2006-12-141-0/+38
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-141-1/+1
|
* COMP: oops really did not mean to check in that changeKen Martin2006-12-131-1/+1
|
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-138-13/+40
|
* ENH: provide stringstream too. FIX: warning shadow varMathieu Malaterre2006-12-132-3/+43
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-131-1/+1
|
* ENH: remove old commandsKen Martin2006-12-129-1754/+0
|
* ENH: fix a warning and a nice fix to the IF commandKen Martin2006-12-123-6/+21
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-121-1/+1
|
* ENH: improve SetProperties and fix a couple warningsKen Martin2006-12-115-39/+88
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-101-1/+1
|
* BUG: revert yesterday patch. The implementation was correct. The problem was ↵Mathieu Malaterre2006-12-093-8/+9
| | | | that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
* STYLE: Nightly Version updateAndy Cedilnik2006-12-091-1/+1
|
* BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared ↵Mathieu Malaterre2006-12-083-4/+6
| | | | lib on cygwin and mingw system
* COMP: fix some warnings and style issuesKen Martin2006-12-084-9/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-081-1/+1
|
* BUG: fix bad comparisonKen Martin2006-12-071-1/+1
|
* COMP: fix a warningKen Martin2006-12-071-1/+0
|
* ENH: implements SetProperties for TESTKen Martin2006-12-074-24/+69
|
* COMP: fix warningKen Martin2006-12-072-1/+2
|
* COMP: fix warning right nowKen Martin2006-12-071-0/+4
|
* BUG: fix missing return valueKen Martin2006-12-071-0/+1
|
* ENH: add test I removed by mistakeBill Hoffman2006-12-071-0/+12
|
* COMP: fix warningKen Martin2006-12-071-1/+2
|
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-0739-123/+1108
|