Commit Graph

  • 0ad90e49d1 miscellaneous changes Jonathan Turkanis 2005-05-02 20:31:21 +0000
  • 65f80423f0 moved implementation of non_bloacking adapter here Jonathan Turkanis 2005-05-02 20:27:57 +0000
  • 2f5cd5dbd6 added comment Jonathan Turkanis 2005-05-02 20:09:12 +0000
  • 86967baf7d added missing template arguments; fixed close() Jonathan Turkanis 2005-05-02 20:06:22 +0000
  • caeba591a6 switched to private optional; added comments Jonathan Turkanis 2005-05-02 20:05:14 +0000
  • d6859b9adc removed superfluous detail::'s; added implementation of non_blocking adapter Jonathan Turkanis 2005-05-02 19:56:11 +0000
  • ff119d34fa switched to private optional; added comments Jonathan Turkanis 2005-05-02 19:45:36 +0000
  • 69cb226a1c added Borland warning 8071 Jonathan Turkanis 2005-05-02 19:42:05 +0000
  • c0b758502f moved implementation to operations.hpp Jonathan Turkanis 2005-05-02 19:38:41 +0000
  • 88102a0c92 added comment Jonathan Turkanis 2005-05-02 19:38:09 +0000
  • abd8c6c139 removed use of non_blocking_adapter Jonathan Turkanis 2005-05-02 19:37:27 +0000
  • 409c6bcaa3 added ios.hpp include Jonathan Turkanis 2005-05-02 19:34:08 +0000
  • 1042f1bcd2 initial commitment Jonathan Turkanis 2005-05-02 19:32:41 +0000
  • 09789d201c Changed - again the open method you have to call something _other_ than yourself to get stuff done I used the open_sink methods near the end of the file as a template this uses BOOST_IOS::in instead of BOOST_IOS::out but other than that they're essentially identical. Victor A. Wagner Jr. 2005-04-27 08:18:59 +0000
  • cab880be3e Changed - the call to open to be more like the constructor the type of the argument length the call to open to use the arguments given Victor A. Wagner Jr. 2005-04-27 05:31:11 +0000
  • 3087d16eef Deleted - an extraneous \r at the end of lines which causes vc8.0 to mistake the files for some created on the Mac (apparently a HENIOUS crime which is intolerable to those at Microsoft and which must be considered an error) Changed - the version of python mentioned specifically from 2.3 to 2.4 Victor A. Wagner Jr. 2005-04-25 10:01:07 +0000
  • e916a62709 Deleted - an extraneous \r at the end of some lines which causes vc8.0 to - erroneously call the file a Mac file and create an error Victor A. Wagner Jr. 2005-04-25 09:56:59 +0000
  • 58b65b7b7e added support for non-blocking i/o Jonathan Turkanis 2005-04-22 19:29:05 +0000
  • 868c2a1072 inital commitment Jonathan Turkanis 2005-04-22 19:23:44 +0000
  • 0294c4d337 added support for non-blocking i/o Jonathan Turkanis 2005-04-22 19:20:32 +0000
  • 53bef2f7f1 initial commitment Jonathan Turkanis 2005-04-18 03:34:07 +0000
  • 5f28194a95 Fix some paths Vladimir Prus 2005-04-15 08:11:16 +0000
  • 4416f099a8 Add V2 Jamfile Vladimir Prus 2005-04-15 07:59:23 +0000
  • a7f7e6d17c Changed \r\r\n to \r\n so that VC8.0 doesn't complain Victor A. Wagner Jr. 2005-04-14 14:27:11 +0000
  • b3219b1e82 Changed \r\r\n to \r\n so that VC8.0 can compile it Victor A. Wagner Jr. 2005-04-14 05:22:48 +0000
  • 45267975a4 added positioning.hpp include Jonathan Turkanis 2005-04-14 05:03:07 +0000
  • c5020171dc inegrated Jonathan Graehls changes Jonathan Turkanis 2005-04-14 04:25:08 +0000
  • 99e47c736a fixed close() Jonathan Turkanis 2005-04-14 04:21:46 +0000
  • 3cdee40928 Changed - \r\r\n to \r\n so that vc8.0 doesn't complain Victor A. Wagner Jr. 2005-04-13 23:32:41 +0000
  • 1379d5f21c large seek offset support Jonathan Turkanis 2005-04-13 21:25:45 +0000
  • 5cf18ff572 switched from pass by ref to components with shared state Jonathan Turkanis 2005-04-13 18:03:53 +0000
  • 84698b3f96 Borland 5.x workaround Jonathan Turkanis 2005-04-13 17:54:39 +0000
  • 748109a44e switched from pass by ref to extraction with component() Jonathan Turkanis 2005-04-13 17:53:46 +0000
  • 94541551ef renamed pipeline_test.cpp Jonathan Turkanis 2005-04-13 17:30:55 +0000
  • eb35301914 added tests Jonathan Turkanis 2005-04-13 16:30:11 +0000
  • 800c0f694c fixed flushable filter Jonathan Turkanis 2005-04-13 16:27:13 +0000
  • b5849c189e switched to compatibilty macros Jonathan Turkanis 2005-04-13 16:26:32 +0000
  • 1b36e112dc first genuine version Jonathan Turkanis 2005-04-13 16:25:57 +0000
  • 29607d2c51 inital commitment Jonathan Turkanis 2005-04-13 16:22:13 +0000
  • 9a6791adda removed unused param Jonathan Turkanis 2005-04-13 04:26:46 +0000
  • fdcd9b1d33 added strict_sync Jonathan Turkanis 2005-04-13 04:26:01 +0000
  • d04950c451 added auto_close/strict_sync Jonathan Turkanis 2005-04-13 04:24:35 +0000
  • 088951abe8 added dtor Jonathan Turkanis 2005-04-13 04:23:45 +0000
  • fdbbf32d32 VC fixes Jonathan Turkanis 2005-04-13 04:21:29 +0000
  • 3a18bc4132 fixes for VC with STLPort; better commenting Jonathan Turkanis 2005-04-13 04:19:21 +0000
  • d5076b1e24 made flush return false by default for filters Jonathan Turkanis 2005-04-13 04:18:24 +0000
  • 6bcce09597 fixed auto_close; added component_type compatibility macros Jonathan Turkanis 2005-04-13 03:42:06 +0000
  • 0091c18455 moved using directives Jonathan Turkanis 2005-04-12 06:30:57 +0000
  • 327e7dd542 removed unused variable Jonathan Turkanis 2005-04-12 06:21:03 +0000
  • 6dd30f51b5 moved using directives Jonathan Turkanis 2005-04-12 06:19:44 +0000
  • b06a2a16e7 renamed from pipable_test.cpp Jonathan Turkanis 2005-04-12 06:18:20 +0000
  • a1ba0d03fa added tests Jonathan Turkanis 2005-04-12 06:14:52 +0000
  • 6331e92fb4 initila commitment Jonathan Turkanis 2005-04-12 06:13:37 +0000
  • 26453be3a1 reverted to last working version Jonathan Turkanis 2005-04-12 06:11:58 +0000
  • 3585628ad4 removed unused params Jonathan Turkanis 2005-04-12 06:11:06 +0000
  • 27ae40a7d4 removed broken pipeline support Jonathan Turkanis 2005-04-12 06:10:31 +0000
  • 0ddff2d98a namespace-qualified std::for_each Jonathan Turkanis 2005-04-12 06:09:50 +0000
  • 1c9c23f304 initial commitment Jonathan Turkanis 2005-04-12 06:08:53 +0000
  • 4285249f47 renamed to pipeline.hpp Jonathan Turkanis 2005-04-11 15:56:38 +0000
  • 088221f841 initial commitment Jonathan Turkanis 2005-04-11 15:41:45 +0000
  • 47819529a5 renamed pipable --> pipeline Jonathan Turkanis 2005-04-11 15:38:10 +0000
  • 2ec2d33205 removed VC6 workaround Jonathan Turkanis 2005-04-11 15:36:21 +0000
  • fe7c5ad079 gave source and sink limited seekability Jonathan Turkanis 2005-04-11 15:35:47 +0000
  • e810ffe605 formating Jonathan Turkanis 2005-04-11 15:34:27 +0000
  • 74799afb6a initial commitment Jonathan Turkanis 2005-04-11 15:32:28 +0000
  • ef059cfa28 made ctor explicit Jonathan Turkanis 2005-04-11 15:31:07 +0000
  • d746fc04d7 renamed random_access_container Jonathan Turkanis 2005-04-11 15:29:22 +0000
  • f58efc8592 renamed forward_container.hpp Jonathan Turkanis 2005-04-11 15:28:37 +0000
  • 06303de82d made ctors explicit Jonathan Turkanis 2005-04-11 15:27:07 +0000
  • 0c0ad2d813 modified to use detal/call_traits.hpp; made ctor explicit; fixed flush() Jonathan Turkanis 2005-04-11 15:26:39 +0000
  • 31689c1f1e added else_ Jonathan Turkanis 2005-04-11 15:25:18 +0000
  • 0b55b326b9 replaced mpl::true_ w/ else_; made construction of return type explicit Jonathan Turkanis 2005-04-11 15:24:39 +0000
  • d169d9f91b made ctors explicit; updated treatment of pipelines Jonathan Turkanis 2005-04-11 15:23:25 +0000
  • 80bf2b2212 removed param_type.hpp include Jonathan Turkanis 2005-04-11 15:22:07 +0000
  • c6259cd362 added support for filters Jonathan Turkanis 2005-04-11 15:04:08 +0000
  • e55951058b replaced mpl::true w/ else_ Jonathan Turkanis 2005-04-11 15:03:12 +0000
  • b93f77fc68 removed param_type.hpp include Jonathan Turkanis 2005-04-11 15:01:54 +0000
  • 94f308c103 made flush return true by default Jonathan Turkanis 2005-04-11 14:59:03 +0000
  • 37577ecfc1 Tru64 workaround Jonathan Turkanis 2005-04-11 14:57:57 +0000
  • 99ac64ac67 added (broken) support for pipelines Jonathan Turkanis 2005-04-11 14:56:57 +0000
  • 992d8a306e modified to handle dual_use Jonathan Turkanis 2005-04-11 14:56:08 +0000
  • d52d9c1bdb made ctors explicit Jonathan Turkanis 2005-04-11 14:54:54 +0000
  • 6ef3691563 added multichar_dual_use_filter_tag Jonathan Turkanis 2005-04-11 14:52:11 +0000
  • 035aab9c1e switched from param_type.hpp to detail/call_traits.hpp Jonathan Turkanis 2005-04-09 20:23:04 +0000
  • a52ae63344 fixed whitespace Jonathan Turkanis 2005-04-09 20:21:43 +0000
  • 404c7a044f Changed - some \r\r\n line endings to \r\n Victor A. Wagner Jr. 2005-04-08 18:33:43 +0000
  • c45039fb84 Changed - some line endings from \r\r\n to simply \r\n Victor A. Wagner Jr. 2005-04-08 18:30:53 +0000
  • b9b57d11cf fixed component_type() and component() Jonathan Turkanis 2005-04-07 22:20:29 +0000
  • 1c4a7819a9 fixed char_type and io_category Jonathan Turkanis 2005-04-07 22:19:42 +0000
  • c098b6c44d added newline to test data; switched to binary mode where necessary Jonathan Turkanis 2005-04-07 18:13:13 +0000
  • bd308d492b added flushable_output_filter; reformatted Jonathan Turkanis 2005-04-07 18:12:28 +0000
  • 0439778147 namespace qualified select<> for Tru64 Jonathan Turkanis 2005-04-07 14:55:21 +0000
  • cf1020c76d added support for component() and component_type() Jonathan Turkanis 2005-04-07 03:59:02 +0000
  • f5fd20979f made optimal_buffer_size take a const ref Jonathan Turkanis 2005-04-07 03:57:11 +0000
  • 8e80368a9c fixed flush; made optimal_buffer_size take a const ref Jonathan Turkanis 2005-04-07 03:56:22 +0000
  • b6742e3e99 added overload of unwrap for const components Jonathan Turkanis 2005-04-07 03:54:07 +0000
  • f3fed06178 made chain public Jonathan Turkanis 2005-04-06 23:02:45 +0000
  • f38c8e1817 fixed short-circuit bug Jonathan Turkanis 2005-04-06 23:01:16 +0000
  • 7e51fde0bc corrections to flush Jonathan Turkanis 2005-04-06 23:00:01 +0000
  • 28e801d815 fixed return value of sync() Jonathan Turkanis 2005-04-06 22:58:59 +0000