- Apr 26, 2011
-
-
ilor authored
* make the factory always return writers via shared_ptr * add a PathWriter wrapper for opening a stream for the lifetime of a normal Writer * wrap writer factory exceptions * hide some writer factory implementation details in dteail:: sub namespace * rename TokenWriter::create to create_stream_writer, add create_path_writer * bump library version
-
- Apr 11, 2011
-
-
ilor authored
Reader factory. There is some code duplication with the writer factory as well as among the individual Readers, but overall it is now easier to support more input formats.
-
- Mar 03, 2011
- Feb 26, 2011
- Feb 18, 2011
-
-
ilor authored
-