summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix build for building with g++ 4.8John Wiegley2014-05-072-0/+10
|
* fix debug build for gccJohann Klähn2014-05-071-1/+0
| | | | -ansi ≡ -std=c++98 ;)
* Add the --no-pager optionJohn Wiegley2014-04-271-0/+1
|
* Initialize journal_t::no_aliases to false upon costructionJohn Wiegley2014-04-211-0/+1
| | | | This fixes a bug introduced by ecd5097d515f53703eb5dc6096da80182c452ad9.
* Require the use of C++11John Wiegley2014-04-173-9/+2
|
* Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-174-16/+16
| | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger.
* Improve an error message relating to balance assertionsJohn Wiegley2014-04-161-3/+8
|
* Add a safety check when using deferred postingsJohn Wiegley2014-04-151-4/+46
|
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-144-0/+20
|
* Add the concept of "deferred postings"John Wiegley2014-04-136-9/+52
| | | | | This is pretty much exclusively for allowing one to use balance assertions with replicated transactions across multiple files.
* The option --permissive now quiets balance assertionsJohn Wiegley2014-04-134-14/+20
|
* use /bin/sh to run the pagerMatthias Lederhofer2014-04-021-10/+2
| | | | | | This allows to specify options on the command-line of the pager, e.g. $ ledger --color --pager='less -R' ...
* Fix a compiler warningJohn Wiegley2014-03-281-1/+2
|
* CMake: Remove installation of third party codeAlexis Hildebrandt2014-03-101-3/+0
|
* Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-264-0/+11
|
* Merge pull request #248 from ecraven/fix-warningsJohn Wiegley2014-02-262-3/+6
|\ | | | | Fixing two GCC warnings
| * Fixing two GCC warningsPeter Feigl2014-02-262-3/+6
| |
* | Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-264-2/+12
| |
* | fixing problem with previous commit if no aliases are registeredPeter Feigl2014-02-261-0/+2
| |
* | Adding support for recursive aliases.Peter Feigl2014-02-253-19/+60
|/ | | | | | | | | | | Alias expansion is now a loop. If you define alias A=B:A alias B=C:B then A will expand to C:B:A. Also added a short section to the manual about this.
* Attempt to convert balances to amounts before failing comparisonsJohn Wiegley2014-02-211-0/+12
|
* Merge pull request #243 from kanru/justify-cjkJohn Wiegley2014-02-164-2/+406
|\ | | | | Correctly justify Unicode characters in terminal
| * Use mk_wcwidth instead mk_wcwidth_cjkKan-Ru Chen (陳侃如)2014-02-131-2/+2
| |
| * Correctly justify Unicode characters in terminalKan-Ru Chen (陳侃如)2014-02-134-2/+406
| | | | | | | | | | | | | | Many Unicode characters take more spaces than one ASCII character. For example, Chinese characters are two characters wide when using monospace font in terminal. This patch use wcwidth of Markus Kuhn to count the correct width for justification.
* | Fix apply_year_directiveAlexis Hildebrandt2014-02-121-2/+2
|/ | | | | | Using the Y 2014 syntax works fine, but using apply year 2014 resulted in the following error: Error: Year is out of valid range: 1400..10000 since part of the given year string was chopped off.
* Correctly set runtime path on Linux on installAlexis Hildebrandt2014-02-031-1/+1
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-02128-129/+129
|
* initialize member variables of posts_to_org_tableJohann Klähn2014-02-011-1/+2
| | | | This fixes test/baseline/cmd-org.test when built with clang.
* Create default scope from python session only if neededAlexis Hildebrandt2014-02-011-3/+5
| | | | | | Fixes test failures introduced with the commit "Create default scope to read journal" a9078767b8224a223f8942a1cb80d4544024387b
* python module file suffix is platform dependentJohann Klähn2014-02-011-3/+13
|
* Fix shared library and python moduleAlexis Hildebrandt2014-02-011-3/+12
| | | | | Conflicts: src/CMakeLists.txt
* no RENAME option on older CMake versionsJohann Klähn2014-02-011-2/+9
| | | | | The RENAME option for install(TARGETS ...) does not seem to be available on all CMake versions.
* build shared library/python module, clean up CMakeJohann Klähn2014-02-011-15/+33
| | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink.
* Make time-colon commodity flag available to pythonAlexis Hildebrandt2014-01-271-0/+1
|
* Create default scope to read journalAlexis Hildebrandt2014-01-271-0/+5
| | | when using ledger python module
* Build and shared python moduleAlexis Hildebrandt2014-01-271-0/+9
| | | when building library
* Commodity column in default CSV format should match the displayed amountSteve Purcell2014-01-061-1/+1
| | | | | | | | If one uses --exchange to force CSV display amounts into a particular currency, then the commodity output column should match that currency. Without this patch, the commodity column contains the original commodity, not the commodity for the exported amount.
* And const directives in account.h and commodity.h to allow build in OS X ↵Craig Earls2013-10-302-2/+2
| | | | Mavericks.
* Guard against a possible null valueJohn Wiegley2013-09-201-1/+1
|
* Apply --time-colon option only to time commoditiesAlexis Hildebrandt2013-09-071-5/+5
| | | | See #989
* Additional changes required for MSVC to compile ledger.Tim Crews2013-06-163-9/+9
| | | | These changes only matter if ledger is compiled with USE_PYTHON.
* Corrected filename for strptime.ccTim Crews2013-06-151-0/+0
|
* Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-146-5/+206
| | | | Includes an implementation of strptime, compiled only for Win32 platform.
* Improve documentation about differences between ledger 2.6 and ledger 3.0.thdox2013-06-011-3/+5
| | | | GnuCash support removed, environment variables deprecated.
* 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
| | | | Fixes #712
* Add a missing member initializer to a copy constructorJohn Wiegley2013-05-191-1/+2
| | | | Fixes #686
* Another whitespace fixJohn Wiegley2013-05-191-1/+1
|
* Add a missing % characterJohn Wiegley2013-05-191-1/+1
|