Commit Graph

  • b197693197 Hlint: Warning: Redundant brackets marko.kocic 2009-09-22 16:51:27 +0000
  • 9ac76cff35 make cabal test run our unit tests Simon Michael 2009-07-31 17:03:35 +0000
  • 5939a93d95 --debug implies --verbose Simon Michael 2009-08-12 09:07:56 +0000
  • 1b5f72c17f refactor Simon Michael 2009-11-19 06:22:09 +0000
  • 719638fa2f docs: move convert docs out of haddock Simon Michael 2009-12-01 15:13:13 +0000
  • e2f10f49d9 update a not-so-good example in convert haddock Simon Michael 2009-09-01 20:36:36 +0000
  • f35184583a convert: more robust csv parsing, specify null field positions with - Simon Michael 2009-11-18 07:29:44 +0000
  • 2855fe9e0a Hlint: Error: Redundant do marko.kocic 2009-09-22 12:08:28 +0000
  • 8fdd28d446 Hlint: Error: Redundant $ marko.kocic 2009-09-22 11:55:11 +0000
  • 550357934f print: fix long account name truncation, align amounts Simon Michael 2009-08-06 20:19:00 +0000
  • cbe61304da docs: add commands section, document convert command Simon Michael 2009-12-01 15:13:27 +0000
  • c474077ef5 tools: release process updates Simon Michael 2009-12-12 02:55:59 +0000
  • 436929c752 update benchmark exes Simon Michael 2009-12-12 02:35:09 +0000
  • 0cbab63143 docs: update version numbering policy Simon Michael 2009-12-10 22:43:23 +0000
  • fdc3949224 make tests independent of user's default ledger Simon Michael 2009-12-12 03:00:27 +0000
  • 5d6c6d778e there shouldn't be brackets in transaction's effective date, my mistake Simon Michael 2009-12-12 03:03:41 +0000
  • b6a5a3398e parsing: tighten up dates, error messages, tests Simon Michael 2009-11-25 21:21:49 +0000
  • 4f22fd657e simplify tests for latest shelltestrunner Simon Michael 2009-07-14 21:50:02 +0000
  • cb0a90cbd7 shelltestrunner now packaged separately, update tests for it Simon Michael 2009-07-11 22:30:10 +0000
  • f1f4a0c023 shelltest: use test-framework as test runner We can now run shell tests in parallel which seems to be a big win. Tests which took 3.5s now run in .13s. Simon Michael 2009-06-28 02:31:36 +0000
  • e11c828aaf shelltest: show filename, not command, when running tests Simon Michael 2009-06-27 10:35:10 +0000
  • ba47853501 shelltest: make fields in .test files optional Simon Michael 2009-06-27 10:18:34 +0000
  • a6cc0effe5 makefile: test rule cleanups Simon Michael 2009-06-28 03:17:02 +0000
  • f8664057ba amountless-virtual-postings.test Simon Michael 2009-06-30 17:20:07 +0000
  • 3533f3d0c3 parsing: another comment test Simon Michael 2009-07-10 17:21:30 +0000
  • 6091c8a099 add/update some functional tests Simon Michael 2009-07-09 00:38:52 +0000
  • 3b9c6448be more test tweaks Simon Michael 2009-06-27 11:02:28 +0000
  • 484580ca64 makefile: release process tweaks - hledgercabal does a cabal configure & build - move unit-testing of the cabal executable into cabaltest - cabaltest now also does cabal upload --check - hackageupload does the upload instead of talking about it - release and releaseupload are now separate for safety - don't let pushbinary stop make due to missing binary - updatesite pushes pending changes first Simon Michael 2009-06-22 19:52:58 +0000
  • 2ae609fee6 add a shell test runner like ledger's, and "make functest" rule Simon Michael 2009-06-27 08:15:00 +0000
  • 163ba5de93 update tests for latest shelltestrunner Simon Michael 2009-07-12 19:55:02 +0000
  • e110976b47 move add command doctests to shell tests Simon Michael 2009-07-09 18:38:57 +0000
  • e3e935e129 parsing: require whitespace between date and status code, prevent silent effective date breakage Simon Michael 2009-11-25 20:12:09 +0000
  • 31ae51b435 add tests for some observed issues Simon Michael 2009-09-16 17:05:59 +0000
  • f209305eef print: show effective dates (issue #12) Simon Michael 2009-12-07 23:28:33 +0000
  • ddc176d83e Hlint: Warning: Eta reduce marko.kocic 2009-09-22 15:56:59 +0000
  • 4e5d463927 refactor parseWithCtx utility Simon Michael 2009-06-20 03:59:37 +0000
  • d98d136fc7 allow comment lines intermixed with posting lines Simon Michael 2009-06-20 04:02:10 +0000
  • 6fb1804cfd refactor IOArgs -> FilterSpec and make haddock happy Simon Michael 2009-07-09 20:25:50 +0000
  • a8bfb06da4 refactor effective date support, fix warnings Simon Michael 2009-07-09 19:22:27 +0000
  • 06eb2a9aa8 --effective option uses transactions' effective dates, if any Simon Michael 2009-07-08 23:37:44 +0000
  • 9bdb1ab0ec convert a few doctests to shell test format Simon Michael 2009-06-27 08:16:19 +0000
  • 6b2e735ba1 ui: upgrade to vty 4, fixes non-ascii symbol display (issue #3) Simon Michael 2009-09-03 14:29:34 +0000
  • 53e9aec63f print: show all amounts for clarity (don't elide the final balancing amount) Simon Michael 2009-11-25 05:37:08 +0000
  • eb0d7ea06c print: sort by date, like register Simon Michael 2009-07-08 00:52:54 +0000
  • 71cc41da1a 0.7 release notes Simon Michael 2009-12-12 03:04:55 +0000
  • e1f3001c1e docs: preliminary release notes Simon Michael 2009-12-05 00:08:51 +0000
  • 2489517931 docs: more site & docs cleanup Simon Michael 2009-11-21 02:01:28 +0000
  • cd47936ebf docs: note binaries in user guide Simon Michael 2009-06-25 01:18:45 +0000
  • 28477dc6f4 site: doc tweaks Simon Michael 2009-07-09 21:01:10 +0000
  • 30f007d2b3 site: tweak windows binary instructions Simon Michael 2009-06-22 15:51:32 +0000
  • 4aefe29b8b docs: contributor list/agreement cleanup Simon Michael 2009-06-27 22:10:21 +0000
  • a19ea34ce0 site: table of contents for user guide Simon Michael 2009-11-19 21:39:04 +0000
  • 39d953a2bb add some styling, inspired by max bolinbroke's Simon Michael 2009-07-04 18:51:46 +0000
  • 5f9b86d9a8 docs: split the home page into two, doc updates Simon Michael 2009-11-20 14:54:17 +0000
  • 066c8b931c docs: document hledger-style smart dates, period expressions, display expressions Simon Michael 2009-07-10 17:20:59 +0000
  • 9ecd710ea1 new demo.hledger.org vhost Simon Michael 2009-11-19 17:54:08 +0000
  • 896aed43e9 site: more homepage updates Simon Michael 2009-07-04 18:51:26 +0000
  • 64feffecfc site: link to all issues, not just open ones Simon Michael 2009-06-22 15:51:15 +0000
  • 54b6a864f2 site: streamline home page Simon Michael 2009-06-25 01:34:10 +0000
  • 5dd6a04c80 update version Simon Michael 2009-12-12 03:05:58 +0000
  • 66f66ce3d5 release process tweaks Simon Michael 2009-06-13 21:37:06 +0000
  • 69227d53ec improve --binary-filename on windows Simon Michael 2009-06-17 16:18:53 +0000
  • 29cc846dc0 avoid exitSuccess for base 3 compatibility (issue #2) Simon Michael 2009-06-22 15:47:05 +0000
  • ac3498302d bump version Simon Michael 2009-06-22 18:17:20 +0000
  • 85f4eb448d release note Simon Michael 2009-06-22 18:21:05 +0000
  • 60f5beb359 fix a broken doctest Simon Michael 2009-06-22 18:25:52 +0000
  • 3706e23c59 readme upates Simon Michael 2009-05-25 00:33:13 +0000
  • 4d83ae928b Signed contributor agreement nick 2009-05-25 07:27:27 +0000
  • 22c6d62907 generateledger tool, creates test ledgers of specified size Simon Michael 2009-05-29 08:23:59 +0000
  • 1a491e883a more accountNameTreeFrom optimisation experiments, included for easier collaboration Simon Michael 2009-05-29 10:06:50 +0000
  • 6958d47329 make bench tests with command arguments work Simon Michael 2009-05-29 12:09:39 +0000
  • bb29623d6e remove aux files after make heap Simon Michael 2009-05-29 20:42:42 +0000
  • 131d671a45 haddock Simon Michael 2009-06-02 19:57:18 +0000
  • 5f19e638c6 disable hoogle search until working again Simon Michael 2009-06-02 20:12:08 +0000
  • dda2687f46 dedent commit graph Simon Michael 2009-06-02 20:20:44 +0000
  • 08114e17b0 sample.timelog Simon Michael 2009-06-02 22:05:50 +0000
  • 5c3b262bbe Setup isn't an other-module Simon Michael 2009-06-02 22:09:50 +0000
  • dac25b5bc4 stats: add last 7 days and last transaction date Simon Michael 2009-06-03 16:49:43 +0000
  • e70f67fb75 use double not float Simon Michael 2009-05-29 17:46:43 +0000
  • 074bcff823 no need to specially mention utf8-string as a -fhapps dependency Simon Michael 2009-06-03 23:50:53 +0000
  • 282f92e8a8 web: contact anchor Simon Michael 2009-06-04 20:29:45 +0000
  • db9ecf7a9e yet another makefile tweak Simon Michael 2009-06-05 06:23:22 +0000
  • 7435675308 makefile: fix hledgerlinux target Simon Michael 2009-06-05 02:51:02 +0000
  • a885bb4d89 site: homepage tweaks Simon Michael 2009-06-05 06:23:46 +0000
  • 6e0324d80d better overview Simon Michael 2009-06-02 22:18:13 +0000
  • b55b157194 site: link google issue tracker, tweak binaries link Simon Michael 2009-06-05 02:53:34 +0000
  • 73879e8f58 web: link to binaries, make haskell platform preferred Simon Michael 2009-06-04 18:29:37 +0000
  • 4492dd02c4 build with more warnings enabled Simon Michael 2009-06-05 09:42:44 +0000
  • 2ed7ef39af better coverage-enabled building, cleanup Simon Michael 2009-06-05 09:48:15 +0000
  • 9f57989493 make clean before and after a coverage build Simon Michael 2009-06-05 01:53:26 +0000
  • ad40cab591 make docs generation less verbose Simon Michael 2009-06-05 10:09:22 +0000
  • 43549704c0 tracewith Simon Michael 2009-06-05 10:41:57 +0000
  • 1570b4efcb makefile: releasetest fix Simon Michael 2009-06-05 11:39:11 +0000
  • 72ad595542 reflect success/failure in doctest and unittest runners' exit codes Simon Michael 2009-06-05 17:29:20 +0000
  • 5e08ad821e show doctest failures on stderr, less verbose make doctest Simon Michael 2009-06-05 18:59:59 +0000
  • 1bc8f8430f makefile: clean up tests, add warningstest, committest, releasetest targets Simon Michael 2009-06-05 11:15:32 +0000
  • 8d28850580 fix make doctest Simon Michael 2009-06-05 09:39:58 +0000
  • d1418a2a21 show better errors for unbalanced transaction and missing default year Simon Michael 2009-06-05 19:35:12 +0000
  • 00ad42e629 eliding/layout tests, commented out since I don't know what it should do Simon Michael 2009-06-05 19:35:47 +0000
  • 3be793f108 fix nafai's bug: fail on empty account name components, don't just ignore Simon Michael 2009-06-05 18:02:22 +0000