summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix rule name for subdirectory traversal to use relative paths. This ↵Brad King2005-04-071-6/+7
| | | | was broken by the recent subdirectory changes.
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-073-1/+51
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-071-1/+1
|
* BUG: Avoid duplicate definition by using cmsys_STL_STRING_NEQ_CHAR_DEFINED ↵Brad King2005-04-061-0/+3
| | | | and cmsys_STL_STRING_NO_NEQ_CHAR.
* ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, ↵Brad King2005-04-061-3/+12
| | | | KWSYS_STL_STRING_OSTREAM_DEFINED, and _STL_STRING_NEQ_CHAR_DEFINED macros.
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵Brad King2005-04-063-3/+0
| | | | never used.
* ENH: better fix for 64 bit, add 64 to the name of all directories in the ↵Bill Hoffman2005-04-061-9/+13
| | | | search path
* ENH: allow sub projects to use targets that are not part of the sub-projectBill Hoffman2005-04-061-11/+5
|
* remove cerr stuffBill Hoffman2005-04-061-6/+0
|
* Fix bug in != stuffBill Hoffman2005-04-061-2/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-061-1/+1
|
* COMP: hack fix for old sgi until bootstrap is fixedBill Hoffman2005-04-061-1/+1
|
* BUG: try to address Bug 1673 .Bill Hoffman2005-04-051-1/+17
|
* BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY filesBill Hoffman2005-04-051-0/+2
|
* BUG: fix for bug 1660Bill Hoffman2005-04-051-0/+16
|
* BUG: fix for bug 1700Bill Hoffman2005-04-051-0/+5
|
* BUG: fix for bug 1702, better error message for GUID missingBill Hoffman2005-04-052-7/+46
|
* ENH: Added Close method and updated Open method to allow streams to be reused.Brad King2005-04-052-22/+52
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-051-1/+1
|
* ENH: get directory property should return an empty variable if it is not ↵Bill Hoffman2005-04-041-3/+2
| | | | set, not just have an error
* BUG: By default disable new files.Andy Cedilnik2005-04-043-9/+9
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-041-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-031-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-021-1/+1
|
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-0110-130/+99
|
* ENH: Rename the DartConfiguration.tcl to CTestConfiguration.iniAndy Cedilnik2005-04-011-1/+1
|
* 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
* 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
|
* 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-296-10/+164
| | | | 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
|
* 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
|