Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: try to address Bug 1673 . | Bill Hoffman | 2005-04-05 | 2 | -1/+19 |
| | |||||
* | Fix for bug Bug #1287 - cmake use MesaGL by default instead of libGL - ↵ | Bill Hoffman | 2005-04-05 | 1 | -2/+2 |
| | | | | Return to bug list | ||||
* | BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files | Bill Hoffman | 2005-04-05 | 1 | -0/+2 |
| | |||||
* | BUG: fix for bug 1652 | Bill Hoffman | 2005-04-05 | 1 | -2/+7 |
| | |||||
* | BUG: fix for bug 1660 | Bill Hoffman | 2005-04-05 | 1 | -0/+16 |
| | |||||
* | BUG: fix for bug 1700 | Bill Hoffman | 2005-04-05 | 1 | -0/+5 |
| | |||||
* | BUG: fix for bug 1702, better error message for GUID missing | Bill Hoffman | 2005-04-05 | 2 | -7/+46 |
| | |||||
* | ENH: Added Close method and updated Open method to allow streams to be reused. | Brad King | 2005-04-05 | 2 | -22/+52 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | ENH: make sure source flags don't have to be set | Bill Hoffman | 2005-04-04 | 1 | -0/+3 |
| | |||||
* | ENH: get directory property should return an empty variable if it is not ↵ | Bill Hoffman | 2005-04-04 | 1 | -3/+2 |
| | | | | set, not just have an error | ||||
* | ENH: fix for bug 1304 | Bill Hoffman | 2005-04-04 | 1 | -1/+2 |
| | |||||
* | FIX: fix for bug 1730 | Bill Hoffman | 2005-04-04 | 1 | -2/+1 |
| | |||||
* | BUG: By default disable new files. | Andy Cedilnik | 2005-04-04 | 4 | -12/+19 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-02 | 1 | -1/+1 |
| | |||||
* | ENH: More ctest changes and move SetupTest to superclass | Andy Cedilnik | 2005-04-01 | 10 | -130/+99 |
| | |||||
* | ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini | Andy Cedilnik | 2005-04-01 | 2 | -2/+2 |
| | |||||
* | ENH: Start adding support for CTest testfiles | Andy Cedilnik | 2005-04-01 | 6 | -8/+53 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-04-01 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | ENH: shut up warning in 3rd party packages | Ken Martin | 2005-03-31 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | ENH: better test for subdirs | Ken Martin | 2005-03-29 | 1 | -2/+2 |
| | |||||
* | 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 | 7 | -11/+174 |
| | | | | 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 |
| | |||||
* | BUG: The is replaced by cvs... This is safer anyway | Andy Cedilnik | 2005-03-28 | 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: For development versions report version when doing bootstrap | Andy Cedilnik | 2005-03-25 | 1 | -1/+8 |
| | |||||
* | 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. |