Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #371 from aleksejrs/patch-1 | Steve Purcell | 2015-01-14 | 1 | -1/+1 |
|\ \ | | | | | | | Typo in the manual: "legder" | ||||
| * | | Typo in the manual: "legder" | aleksejrs | 2015-01-14 | 1 | -1/+1 |
|/ / | |||||
* | | Add CONTRIBUTING.md, mainly to document the "next" vs "master" branching | Steve Purcell | 2015-01-11 | 1 | -0/+8 |
| | | | | | | | | | | | | This file is displayed to would-be pull-request submitters, so it's a good place to provide this information. [ci skip] | ||||
* | | Merge pull request #364 from jostber/jb-docfix | Martin Michlmayr | 2015-01-08 | 5 | -7/+7 |
|\ \ | | | | | | | Small doc typo fixes | ||||
| * | | Small doc typo fixes | Jostein Berntsen | 2015-01-09 | 5 | -7/+7 |
|/ / | |||||
* | | use the same python version for lib and interpreter | Johann Klähn | 2015-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Currently the path to install the python library in is determined by running the python interpreter. We do not want to end up installing a library built for python2 in the python3 library path! | ||||
* | | [doc] Minor typographical and error corrections | Alexis Hildebrandt | 2015-01-05 | 1 | -3/+3 |
| | | | | | | | | [ci skip] | ||||
* | | [doc] Bump Ledger version to 3.1 | Alexis Hildebrandt | 2015-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would be great to use texinfo variables to set the current Ledger version, e.g. @value{Ledger_VERSION_MAJOR} and pass the CMake variables to texi2pdf via --command='@set Ledger_VERSION_MAJOR ${Ledger_VERSION_MAJOR}'. Unfortunately texi2pdf will err with: Argument of @parseargline has an extra }. <inserted text> @par <to be read again> } @\subtitle ...epage {@subtitlefont @rightline {#1} } l.153 @subtitle For Version @value{Ledger_VERSION_MAJOR} of Ledger [ci skip] | ||||
* | | [doc] Update explanation for validating doc examples | Alexis Hildebrandt | 2015-01-05 | 1 | -5/+4 |
| | | |||||
* | | [doc] Bump copyright notice to 2015 | Alexis Hildebrandt | 2015-01-05 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | [doc] Add whitespace to separate debug options | Alexis Hildebrandt | 2015-01-05 | 1 | -0/+2 |
| | | | | | | | | | | | | better from one another in the item list [ci skip] | ||||
* | | [doc] Update list of debug codes | Alexis Hildebrandt | 2015-01-05 | 1 | -24/+25 |
| | | | | | | | | | | | | | | using ag --nogroup '^[ ]*debug\(' | cut -d '"' -f2 | sort -u | column [ci skip] | ||||
* | | [travis] Fix .travis.yml | Alexis Hildebrandt | 2015-01-05 | 1 | -2/+7 |
| | | |||||
* | | Merge pull request #363 from ↵ | Craig Earls | 2015-01-04 | 1 | -0/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | lowdef/ledger-mode-bug-1089-auto-refresh-sticky-cursor ledger-mode bug 1089 introduce sticky cursor for report auto refresh Thanks. | ||||
| * | | ledger-mode bug 1089 introduce sticky cursor for report auto refresh | Hans Erik van Elburg | 2015-01-04 | 1 | -0/+8 |
| | | | |||||
* | | | Merge pull request #362 from lowdef/cleanup_after_pulreq360and361 | John Wiegley | 2015-01-04 | 2 | -18/+9 |
|\ \ \ | |/ / |/| | | cygwin build: cleanup after overlapping pull requests 360 & 361 + make changes minimalistic | ||||
| * | | merge double fix + make changes minimalistic | Hans Erik van Elburg | 2015-01-04 | 2 | -18/+9 |
|/ / | |||||
* | | Merge pull request #361 from lowdef/cygwin-build | John Wiegley | 2015-01-04 | 3 | -4/+24 |
|\ \ | | | | | | | automating ledger build on Cygwin | ||||
| * | | remove unnecessary if artifact | Hans Erik van Elburg | 2015-01-04 | 1 | -3/+0 |
| | | | |||||
| * | | remove reference to url | Hans Erik van Elburg | 2015-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | also added cygwin tweak to src/CMakeLists.txt | Hans Erik van Elburg | 2015-01-03 | 2 | -3/+19 |
| | | | |||||
| * | | initial cygwin tweaks | Hans Erik van Elburg | 2015-01-03 | 2 | -1/+8 |
| | | | |||||
* | | | Merge pull request #360 from jmgpena/BUG-985-Fix-Cygwin-Compilation-Issue | John Wiegley | 2015-01-04 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Fix for BUG 985 | ||||
| * | | | Fix for BUG 985 | jmgpena | 2015-01-03 | 1 | -0/+4 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | http://bugs.ledger-cli.org/show_bug.cgi?id=985 Fix compilation issue on Cygwin by adding the '-U__STRICT_ANSI__' flag to GCC. This avoids GCC disabling some stdlib functions like 'setenv' and 'popen'. | ||||
* | | | Configure IRC notifications | John Wiegley | 2015-01-02 | 1 | -0/+2 |
| | | | |||||
* | | | Remove boost fixup from default.nix | John Wiegley | 2015-01-02 | 1 | -5/+0 |
|/ / | |||||
* | | [emacs] maintain the report order after auto-refresh. | Craig Earls | 2015-01-02 | 1 | -3/+12 |
| | | |||||
* | | Merge commit '8e79b3c7c74081b63f9d8b1e0ec97478f61d4ba8' | Craig Earls | 2014-12-30 | 161 | -413/+579 |
|\ \ | |||||
| * \ | Merge pull request #345 from afh/pull/cmake_warning | John Wiegley | 2014-12-30 | 1 | -0/+4 |
| |\ \ | | | | | | | | | Set CMake policy CMP0042 |