summaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-36/+0
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-1/+1
* Added a streaming object for outputting XML strings (convenience wrapper).John Wiegley2009-02-011-0/+24
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-1/+2
* Created a new stream.h file for dealing with output streaming.John Wiegley2009-01-301-0/+1
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-1/+1
* Update Doxygen documentation. Still much more work to be done.John Wiegley2009-01-291-43/+44
* amount_t and commodity_t objects can now stream themselves to XML.John Wiegley2009-01-281-0/+12
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* The ledger::string type now uses size_type for a length parameter instead ofJohn Wiegley2008-09-141-1/+1
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+578