| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Added a way to quickly enable manual testing of grandchild killing. | Brad King | 2006-03-08 | 1 | -1/+13 |
|
|
* | ENH: Added implementation of process tree killing that runs "ps" to traverse ... | Brad King | 2006-03-08 | 1 | -2/+43 |
|
|
* | BUG: Remove some old legacy code and remove memory leak | Andy Cedilnik | 2006-03-08 | 2 | -21/+2 |
|
|
* | BUG: Including file within a namespace{} is dangerous(unless symbols are with... | Mathieu Malaterre | 2006-03-08 | 2 | -7/+19 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-08 | 1 | -1/+1 |
|
|
* | ENH: Add a way to overwrite some preferences and ignore certain targets | Andy Cedilnik | 2006-03-07 | 1 | -12/+79 |
|
|
* | ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables when running in script mode. ... | Brad King | 2006-03-07 | 1 | -0/+4 |
|
|
* | BUG: Check for whether to add -C to package rule should check for a . in the ... | Brad King | 2006-03-07 | 1 | -1/+1 |
|
|
* | COMP: Fix warnings | Andy Cedilnik | 2006-03-07 | 1 | -8/+8 |
|
|
* | BUG: Most platforms other than Linux seem to require executable permissions o... | Brad King | 2006-03-07 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-07 | 1 | -1/+1 |
|
|
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 3 | -1/+10 |
|
|
* | COMP: Fix compilation on MacOSX | Mathieu Malaterre | 2006-03-06 | 1 | -1/+1 |
|
|
* | ENH: Compile DynamicLoader | Mathieu Malaterre | 2006-03-06 | 1 | -1/+2 |
|
|
* | ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDyna... | Mathieu Malaterre | 2006-03-06 | 2 | -0/+418 |
|
|
* | ENH: add missing cmake depend hacks | Bill Hoffman | 2006-03-06 | 2 | -0/+13 |
|
|
* | ENH: add missing cmake include | Bill Hoffman | 2006-03-06 | 1 | -0/+1 |
|
|
* | COMP: Some STL implementation do not provide clear on std::string | Mathieu Malaterre | 2006-03-06 | 1 | -1/+2 |
|
|
* | BUG: Need to reset internal structure in case of multiple calls to Load | Mathieu Malaterre | 2006-03-06 | 2 | -0/+16 |
|
|
* | ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). | Mathieu Malaterre | 2006-03-06 | 2 | -5/+16 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-06 | 1 | -1/+1 |
|
|
* | BUG: Fix for generated install scripts to support prefixes with trailing slas... | Brad King | 2006-03-05 | 1 | -3/+4 |
|
|
* | ENH: fix old style parsing of FIND commands and fix broken tests | Bill Hoffman | 2006-03-05 | 1 | -1/+2 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-05 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-04 | 1 | -1/+1 |
|
|
* | ENH: make sure NAMES tag is not required for name argument, fixes msys generator | Bill Hoffman | 2006-03-04 | 1 | -4/+4 |
|
|
* | ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command. | Brad King | 2006-03-04 | 4 | -10/+61 |
|
|
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ... | Brad King | 2006-03-03 | 8 | -137/+410 |
|
|
* | ENH: Replaced UpdateLocation method with call to GetLocation. Added comment ... | Brad King | 2006-03-03 | 2 | -47/+10 |
|
|
* | ENH: Check package maker version | Andy Cedilnik | 2006-03-03 | 2 | -2/+53 |
|
|
* | COMP: Oops, typo | Andy Cedilnik | 2006-03-03 | 1 | -1/+1 |
|
|
* | ENH: Add support for exporting graphviz of the project dependencies | Andy Cedilnik | 2006-03-03 | 4 | -0/+187 |
|
|
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding in... | Brad King | 2006-03-03 | 13 | -36/+79 |
|
|
* | ENH: Add verbose flag to package maker and add CFBundleIdentifier string | Andy Cedilnik | 2006-03-03 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-03 | 1 | -1/+1 |
|
|
* | ENH: fix std in kwsys, has to be kwsys_stl | Bill Hoffman | 2006-03-03 | 2 | -2/+1 |
|
|
* | ENH: remove warning | Bill Hoffman | 2006-03-03 | 1 | -2/+0 |
|
|
* | ENH: removed unused methods after find changes | Bill Hoffman | 2006-03-02 | 2 | -242/+0 |
|
|
* | ENH: pass CMAKE_MODULE_PATH into try compile projects | Bill Hoffman | 2006-03-02 | 1 | -0/+5 |
|
|
* | ENH: fix spelling errors in docs | Bill Hoffman | 2006-03-02 | 2 | -6/+6 |
|
|
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 13 | -535/+440 |
|
|
* | ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ... | Bill Hoffman | 2006-03-02 | 1 | -7/+0 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-02 | 1 | -1/+1 |
|
|
* | ENH: Finished CMAKE_<CONFIG>_POSTFIX feature and documented it. The value of... | Brad King | 2006-03-02 | 2 | -11/+48 |
|
|
* | ENH: Cleaned up generation of directory-level rules and their support structu... | Brad King | 2006-03-01 | 3 | -297/+121 |
|
|
* | BUG: Check for whether to add BUILD_TYPE to install rule should check for a .... | Brad King | 2006-03-01 | 1 | -1/+1 |
|
|
* | BUG: Even more VS8 issues | Andy Cedilnik | 2006-03-01 | 1 | -0/+4 |
|
|
* | BUG: More VS8 fixes | Andy Cedilnik | 2006-03-01 | 1 | -12/+30 |
|
|
* | ENH: Cleanup global targets even more and potentially fix Xcode | Andy Cedilnik | 2006-03-01 | 5 | -89/+61 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-03-01 | 1 | -1/+1 |
|
|