Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |