Commit Graph

5688 Commits

Author SHA1 Message Date
Andy Cedilnik 0b518c2fdb COMP: Remove compile warning 2005-06-02 12:26:54 -04:00
Andy Cedilnik ac05727cb0 ENH: Once the number of errors or warnings was reached, stop counting them. Also fix compile warning on bad compilers 2005-06-02 11:47:10 -04:00
Andy Cedilnik afb83a7d44 BUG: On windows there are problems when opening file as ascii 2005-06-02 09:35:51 -04:00
Andy Cedilnik 88a9cb9fa5 STYLE: Nightly Version update 2005-06-02 04:02:51 -04:00
Andy Cedilnik 36121b9234 ENH: Streamline build process. This reduces the memory footprint, since only some number of lines of output will be in memory at the time. Also, this will report the build errors and warnings as it goes through the build 2005-06-01 15:59:22 -04:00
Ken Martin 46e5b9afe2 ENH: minor perf improvement 2005-06-01 13:37:49 -04:00
Ken Martin 0f8282fab1 BUG: do not add help target if there is a real target named help 2005-06-01 13:24:37 -04:00
Brad King 5a4f27b61c BUG: Fixed name given to clean target listing for executable and library targets. 2005-06-01 13:19:53 -04:00
Ken Martin 8cd3eabee2 COMP: fix warning 2005-06-01 11:18:23 -04:00
Andy Cedilnik cd97dc5f79 BUG: Remove duplicate targets when in different generators 2005-06-01 09:25:10 -04:00
Ken Martin 35fcd2715e COMP: fix warning 2005-06-01 08:59:18 -04:00
Ken Martin 5b3dfd2da9 COMP: suppress warnings in 3rd party libs 2005-06-01 08:56:49 -04:00
Ken Martin 492b16b19d COMP: fix warning 2005-06-01 08:54:34 -04:00
Ken Martin 704ed70b1f COMP: fix warning 2005-06-01 08:50:12 -04:00
Ken Martin c3c609ab03 ENH: made immediate 2005-06-01 08:48:58 -04:00
Andy Cedilnik 8e3832c3d5 ENH: Make CMake --build-and-test to be verbose by default 2005-06-01 08:25:43 -04:00
Andy Cedilnik 20bb808656 ENH: Add support for deque 2005-06-01 08:25:21 -04:00
Andy Cedilnik 34b6353324 STYLE: Nightly Version update 2005-06-01 03:56:00 -04:00
Andy Cedilnik 7f7cf5ee6b COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE 2005-05-31 18:40:43 -04:00
Andy Cedilnik f6e5a878fc ENH: Add support for writing output file. While doing that, redesign the way ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake 2005-05-31 17:32:40 -04:00
Ken Martin f963c406ab ENH: shut up some warning on SGI 2005-05-31 16:20:44 -04:00
Ken Martin 8d557754e8 BUG: shut downgrade XMLRPC support 2005-05-31 16:16:04 -04:00
Ken Martin 664a93121f ENH: removed the PREORDER option from the AddSubDirectory command 2005-05-31 15:10:04 -04:00
Ken Martin e26293f3ab COMP: fix a waring 2005-05-31 14:09:16 -04:00
Ken Martin 6999000852 ENH: now uses Makefile2 to cleanup zsh issues and provided some more documentation 2005-05-31 11:46:49 -04:00
Ken Martin f79376c1d1 STYLE: add some better comments and remove some unused code 2005-05-31 10:16:28 -04:00
Andy Cedilnik d101f94f9b STYLE: Nightly Version update 2005-05-31 04:10:47 -04:00
Andy Cedilnik 72ee8e6542 ENH: Add support for iomanip 2005-05-30 17:26:38 -04:00
Andy Cedilnik ea856b189d STYLE: Nightly Version update 2005-05-30 04:02:22 -04:00
Andy Cedilnik 43cc52565a STYLE: Nightly Version update 2005-05-29 04:04:57 -04:00
Bill Lorensen bd74de53f3 COMP: warning. 2005-05-28 08:44:44 -04:00
Andy Cedilnik 04457b6a3a STYLE: Nightly Version update 2005-05-28 04:10:24 -04:00
Sebastien Barre a662af88de ENH: add convenience function to convert Windows command line args into Unix argc/argv. Pulled and cleaned from PV/VV/VJ init code 2005-05-27 22:11:26 -04:00
Andy Cedilnik c593bfc7d2 ENH: Use generated file stream for files 2005-05-27 16:17:38 -04:00
Andy Cedilnik 6e2e4eb104 ENH: Dart change 2005-05-27 11:26:33 -04:00
Andy Cedilnik f0ed6737b1 STYLE: Nightly Version update 2005-05-27 04:08:43 -04:00
Andy Cedilnik ef013caeb1 ENH: Fix for changes in XML-RPC for Dart2 2005-05-26 18:15:41 -04:00
Andy Cedilnik 17da34e188 COMP: Fix for support of VS 8.0 beta 2 2005-05-26 17:30:13 -04:00
Andy Cedilnik b0a97bc014 STYLE: Nightly Version update 2005-05-26 04:09:34 -04:00
Ken Martin a2f148936b ENH: added clean target for subdirs 2005-05-25 15:09:06 -04:00
Ken Martin d7cbf3e1d6 BUG: a fix for constant recomputing of depends 2005-05-25 12:22:32 -04:00
Andy Cedilnik 0e194cab84 ENH: new fortran depends to match new Unix Gen 2005-05-25 11:19:16 -04:00
Ken Martin 193747256b ENH: switch to using new Unix Makefile generator for Unix as well 2005-05-25 11:18:41 -04:00
Andy Cedilnik 89e65c2c0b STYLE: Nightly Version update 2005-05-25 04:07:11 -04:00
Ken Martin 8c8573c255 BUG: fix for directory of empty depend.make files 2005-05-24 16:36:36 -04:00
Ken Martin 144f3670c0 BUG: building libs caused all generated files to be deleted 2005-05-24 16:11:59 -04:00
Ken Martin 89495847cf STYLE: fix the docs 2005-05-24 15:36:11 -04:00
Ken Martin baeeb40823 ENH: some more cleanup and changes to how custom commands are stored 2005-05-24 14:42:23 -04:00
Ken Martin ef6c5ae23e ENH: optimization to not use requires step unless a language requires it 2005-05-24 11:17:30 -04:00
Ken Martin 7157fa163c ENH: added requires flag 2005-05-24 10:45:39 -04:00