Simon Michael
c8f2f836a9
tools: don't mess with download page when updating version
2013-05-03 06:48:31 -07:00
Simon Michael
e2f6a26d66
tools: be aware of cabal macros when generating haddock
2013-05-03 05:54:01 -07:00
Simon Michael
0d17d31af4
tools: make ghciweb fixes
2013-04-19 14:55:36 -07:00
Simon Michael
2eabcd1360
reverse and rename the blaze_html_0_5 flag to blaze_html_0_4
2013-04-19 12:40:29 -07:00
Simon Michael
91c622ab39
simplify PATCHLEVEL assignment
2013-04-08 11:31:24 -07:00
Simon Michael
c344dcd0cd
site: update old docs setup for git
2013-04-06 12:39:35 -07:00
Simon Michael
0140cf62ab
don't require that hacky last_release tag for PATCHLEVEL, needs more thought
2013-04-06 12:38:25 -07:00
Simon Michael
7742bd2104
profiling in auto builds has stopped working, turn it off
2013-04-05 20:55:01 -07:00
Simon Michael
df561f1563
tools: calculate patch level using git describe now.
...
Patch level is now the number of commits since the last_release tag,
avoiding interference from misc other tags.
2013-04-05 20:45:22 -07:00
Simon Michael
53f602c4cf
tools: fix make test and others now that we're using cabal macros like MIN_VERSION_directory
2013-04-04 01:22:14 +00:00
Simon Michael
17ef7295b6
tools: mark download page as containing an updatable version number
2013-04-01 21:25:27 +00:00
Simon Michael
caa48b35c2
tools: oldsource/cleanoldsource make rules for site
2013-03-31 14:58:04 +00:00
Simon Michael
4e4a283a84
tools: don't define commithook target in makefile, that's repo-specific
2013-03-11 18:39:36 +00:00
Simon Michael
95e6dae18a
tools: better auto build rule, "make auto-CMD" runs CMD on each rebuild
2013-02-25 20:40:03 +00:00
Simon Michael
34390f9af6
tools: include profiling info in the "auto" dev builds, why not
2013-02-25 20:38:20 +00:00
Simon Michael
ab53dd0813
tools: test hackage upload
2013-01-11 13:32:42 +00:00
Simon Michael
7f1f392166
tools: run built-in tests with a pattern
2013-01-11 13:32:27 +00:00
Simon Michael
db8cb417fe
tools: link hledger-web dirs to top level for bin/hledger-webdev also
2013-01-11 13:30:15 +00:00
Simon Michael
023fe4f142
docs: note hledger's include does not support glob patterns
2013-01-04 21:31:36 +00:00
Simon Michael
1e41ba619a
tools: exclude hledger-web from make install by default, as it's harder
2012-12-28 17:15:23 +00:00
Simon Michael
a7358e4497
tools: symlink more dirs for web dev builds
2012-11-27 23:52:47 +00:00
Simon Michael
8d973ac3b3
tools: upload to hackage more quietly
2012-11-17 04:31:38 +00:00
Simon Michael
34baea6302
tools: packdeps (/checkdeps) rule for checking all packages
2012-11-18 22:51:00 +00:00
Simon Michael
ea212ba2d1
tools: add "dev" suffix to version string of dev builds
2012-11-18 22:52:16 +00:00
Simon Michael
64cdd1a434
tools: also tag web handlers
2012-11-19 21:48:19 +00:00
Simon Michael
c70ba1a979
tools: fix web dev build
2012-11-19 23:18:22 +00:00
Simon Michael
79f0e98186
tools: fix haddock generation (web excluded)
2012-11-19 23:36:36 +00:00
Simon Michael
93978fcf81
tools: web dev build fixes
2012-11-23 20:49:17 +00:00
Simon Michael
300ef7c536
tools: web dev build uses RecordWildCards
2012-11-20 02:25:14 +00:00
Simon Michael
7d92fa6a7f
tools: fix manual version number setting
2012-11-24 15:59:42 +00:00
Simon Michael
2addc934fc
tools: add more web source files
2012-11-17 01:26:08 +00:00
Simon Michael
92ea44dcb8
tools: update web building rules
2012-11-16 18:49:00 +00:00
Simon Michael
af03481385
tools: more sample journals
2012-10-13 19:47:39 +00:00
Simon Michael
3fe66ab6ec
tools: more makefile cleanups, drop --make
2012-10-21 21:22:27 +00:00
Simon Michael
4752726585
tools: rename hledgerp to hledgerprof
2012-10-21 21:24:06 +00:00
Simon Michael
97a8ed23df
tools: makefile updates & cleanups
2012-10-21 21:09:24 +00:00
Simon Michael
e701c2b1cb
tools: rsync refactor
2012-09-28 17:35:07 +00:00
Simon Michael
2b8d759db1
rename developer build to hledgerdev, avoiding confusion with production hledger
2012-10-21 18:23:23 +00:00
Simon Michael
3e28f6001f
tools: more top-level build fixes; remove chart/vty rules
2012-10-13 19:47:16 +00:00
Simon Michael
f03b020e2f
set version with CPP instead of cabal-file-th; make building more robust
...
hledger and hledger-web were reading their version number (and program
name) from their cabal files at compile time using cabal-file-th,
which allowed the version number be maintained in one place (per
package).
This meant you had to be in same directory as the cabal file when
building, which made life more complicated, eg emacs compilation mode
could not jump to errors. Also, it slowed down building slightly, and
is a factor in hledger Debian packages being unavailable on a number
of platforms (we also use TH for report templates).
Now, the build version is set with a CPP VERSION flag, which seems
simpler overall. For cabal builds, this needs to be configured
manually in a few more places in each cabal file. For makefile builds,
it is set it to the name of the most recent darcs tag (which should be
more useful than the old behaviour). If not set, it defaults to the
blank string, useful eg for haddock. And, all makefile builds now run
from the top directory.
2012-10-13 19:21:17 +00:00
Simon Michael
257732bf43
tools: build rule updates
2012-10-08 16:52:49 +00:00
Sergei Trofimovich
a433910a60
Makefile: allow passing arbitrary HCFLAGS as ghc options
...
It is handly to check things inplace:
hledger $ make
cd hledger; ghc --make hledger-cli.hs -o ../bin/hledger -DMAKE -W -fwarn-tabs -fno-warn-name-shadowing -i../hledger-lib -i../hledger -i../hledger-web -L/usr/lib -DPATCHLEVEL=0 +RTS -M200m -RTS
../hledger-lib/Hledger/Utils.hs:30:8:
Ambiguous module name `Control.Monad.Error':
it was found in multiple packages: mtl-2.1.2 monads-fd-0.1.0.4
make: *** [bin/hledger] Error 1
hledger $ make HCFLAGS="-hide-package monads-fd"
<all ok>
2012-08-21 07:17:24 +00:00
Simon Michael
577981367b
tools: version fix
2012-10-21 22:23:06 +00:00
Simon Michael
6704d3ae0e
tools: include docs in tags
2012-03-11 18:39:26 +00:00
Simon Michael
08bb23bcfc
site: more dev doc fixes
2012-03-11 20:16:45 +00:00
Simon Michael
95916e1f60
tools: view framed haddock by default
2012-03-29 23:38:36 +00:00
Simon Michael
396f8cfa9b
tools: drop old PRODUCTION flag
2012-04-03 17:25:24 +00:00
Simon Michael
a55046b4d6
tools: make autotest-PAT to auto-compile & run only tests matching PAT
2012-05-27 18:15:36 +00:00
Simon Michael
130909c473
tools: makefile updates
2012-05-14 19:24:03 +00:00
Simon Michael
8cbfad7e20
tools: allow auto build & test with older GHC versions
2012-05-06 20:39:47 +00:00
Simon Michael
acc5139c54
tools: makefile updates
2012-04-03 17:12:47 +00:00
Simon Michael
f595c2ceed
tools: makefile updates
2012-03-05 07:23:35 +00:00
Simon Michael
e12e8c0c0f
tools: make quite sure auto builds as quickly as possible
2012-03-11 18:41:24 +00:00
Simon Michael
f923789003
remove 6.12.3 from make rule
2012-05-29 00:53:52 +00:00
Simon Michael
7bf4f2b747
tools: makefile updates
2012-03-29 20:41:47 +00:00
Simon Michael
88f5eaa03c
tools: make tweaks, use a known-good version of shelltest
2012-03-28 18:16:46 +00:00
Simon Michael
e093431b4d
tools: easier building and testing with multiple GHC versions
2012-03-26 18:18:18 +00:00
Simon Michael
7f3b990394
docs: fix api docs
2012-03-07 16:05:04 +00:00
Simon Michael
51504e5711
NOTES -> NOTES.org
2012-02-23 14:47:10 +00:00
Simon Michael
471293c0d7
tools: fix make ghci
2012-01-04 12:01:21 +00:00
Simon Michael
795d85f36e
tools: update/simplify make install
2012-01-29 18:36:51 +00:00
Simon Michael
4d4e6355b5
tools: fix make clean
2012-01-30 04:30:41 +00:00
Simon Michael
2f9669c248
tools: make clean should not remove virthualenv files
2012-01-29 18:52:31 +00:00
Simon Michael
679c9fce8f
begin demoting hledger-vty and hledger-chart to unmaintained "extras" status
2012-01-30 04:22:11 +00:00
Simon Michael
b151eef2b7
tools: fixes for version updating in web pages
2012-01-31 05:17:15 +00:00
Simon Michael
c686645fab
refactor: update version number handling
2012-01-31 06:01:31 +00:00
Simon Michael
df7fc8877f
tools: adapt makefile for cabal-file-th, builds now happen from package dirs
2011-10-19 19:55:01 +00:00
Simon Michael
aa30f25887
tools: one more make fix
2011-10-19 20:00:08 +00:00
Simon Michael
5bd0dcc113
tools: update web file paths
2011-09-12 22:45:02 +00:00
Simon Michael
f2ce07145f
tools: hledger-web-production build
2011-09-13 00:10:00 +00:00
Simon Michael
48db255444
tools: hakyll.hs -> site.hs to keep it working on mac
2011-09-22 22:24:02 +00:00
Simon Michael
7e753e13b5
tools: dayssincerelease.hs -> dayssincetag.hs
2011-09-25 18:29:23 +00:00
Simon Michael
7768efd0b5
tools: wine reminder
2011-09-26 20:51:09 +00:00
Simon Michael
8cb9774d2a
docs: fix wrong version
2011-09-02 15:17:22 +00:00
Simon Michael
fcaa62d931
tools: set-up-rc-repo make rule
2011-04-22 23:05:54 +00:00
Simon Michael
4f3f5c0132
site: update haddock as well as website on each commit
2011-06-03 17:08:09 +00:00
Simon Michael
555a594bdf
tools: makefile fixes, don't break make when hledger source has errors
2011-06-06 19:07:03 +00:00
Simon Michael
343b5b0a4c
tools: update binary building rules
2011-04-22 22:57:00 +00:00
Trygve Laugstol
337b5626f2
Makefile: Adding ghci-vty target to get a debug prompt for hledger-vty.
2011-06-20 20:36:50 +00:00
Simon Michael
cd68f43be3
cli: rename hledger.hs (but not the executable) to avoid mac build issues
2011-07-17 23:21:48 +00:00
Simon Michael
81db822424
tools: include missing source files in tags etc.
2011-07-19 00:56:15 +00:00
Simon Michael
9ea1f4a98b
tools: update file lists
2011-08-07 22:14:14 +00:00
Simon Michael
b2c4b8bfea
tools: include web templates in tags
2011-06-04 17:01:45 +00:00
Simon Michael
452ea75432
tools: remove local stuff
2011-08-07 22:17:59 +00:00
Simon Michael
46d53f4fcd
tools: fix autotest rule
2011-08-09 01:54:47 +00:00
Simon Michael
ec7e1f7c49
tools: sp macro
2011-08-07 22:18:54 +00:00
Simon Michael
6a895d94cc
tools: check for sp and explain how to get it when needed
2011-06-23 18:15:01 +00:00
Simon Michael
a447e2c56b
tools: update functest rule for shelltest 1.0, hide successes
2011-08-15 15:22:01 +00:00
Simon Michael
76a661e855
tools: update test: rule for shelltestrunner head
2011-06-14 22:32:26 +00:00
Simon Michael
e6e7cef85c
tools: easier browser switching
2011-06-13 19:50:10 +00:00
Simon Michael
559d7ba2c9
tools: more mnemonic LOC rule
2011-08-19 18:39:58 +00:00
Simon Michael
4c930edd94
tools: functest rule fix
2011-08-25 21:51:54 +00:00
Simon Michael
1cf1c7f506
site: upgrade to hakyll 3
2011-08-28 18:03:20 +00:00
Simon Michael
2daa56dcb3
site: hledger.org/api-doc -> hledger.org/api
2011-09-01 22:18:59 +00:00
Simon Michael
5bad926897
docs: simplify, drop internal haddocks entirely
2011-08-30 13:48:24 +00:00
Simon Michael
e09bb6f7a6
tools: haddock, hscolour fixes
2011-06-06 19:06:26 +00:00
Simon Michael
e6a15e8afc
tools: fix haddock building
2011-08-19 18:55:26 +00:00
Simon Michael
f91e905a24
tools: fixes for haddock, not working yet
2011-06-03 17:10:27 +00:00
Simon Michael
1af00ce3bd
tools: note an issue with haddock building
2011-04-27 02:22:43 +00:00
Simon Michael
5497500bd2
tools: more source files for haddock
2011-07-19 01:00:08 +00:00
Simon Michael
955c39718f
tools: more searchable variable name
2011-08-19 18:39:13 +00:00
Simon Michael
853c83ea4a
tools: update haddock and test rules
2011-04-22 19:04:47 +00:00
Simon Michael
454a6639c6
tools: haddock rules fix
2011-08-19 19:58:56 +00:00
Simon Michael
b486e9cfbf
tools: haddock rule alias
2011-08-07 22:18:30 +00:00
Simon Michael
edf8405910
tools: small updates
2011-09-02 01:00:53 +00:00
Simon Michael
2ff1925df7
tools: fix binary build rules
2011-03-12 23:30:57 +00:00
Simon Michael
84b251c534
tools: fix accidentally recorded conflict markers
2010-12-10 22:34:01 +00:00
Simon Michael
5fe830d703
tools: update linux binary building
2010-12-10 22:00:42 +00:00
Simon Michael
5c403180dd
tools: update mac binary building
2010-12-10 22:07:52 +00:00
Simon Michael
210d476edf
tools: don't bother trying to set version strings automatically
2010-12-06 23:35:44 +00:00
Simon Michael
1cf3692016
tools: update version updating
2010-12-06 18:37:00 +00:00
Simon Michael
9e6625555c
tools: savehelp make rule
2011-04-22 16:16:31 +00:00
Simon Michael
c8e84b3a3a
tools: clean up coverage report scripts
2011-04-22 18:47:12 +00:00
Simon Michael
d0efde5429
tools: fix up the releasestats make rule
2011-04-22 18:47:57 +00:00
Simon Michael
f0890a9281
tools: makefile updates
2011-04-18 07:26:58 +00:00
Simon Michael
b3f996544a
docs: document web reloading and handling of parse errors
2010-12-07 20:01:54 +00:00
Simon Michael
f24decf73a
tools: misc building updates
2010-12-10 22:09:32 +00:00
Simon Michael
fe4152b8cb
site: fix download links
2010-09-06 21:27:42 +00:00
Simon Michael
6bb8c8a114
tools: report cleanups, update coverage report with other code docs
2010-11-19 22:04:20 +00:00
Simon Michael
97e5c88ccc
site: add Hledger.Chart to haddocks
2010-11-26 20:36:48 +00:00
Simon Michael
54f07f6ae7
tools: overhaul haddock generation, publish combined api & internal haddocks
2010-11-19 21:39:17 +00:00
Simon Michael
b8f9ea74aa
tools: update source files list
2010-12-05 21:14:45 +00:00
Simon Michael
147b7f2d8a
tools: tweak for web testing
2010-12-06 18:33:53 +00:00
Simon Michael
2f0877bc52
tools: update version updating & binary building, no longer set version strings automatically
2010-12-07 01:54:51 +00:00
Simon Michael
3fb5ff3dbd
tools: makefile
2010-11-19 17:37:28 +00:00
Simon Michael
6dbb489890
tools: fix tag file list
2010-09-24 02:06:58 +00:00
Simon Michael
e5bc5516b2
tools: makefile updates
2010-11-26 19:35:13 +00:00
Simon Michael
f5db547695
tools: more build rules
2010-11-29 01:15:08 +00:00
Simon Michael
2f7bde068e
tools: more post-packagegeddon makefile repairs
2010-11-14 19:40:57 +00:00
Simon Michael
2a98241e2f
tools: small make rule fixes
2010-11-13 00:07:20 +00:00
Simon Michael
eb84e2fedf
tools: updated autotest and autoweb rules, better fixperms, install is default rule
2010-09-10 01:57:41 +00:00
Simon Michael
f617ad82ad
tools: remove wrongly added local bits
2010-09-09 15:53:48 +00:00
Simon Michael
9cb716d002
packagegeddon.. split off web/chart/vty, move hledger to a subdir
2010-09-09 22:54:34 +00:00
Simon Michael
8deb3d2e42
tools: misc. updates to release and platform binary rules
2010-09-06 21:00:19 +00:00
Simon Michael
f9bc4019a0
tools: fix pushbinary location
2010-09-05 23:52:18 +00:00
Simon Michael
28620d5041
tools: fix non-portable syntax
2010-07-17 23:14:36 +00:00
Simon Michael
68eef5f810
tools: fix hledgerwin rule
2010-07-18 18:44:59 +00:00
Simon Michael
9998d51aec
tools: more binary-building cleanup
2010-07-18 00:08:30 +00:00
Simon Michael
2d17552a21
tools: more robust ssh use in makefile
2010-07-18 22:22:11 +00:00
Simon Michael
d73a34918f
tools: pushbinarywin rule for different compression on windows
2010-07-18 22:23:00 +00:00
Simon Michael
03ca434cdb
installing: drop -fweb610 flag
2010-07-26 23:05:24 +00:00
Simon Michael
7948c8518a
tools: makefile updates; rename continuous, ci, ci-* to autobuild, auto, auto-*
2010-09-03 02:08:47 +00:00
Simon Michael
227b2f7c25
site: new hakyll-based download page
2010-07-24 22:08:54 +00:00
Simon Michael
13e5758667
tools: misc doc and binary generation fixes
2010-07-17 23:09:24 +00:00
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
Simon Michael
d6ef9f3436
tools: update hledgermac rule
2009-12-12 15:58:52 +00:00
Simon Michael
5378fc9798
comment
2009-12-16 17:59:13 +00:00
Simon Michael
783c8de632
tools: fix haddock building
2009-12-19 01:19:01 +00:00
Simon Michael
533b9d65b6
tools: version cleanup
2009-12-12 20:40:54 +00:00
Simon Michael
b8c6f6fc5a
tools: enable all optional code when running ghci
2010-02-04 19:23:34 +00:00
Simon Michael
7bd14a367a
web: get static files from the cabal data dir, or the current dir when using make ( #13 )
2009-12-18 22:33:02 +00:00
Simon Michael
39f95d36de
site: drop the hoogle form from api docs, it doesn't work with standard hoogle
2009-07-09 21:20:49 +00:00
Simon Michael
6ad6421c8b
run func. tests in parallel
2009-07-15 00:37:42 +00:00
Simon Michael
590bf8eeaa
makefile: avoid lower-case test source files
2009-09-23 14:49:04 +00:00
Simon Michael
7bd8800c74
set up custom hlint hints
2009-09-23 17:56:15 +00:00
Simon Michael
64d438215a
"make hlint" generates a hlint report
2009-09-23 15:00:24 +00:00
Simon Michael
715a2b7f22
note an issue with standalone test runner, make unittest uses the built-in test runner again
2009-11-25 11:41:25 +00:00
Simon Michael
09ab5e1cb2
tools: refine showreleasechanges
2009-11-28 15:37:35 +00:00
Simon Michael
8a98b83286
web: rename -fhapps flag to -fweb
2009-11-28 15:37:56 +00:00
Simon Michael
a1de72bea5
misc doc updates
2009-07-14 21:51:10 +00:00
Simon Michael
7c42280d4e
docs: update makefile
2009-12-03 21:11:22 +00:00
Simon Michael
1a60160fdd
tools: don't use -Werror with make ci
2009-12-10 21:34:08 +00:00
Simon Michael
9549a0b136
tools: make printps, print prints code
2009-12-10 21:38:09 +00:00
Simon Michael
d5f8c90dd4
tools: find executables in current directory when running benchmark
2009-12-12 02:11:58 +00:00
Simon Michael
69555a6a79
docs: comment
2009-12-12 02:25:27 +00:00
Simon Michael
c474077ef5
tools: release process updates
2009-12-12 02:55:59 +00:00
Simon Michael
436929c752
update benchmark exes
2009-12-12 02:35:09 +00:00
Simon Michael
0cbab63143
docs: update version numbering policy
2009-12-10 22:43:23 +00:00
Simon Michael
cb0a90cbd7
shelltestrunner now packaged separately, update tests for it
2009-07-11 22:30:10 +00:00
Simon Michael
a6cc0effe5
makefile: test rule cleanups
2009-06-28 03:17:02 +00:00
Simon Michael
3b9c6448be
more test tweaks
2009-06-27 11:02:28 +00:00
Simon Michael
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
2009-06-22 19:52:58 +00:00
Simon Michael
2ae609fee6
add a shell test runner like ledger's, and "make functest" rule
2009-06-27 08:15:00 +00:00
Simon Michael
2489517931
docs: more site & docs cleanup
2009-11-21 02:01:28 +00:00
Simon Michael
a19ea34ce0
site: table of contents for user guide
2009-11-19 21:39:04 +00:00
Simon Michael
5f9b86d9a8
docs: split the home page into two, doc updates
2009-11-20 14:54:17 +00:00
Simon Michael
66f66ce3d5
release process tweaks
2009-06-13 21:37:06 +00:00
Simon Michael
bb29623d6e
remove aux files after make heap
2009-05-29 20:42:42 +00:00
Simon Michael
db9ecf7a9e
yet another makefile tweak
2009-06-05 06:23:22 +00:00
Simon Michael
7435675308
makefile: fix hledgerlinux target
2009-06-05 02:51:02 +00:00
Simon Michael
4492dd02c4
build with more warnings enabled
2009-06-05 09:42:44 +00:00
Simon Michael
2ed7ef39af
better coverage-enabled building, cleanup
2009-06-05 09:48:15 +00:00
Simon Michael
9f57989493
make clean before and after a coverage build
2009-06-05 01:53:26 +00:00
Simon Michael
ad40cab591
make docs generation less verbose
2009-06-05 10:09:22 +00:00
Simon Michael
1570b4efcb
makefile: releasetest fix
2009-06-05 11:39:11 +00:00
Simon Michael
5e08ad821e
show doctest failures on stderr, less verbose make doctest
2009-06-05 18:59:59 +00:00
Simon Michael
1bc8f8430f
makefile: clean up tests, add warningstest, committest, releasetest targets
2009-06-05 11:15:32 +00:00
Simon Michael
8d28850580
fix make doctest
2009-06-05 09:39:58 +00:00
Simon Michael
80c42b3e45
site: set up /profs symlink
2009-06-13 19:26:34 +00:00
Simon Michael
08d0663704
makefile: rename benchtest to benchmark, it's not a pass/fail test
2009-06-05 10:47:01 +00:00
Simon Michael
7aaa2c5ad0
"make coverage" now generates a nice html report of test coverage
2009-06-04 01:33:31 +00:00
Simon Michael
ce78ce8f3d
more fixes for tool building
2009-05-29 20:28:55 +00:00
Simon Michael
d6e93bcc7b
bench runner was not being rebuilt
2009-05-29 19:09:12 +00:00
Simon Michael
a44dc784dd
update benchmark tests
2009-06-13 17:57:40 +00:00
Simon Michael
41699cc9d7
more benchtest cleanups; test balance, register and print
2009-05-29 11:42:34 +00:00
Simon Michael
59d1cd96b8
makefile: fix benchmark symlinking bug
2009-06-13 18:21:56 +00:00
Simon Michael
c936e90a54
add a --binary-filename option and "make pushbinary" for easy publishing
...
Also note that we don't yet follow cabal package versioning policy.
2009-06-05 02:07:38 +00:00
Simon Michael
956cd0e993
makefile: easier upload of platform binaries
2009-06-05 00:55:20 +00:00
Simon Michael
6e7e9e9984
"make push"/"make pull" for me to sync profiles etc.
2009-05-29 21:00:38 +00:00
Simon Michael
cdfe673b74
makefile cleanups
2009-06-02 20:37:34 +00:00
Simon Michael
ad214a51ec
makefile: working on portable binaries
2009-06-04 23:16:06 +00:00