summaryrefslogtreecommitdiffstats
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.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-0723-13/+86
|
* 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
|
* STYLE: Fixed spelling of "memmory".Brad King2005-04-061-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-067-56/+37
| | | | never used.
* BUG: The bootstrap script should perform the KWSYS_STL_STRING_HAVE_NEQ_CHAR ↵Brad King2005-04-061-0/+11
| | | | test for kwsys.
* 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-052-1/+19
|
* Fix for bug Bug #1287 - cmake use MesaGL by default instead of libGL - ↵Bill Hoffman2005-04-051-2/+2
| | | | Return to bug list
* BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY filesBill Hoffman2005-04-051-0/+2
|
* BUG: fix for bug 1652Bill Hoffman2005-04-051-2/+7
|
* 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: make sure source flags don't have to be setBill Hoffman2005-04-041-0/+3
|
* 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
* ENH: fix for bug 1304Bill Hoffman2005-04-041-1/+2
|
* FIX: fix for bug 1730Bill Hoffman2005-04-041-2/+1
|
* BUG: By default disable new files.Andy Cedilnik2005-04-044-12/+19
|
* 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-012-2/+2
|
* 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
|