summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* initialize member variables of posts_to_org_tableJohann Klähn2014-02-011-1/+2
* Create default scope from python session only if neededAlexis Hildebrandt2014-02-011-3/+5
* python module file suffix is platform dependentJohann Klähn2014-02-011-3/+13
* Fix shared library and python moduleAlexis Hildebrandt2014-02-011-3/+12
* no RENAME option on older CMake versionsJohann Klähn2014-02-011-2/+9
* build shared library/python module, clean up CMakeJohann Klähn2014-02-011-15/+33
* Make time-colon commodity flag available to pythonAlexis Hildebrandt2014-01-271-0/+1
* Create default scope to read journalAlexis Hildebrandt2014-01-271-0/+5
* Build and shared python moduleAlexis Hildebrandt2014-01-271-0/+9
* Commodity column in default CSV format should match the displayed amountSteve Purcell2014-01-061-1/+1
* And const directives in account.h and commodity.h to allow build in OS X Mave...Craig Earls2013-10-302-2/+2
* Guard against a possible null valueJohn Wiegley2013-09-201-1/+1
* Apply --time-colon option only to time commoditiesAlexis Hildebrandt2013-09-071-5/+5
* Additional changes required for MSVC to compile ledger.Tim Crews2013-06-163-9/+9
* Corrected filename for strptime.ccTim Crews2013-06-151-0/+0
* Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-146-5/+206
* Improve documentation about differences between ledger 2.6 and ledger 3.0.thdox2013-06-011-3/+5
* Fix #784John Wiegley2013-05-231-3/+1
* Fixed parsing of the "fixed" directiveJohn Wiegley2013-05-193-8/+13
* Remove some unnecessary and complicated logicJohn Wiegley2013-05-191-34/+5
* Add a missing member initializer to a copy constructorJohn Wiegley2013-05-191-1/+2
* Another whitespace fixJohn Wiegley2013-05-191-1/+1
* Add a missing % characterJohn Wiegley2013-05-191-1/+1
* Whitespace fixJohn Wiegley2013-05-191-1/+1
* Resolve new compiler warnings from ClangJohn Wiegley2013-05-198-17/+10
* Add -Wno-disabled-macro-expansionJohn Wiegley2013-05-191-0/+1
* indent output of ledger xmlJohann Klähn2013-03-081-1/+2
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-0816-121/+68
* Bump copyright information to 2013John Wiegley2013-02-18128-129/+129
* Fixed bug with --day-break optionJohn Wiegley2013-02-051-4/+2
* Bump format parsing buffer to 64KJohn Wiegley2013-02-031-1/+1
* Fixes bug 377. Ledger now complains if it is given only a directory as input.Craig Earls2013-02-021-1/+1
* Fix bug 795 858, printing "(null)" instead of empty string ""Craig Earls2013-02-021-1/+1
* Removed an unnecessary if. Fixes #140John Wiegley2013-01-311-2/+1
* Merge pull request #140 from enderw88/Bug634-floor-ceil-roundCraig Earls2013-01-307-14/+70
|\
| * Bug 634 Added roundto function, optimized floor and ceilingCraig Earls2013-01-307-14/+70
* | Added missing call to timelog.close()John Wiegley2013-01-301-0/+4
|/
* Fixed problem finding the default priced file.Craig Earls2013-01-291-7/+8
* Fixes regression error introduced by tags command patchCraig Earls2013-01-291-5/+10
* Merge pull request #132 from enderw88/bug514-sort-accounts-and-commoditiesJohn Wiegley2013-01-293-2/+16
|\
| * Fixes bug 514. accounts and commodities output now sortsCraig Earls2013-01-293-2/+16
* | Merge pull request #131 from enderw88/add-tags-commandJohn Wiegley2013-01-294-10/+67
|\ \
| * | Addes tags command and --values optionCraig Earls2013-01-294-10/+67
| |/
* | Merge pull request #107 from afh/pull/time_colonJohn Wiegley2013-01-295-3/+32
|\ \
| * | Add --time-colon optionAlexis Hildebrandt2012-11-105-3/+32
* | | Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...Craig Earls2013-01-293-22/+43
| |/ |/|
* | Merge branch 'master' into nextJohann Klähn2013-01-181-3/+5
|\ \
| * | ignore extra fields when converting csv filesJohann Klähn2012-10-131-1/+1
| * | ignore (some) empty field when converting csvJohann Klähn2012-10-131-2/+4
* | | change handling of standard inputJohann Klähn2013-01-173-4/+4