summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: make regex static so it is not recomputed for each line of the cacheBill Hoffman2005-04-121-4/+4
|
* ENH: optimization of cwd and do not leak library handleBill Hoffman2005-04-122-10/+18
|
* BUG: local gen was setting proj dir when it shouldntKen Martin2005-04-121-7/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-121-1/+1
|
* BUG: fix GetLongPathName for WindowsNTBill Hoffman2005-04-111-10/+84
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-101-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-091-1/+1
|
* BUG: handle case insensitive library extensions on windowsBill Hoffman2005-04-082-1/+29
|
* BUG: fix build on mingwBill Hoffman2005-04-081-0/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-081-1/+1
|
* BUG: if short path or long path fails return the original inputBill Hoffman2005-04-071-2/+2
|
* ENH: check return value of GetLongPathBill Hoffman2005-04-071-1/+5
|
* ENH: fix install test with xcode, the xcode generator does not support ↵Bill Hoffman2005-04-071-0/+1
| | | | library versioning yet
* BUG: Avoid converting the subdirectory name to a relative path twice.Brad King2005-04-071-8/+10
|
* BUG: Do not repeat paths when trying the lib/ to lib64/ replacement.Brad King2005-04-071-1/+1
|
* ENH: Adding automatic generation of several 64-bit search path forms.Brad King2005-04-071-5/+18
|
* 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.