
Module: ppl/ppl Branch: master Commit: 52d75eceb14d7271a171ca824a22a8fae1dcdd24 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=52d75eceb14d7...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Tue Mar 24 11:09:17 2009 +0100
Cleaned C streams implementation.
---
interfaces/C/Makefile.am | 7 +- interfaces/C/ppl_c_header.h | 27 ++--- interfaces/C/ppl_c_implementation_common.cc | 1 + interfaces/C/ppl_c_implementation_common.defs.hh | 12 ++ src/c_stream.cc => interfaces/C/ppl_c_stream.cc | 45 +++----- interfaces/C/ppl_c_stream.defs.hh | 39 +++++++ interfaces/C/ppl_c_stream.h | 70 ++++++++++++ interfaces/C/ppl_c_stream.inlines.hh | 42 +++++++ interfaces/C/tests/formatted_output.c | 4 +- interfaces/C/tests/print_to_buffer.c | 34 +++--- interfaces/C/tests/print_to_buffer.h | 8 +- src/Makefile.am | 3 +- src/c_stream.h | 128 ---------------------- src/c_streambuf.inlines.hh | 2 +- src/c_streambuf_format.cc | 4 +- src/c_streambuf_format.defs.hh | 14 +-- src/c_streambuf_format.inlines.hh | 4 +- src/c_streambuf_format_settings.h | 86 +++++++++++++++ 18 files changed, 312 insertions(+), 218 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=52d75eceb...