summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Hardy, Karmic, Oneiric are obsolete Ubuntu releases.thdox2014-05-111-87/+0
| | | | See http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions
* Ubuntu 14.04 compilation help update:thdox2014-05-113-11/+44
| | | | | | - add patch from Hans Erik van Elburg posted on mailing-list on 9-May-2014 - add also some documentation in README files
* Add more --pivot testsMartin Michlmayr2014-05-111-0/+16
|
* Add tests for the --pivot optionMartin Michlmayr2014-05-111-0/+132
|
* fix typoJohann Klähn2014-05-101-1/+1
|
* Merge pull request #285 from purcell/ledger-context-el-macrosCraig Earls2014-05-091-28/+13
|\ | | | | Refactor macros in ledger-context.el to byte compile cleanly
| * Refactor macros in ledger-context.el to byte compile cleanlySteve Purcell2014-05-091-28/+13
|/
* Use the POST_COST_VIRTUAL flag when exchange commoditiesJohn Wiegley2014-05-083-4/+11
| | | | Fixes #999
* Merge pull request #284 from afh/pull/iso4217Craig Earls2014-05-082-0/+192
|\ | | | | | | | | Add script to generate commodities from ISO 4217 Interesting. Thanks
| * Add script to generate commodities from ISO 4217Alexis Hildebrandt2014-05-082-0/+192
|/ | | [ci skip]
* Restore -DBUILD_DIRJohn Wiegley2014-05-071-3/+3
|
* Fix build for building with g++ 4.8John Wiegley2014-05-075-5/+15
|
* fix debug build for gccJohann Klähn2014-05-071-1/+0
| | | | -ansi ≡ -std=c++98 ;)
* Merge pull request #282 from jamielinux/texiCraig Earls2014-05-051-11/+11
|\ | | | | Fix @node pointer errors
| * Fix @node pointer errorsJamie Nguyen2014-04-271-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/builddocsCraig Earls2014-05-053-8/+33
|\ \ | | | | | | Improve building and installing ledger documentation files
| * | Improve installation of documentation filesAlexis Hildebrandt2014-05-052-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 documentationAlexis Hildebrandt2014-05-051-4/+4
| | |
| * | Build info version of documentationAlexis Hildebrandt2014-05-041-0/+11
| | |
| * | Disable BUILD_DOCS by defaultAlexis Hildebrandt2014-05-041-1/+1
| | | | | | | | | | | | since a separate acprep make doc is necessary to build the documentation
| * | acprep: fix verbose build when using ninjaAlexis Hildebrandt2014-05-041-1/+1
|/ /
* / Add the --no-pager optionJohn Wiegley2014-04-271-0/+1
|/
* Merge pull request #281 from afh/pull/gendocsCraig Earls2014-04-272-10/+44
|\ | | | | Improve the documentation tools
| * doc: add BUILD_A4_PDF cmake variableAlexis Hildebrandt2014-04-271-1/+4
| | | | | | | | to create a DIN A4 paper version of the ledger pdf.
| * doc: try to use groff if man2html is not foundAlexis Hildebrandt2014-04-271-8/+15
| | | | | | | | | | to generate a html version of the manpage, throw a fatal error otherwise.
| * gendocs: use hombrew texinfo on mac if installedAlexis Hildebrandt2014-04-271-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 documentationAlexis Hildebrandt2014-04-271-0/+2
| | | | | | [ci skip]
| * gendocs: add option to choose pdf papersizeAlexis Hildebrandt2014-04-271-1/+15
|/ | | | | The default will be US Letter [ci skip]
* Merge pull request #280 from csrhodes/fix-ledger-iterate-regexCraig Earls2014-04-241-3/+3
|\ | | | | Fix ledger iterate regex
| * fix ledger-iso-date-regex, abusing its name slightlyChristophe Rhodes2014-04-231-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-regexChristophe Rhodes2014-04-231-1/+1
|/
* Merge pull request #279 from csrhodes/fix-ledger-xact-add-transactionJohn Wiegley2014-04-231-6/+14
|\ | | | | improve C-c C-a (ledger-xact-insert-transaction) behaviour
| * improve C-c C-a (ledger-xact-insert-transaction) behaviourChristophe Rhodes2014-04-231-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/travisJohn Wiegley2014-04-232-8/+33
|\ \ | |/ |/| Fix Travis CI build
| * Add URL to Travis CI environment documentationAlexis Hildebrandt2014-04-231-4/+5
| | | | | | | | [ci skip]
| * Fix Travis CI buildAlexis Hildebrandt2014-04-232-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 costructionJohn Wiegley2014-04-211-0/+1
| | | | This fixes a bug introduced by ecd5097d515f53703eb5dc6096da80182c452ad9.
* Another .travis.yml fixJohn Wiegley2014-04-171-1/+1
|
* More Travis changesJohn Wiegley2014-04-171-3/+5
|
* Have Travis download Boost-1.55John Wiegley2014-04-171-0/+4
|
* Bump minimum Boost dependency to 1.55John Wiegley2014-04-171-1/+1
|
* Temporarily disable the DocTestsJohn Wiegley2014-04-171-11/+12
|
* Require the use of C++11John Wiegley2014-04-175-47/+20
|
* Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-179-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 dependencyJohn Wiegley2014-04-161-2/+2
|
* Improve an error message relating to balance assertionsJohn Wiegley2014-04-161-3/+8
|
* Add a safety check when using deferred postingsJohn Wiegley2014-04-151-4/+46
|
* Correct one of the baseline testsJohn Wiegley2014-04-141-1/+1
|
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-145-0/+25
|
* Bump the date in the version numberJohn Wiegley2014-04-131-1/+1
|