Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / util.cc
2014-01-26 Michael VrableImplement a string_printf utility function.
2014-01-26 Michael VrableFactor out time formatting functions.
2013-01-12 Michael VrableUpdate copyright notices to use a central AUTHORS file.
2008-11-20 Michael VrableRe-do cumulus side of upload script interface.
2008-06-30 Michael VrableAdd some missing #include statements.
2008-05-13 Michael VrablePut updated copyright statements in all source files.
2007-11-28 Michael VrableEnsure the "name:" key shows up first in metadata output.
2007-11-16 Michael VrableInitial refactoring of metadata logging.
2007-10-16 Michael VrableFix mismatched new/delete calls.
2007-07-27 Michael VrableURI-escape the '@' character.
2007-07-20 Michael VrableAdd support for octal and hexadecimal output in dumps.
2007-07-18 Michael VrableRename format.{cc,h} -> util.{cc,h}.