| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This allows journal_t objects to be completed serialized to disk and
deserialized.
|
|
|
|
|
| |
scope_t pointers are the only kind that are ever stored in value
objects, so there was no need to make it generic and use boost::any.
|
| |
|
|
|
|
| |
This is instead of the custom fdstream.hpp file I was distributing.
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|