summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Start adding support for CTest testfilesAndy Cedilnik2005-04-016-8/+53
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-011-1/+1
|
* BUG: When generating the name of the custom rule file the character : should ↵Brad King2005-03-311-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 Hoffman2005-03-311-0/+2
| | | | fixes the headermap problem
* ENH: shut up warning in 3rd party packagesKen Martin2005-03-311-0/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-311-1/+1
|
* BUG: It is possible for the nightly start time to be over 24 hours in the ↵Brad King2005-03-301-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 King2005-03-301-4/+3
| | | | KWSYS_STL_HAVE_STD.
* STYLE: Nightly Version updateAndy Cedilnik2005-03-301-1/+1
|
* ENH: removed GetParentProjectsKen Martin2005-03-293-19/+11
|
* ENH: better test for subdirsKen Martin2005-03-291-2/+2
|
* BUG: Fix dependencies of custom commands that are relative paths to files or ↵Brad King2005-03-292-4/+12
| | | | other custom command outputs.
* ENH: Added operator!= for stl string and char* when the system does not ↵Brad King2005-03-294-10/+47
| | | | provide one.
* ENH: Added istream and ostream operators for stl string in KWSys when using ↵Brad King2005-03-297-11/+174
| | | | old streams that do not provide them.
* ENH: SplitPath now supports slashes in both directions in the input path but ↵Brad King2005-03-292-5/+4
| | | | still produces forward slashes in the root component.
* STYLE: Nightly Version updateAndy Cedilnik2005-03-291-1/+1
|
* BUG: The is replaced by cvs... This is safer anywayAndy Cedilnik2005-03-281-1/+1
|
* ENH: move EstimateFormatLength to kwsysSebastien Barre2005-03-282-0/+81
|
* ENH: change how the generator is selected and what the last one used wasKen Martin2005-03-287-86/+269
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-271-1/+1
|
* COMP: Removing stl string io operators change until the CMake bootstrap ↵Brad King2005-03-266-154/+2
| | | | script can be fixed.
* ENH: Added istream and ostream operators for stl string when using old ↵Brad King2005-03-266-2/+154
| | | | streams that do not provide them.
* STYLE: Nightly Version updateAndy Cedilnik2005-03-261-1/+1
|
* ENH: When in-source build, do not do bootstrap testAndy Cedilnik2005-03-251-0/+4
|
* ENH: Remove curl build testingAndy Cedilnik2005-03-252-9/+1
|
* ENH: Clarified documentation of the command.Brad King2005-03-251-15/+27
|
* ENH: For development versions report version when doing bootstrapAndy Cedilnik2005-03-251-1/+8
|
* ENH: Adding SharedForward C header to help create forwarding executables on ↵Brad King2005-03-252-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 King2005-03-251-42/+64
| | | | Operation is now fully string based.
* BUG: Adjusted GetNightlyTime computation to not depend on time_t being a ↵Brad King2005-03-251-2/+2
| | | | signed type.
* STYLE: Nightly Version updateAndy Cedilnik2005-03-251-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-241-1/+1
|
* fix for xcodeBill Hoffman2005-03-231-3/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-231-1/+1
|
* FIX: fix bug 1690Bill Hoffman2005-03-221-0/+3
|
* ENH: try to handle more source file typesBill Hoffman2005-03-221-4/+9
|
* ENH: just use the file nameAndy Cedilnik2005-03-221-7/+7
|
* ENH: make sure project map is cleared each time.Bill Hoffman2005-03-221-1/+2
|
* ENH: use better names for filesAndy Cedilnik2005-03-221-0/+9
|
* BUG: Initializing from parent should copy link directories as well.Brad King2005-03-221-0/+3
|
* ENH: Added check for invalid characters in output name.Brad King2005-03-222-0/+20
|
* ENH: remove commented codeBill Hoffman2005-03-221-2/+0
|
* ENH: fix adding of rc filesBill Hoffman2005-03-221-18/+34
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-221-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-201-1/+1
|
* COMP: fix warningKen Martin2005-03-191-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-03-191-1/+1
|
* COMP: fix warningKen Martin2005-03-181-2/+1
|