Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix problem with path suffix and mac frameworks and find stuff, showed ↵ | Bill Hoffman | 2006-12-28 | 2 | -30/+56 |
| | | | | up in FindPythonLibs.cmake | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-22 | 1 | -1/+1 |
| | |||||
* | BUG: reverting previous change. | Utkarsh Ayachit | 2006-12-21 | 1 | -0/+1 |
| | |||||
* | BUG: When a "wrong argument" was detected, we call the WrongArgument ↵ | Utkarsh Ayachit | 2006-12-21 | 1 | -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 update | Andy Cedilnik | 2006-12-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | BUG: FileIsDirectory would remove the trailing '/' even when the path is ↵ | Utkarsh Ayachit | 2006-12-18 | 1 | -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 stdlib | Mathieu Malaterre | 2006-12-18 | 1 | -0/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-16 | 1 | -1/+1 |
| | |||||
* | COMP: Try to get stringstream emulation working | Mathieu Malaterre | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵ | Brad King | 2006-12-14 | 6 | -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 King | 2006-12-14 | 1 | -2/+39 |
| | | | | identical to ostringstream. Fixed local variable pcount hiding method warning. | ||||
* | BUG: Remove stringstream implementation, this was a wrong interface anyway. | Mathieu Malaterre | 2006-12-14 | 2 | -44/+3 |
| | |||||
* | BUG: disable test for now | Mathieu Malaterre | 2006-12-14 | 1 | -2/+3 |
| | |||||
* | ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS. | Brad King | 2006-12-14 | 1 | -0/+38 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-14 | 1 | -1/+1 |
| | |||||
* | COMP: oops really did not mean to check in that change | Ken Martin | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 8 | -13/+40 |
| | |||||
* | ENH: provide stringstream too. FIX: warning shadow var | Mathieu Malaterre | 2006-12-13 | 2 | -3/+43 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | ENH: remove old commands | Ken Martin | 2006-12-12 | 9 | -1754/+0 |
| | |||||
* | ENH: fix a warning and a nice fix to the IF command | Ken Martin | 2006-12-12 | 3 | -6/+21 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-12 | 1 | -1/+1 |
| | |||||
* | ENH: improve SetProperties and fix a couple warnings | Ken Martin | 2006-12-11 | 5 | -39/+88 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-10 | 1 | -1/+1 |
| | |||||
* | BUG: revert yesterday patch. The implementation was correct. The problem was ↵ | Mathieu Malaterre | 2006-12-09 | 3 | -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 update | Andy Cedilnik | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared ↵ | Mathieu Malaterre | 2006-12-08 | 3 | -4/+6 |
| | | | | lib on cygwin and mingw system | ||||
* | COMP: fix some warnings and style issues | Ken Martin | 2006-12-08 | 4 | -9/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | BUG: fix bad comparison | Ken Martin | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | COMP: fix a warning | Ken Martin | 2006-12-07 | 1 | -1/+0 |
| | |||||
* | ENH: implements SetProperties for TEST | Ken Martin | 2006-12-07 | 4 | -24/+69 |
| | |||||
* | COMP: fix warning | Ken Martin | 2006-12-07 | 2 | -1/+2 |
| | |||||
* | COMP: fix warning right now | Ken Martin | 2006-12-07 | 1 | -0/+4 |
| | |||||
* | BUG: fix missing return value | Ken Martin | 2006-12-07 | 1 | -0/+1 |
| | |||||
* | ENH: add test I removed by mistake | Bill Hoffman | 2006-12-07 | 1 | -0/+12 |
| | |||||
* | COMP: fix warning | Ken Martin | 2006-12-07 | 1 | -1/+2 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 39 | -123/+1108 |
| |