John Wiegley
947a46ebeb
Merge pull request #369 from afh/pull/utfcpp_subtree
...
Replace utfcpp submodule with partial subtree
2015-08-04 14:14:20 -07:00
John Wiegley
614ba7d213
Merge pull request #404 from thdox/baseline-test-revert
...
Baseline test: revert commit 8d1067c
2015-08-04 14:11:38 -07:00
Alexis Hildebrandt
54de245a50
[doc] Minor spelling correction
...
[ci skip]
2015-08-03 13:09:28 +02:00
thdox
0273fbedc6
Add command directives to concepts and commands indexes.
2015-07-31 22:52:04 +02:00
thdox
fb5a1bed5c
Add --file to tested options.
2015-07-31 22:51:55 +02:00
thdox
4451452db3
Fix test file regress/25A099C9.test.
2015-07-31 22:51:55 +02:00
thdox
89119c68ca
Whitespace fix for cmd-convert.test
2015-07-31 22:51:54 +02:00
thdox
4cad4b327d
Revert "Disable three tests preventing Jenkins from succeeding"
...
This reverts commit 8d1067c89c .
2015-07-31 22:51:54 +02:00
thdox
48bd8e94de
Modification to help fix issue when compiling with travis
...
-(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 34912 0) nil "www.amazon.fr"
+(("/home/travis/build/ledger/ledger/test/regress/1057.test" 1 (21308 42112 0) nil "www.amazon.fr"
2015-07-31 22:51:48 +02:00
thdox
f0a329db26
regression test file for bug 1057
2015-07-31 22:51:48 +02:00
thdox
5bb4f2f593
untabify
2015-07-31 22:51:48 +02:00
Alexis Hildebrandt
523413d8f1
[travis] Use boost 1.49.0 for master branch builds
...
and boost 1.58.0 for all other branches.
2015-07-31 13:00:10 +02:00
Alexis Hildebrandt
1ef946a9b9
[travis] Fix Travis CI builds
...
Add multi-os build configuration
and use a custom build of boost.
2015-07-31 11:43:32 +02:00
Alexis Hildebrandt
0364e598e3
[doc] Update status badges in README
...
[ci skip]
2015-07-31 10:51:20 +02:00
Alexis Hildebrandt
81ee98c17c
[travis] Add multi-os build configuration
...
and use a custom build of boost.
2015-07-31 03:30:58 +02:00
Alexis Hildebrandt
3008a6a6be
[tests] Fix typo in --cleared option baseline test
2015-07-31 00:25:53 +02:00
Martin Michlmayr
09f61ded0f
Fix description
2015-07-30 18:06:48 -04:00
Martin Michlmayr
4e12580789
Add test for --value-expr
...
See John's email "A solution to the commodity pricing problem" on how
this works:
https://groups.google.com/forum/#!topic/ledger-cli/gpOW50XtCTo
2015-07-30 17:44:32 -04:00
Martin Michlmayr
61995d6a20
Add test for --no-rounding
2015-07-30 17:41:40 -04:00
Martin Michlmayr
89c3eaa388
Update documentation to reflect <Rounding> was changed to <Adjustment>
2015-07-30 17:38:38 -04:00
John Wiegley
76f057c14c
Re-indent some code that was indented incorrectly
2015-07-30 14:06:49 -07:00
Alexis Hildebrandt
3d1c59aa81
[tests] Add baseline test for --cleared-format
2015-07-30 13:35:32 +02:00
Alexis Hildebrandt
dd3d28f7b6
[tests] Remove empty baseline test files.
...
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.
2015-07-29 15:38:32 +02:00
Martin Michlmayr
60c387fed7
Update NEWS
2015-07-28 18:25:37 -04:00
Martin Michlmayr
3a0e41dd03
Document some changes in NEWS
2015-07-28 18:18:57 -04:00
Martin Michlmayr
c3f0d23f66
Use .Nm to refer to ledger in the man page
...
Thanks to Alexis for the suggestion.
2015-07-28 17:52:18 -04:00
Martin Michlmayr
94d4f5c195
Document --no-revalued
2015-07-28 17:50:13 -04:00
Martin Michlmayr
852ece54fe
Add baseline test for --no-revalued option
2015-07-28 17:46:42 -04:00
Martin Michlmayr
e65ead2770
Document --explicit
2015-07-28 17:40:05 -04:00
Martin Michlmayr
1cf473ca50
Add Debian testing and sid to install instructions
2015-07-28 17:32:36 -04:00
Martin Michlmayr
2c8c6524bd
Improve --explicit test case
...
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.
2015-07-28 17:31:14 -04:00
Martin Michlmayr
b60a12a6ce
Add missing known functions to test
2015-07-28 17:30:00 -04:00
Alexis Hildebrandt
c4db52614e
[travis] Run documentation checks as reports
...
which are allowed to fail instead of strict tests.
2015-07-28 23:28:41 +02:00
Alexis Hildebrandt
69fa2fc671
[tests] Remove compiler warnings for unit tests
...
warning: relational comparison result unused [-Wunused-comparison]
BOOST_CHECK_THROW(x6 < x7, amount_error);
~~~^~~~
2015-07-28 22:43:16 +02:00
Alexis Hildebrandt
68ecc043cc
[tests] Allow string continuation in documentation
...
in long documentation examples.
2015-07-28 22:07:10 +02:00
Alexis Hildebrandt
d0fba947ad
[cmake] Use CMAKE_SYSTEM_NAME to test the platform.
...
APPLE and CMAKE_HOST_APPLE only check the host system,
whereas CMAKE_SYSTEM_NAME checks the target system when
cross-compiling.
2015-07-28 20:55:56 +02:00
Alexis Hildebrandt
f5d59159f1
[tests] Fix Util and Math tests on Mac OS X
...
by explicitly linking the testing targets against Python
2015-07-28 20:54:44 +02:00
Alexis Hildebrandt
f0f4d7e66f
[travis] Remove multi-os build configuration
2015-07-28 20:35:56 +02:00
Alexis Hildebrandt
844796972a
[travis] Switch to container-based build
...
using plain cmake and make
2015-07-28 20:32:13 +02:00
Alexis Hildebrandt
53cdde527d
Merge pull request #416 from tdsmith/python-exec-link
...
link ledger executable to Python on OS X
2015-07-28 20:20:35 +02:00
Johann Klähn
a1cb25ad2d
fix build for boost 1.58
2015-07-28 18:22:20 +02:00
John Wiegley
21c3569a70
Merge pull request #422 from jwakely/issue-417
...
Convert boost::optional objects to bool explicitly.
2015-07-27 18:11:19 -07:00
Jonathan Wakely
bcaca24de4
Convert boost::optional objects to bool explicitly.
...
Fixes #417 .
2015-07-27 20:37:16 +01:00
Craig Earls
254d82e5eb
Make advanced day descriptor automatically wildcard year and month.
2015-07-22 20:34:44 -07:00
Craig Earls
de651d247b
Merge commit '5b31641a75c3b603d53350965ff4867ac05f77e5' into next
2015-07-16 18:40:24 -07:00
Craig Earls
5b31641a75
Merge pull request #421 from cwarden/patch-2
...
Fix Total Commodity Price Example
2015-07-16 06:56:38 -07:00
Christian G. Warden
cf993fd077
Fix Total Commodity Price Example
...
Replace `{$5.00}` with `{$50.00}` to be consistent with the example being presented.
[ci skip]
2015-07-15 16:20:54 -07:00
Craig Earls
016a1e57c6
Removed debugging code left in by accident that was preventing advanced month and year scheduling.
2015-07-11 07:39:05 -07:00
Craig Earls
316c61252e
Merge commit 'a8eb9cb64c0c275f00eac0a895b2e015356c4699' into next
2015-06-28 19:39:50 -07:00
Craig Earls
a8eb9cb64c
Merge pull request #419 from kanru/patch-1
...
Fix ledger-magic-tab: Wrong number of arguments
2015-06-28 19:39:30 -07:00