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

Abramo Bagnara abramo.bagnara at gmail.com
Mon Mar 23 15:11:12 CET 2009


Module: ppl/ppl
Branch: master
Commit: 2689413bfc1a0d13130194b444834a4cd98d0f2e
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2689413bfc1a0d13130194b444834a4cd98d0f2e

Author: Abramo Bagnara <abramo.bagnara at 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=2689413bfc1a0d13130194b444834a4cd98d0f2e



More information about the PPL-devel mailing list