summaryrefslogtreecommitdiff
path: root/src/system.hh.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Use boost::iostreams::file_descriptor_sinkJohn Wiegley2009-10-251-1/+3
| | | | This is instead of the custom fdstream.hpp file I was distributing.
* Removed reliance on strptime/strftimeJohn Wiegley2009-10-111-1/+3
| | | | | | | | The code now uses Boost's input and output facets for times and dates. This ensures completely consistency regarding timezones and times, and fixes the regression test that was broken while I was away coding in London (where it was GMT-0 and I didn't notice the difference between local and GMT).
* Normalized some #ifdef's to #if definedJohn Wiegley2009-03-101-3/+3
|
* Rewrote acprep in Python and improved the buildJohn Wiegley2009-03-091-0/+184