summaryrefslogtreecommitdiff
path: root/src/system.hh
Commit message (Collapse)AuthorAgeFilesLines
* Dropped all unnecessary boost header files.John Wiegley2009-02-071-15/+1
|
* Added code to quit more gracefully. Ctrl-C still needs work.John Wiegley2009-02-041-0/+1
|
* Added structural support in main() for using a REPL.John Wiegley2009-02-041-0/+4
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-7/+0
|
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-2/+2
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+14
|
* Include sha1.h, not SHA1.h.John Wiegley2009-01-311-1/+1
|
* Added a dependency on mpfr.John Wiegley2009-01-301-0/+1
|
* Removed all dependency on gdtoa.John Wiegley2009-01-301-3/+0
|
* Moved sha1 and gdtoa inclusions into system.hh.John Wiegley2009-01-241-0/+4
|
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-7/+2
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+167
is in doc/, etc.