summaryrefslogtreecommitdiff
path: root/src/system.hh
Commit message (Expand)AuthorAgeFilesLines
* Renamed acconf.h to config.h, for included gettextJohn Wiegley2009-02-221-1/+1
* Fix for systems that don't build with gettextJohn Wiegley2009-02-221-1/+0
* Added support for using GNU gettextJohn Wiegley2009-02-211-0/+7
* Restored the "prices" command.John Wiegley2009-02-121-0/+1
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-3/+0
* Include boost/version.hpp, so Ledger can tell which version the user has.John Wiegley2009-02-091-0/+1
* Include Boost's wrap_python.hpp, instead of Python.h.John Wiegley2009-02-081-1/+1
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-081-0/+27
* 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