[GIT] ppl/ppl(master): Added filtered streams. Implemented format filter.

Module: ppl/ppl Branch: master Commit: 2689413bfc1a0d13130194b444834a4cd98d0f2e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2689413bfc1a0...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Mon Mar 23 15:07:06 2009 +0100
Added filtered streams. Implemented format filter.
---
src/Makefile.am | 6 ++ src/c_stream.cc | 101 ++++++++++++++++++++++++++ src/c_stream.h | 71 ++++++++++++++++++ src/c_streambuf.cc | 18 +++--- src/c_streambuf.defs.hh | 28 ++++---- src/c_streambuf.inlines.hh | 9 ++- src/c_streambuf_format.cc | 144 +++++++++++++++++++++++++++++++++++++ src/c_streambuf_format.defs.hh | 54 ++++++++++++++ src/c_streambuf_format.inlines.hh | 40 ++++++++++ src/c_streambuf_format.types.hh | 21 ++++++ 10 files changed, 468 insertions(+), 24 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=2689413bf...
participants (1)
-
Abramo Bagnara