Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flake | Matthew Bauer | 2021-12-01 | 1 | -56/+2 |
| | |||||
* | default.nix: Fix testing | Michael Raitza | 2020-10-30 | 1 | -2/+5 |
| | |||||
* | Implement cryptographic access to files using GPGME | Michael Raitza | 2020-10-30 | 1 | -2/+3 |
| | |||||
* | Remove the-kenny from list of maintainers in default.nix | Steve Purcell | 2020-05-28 | 1 | -1/+1 |
| | | | | | Without this fix, the Nix build is broken, which causes `ledger-mode` CI builds to fail. See https://github.com/NixOS/nixpkgs/commit/887295fd2d8c4da06acdaa185cbb3cc214d83285 | ||||
* | Release 3.2.1 | Martin Michlmayr | 2020-05-18 | 1 | -2/+2 |
| | |||||
* | Release 3.2.0 | Martin Michlmayr | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | Update default.nix to match more closely what nixpkgs is using | John Wiegley | 2020-03-27 | 1 | -24/+33 |
| | |||||
* | Update default.nix to match what nixpkgs is using | John Wiegley | 2020-03-27 | 1 | -19/+23 |
| | |||||
* | Remove reference to lisp from default.nix | Steve Purcell | 2019-12-27 | 1 | -9/+0 |
| | | | | | There is no longer a submodule which provides elisp, so the `cp` portion of this expression fails. Also remove obsolete comment about presence of gitmodules. | ||||
* | Release 3.1.3 | Martin Michlmayr | 2019-03-31 | 1 | -2/+2 |
| | |||||
* | Release 3.1.2 | Martin Michlmayr | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | Add concurrent make and check to default.nix | John Wiegley | 2018-09-03 | 1 | -0/+5 |
| | |||||
* | Bump version in default.nix | John Wiegley | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Don't build Elisp files in default.nix | John Wiegley | 2016-11-10 | 1 | -9/+21 |
| | |||||
* | Remove compilation of ledger-mode lisp files | thdox | 2016-10-27 | 1 | -7/+0 |
| | | | | | | As ledger-mode has been moved to its own repository. [ci skip] | ||||
* | Update default.nix | John Wiegley | 2016-08-02 | 1 | -5/+6 |
| | |||||
* | Remove boost fixup from default.nix | John Wiegley | 2015-01-02 | 1 | -5/+0 |
| | |||||
* | Some minor changes | John Wiegley | 2014-11-04 | 1 | -3/+7 |
| | |||||
* | Bump version number to 3.1 | Martin Michlmayr | 2014-10-05 | 1 | -2/+2 |
| | |||||
* | Bump version numbers everywhere to 3.0.3 | John Wiegley | 2014-06-08 | 1 | -1/+1 |
| | |||||
* | Fix build for building with g++ 4.8 | John Wiegley | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Require the use of C++11 | John Wiegley | 2014-04-17 | 1 | -7/+16 |
| | |||||
* | Replace sha1.cc with boost::uuid::details::sha1 | David Bremner | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger. | ||||
* | Add ninja as a build dependency | John Wiegley | 2014-04-16 | 1 | -2/+2 |
| | |||||
* | Add default.nix file, for building with Nix | John Wiegley | 2014-04-13 | 1 | -0/+30 |