| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
See John's email "A solution to the commodity pricing problem" on how
this works:
https://groups.google.com/forum/#!topic/ledger-cli/gpOW50XtCTo
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|