Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| | * | Set CMake policy CMP0042 | Alexis Hildebrandt | 2014-12-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to remove the warning below when running cmake. In the long run changing the CMake rules to set MACOSX_RPATH might be the better option. CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: libledger This warning is for project developers. Use -Wno-dev to suppress it. | ||||
| * | | Merge pull request #358 from afh/pull/DocTests | John Wiegley | 2014-12-30 | 1 | -2/+15 |
| |\ \ | | | | | | | | | [tests] Add examples parameter to DocTests | ||||
| | * | | [tests] Add examples parameter to DocTests | Alexis Hildebrandt | 2014-12-30 | 1 | -2/+15 |
| | | | | | | | | | | | | to test the given examples only instead of every example. | ||||
| * | | | Merge pull request #356 from afh/pull/1038 | John Wiegley | 2014-12-29 | 4 | -9/+82 |
| |\ \ \ | | |/ / | |/| | | Fix bug 1038; Improve error handling when parsing year directives | ||||
| | * | | Bugfix 1038: empty reg report for this month period | Alexis Hildebrandt | 2014-12-29 | 4 | -0/+61 |
| | | | | | | | | | | | | | | | | | | | | when year was specified with literal Y or year directive, but not when using apply year. | ||||
| | * | | Improve error handling when parsing year directives | Alexis Hildebrandt | 2014-12-28 | 1 | -9/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A literal Y directive or ‘year’ directive with an empty or invalid argument, e.g. ‘2o14’ (that is a small letter ‘oh’ instead of a zero) would fail with the following rather unhelpful error message: Error: bad lexical cast: source type value could not be interpreted as target | ||||
| | * | | Fix plain year directive | Alexis Hildebrandt | 2014-12-28 | 1 | -0/+7 |
| |/ / | | | | | | | | | | Only Y2014 or apply year 2014 would actually set the year for the following transactions; year 2014 would silently do nothing. | ||||
| * | | Merge pull request #355 from afh/pull/copyright | John Wiegley | 2014-12-27 | 149 | -155/+155 |
| |\ \ | | | | | | | | | Update copyright | ||||
| | * | | Use same license text formatting in source files | Alexis Hildebrandt | 2014-12-27 | 3 | -6/+6 |
| | | | | |||||
| | * | | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 149 | -149/+149 |
| |/ / | | | | | | | | | | | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
| * | | Merge pull request #353 from afh/pull/typo | Johann Klähn | 2014-12-25 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Correct no-python error messages | ||||
| | * | | Correct no-python error messages | Alexis Hildebrandt | 2014-12-25 | 1 | -2/+2 |
| |/ / | | | | | | | | | | [ci skip] | ||||
| * | | Merge pull request #347 from afh/pull/gitignore | John Wiegley | 2014-12-24 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Ignore vim swap files | ||||
| | * | | Ignore vim swap files | Alexis Hildebrandt | 2014-12-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Merge pull request #346 from afh/pull/trace_level | John Wiegley | 2014-12-24 | 4 | -3/+18 |
| |\ \ \ | | | | | | | | | | | Fix crash when using --trace 10 or above | ||||
| | * | | | Fix crash when using --trace 10 or above | Alexis Hildebrandt | 2014-12-23 | 4 | -3/+18 |
| | | |/ | | |/| | | | | | | | | | | | | | uint8_t is typedef'd to char, thus boost::lexical_cast treats it as such instead of a number. | ||||
| * | | | Merge pull request #349 from afh/pull/DocTests | John Wiegley | 2014-12-24 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [test] Use --args-only option in DocTests.py | ||||
| | * | | | [test] Use --args-only option in DocTests.py | Alexis Hildebrandt | 2014-12-24 | 1 | -1/+1 |
| | | |/ | | |/| | | | | | | | | | instead of --init-file /dev/null | ||||
| * | | | Merge pull request #352 from afh/pull/travis | John Wiegley | 2014-12-24 | 1 | -18/+8 |
| |\ \ \ | | | | | | | | | | | [travis] Shorten Travis CI run times | ||||
| | * | | | [travis] Shorten Travis CI run times | Alexis Hildebrandt | 2014-12-24 | 1 | -18/+8 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | by adding --jobs to utilize multiple cores and using boost ppa packages instead of downloading the source and building boost from scratch. This effectively cuts the time for a Travis CI run in half. | ||||
| * | | | Merge pull request #351 from afh/pull/git-hook | Steve Purcell | 2014-12-24 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | [travis] Run Travis build when .travis.yml changed | ||||
| | * | | [travis] Run Travis build when .travis.yml changed | Alexis Hildebrandt | 2014-12-24 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | - Change match pattern to include ^\.travis.yml - Add executable file permissions for tools/prepare-commit-msg [ci skip] | ||||
| * | | Merge pull request #342 from afh/pull/readme | John Wiegley | 2014-12-22 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | Add ledger formula to OS X install instructions | ||||
| | * | Add ledger formula to OS X install instructions | Alexis Hildebrandt | 2014-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Merge pull request #344 from thdox/fix-doc | Martin Michlmayr | 2014-12-22 | 2 | -217/+241 |
| |\ \ | | | | | | | | | Fix doc | ||||
| | * | | Indented with Emacs: M-x fill-paragraph | thdox | 2014-12-22 | 2 | -145/+162 |
| | | | | |||||
| | * | | Document that buffer names should use @file{} keyword | thdox | 2014-12-22 | 1 | -1/+1 |
| | | | | |||||
| | * | | M-x delete-trailing-whitespace | thdox | 2014-12-22 | 2 | -37/+37 |
| | | | | |||||
| | * | | Fixes: | thdox | 2014-12-22 | 1 | -40/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - typo fixes - @keywords consistency fixes - add some @kindex and @cindex - buffer names highlighted as @file{} - menu item highlighted as @samp{} | ||||
| | * | | Fixes for consistency | thdox | 2014-12-22 | 1 | -3/+3 |
| | | | | |||||
| | * | | pxref already contains "see" | thdox | 2014-12-22 | 1 | -3/+3 |
| | | | | |||||
| | * | | query is a command | thdox | 2014-12-22 | 1 | -1/+1 |
| | | | | |||||
| | * | | Minor fix: double spaces | thdox | 2014-12-22 | 1 | -9/+9 |
| | | | | |||||
| | * | | fix minor typo | thdox | 2014-12-22 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #343 from afh/pull/git-hook | Steve Purcell | 2014-12-21 | 1 | -0/+27 |
| |\ \ | | |/ | |/| | Add git hook to skip continous integration | ||||
| | * | Add git hook to skip continous integration | Alexis Hildebrandt | 2014-12-21 | 1 | -0/+27 |
| |/ | | | | | | | | | if the commit is not related to code under test. [ci skip] | ||||
| * | Merge pull request #341 from zt9/master | Steve Purcell | 2014-12-21 | 1 | -1/+20 |
| |\ | | | | | | | Added simple instructions for how to use brew to install ledger in OS X | ||||
| | * | cleaning up formatting on instructions | zt | 2014-12-21 | 1 | -2/+2 |
| | | |