Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build for building with g++ 4.8 | John Wiegley | 2014-05-07 | 5 | -5/+15 |
| | |||||
* | fix debug build for gcc | Johann Klähn | 2014-05-07 | 1 | -1/+0 |
| | | | | -ansi ≡ -std=c++98 ;) | ||||
* | Merge pull request #282 from jamielinux/texi | Craig Earls | 2014-05-05 | 1 | -11/+11 |
|\ | | | | | Fix @node pointer errors | ||||
| * | Fix @node pointer errors | Jamie Nguyen | 2014-04-27 | 1 | -11/+11 |
| | | | | | | | | | | Unfortunately, you cannot reliably use periods, commas, or colons within a node name; these can confuse the Info reader. | ||||
* | | Merge pull request #283 from afh/pull/builddocs | Craig Earls | 2014-05-05 | 3 | -8/+33 |
|\ \ | | | | | | | Improve building and installing ledger documentation files | ||||
| * | | Improve installation of documentation files | Alexis Hildebrandt | 2014-05-05 | 2 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install info version of ledger documentation instead of the original texinfo sources - Install html version of ledger documentation when BUILD_WEB_DOCS is ON - Enable installation of documentation files from --output directory | ||||
| * | | Check for required TeX when building pdf documentation | Alexis Hildebrandt | 2014-05-05 | 1 | -4/+4 |
| | | | |||||
| * | | Build info version of documentation | Alexis Hildebrandt | 2014-05-04 | 1 | -0/+11 |
| | | | |||||
| * | | Disable BUILD_DOCS by default | Alexis Hildebrandt | 2014-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | since a separate acprep make doc is necessary to build the documentation | ||||
| * | | acprep: fix verbose build when using ninja | Alexis Hildebrandt | 2014-05-04 | 1 | -1/+1 |
|/ / | |||||
* / | Add the --no-pager option | John Wiegley | 2014-04-27 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #281 from afh/pull/gendocs | Craig Earls | 2014-04-27 | 2 | -10/+44 |
|\ | | | | | Improve the documentation tools | ||||
| * | doc: add BUILD_A4_PDF cmake variable | Alexis Hildebrandt | 2014-04-27 | 1 | -1/+4 |
| | | | | | | | | to create a DIN A4 paper version of the ledger pdf. | ||||
| * | doc: try to use groff if man2html is not found | Alexis Hildebrandt | 2014-04-27 | 1 | -8/+15 |
| | | | | | | | | | | to generate a html version of the manpage, throw a fatal error otherwise. | ||||
| * | gendocs: use hombrew texinfo on mac if installed | Alexis Hildebrandt | 2014-04-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | The default texinfo (4.8) on Mac OS X shows odd warnings from a sed call and generates verbatim html tags in links if the part of the link was marked with @command{}. With a current version of texinfo (5.2) these oddities are gone. [ci skip] | ||||
| * | gendocs: make html documentation | Alexis Hildebrandt | 2014-04-27 | 1 | -0/+2 |
| | | | | | | [ci skip] | ||||
| * | gendocs: add option to choose pdf papersize | Alexis Hildebrandt | 2014-04-27 | 1 | -1/+15 |
|/ | | | | | The default will be US Letter [ci skip] | ||||
* | Merge pull request #280 from csrhodes/fix-ledger-iterate-regex | Craig Earls | 2014-04-24 | 1 | -3/+3 |
|\ | | | | | Fix ledger iterate regex | ||||
| * | fix ledger-iso-date-regex, abusing its name slightly | Christophe Rhodes | 2014-04-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | the year field in dates is sort-of optional, given "year" or "Y" directives. Make the date regex understand this. (This has been lightly tested with C-c C-a, but the rest of the uses of ledger-iso-date-regex have only been eyeballed, not properly audited or tested) | ||||
| * | add "year" handling to ledger-iterate-regex | Christophe Rhodes | 2014-04-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #279 from csrhodes/fix-ledger-xact-add-transaction | John Wiegley | 2014-04-23 | 1 | -6/+14 |
|\ | | | | | improve C-c C-a (ledger-xact-insert-transaction) behaviour | ||||
| * | improve C-c C-a (ledger-xact-insert-transaction) behaviour | Christophe Rhodes | 2014-04-23 | 1 | -6/+14 |
| | | | | | | | | | | | | | | When the right place to add a transaction is after all existing transactions, add it just after the last transaction rather than at the end of the buffer. (Otherwise the transactions get added after Local Variables blocks and any other endmatter.) | ||||
* | | Merge pull request #278 from afh/pull/travis | John Wiegley | 2014-04-23 | 2 | -8/+33 |
|\ \ | |/ |/| | Fix Travis CI build | ||||
| * | Add URL to Travis CI environment documentation | Alexis Hildebrandt | 2014-04-23 | 1 | -4/+5 |
| | | | | | | | | [ci skip] | ||||
| * | Fix Travis CI build | Alexis Hildebrandt | 2014-04-23 | 2 | -8/+32 |
|/ | | | | | - Install and use GNU GCC 4.8 to support required C++11 standard - Build Boost (1.55.0) libraries needed by ledger - Export build and cmake variables to find locally built Boost | ||||
* | Initialize journal_t::no_aliases to false upon costruction | John Wiegley | 2014-04-21 | 1 | -0/+1 |
| | | | | This fixes a bug introduced by ecd5097d515f53703eb5dc6096da80182c452ad9. | ||||
* | Another .travis.yml fix | John Wiegley | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | More Travis changes | John Wiegley | 2014-04-17 | 1 | -3/+5 |
| | |||||
* | Have Travis download Boost-1.55 | John Wiegley | 2014-04-17 | 1 | -0/+4 |
| | |||||
* | Bump minimum Boost dependency to 1.55 | John Wiegley | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Temporarily disable the DocTests | John Wiegley | 2014-04-17 | 1 | -11/+12 |
| | |||||
* | Require the use of C++11 | John Wiegley | 2014-04-17 | 5 | -47/+20 |
| | |||||
* | Replace sha1.cc with boost::uuid::details::sha1 | David Bremner | 2014-04-17 | 9 | -711/+20 |
| | | | | | | | | 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 |
| | |||||
* | Improve an error message relating to balance assertions | John Wiegley | 2014-04-16 | 1 | -3/+8 |
| | |||||
* | Add a safety check when using deferred postings | John Wiegley | 2014-04-15 | 1 | -4/+46 |
| | |||||
* | Correct one of the baseline tests | John Wiegley | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Apply any outstanding deferred postings at the end of parsing | John Wiegley | 2014-04-14 | 5 | -0/+25 |
| | |||||
* | Bump the date in the version number | John Wiegley | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Update tools/build.sh | John Wiegley | 2014-04-13 | 1 | -2/+2 |
| | |||||
* | Add the concept of "deferred postings" | John Wiegley | 2014-04-13 | 7 | -9/+107 |
| | | | | | This is pretty much exclusively for allowing one to use balance assertions with replicated transactions across multiple files. | ||||
* | The option --permissive now quiets balance assertions | John Wiegley | 2014-04-13 | 4 | -14/+20 |
| | |||||
* | Add default.nix file, for building with Nix | John Wiegley | 2014-04-13 | 1 | -0/+30 |
| | |||||
* | Merge pull request #273 from merriam/master | Craig Earls | 2014-04-07 | 1 | -0/+13 |
|\ | | | | | | | | | Add two more terms Thanks. What is the comment about TeX being hard to install? | ||||
| * | Add two more terms | Charles Merriam | 2014-04-06 | 1 | -0/+13 |
| | | | | | | | | Added Effective Date and Transaction Code | ||||
* | | Merge pull request #272 from merriam/master | Craig Earls | 2014-04-05 | 2 | -1/+47 |
|\| | | | | | | | | | More documentation, and One .gitignore change Charles, thank you for all of the time you are putting into this. | ||||
| * | More terms and orientation | Charles Merriam | 2014-04-04 | 1 | -3/+28 |
| | | | | | | | | Added Cheetah, sha1, utfcpp and finished the orientation section. | ||||
| * | Started an Orientation section | Charles Merriam | 2014-04-04 | 1 | -0/+20 |
| | | | | | | | | Every project lays out directories in a unique manner. | ||||
| * | Add CTestTestfile.cmake | Charles Merriam | 2014-04-03 | 1 | -0/+1 |
| | | | | | | | | Ignore file generated by ./acprep. | ||||
* | | Merge pull request #269 from merriam/master | Craig Earls | 2014-04-03 | 1 | -0/+36 |
|\| | | | | | DEVELOP.md |