Alexis Hildebrandt
43112565d0
Bump version number to 3.1.1
2015-09-15 17:00:32 +02:00
Alexis Hildebrandt
af53512554
[acprep] Remove obsoleted command submodule
...
from help
2015-09-15 16:59:24 +02:00
Alexis Hildebrandt
cea0ba4d52
[travis] Bump boost version to 1.59.0
2015-09-15 16:39:29 +02:00
Alexis Hildebrandt
49a0601c14
Add workaround for Boost.Python compile errors
...
when using version 1.59.0
2015-09-15 16:39:10 +02:00
Alexis Hildebrandt
32eca73479
[tests] Remove compiler warnings for unit tests
...
warning: equality comparison result unused [-Wunused-comparison]
BOOST_CHECK_THROW(v8 == v10, value_error);
~~~^~~~~~
2015-09-15 16:34:59 +02:00
Craig Earls
38315cfba2
Merge pull request #426 from andschwa/fix-find-eobp
...
Fix xact-find-slot at end of buffer
2015-08-22 18:48:48 -07:00
Andrew Schwartzmeyer
6fe913aa87
Fix xact-find-slot at end of buffer
...
Using `ledger-add-transaction` to add a transaction with a date that
places it at the end of the buffer will "forget" to insert the newline
between it and the previous transaction. This error occurs in
`ledger-xact-find-slot` where the `(when (and (eobp) last-xact-start)`
is entered, but subsequently the `(if (eobp))` is false because the
point has been moved to the end of the prior exact, which is not the end
of the buffer.
The `if` expression is superfluous because the `when` expression has
already been entered, and it is broken becase the point gets
moved. Removing it fixes the behavior for transactions added at the end
of the buffer, and does not break the behavior for transactions added
elsewhere.
This was observed with Emacs 24.5.50.1 and Ledger 3.1.0-20141005.
[ci skip]
2015-08-22 15:27:00 -07:00
Craig Earls
9627e2a97b
Merge pull request #425 from thdox/documentation
...
Thanks Thierry
2015-08-08 06:37:52 -07:00
thdox
7852881038
Improve documentation for .ledgerrc
...
See Github pull request #414
2015-08-08 11:59:29 +02:00
thdox
b91b74fc43
Rename feat-fixated-prices_2.test to dir-fixed.test
...
For consistency as this is a directive.
2015-08-08 11:59:28 +02:00
thdox
47070b16ef
Use @table instead of @multitable
...
In texinfo documentation, @table is for two-columns, @multitable for
more. Also, the @table produces nicer PDF output.
2015-08-08 11:59:28 +02:00
thdox
7b27eab7db
dir- is for directive, feat- for journal feature
2015-08-08 11:59:28 +02:00
thdox
ee284912a9
Add link to Period expressions.
2015-08-08 11:59:28 +02:00
Alexis Hildebrandt
64b285d583
[tests] Fix MathTest failures on Mac OS X
...
due to timezone settings.
2015-08-08 00:55:19 +02:00
Alexis Hildebrandt
fe410fa239
[tests] Set timezone for running tests
...
so that the tests run with a consistent environment.
2015-08-07 19:42:23 +02:00
John Wiegley
3c2d228ddc
Merge pull request #413 from thdox/command-directives-to-index
...
Add command directives to concepts and commands indexes.
2015-08-06 13:48:30 -07:00
Alexis Hildebrandt
b213372d9c
[travis] Enable verbose failures
2015-08-05 09:49:28 +02:00
John Wiegley
1019f92a82
Merge pull request #424 from thdox/bug-1057
...
Add regression test file for bug #1057
2015-08-04 16:20:54 -07:00
Alexis Hildebrandt
eff53dbf9d
[travis] Rename coverity scan branch
...
Fix typo
2015-08-05 00:20:52 +02:00
Alexis Hildebrandt
80fa6e402a
[travis] Configure coverity scan
2015-08-05 00:13:32 +02:00
Alexis Hildebrandt
8d351d1b4c
[tests] Ignore --revalued-total in baseline tests
2015-08-05 00:09:01 +02:00
John Wiegley
81b14e471a
Merge remote-tracking branch 'origin/master' into next
2015-08-04 14:55:41 -07:00
John Wiegley
977e33d39e
Merge pull request #423 from ledger/revert-216-master
...
Revert "--depth for register"
2015-08-04 14:54:13 -07:00
John Wiegley
69de980aeb
Revert "--depth for register"
2015-08-04 14:54:06 -07:00
John Wiegley
a24910b374
Whitespace cleanup
2015-08-04 14:47:44 -07:00
John Wiegley
a3e946f90f
Merge remote-tracking branch 'origin/master' into next
2015-08-04 14:33:03 -07:00
John Wiegley
fbba9adc16
Merge pull request #216 from johannesgerer/master
...
--depth for register
2015-08-04 14:23:44 -07:00
John Wiegley
00e4cdb008
Merge pull request #317 from tripun/code_coverage
...
Add some unit tests for value_t
2015-08-04 14:14:44 -07:00
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