| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add multi-os build configuration
and use a custom build of boost.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Replace utfcpp submodule with partial subtree
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
already present in utfcpp git subtree
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
it will look for utfcpp in the standard system paths, UTFCPP_PATH,
and lib/utfcpp/v2_0/source.
This allows the use of utfcpp in:
* standard locations such as /usr/include on distributions shipping
utfcpp
* custom locations for users via UTFCPP_PATH
* the source tree using the default location of the utfcpp
git submodule, .i.e lib/utfcpp/v2_0
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Remove utfcpp submodule
* Squashed 'lib/utfcpp/' content from commit 63cd498
git-subtree-dir: lib/utfcpp
git-subtree-split: 63cd4984464e875546b4a91918be7355357a3a68
* Merge commit '82003f30ba8ba436cf7cef380155f50ed4242b37' as 'lib/utfcpp'
* Remove needless utfcpp subtree files
* Change include path to utfcpp
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Baseline test: revert commit 8d1067c
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
and boost 1.58.0 for all other branches.
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
and use a custom build of boost.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|