Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: When generating the name of the custom rule file the character : should ↵ | Brad King | 2005-03-31 | 1 | -0/+1 |
| | | | | be replaced with an underscore because it might be a non-file-name part of a path. | ||||
* | BUG: fix ITK build with xcode, as long as you build it in little parts, this ↵ | Bill Hoffman | 2005-03-31 | 1 | -0/+2 |
| | | | | fixes the headermap problem | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | BUG: It is possible for the nightly start time to be over 24 hours in the ↵ | Brad King | 2005-03-30 | 1 | -2/+2 |
| | | | | future which requires two days to be subtracted. Using a while loop to make sure enough days are added or subtracted. It should never be able to iterate more than twice. | ||||
* | BUG: Test for stl stirng operator!= for char* needs to know result of ↵ | Brad King | 2005-03-30 | 1 | -4/+3 |
| | | | | KWSYS_STL_HAVE_STD. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-30 | 1 | -1/+1 |
| | |||||
* | ENH: removed GetParentProjects | Ken Martin | 2005-03-29 | 3 | -19/+11 |
| | |||||
* | BUG: Fix dependencies of custom commands that are relative paths to files or ↵ | Brad King | 2005-03-29 | 2 | -4/+12 |
| | | | | other custom command outputs. | ||||
* | ENH: Added operator!= for stl string and char* when the system does not ↵ | Brad King | 2005-03-29 | 4 | -10/+47 |
| | | | | provide one. | ||||
* | ENH: Added istream and ostream operators for stl string in KWSys when using ↵ | Brad King | 2005-03-29 | 6 | -10/+164 |
| | | | | old streams that do not provide them. | ||||
* | ENH: SplitPath now supports slashes in both directions in the input path but ↵ | Brad King | 2005-03-29 | 2 | -5/+4 |
| | | | | still produces forward slashes in the root component. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: move EstimateFormatLength to kwsys | Sebastien Barre | 2005-03-28 | 2 | -0/+81 |
| | |||||
* | ENH: change how the generator is selected and what the last one used was | Ken Martin | 2005-03-28 | 7 | -86/+269 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-27 | 1 | -1/+1 |
| | |||||
* | COMP: Removing stl string io operators change until the CMake bootstrap ↵ | Brad King | 2005-03-26 | 6 | -154/+2 |
| | | | | script can be fixed. | ||||
* | ENH: Added istream and ostream operators for stl string when using old ↵ | Brad King | 2005-03-26 | 6 | -2/+154 |
| | | | | streams that do not provide them. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-26 | 1 | -1/+1 |
| | |||||
* | ENH: When in-source build, do not do bootstrap test | Andy Cedilnik | 2005-03-25 | 1 | -0/+4 |
| | |||||
* | ENH: Remove curl build testing | Andy Cedilnik | 2005-03-25 | 2 | -9/+1 |
| | |||||
* | ENH: Clarified documentation of the command. | Brad King | 2005-03-25 | 1 | -15/+27 |
| | |||||
* | ENH: Adding SharedForward C header to help create forwarding executables on ↵ | Brad King | 2005-03-25 | 2 | -1/+500 |
| | | | | UNIX systems that configure the shared library runtime search path and then replace themselves with the real executable. This is useful to create binary distributions that work from any extracted location even with shared libraries. | ||||
* | ENH: Re-implemented CollapseFullPath to not need to change directories. ↵ | Brad King | 2005-03-25 | 1 | -42/+64 |
| | | | | Operation is now fully string based. | ||||
* | BUG: Adjusted GetNightlyTime computation to not depend on time_t being a ↵ | Brad King | 2005-03-25 | 1 | -2/+2 |
| | | | | signed type. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | fix for xcode | Bill Hoffman | 2005-03-23 | 1 | -3/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | FIX: fix bug 1690 | Bill Hoffman | 2005-03-22 | 1 | -0/+3 |
| | |||||
* | ENH: try to handle more source file types | Bill Hoffman | 2005-03-22 | 1 | -4/+9 |
| | |||||
* | ENH: just use the file name | Andy Cedilnik | 2005-03-22 | 1 | -7/+7 |
| | |||||
* | ENH: make sure project map is cleared each time. | Bill Hoffman | 2005-03-22 | 1 | -1/+2 |
| | |||||
* | ENH: use better names for files | Andy Cedilnik | 2005-03-22 | 1 | -0/+9 |
| | |||||
* | BUG: Initializing from parent should copy link directories as well. | Brad King | 2005-03-22 | 1 | -0/+3 |
| | |||||
* | ENH: Added check for invalid characters in output name. | Brad King | 2005-03-22 | 2 | -0/+20 |
| | |||||
* | ENH: remove commented code | Bill Hoffman | 2005-03-22 | 1 | -2/+0 |
| | |||||
* | ENH: fix adding of rc files | Bill Hoffman | 2005-03-22 | 1 | -18/+34 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-20 | 1 | -1/+1 |
| | |||||
* | COMP: fix warning | Ken Martin | 2005-03-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-19 | 1 | -1/+1 |
| | |||||
* | COMP: fix warning | Ken Martin | 2005-03-18 | 1 | -2/+1 |
| | |||||
* | ENH: remove cmSubDirectory from unused files? | Ken Martin | 2005-03-18 | 2 | -2/+0 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 63 | -774/+465 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: added immediate subdirectory command | Ken Martin | 2005-03-18 | 2 | -0/+184 |
| | |||||
* | ENH: bad idea | Ken Martin | 2005-03-18 | 1 | -38/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | BUG: Need to collapse full paths before depending on them to remove ./ and ↵ | Brad King | 2005-03-17 | 1 | -1/+1 |
| | | | | ../ to make sure target names match. |