Commit Graph

214 Commits

Author SHA1 Message Date
Simon Michael
fe87cf417d tools: fix doctest rule 2010-09-05 22:51:51 +00:00
Simon Michael
06066ebd57 tools: fix bench test running 2010-07-19 03:36:14 +00:00
Simon Michael
0c2c35a222 tools: test rules capitalisation 2010-09-05 23:24:34 +00:00
Simon Michael
2d51ab1a2d tools: fix quickcabaltest 2010-09-05 23:24:54 +00:00
Simon Michael
ec07ab8ce3 tools: fix Version.hs updating 2010-07-17 22:02:19 +00:00
Simon Michael
9fab50fb61 tools: make commithook, update hledger.org after commits 2010-05-26 00:32:19 +00:00
Simon Michael
c857c10a32 tools: update path in site rules, add source files 2010-05-31 01:23:30 +00:00
Simon Michael
315530e1fa tools: set BENCHEXES to just hledger by default 2010-06-25 00:20:52 +00:00
Simon Michael
816083d82f tools: make clean should remove darcs directory backups too 2010-07-09 02:09:40 +00:00
Simon Michael
169a4944c2 tools: make ghc prefer /usr/lib to avoid iconv link issues on mac
Harmless on other platforms, hopefully.
2010-07-09 02:11:12 +00:00
Simon Michael
226ba76296 tools: fix the problem that was not updating the hledger-lib dependency 2010-07-10 13:09:19 +00:00
Simon Michael
becd4f4dbc tools: move stuff around in makefile 2010-07-10 13:09:49 +00:00
Simon Michael
b8a144e093 tools: release process updates 2010-05-23 23:45:12 +00:00
Simon Michael
5c3740d354 tools: include makefile in tags 2010-07-10 13:50:54 +00:00
Simon Michael
7d7159609b refactor: much renaming of ledger -> journal, hopefully the right amount 2010-07-13 06:30:06 +00:00
Simon Michael
2f2e500eae rename -fweb to -fweb610 and -fwebyesod to -fweb, misc cabal and docs cleanups 2010-07-10 13:58:35 +00:00
Simon Michael
0f17ca7ade tools: also set required version of dependencies 2010-04-14 22:36:11 +00:00
Simon Michael
e7d334daf2 tools: don't fail to build if hasktags is not installed 2010-05-06 14:50:21 +00:00
Simon Michael
1b134a64f6 tools: update hledgercabal rule 2010-05-17 15:50:44 +00:00
Simon Michael
41f57ada61 tools: fix Version.hs path in makefile 2010-05-20 02:09:12 +00:00
Simon Michael
19971c3784 tools: build binaries in bin/, to avoid Hledger.hs name clash on mac 2010-05-20 02:48:11 +00:00
Simon Michael
7f7d320cc9 tools: cleansite rule, create site /profs link 2010-05-23 19:24:26 +00:00
Simon Michael
6ce494a3ec site: move website/ -> site/ 2010-05-21 18:19:00 +00:00
Simon Michael
6d18b8c0af consolidate under Hledger.Cli 2010-05-19 23:20:52 +00:00
Simon Michael
7d4593cee9 move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Simon Michael
38665bd1bc tools: fix coverage script and stats make rule 2010-05-23 22:46:40 +00:00
Simon Michael
7974b32c0f tools: cleaner test output 2010-05-23 22:49:03 +00:00
Simon Michael
191670c231 tools: update paths in func. tests 2010-05-22 00:52:45 +00:00
Simon Michael
d83f6ba5e0 tools: misc cleanups 2010-05-23 22:49:09 +00:00
Simon Michael
3a73eb6e73 tools: more flexible prof and heap rules, added quickprof and quickheap 2010-05-22 00:46:32 +00:00
Simon Michael
039833c739 move sample journals to data/ 2010-05-20 02:55:33 +00:00
Simon Michael
af7e8f327d tools: update benchmarking scripts 2010-05-22 21:24:07 +00:00
Simon Michael
090c8b4dd6 move the hledger application modules to Hledger and Hledger.Cli 2010-05-19 23:06:46 +00:00
Simon Michael
8b2600984c tools: makefile updates for hledger-lib 2010-04-14 21:51:02 +00:00
Simon Michael
7dcb91a70f docs: build site with hakyll 2010-05-17 14:33:05 +00:00
Simon Michael
aaa8b369fa tools: benchmarking updates, add experimental criterion/progression runners 2010-02-13 18:39:49 +00:00
Simon Michael
e15fbb5c8b tools: make viewhtml to preview site 2010-02-26 00:23:44 +00:00
Simon Michael
9cb66a2bc0 tools: fix various docs commands 2010-02-26 00:24:04 +00:00
Simon Michael
b34015475b remove a mac-ism 2010-04-01 21:22:03 +00:00
Simon Michael
4d3674d778 tools: make showcodechanges to see non-doc/site/tools changes and tags 2010-02-27 18:16:36 +00:00
Simon Michael
72c9d3d680 tools: define rst2pdf 2010-02-13 20:33:15 +00:00
Simon Michael
bb905b1f7c tools: fix a localism 2010-02-13 20:28:00 +00:00
Simon Michael
b5b06e5f1a docs: adapt apidocs: to package split, add sourcegraph: rule 2010-04-06 23:44:51 +00:00
Simon Michael
df0350a67c tools: doc building fixes 2010-03-13 00:19:05 +00:00
Simon Michael
999697b914 tools: fixperms 2010-03-09 01:32:52 +00:00
Simon Michael
10e75ebdf6 tools: make fixperms, viewall, printall, site; doc building updates 2010-02-13 20:21:08 +00:00
Simon Michael
7a895b0133 convert functional tests to shelltestrunner 0.8 format 2010-04-10 00:11:47 +00:00
Simon Michael
19c424862b tools: update for latest shelltestrunner, run func tests faster 2010-02-19 23:22:43 +00:00
Simon Michael
08607362b0 refactor assertParse/assertParseEqual 2010-03-10 19:48:46 +00:00
Simon Michael
d4965b87ff web: -fweb now builds with simpleserver; the alternate -fwebhappstack builds with happstack
hack-handler-simpleserver is presumably quite a bit easier to install than
happstack, and so far fits hledger's needs just as well, so it is now the
default when installing with -fweb. To build with happstack, use
-fwebhappstack instead.  hledger --version shows which webserver was
built. Also webserver thread management has been simplified so should be
more consistent across platforms.
2010-02-16 03:39:19 +00:00