Commit Graph

5393 Commits

Author SHA1 Message Date
Andy Cedilnik a1d7482548 STYLE: Nightly Version update 2005-04-07 02:31:27 -04:00
Brad King bcfc71cc03 STYLE: Fixed spelling of "memmory". 2005-04-06 16:53:55 -04:00
Brad King 5d7593bf50 BUG: Avoid duplicate definition by using cmsys_STL_STRING_NEQ_CHAR_DEFINED and cmsys_STL_STRING_NO_NEQ_CHAR. 2005-04-06 16:15:13 -04:00
Brad King f0b10ad061 ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, KWSYS_STL_STRING_OSTREAM_DEFINED, and _STL_STRING_NEQ_CHAR_DEFINED macros. 2005-04-06 16:14:29 -04:00
Brad King 1c4337d778 ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used. 2005-04-06 15:06:08 -04:00
Brad King 6f95540ac7 BUG: The bootstrap script should perform the KWSYS_STL_STRING_HAVE_NEQ_CHAR test for kwsys. 2005-04-06 13:34:09 -04:00
Bill Hoffman 5e0a796acc ENH: better fix for 64 bit, add 64 to the name of all directories in the search path 2005-04-06 11:56:04 -04:00
Bill Hoffman 69da19a6a7 ENH: allow sub projects to use targets that are not part of the sub-project 2005-04-06 10:59:25 -04:00
Bill Hoffman 1e6989017d remove cerr stuff 2005-04-06 09:47:07 -04:00
Bill Hoffman d8f75badb4 Fix bug in != stuff 2005-04-06 09:44:09 -04:00
Andy Cedilnik 82aa6aa22d STYLE: Nightly Version update 2005-04-06 04:28:10 -04:00
Bill Hoffman 19aff4f3bd COMP: hack fix for old sgi until bootstrap is fixed 2005-04-05 21:10:10 -04:00
Bill Hoffman 3ca1081419 BUG: try to address Bug 1673 . 2005-04-05 17:06:00 -04:00
Bill Hoffman 96e2956ec8 Fix for bug Bug #1287 - cmake use MesaGL by default instead of libGL - Return to bug list 2005-04-05 16:24:03 -04:00
Bill Hoffman af60114ffb BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files 2005-04-05 14:48:25 -04:00
Bill Hoffman eae89e0f88 BUG: fix for bug 1652 2005-04-05 13:37:30 -04:00
Bill Hoffman 697d749c73 BUG: fix for bug 1660 2005-04-05 13:14:50 -04:00
Bill Hoffman d74d8aeb71 BUG: fix for bug 1700 2005-04-05 11:23:08 -04:00
Bill Hoffman 0255dab023 BUG: fix for bug 1702, better error message for GUID missing 2005-04-05 10:22:18 -04:00
Brad King 389f24f777 ENH: Added Close method and updated Open method to allow streams to be reused. 2005-04-05 08:25:21 -04:00
Andy Cedilnik 2681215256 STYLE: Nightly Version update 2005-04-05 04:25:25 -04:00
Bill Hoffman 2df5c6033c ENH: make sure source flags don't have to be set 2005-04-04 16:55:35 -04:00
Bill Hoffman ab7d51581c ENH: get directory property should return an empty variable if it is not set, not just have an error 2005-04-04 16:43:44 -04:00
Bill Hoffman 0e62c76f5b ENH: fix for bug 1304 2005-04-04 16:13:41 -04:00
Bill Hoffman 525a2160a6 FIX: fix for bug 1730 2005-04-04 15:51:48 -04:00
Andy Cedilnik 0dd2b6eb80 BUG: By default disable new files. 2005-04-04 12:22:08 -04:00
Andy Cedilnik f9545f3fef STYLE: Nightly Version update 2005-04-04 03:01:45 -04:00
Andy Cedilnik a5f561055f STYLE: Nightly Version update 2005-04-03 03:17:01 -04:00
Andy Cedilnik d7807428a2 STYLE: Nightly Version update 2005-04-02 02:16:17 -05:00
Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 2005-04-01 15:48:46 -05:00
Andy Cedilnik 6cd36d16e5 ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini 2005-04-01 15:45:26 -05:00
Andy Cedilnik 7acfc4dc3c ENH: Start adding support for CTest testfiles 2005-04-01 14:57:55 -05:00
Andy Cedilnik eca18a2e9f STYLE: Nightly Version update 2005-04-01 02:17:37 -05:00
Brad King dd4031114a BUG: When generating the name of the custom rule file the character : should be replaced with an underscore because it might be a non-file-name part of a path. 2005-03-31 18:03:47 -05:00
Bill Hoffman 047047924d BUG: fix ITK build with xcode, as long as you build it in little parts, this fixes the headermap problem 2005-03-31 11:57:26 -05:00
Ken Martin 5947176eab ENH: shut up warning in 3rd party packages 2005-03-31 10:00:25 -05:00
Andy Cedilnik 76f7493974 STYLE: Nightly Version update 2005-03-31 02:20:34 -05:00
Brad King a0e71e77f9 BUG: It is possible for the nightly start time to be over 24 hours in the 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. 2005-03-30 16:11:37 -05:00
Brad King 3bb990dcf1 BUG: Test for stl stirng operator!= for char* needs to know result of KWSYS_STL_HAVE_STD. 2005-03-30 15:27:16 -05:00
Andy Cedilnik 7298d22666 STYLE: Nightly Version update 2005-03-30 02:19:27 -05:00
Ken Martin 62969492b0 ENH: removed GetParentProjects 2005-03-29 15:34:27 -05:00
Ken Martin 179dc3c7ac ENH: better test for subdirs 2005-03-29 15:33:46 -05:00
Brad King c940351914 BUG: Fix dependencies of custom commands that are relative paths to files or other custom command outputs. 2005-03-29 10:34:58 -05:00
Brad King 65f1e3e1d8 ENH: Added operator!= for stl string and char* when the system does not provide one. 2005-03-29 10:10:25 -05:00
Brad King 22f6d68be3 ENH: Added istream and ostream operators for stl string in KWSys when using old streams that do not provide them. 2005-03-29 08:20:08 -05:00
Brad King c7a2c80c17 ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component. 2005-03-29 08:09:47 -05:00
Andy Cedilnik 571929e86c STYLE: Nightly Version update 2005-03-29 02:21:19 -05:00
Andy Cedilnik 11077bfcaa BUG: The is replaced by cvs... This is safer anyway 2005-03-28 18:00:42 -05:00
Sebastien Barre 1816011791 ENH: move EstimateFormatLength to kwsys 2005-03-28 17:46:38 -05:00
Ken Martin 11965ebd34 ENH: change how the generator is selected and what the last one used was 2005-03-28 13:23:07 -05:00