summaryrefslogtreecommitdiff
path: root/src/session.h
Commit message (Expand)AuthorAgeFilesLines
...
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-30/+4
* Removed the global references to session->report.John Wiegley2009-02-031-3/+1
* Updated some internal documentation.John Wiegley2009-02-021-8/+7
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-1/+1
* Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.John Wiegley2009-01-311-8/+19
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
* Whitespace cleanup.John Wiegley2009-01-291-27/+27
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-2/+0
* Redid the way command-line arguments are processed. Before, Ledger used - andJohn Wiegley2009-01-221-20/+5
* Increased copyright range to include 2009.John Wiegley2009-01-201-2/+2
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-1/+1
* Removed some dead code and updated the binary streaming code for op_t andJohn Wiegley2008-08-171-2/+2
* Added a session_t::clean_all method, for clearing all xdata within a session.John Wiegley2008-08-161-0/+5
* Moved a block of code from report to session, though it's still commented out.John Wiegley2008-08-141-0/+14
* The -f flag now works again.John Wiegley2008-08-131-2/+7
* Removed all use of USE_BOOST_PYTHON from the main Ledger sources. When PythonJohn Wiegley2008-08-081-13/+0
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+255