Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [travis] Enable verbose failures | Alexis Hildebrandt | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #424 from thdox/bug-1057 | John Wiegley | 2015-08-04 | 2 | -1/+12 |
|\ | | | | | Add regression test file for bug #1057 | ||||
| * | Modification to help fix issue when compiling with travis | thdox | 2015-07-31 | 1 | -1/+1 |
| | | | | | | | | | | -(("/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" | ||||
| * | regression test file for bug 1057 | thdox | 2015-07-31 | 1 | -0/+11 |
| | | |||||
| * | untabify | thdox | 2015-07-31 | 1 | -1/+1 |
| | | |||||
* | | [travis] Rename coverity scan branch | Alexis Hildebrandt | 2015-08-05 | 1 | -2/+2 |
| | | | | | | | | Fix typo | ||||
* | | [travis] Configure coverity scan | Alexis Hildebrandt | 2015-08-05 | 1 | -0/+9 |
| | | |||||
* | | [tests] Ignore --revalued-total in baseline tests | Alexis Hildebrandt | 2015-08-05 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 3 | -33/+22 |
|\ \ | |||||
| * \ | Merge pull request #423 from ledger/revert-216-master | John Wiegley | 2015-08-04 | 3 | -33/+15 |
| |\ \ | | | | | | | | | Revert "--depth for register" | ||||
| | * | | Revert "--depth for register" | John Wiegley | 2015-08-04 | 3 | -33/+15 |
| |/ / | |||||
* | | | Whitespace cleanup | John Wiegley | 2015-08-04 | 11 | -17/+17 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 6 | -16/+752 |
|\| | | |||||
| * | | Merge pull request #216 from johannesgerer/master | John Wiegley | 2015-08-04 | 3 | -15/+33 |
| |\ \ | | | | | | | | | --depth for register | ||||
| | * | | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 1 | -0/+4 |
| | | | | |||||
| | * | | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 2 | -29/+29 |
| | | | | |||||
| | * | | first try for implementing --depth for register | johannes@debussy | 2013-11-05 | 2 | -25/+39 |
| | | | | |||||
| | * | | Fixed variable name | johannes@debussy | 2013-11-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #317 from tripun/code_coverage | John Wiegley | 2015-08-04 | 3 | -1/+719 |
| |\ \ \ | | | | | | | | | | | Add some unit tests for value_t | ||||
| | * | | | fix minor issues | tripun | 2014-08-18 | 1 | -5/+8 |
| | | | | | |||||
| | * | | | add additional tests for sequence_t and fix the old ones | tripun | 2014-08-18 | 1 | -22/+50 |
| | | | | | |||||
| | * | | | add case for addition to void | tripun | 2014-08-18 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | add test for sequenc_t in value_t | tripun | 2014-08-18 | 1 | -0/+32 |
| | | | | | |||||
| | * | | | add unit test Negation for value | tripun | 2014-08-18 | 1 | -0/+46 |
| | | | | | |||||
| | * | | | minor additions | tripun | 2014-08-18 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | add test for zero for value | tripun | 2014-08-18 | 1 | -0/+57 |
| | | | | | |||||
| | * | | | check Type unit test for value | tripun | 2014-08-18 | 1 | -0/+50 |
| | | | | | |||||
| | * | | | add Division unit test for value | tripun | 2014-08-18 | 1 | -0/+63 |
| | | | | | |||||
| | * | | | remove some statements until sequence multiplication run-time error is fixed | tripun | 2014-08-18 | 1 | -11/+0 |
| | | | | | |||||
| | * | | | add Multiplication unit test for value | tripun | 2014-08-18 | 1 | -0/+79 |
| | | | | | |||||
| | * | | | add unit test subtraction for value | tripun | 2014-08-18 | 1 | -0/+93 |
| | | | | | |||||
| | * | | | add whitespaces | tripun | 2014-08-17 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | add unit test Addition for value | tripun | 2014-08-17 | 1 | -0/+102 |
| | | | | | |||||
| | * | | | add unit test of equality for value | tripun | 2014-08-17 | 1 | -0/+64 |
| | | | | | |||||
| | * | | | add assignment unit test for value | tripun | 2014-08-17 | 1 | -0/+35 |
| | | | | | |||||
| | * | | | add constructors unit test for value | tripun | 2014-08-17 | 1 | -0/+35 |
| | | | | | |||||
| | * | | | initialize value fixture | tripun | 2014-08-16 | 1 | -0/+37 |
| | | | | | |||||
| | * | | | add t_value unit test | tripun | 2014-08-15 | 2 | -1/+1 |
| | | | | | |||||
| * | | | | [travis] Fix Travis CI builds | Alexis Hildebrandt | 2015-07-31 | 3 | -15/+117 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add multi-os build configuration and use a custom build of boost. | ||||
* | | | | | Merge pull request #369 from afh/pull/utfcpp_subtree | John Wiegley | 2015-08-04 | 13 | -15/+1039 |
|\ \ \ \ \ | | | | | | | | | | | | | Replace utfcpp submodule with partial subtree | ||||
| * | | | | | [acprep]: Add libutfcpp-dev dependency | Alexis Hildebrandt | 2015-01-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | | | | | Remove duplicate utfcpp LICENSE file | Alexis Hildebrandt | 2015-01-12 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | already present in utfcpp git subtree [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | | | | | [cmake] Add FindUtfcpp.cmake | Alexis Hildebrandt | 2015-01-12 | 2 | -3/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | | | | | [acprep] Remove obsoleted submodule phase | Alexis Hildebrandt | 2015-01-12 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | | | | | Replace utfcpp submodule with partial subtree | Alexis Hildebrandt | 2015-01-12 | 11 | -4/+1017 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | | | | | Merge pull request #404 from thdox/baseline-test-revert | John Wiegley | 2015-08-04 | 5 | -46/+63 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Baseline test: revert commit 8d1067c | ||||
| * | | | | | | Add --file to tested options. | thdox | 2015-07-31 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Fix test file regress/25A099C9.test. | thdox | 2015-07-31 | 1 | -33/+51 |
| | | | | | | | |||||
| * | | | | | | Whitespace fix for cmd-convert.test | thdox | 2015-07-31 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Revert "Disable three tests preventing Jenkins from succeeding" | thdox | 2015-07-31 | 3 | -0/+0 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749. |