| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
[ci skip]
|
|
|
|
|
|
| |
As ledger-mode has its own repository.
[ci skip]
|
|
|
|
| |
[ci skip]
|
|
|
|
|
|
|
|
|
| |
As ledger-mode has now its own github repository, the file
ledger-mode.texi has been moved there. As such the compilation was
failing, by removing this file, it is now compiling successfully through
"make doc".
[ci skip]
|
|\
| |
| | |
Ignore failed tests on appveyor; only build next and master [ci skip]
|
| | |
|
|\ \
| | |
| | | |
Fix bug 1187: Allow balance assertions with multiple posts to the same account
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Fix Windows strptime
|
| |/
| |
| |
| | |
This fixes the datetime-related tests in testAddition and testSubtraction in the LedgerMathTests
|
|\ \
| | |
| | | |
Use boost parent_path() method instead of manual computation
|
| |/
| |
| |
| | |
This fixes error-in-include.test, dir-apply.test, 6188B0EC.test, and 89233B6D.test when running under msys2 on Windows. The manual computation is incorrect when there are both forward slash and backward slash characters in the path.
|
|\ \
| | |
| | | |
Fix regress test 383 on Windows
|
| |/
| |
| |
| | |
%g is not available in Windows strftime. See documentation at https://msdn.microsoft.com/en-us/library/fe06s4ak.aspx
|
|\ \
| |/
|/| |
Fix build under Cygwin
|
| | |
|
|\ \
| |/
|/| |
Fix test harness to work with msys2
|
| |
| |
| |
| |
| |
| | |
With this change, 97% of the tests pass. See the build on appveyor for more info: https://ci.appveyor.com/project/Evan/ledger/build/build-49
I'll follow up with another PR to fix some of the remaining broken tests
|
|\ \
| |/
|/| |
Fix compilation error with boost 1.61
|
| | |
|
|\ \
| |/
|/| |
Fix build under msys32; add Appveyor continuous build
|
|/
|
|
|
|
|
|
|
|
|
|
| |
* Appveyor is a continuous integration platform for Windows that is free for open source projects. See latest test build here: https://ci.appveyor.com/project/Evan/ledger/build/artifacts
* Changed WIN32 to _WIN32 because this article http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system claims that it is defined by the greatest number of compilers.
* Modified HAVE_ISATTY and other system defines so that system.hh compiles when cmake fails to find the relevant function.
* Add missing include in test/unit/t_value.cc
Almost all tests fail when you run them on msys32. I will address that in a future PR.
|
|\
| |
| | |
Remove reference to `ncursesw` MacPort.
|
|/
|
| |
The `ncursesw` port doesn't exist anymore, its functionality is included in the `ncurses` port.
|
| |
|
| |
|
|\
| |
| | |
Documentation - Clarify hard separator explanation
|
|/
|
|
|
|
| |
A minor nitpick in chapter Transaction Notes,
Moving the parenthesis avoids misinterpreting the name "hard separator"
to be a reference to tab-space only.
|
| |
|
|\
| |
| |
| |
| | |
atheriel/ledger-report-register-optional-prepend-format
Makes links in ledger-report "register" commands optional.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds a new custom `ledger-report-links-in-register' flag
that controls whether `ledger-report' will attempt to link transactions
in the report buffer to the entries in the original file. Essentially,
it controls whether `ledger-report' will silently pass the
"--prepend-format" flag to the binary.
The primary motivation for this is that not all implementations of
ledger support the "--prepend-format" flag, and thus all "register"
commands run by `ledger-report' (and usually _only_ "register" commands)
will always fail, because they are treated as a special case in
`ledger-do-report'. At present, the user has no ability to prevent the
"--prepend-format" flag from being silently passed to the binary. This
commit provides that feature.
[ci skip]
|
|\|
| |
| |
| |
| | |
Adds a "binary" format specifier to ledger-report.
I should have done this years ago. Thank you.
|
|/
|
|
|
|
|
|
|
|
|
|
| |
This makes the current `ledger-binary-path' accessible to ledger
reports by using the %(binary) format specifier. It is intended to aid
users who may have different `ledger-binary-path' values on different
machines. It also means that the default `ledger-reports' will work
out of the box even if their ledger executable is not named "ledger"
--- for example, if they are using "hledger", and have otherwise set
their binary path appropriately.
[ci skip]
|
|\
| |
| | |
improve explanation about period expressions
|
|/ |
|
| |
|
|
|
|
| |
This reverts commit 11590e134eafa768ccc4a171cc7fb216e906095f.
|
| |
|
|\
| |
| | |
Fix documentation typos in section 4.9 (Archiving)
|
|/ |
|
|\
| |
| | |
Consider ISO dates in `ledger-read-date'.
|
|/
|
|
| |
When `ledger-use-iso-dates' is non-nil use ISO date format instead of `ledger-default-date-format'.
|
|\
| |
| | |
Fix Bug 1147: Check balance assertions against the amount AFTER
|
|/ |
|
|\
| |
| | |
Use interval start date (period from/since) to initialize first period.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
transaction date
Bug 1159
Use interval start date (period from/since) to initialize first period.
This allows the offset of a period start to be specified
-p 'every 12 months from 2000-04-01'
will have periods
yyyy-04-01 to yyyy-03-31
....
If no from/since is specified for the period the first transaction date reported is used to initialize the period as before.
added test case regress/1159.test
|
|\ \
| |/
|/| |
Don't stabilize days periods, reduce number of iterations to find start of period for weeks
|
|/
|
|
|
|
|
|
| |
weeks - calculate start date for finding period using remainer 400/periodlength to reduce number of iterations (perhaps this ought to follow the same conventio as years months and quarters)
add sample period command tests
add add day period tests for forecasts and budgets
add week period tests for forecasts and budgets - these do not change
|
|\
| |
| | |
Globally changed set-text-properties to use 'font-lock-face vice 'fac…
|