Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Python tests for fix for bug #383 | Martin Michlmayr | 2014-05-13 | 2 | -2/+2 |
| | |||||
* | Add test cases for bug #494 | Martin Michlmayr | 2014-05-13 | 2 | -0/+27 |
| | | | | | The issues raised in bug #494 are no longer there but let's add some test cases. | ||||
* | Honour date-format for lot dates | Martin Michlmayr | 2014-05-13 | 7 | -6/+35 |
| | | | | Fixes bug #383 | ||||
* | Recognize the --no-pager option | Martin Michlmayr | 2014-05-12 | 1 | -0/+1 |
| | | | | Thanks to Johann Klähn. | ||||
* | Decrease Boost requirement to 1.49.0 | Martin Michlmayr | 2014-05-12 | 1 | -1/+1 |
| | | | | I successfully compiled ledger with boost 1.49.0 on Debian 7.5. | ||||
* | Add another change to NEWS | Martin Michlmayr | 2014-05-12 | 1 | -0/+2 |
| | |||||
* | Add another test case for bug #999 | Martin Michlmayr | 2014-05-12 | 2 | -0/+22 |
| | |||||
* | Update NEWS for 3.x | Martin Michlmayr | 2014-05-12 | 1 | -0/+16 |
| | |||||
* | Merge pull request #288 from thdox/fix-doc-and-typos | Craig Earls | 2014-05-11 | 1 | -117/+114 |
|\ | | | | | Fix doc and typos | ||||
| * | M-q (=M-x fill-paragraph) on column 78 | thdox | 2014-05-11 | 1 | -117/+114 |
| | | |||||
| * | Fix some typos | thdox | 2014-05-11 | 1 | -9/+9 |
|/ | |||||
* | Merge pull request #287 from thdox/fix-for-ubuntu-14.04 | Craig Earls | 2014-05-11 | 3 | -92/+38 |
|\ | | | | | Fix for ubuntu 14.04 | ||||
| * | Hardy, Karmic, Oneiric are obsolete Ubuntu releases. | thdox | 2014-05-11 | 1 | -87/+0 |
| | | | | | | | | See http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions | ||||
| * | Ubuntu 14.04 compilation help update: | thdox | 2014-05-11 | 3 | -11/+44 |
| | | | | | | | | | | | | - add patch from Hans Erik van Elburg posted on mailing-list on 9-May-2014 - add also some documentation in README files | ||||
* | | Merge pull request #286 from thdox/fix-gcc-4.9 | Craig Earls | 2014-05-11 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Fix compiling with GCC 4.9 Thanks Thierry, nice to see you back. | ||||
| * | | Library GMP is not yet ready for GCC 4.9, as described at bottom of page | thdox | 2014-05-11 | 1 | -0/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://gcc.gnu.org/gcc-4.9/porting_to.html See extract below: The <cstddef> header was updated for C++11 support and this breaks some libraries which misuse macros meant for internal use by GCC only. For instance with GMP versions up to 5.1.3, you may see: /usr/include/c++/4.9.0/cstddef:51:11: error: ‘::max_align_t’ has not been declared using ::max_align_t; ^ Another possible error is: someheader.h:99:13: error: ‘ptrdiff_t’ does not name a type A workaround until libraries get updated is to include <cstddef> or <stddef.h> before any headers from that library. | ||||
* | | Fix bug 1030 improperly placing the stays mark if the Payee starts with a digit. | Craig Earls | 2014-05-11 | 1 | -2/+4 |
| | | |||||
* | | Merge commit '56cf72ed0a7cdf134d1046559582a4a11fbfdedc' | Craig Earls | 2014-05-11 | 2 | -1/+149 |
|\| | |||||
| * | Add more --pivot tests | Martin Michlmayr | 2014-05-11 | 1 | -0/+16 |
| | | |||||
| * | Add tests for the --pivot option | Martin Michlmayr | 2014-05-11 | 1 | -0/+132 |
| | | |||||
| * | fix typo | Johann Klähn | 2014-05-10 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'dbfbf2bc893de3c44dcc08c33811bc274f647672' | Craig Earls | 2014-05-09 | 15 | -64/+317 |
|\| | |||||
| * | Merge pull request #285 from purcell/ledger-context-el-macros | Craig Earls | 2014-05-09 | 1 | -28/+13 |
| |\ | | | | | | | Refactor macros in ledger-context.el to byte compile cleanly | ||||
| | * | Refactor macros in ledger-context.el to byte compile cleanly | Steve Purcell | 2014-05-09 | 1 | -28/+13 |
| |/ | |||||
| * | Use the POST_COST_VIRTUAL flag when exchange commodities | John Wiegley | 2014-05-08 | 3 | -4/+11 |
| | | | | | | | | Fixes #999 | ||||
| * | Merge pull request #284 from afh/pull/iso4217 | Craig Earls | 2014-05-08 | 2 | -0/+192 |
| |\ | | | | | | | | | | | | | Add script to generate commodities from ISO 4217 Interesting. Thanks | ||||
| | * | Add script to generate commodities from ISO 4217 | Alexis Hildebrandt | 2014-05-08 | 2 | -0/+192 |
| |/ | | | | | [ci skip] | ||||
| * | Restore -DBUILD_DIR | John Wiegley | 2014-05-07 | 1 | -3/+3 |
| | | |||||
| * | Fix build for building with g++ 4.8 | John Wiegley | 2014-05-07 | 5 | -5/+15 |
| | | |||||
| * | fix debug build for gcc | Johann Klähn | 2014-05-07 | 1 | -1/+0 |
| | | | | | | | | -ansi ≡ -std=c++98 ;) | ||||
| * | Merge pull request #282 from jamielinux/texi | Craig Earls | 2014-05-05 | 1 | -11/+11 |
| |\ | | | | | | | Fix @node pointer errors | ||||
| | * | Fix @node pointer errors | Jamie Nguyen | 2014-04-27 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | Unfortunately, you cannot reliably use periods, commas, or colons within a node name; these can confuse the Info reader. | ||||
| * | | Merge pull request #283 from afh/pull/builddocs | Craig Earls | 2014-05-05 | 3 | -8/+33 |
| |\ \ | | | | | | | | | Improve building and installing ledger documentation files | ||||
| | * | | Improve installation of documentation files | Alexis Hildebrandt | 2014-05-05 | 2 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install info version of ledger documentation instead of the original texinfo sources - Install html version of ledger documentation when BUILD_WEB_DOCS is ON - Enable installation of documentation files from --output directory | ||||
| | * | | Check for required TeX when building pdf documentation | Alexis Hildebrandt | 2014-05-05 | 1 | -4/+4 |
| | | | | |||||
| | * | | Build info version of documentation | Alexis Hildebrandt | 2014-05-04 | 1 | -0/+11 |
| | | | | |||||
| | * | | Disable BUILD_DOCS by default | Alexis Hildebrandt | 2014-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | since a separate acprep make doc is necessary to build the documentation | ||||
| | * | | acprep: fix verbose build when using ninja | Alexis Hildebrandt | 2014-05-04 | 1 | -1/+1 |
| |/ / | |||||
| * / | Add the --no-pager option | John Wiegley | 2014-04-27 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #281 from afh/pull/gendocs | Craig Earls | 2014-04-27 | 2 | -10/+44 |
| |\ | | | | | | | Improve the documentation tools | ||||
| | * | doc: add BUILD_A4_PDF cmake variable | Alexis Hildebrandt | 2014-04-27 | 1 | -1/+4 |
| | | | | | | | | | | | | to create a DIN A4 paper version of the ledger pdf. | ||||
| | * | doc: try to use groff if man2html is not found | Alexis Hildebrandt | 2014-04-27 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | to generate a html version of the manpage, throw a fatal error otherwise. | ||||
| | * | gendocs: use hombrew texinfo on mac if installed | Alexis Hildebrandt | 2014-04-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | The default texinfo (4.8) on Mac OS X shows odd warnings from a sed call and generates verbatim html tags in links if the part of the link was marked with @command{}. With a current version of texinfo (5.2) these oddities are gone. [ci skip] | ||||
| | * | gendocs: make html documentation | Alexis Hildebrandt | 2014-04-27 | 1 | -0/+2 |
| | | | | | | | | | [ci skip] | ||||
| | * | gendocs: add option to choose pdf papersize | Alexis Hildebrandt | 2014-04-27 | 1 | -1/+15 |
| |/ | | | | | | | | | The default will be US Letter [ci skip] | ||||
* | | Merge commit '62bdb2f13a31449ca6f439ee121162647c39855e' | Craig Earls | 2014-04-24 | 5 | -17/+51 |
|\| | |||||
| * | Merge pull request #280 from csrhodes/fix-ledger-iterate-regex | Craig Earls | 2014-04-24 | 1 | -3/+3 |
| |\ | | | | | | | Fix ledger iterate regex | ||||
| | * | fix ledger-iso-date-regex, abusing its name slightly | Christophe Rhodes | 2014-04-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | the year field in dates is sort-of optional, given "year" or "Y" directives. Make the date regex understand this. (This has been lightly tested with C-c C-a, but the rest of the uses of ledger-iso-date-regex have only been eyeballed, not properly audited or tested) | ||||
| | * | add "year" handling to ledger-iterate-regex | Christophe Rhodes | 2014-04-23 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #279 from csrhodes/fix-ledger-xact-add-transaction | John Wiegley | 2014-04-23 | 1 | -6/+14 |
| |\ | | | | | | | improve C-c C-a (ledger-xact-insert-transaction) behaviour |