| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
--force-color does not require anymore --color.
|
| | |
|
| |
| |
| |
| |
| | |
To verify that no ANSI color codes are printed when the --force-color
option is not set.
|
| | |
|
|/
|
|
| |
This was reported as Bug #1109
|
|\
| |
| | |
Ledger mode finalize split
|
| |
| |
| |
| |
| |
| | |
As ledger-mode has been moved to its own github repository.
[ci skip]
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| | |
As now, ledger-mode has its own github repository.
[ci skip]
|
| |
| |
| |
| |
| |
| | |
As ledger-mode has been moved to its own repository.
[ci skip]
|
| |
| |
| |
| | |
[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.
|