| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The --generated and --verify-memory options are already ignored by
CheckBaselineTests.py
The --no-pager and --no-rounding options currently fail and need
a proper baseline test or be ignored in CheckBaselineTests.py.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Thanks to Alexis for the suggestion.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since --explicit tells ledger to require pre-declarations to establish
"known-ness" (rather than taking it from cleared transactions), make
sure the transactions are cleared.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
which are allowed to fail instead of strict tests.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
warning: relational comparison result unused [-Wunused-comparison]
BOOST_CHECK_THROW(x6 < x7, amount_error);
~~~^~~~
|
| | | | |
| | | | |
| | | | |
| | | | | |
in long documentation examples.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
APPLE and CMAKE_HOST_APPLE only check the host system,
whereas CMAKE_SYSTEM_NAME checks the target system when
cross-compiling.
|
| | | | |
| | | | |
| | | | |
| | | | | |
by explicitly linking the testing targets against Python
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
using plain cmake and make
|
|\ \ \ \ \
| | | | | |
| | | | | | |
link ledger executable to Python on OS X
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since the ledger executable embeds the Python interpreter, it does need
an explicit link to a Python framework on OS X after all.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Convert boost::optional objects to bool explicitly.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Fixes #417.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix Total Commodity Price Example
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace `{$5.00}` with `{$50.00}` to be consistent with the example being presented.
[ci skip]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix ledger-magic-tab: Wrong number of arguments
|
|/ / / / / /
| | | | | |
| | | | | | |
ledger-post-align-postings expects (beg end) not to be optional
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Do not use set-mark in ledger-post-align-postings
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use standard method (interactive "r") to get the current active region
for use in ledger-post-align-postings.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 48aec0f093ff6494a3e4f7cd5166cb4a27c16814.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 68c9d649caa2c7c7f222613efe86576c379a5a7a.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
build fixes for boost 1.58
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Instead we use boost::none, which has been documented since boost 1.34.0.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Don't explicitly link libpython on OS X
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use -undefined dynamic_lookup to allow Python symbols to be discovered
when the ledger module is imported instead of at build time. Without
this change, the Python interpreter crashes when ledger is imported from
a python that is different from (but compatible with) the python against
which the module was built.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use ./.ledgerrc if ~/.ledgerrc doesn't exist
|
|/ / / / / |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Improve baseline tests
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
--generated will generate each time new entries, this cannot be
reproduced safely.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This --verify-memory option is very system (Linux/Mac) dependent on how
the memory is allocated. This cannot be reproduce with same results.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I have not yet understood the meaning of --revalued-total, but as it
output something, it should be tested. So add it to "to be tested"
options list.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Some documentation improvments about Ledger mode
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ci skip]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ci skip]
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[emacs] Fix bug 1060.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Set as an option to kill (or not) the reconcile buffer after
ledger-reconcile-finish. The default is set to *not* kill the
buffer. This is justified as the facts that:
1. In old ledger mode (the one from Ledger 2.6), the default is to *not*
kill the buffer. Also for the ones who will migrate from 2.6 to 3 when
package will be available in their linux distribution, this will be the
path of least surprise.
2. The current documentation does state that the buffer is to be killed
with 'q' after 'C-c C-c'.
This has been made configurable, as killing buffer may already be part
of the workflow of some persons.
[ci skip]
|