summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #317 from tripun/code_coverageJohn Wiegley2015-08-043-1/+719
|\ | | | | Add some unit tests for value_t
| * fix minor issuestripun2014-08-181-5/+8
| |
| * add additional tests for sequence_t and fix the old onestripun2014-08-181-22/+50
| |
| * add case for addition to voidtripun2014-08-181-0/+4
| |
| * add test for sequenc_t in value_ttripun2014-08-181-0/+32
| |
| * add unit test Negation for valuetripun2014-08-181-0/+46
| |
| * minor additionstripun2014-08-181-0/+1
| |
| * add test for zero for valuetripun2014-08-181-0/+57
| |
| * check Type unit test for valuetripun2014-08-181-0/+50
| |
| * add Division unit test for valuetripun2014-08-181-0/+63
| |
| * remove some statements until sequence multiplication run-time error is fixedtripun2014-08-181-11/+0
| |
| * add Multiplication unit test for valuetripun2014-08-181-0/+79
| |
| * add unit test subtraction for valuetripun2014-08-181-0/+93
| |
| * add whitespacestripun2014-08-171-4/+4
| |
| * add unit test Addition for valuetripun2014-08-171-0/+102
| |
| * add unit test of equality for valuetripun2014-08-171-0/+64
| |
| * add assignment unit test for valuetripun2014-08-171-0/+35
| |
| * add constructors unit test for valuetripun2014-08-171-0/+35
| |
| * initialize value fixturetripun2014-08-161-0/+37
| |
| * add t_value unit testtripun2014-08-152-1/+1
| |
* | [travis] Fix Travis CI buildsAlexis Hildebrandt2015-07-313-15/+117
| | | | | | | | | | Add multi-os build configuration and use a custom build of boost.
* | Merge pull request #371 from aleksejrs/patch-1Steve Purcell2015-01-141-1/+1
|\ \ | | | | | | Typo in the manual: "legder"
| * | Typo in the manual: "legder"aleksejrs2015-01-141-1/+1
|/ /
* | Add CONTRIBUTING.md, mainly to document the "next" vs "master" branchingSteve Purcell2015-01-111-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-docfixMartin Michlmayr2015-01-085-7/+7
|\ \ | | | | | | Small doc typo fixes
| * | Small doc typo fixesJostein Berntsen2015-01-095-7/+7
|/ /
* | use the same python version for lib and interpreterJohann Klähn2015-01-061-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 correctionsAlexis Hildebrandt2015-01-051-3/+3
| | | | | | | | [ci skip]
* | [doc] Bump Ledger version to 3.1Alexis Hildebrandt2015-01-051-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 examplesAlexis Hildebrandt2015-01-051-5/+4
| |
* | [doc] Bump copyright notice to 2015Alexis Hildebrandt2015-01-051-1/+1
| | | | | | | | [ci skip]
* | [doc] Add whitespace to separate debug optionsAlexis Hildebrandt2015-01-051-0/+2
| | | | | | | | | | | | better from one another in the item list [ci skip]
* | [doc] Update list of debug codesAlexis Hildebrandt2015-01-051-24/+25
| | | | | | | | | | | | | | using ag --nogroup '^[ ]*debug\(' | cut -d '"' -f2 | sort -u | column [ci skip]
* | [travis] Fix .travis.ymlAlexis Hildebrandt2015-01-051-2/+7
| |
* | Merge pull request #363 from ↵Craig Earls2015-01-041-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 refreshHans Erik van Elburg2015-01-041-0/+8
| | |
* | | Merge pull request #362 from lowdef/cleanup_after_pulreq360and361John Wiegley2015-01-042-18/+9
|\ \ \ | |/ / |/| | cygwin build: cleanup after overlapping pull requests 360 & 361 + make changes minimalistic
| * | merge double fix + make changes minimalisticHans Erik van Elburg2015-01-042-18/+9
|/ /
* | Merge pull request #361 from lowdef/cygwin-buildJohn Wiegley2015-01-043-4/+24
|\ \ | | | | | | automating ledger build on Cygwin
| * | remove unnecessary if artifactHans Erik van Elburg2015-01-041-3/+0
| | |
| * | remove reference to urlHans Erik van Elburg2015-01-041-1/+1
| | |
| * | also added cygwin tweak to src/CMakeLists.txtHans Erik van Elburg2015-01-032-3/+19
| | |
| * | initial cygwin tweaksHans Erik van Elburg2015-01-032-1/+8
| | |
* | | Merge pull request #360 from jmgpena/BUG-985-Fix-Cygwin-Compilation-IssueJohn Wiegley2015-01-041-0/+4
|\ \ \ | | | | | | | | Fix for BUG 985
| * | | Fix for BUG 985jmgpena2015-01-031-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 notificationsJohn Wiegley2015-01-021-0/+2
| | |
* | | Remove boost fixup from default.nixJohn Wiegley2015-01-021-5/+0
|/ /
* | [emacs] maintain the report order after auto-refresh.Craig Earls2015-01-021-3/+12
| |
* | Merge commit '8e79b3c7c74081b63f9d8b1e0ec97478f61d4ba8'Craig Earls2014-12-30161-413/+579
|\ \
| * \ Merge pull request #345 from afh/pull/cmake_warningJohn Wiegley2014-12-301-0/+4
| |\ \ | | | | | | | | Set CMake policy CMP0042