aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
...
* add missing depGravatar Joey Hess2013-04-17
|
* only one more source file to go before the android webapp links.. but not ↵Gravatar Joey Hess2013-04-17
| | | | tonight
* very close now.. but still so farGravatar Joey Hess2013-04-17
|
* squelch warningsGravatar Joey Hess2013-04-16
|
* propigate failGravatar Joey Hess2013-04-16
|
* show part of log on compile errorGravatar Joey Hess2013-04-16
|
* ignore tmp for tagsGravatar Joey Hess2013-04-16
|
* yesod-routes stuff for android buildGravatar Joey Hess2013-04-15
|
* add some more modules used by TH splicesGravatar Joey Hess2013-04-15
|
* android build fixesGravatar Joey Hess2013-04-15
|
* android build fixGravatar Joey Hess2013-04-15
|
* build android with EvilSplicer, including webapp (doesn't 100% succeed yet)Gravatar Joey Hess2013-04-15
|
* avoid displaying splices on the console during buildGravatar Joey Hess2013-04-14
| | | | | | There are some insanely large ones, and that was just not nice. Downside is all warnings and errors are also not shown during the native part of the build (but the cross build will still show any it has).
* better cleaning yetGravatar Joey Hess2013-04-14
|
* better cleaningGravatar Joey Hess2013-04-14
|
* remove dupGravatar Joey Hess2013-04-14
|
* avoid runghcGravatar Joey Hess2013-04-14
|
* incremental android builds with the EvilSplicerGravatar Joey Hess2013-04-14
|
* Avoid using runghc when building the Debian package, as that needs ghci.Gravatar Joey Hess2013-04-07
|
* skip files in distGravatar Joey Hess2013-03-28
|
* reorganize osx app, so it can be put in PATHGravatar Joey Hess2013-03-20
| | | | | | Move all the binaries and libraries under a bundle/ subdirectory; so when it's in PATH only git-annex, runshell, and git-annex-webapp will be available.
* make tags in bgGravatar Joey Hess2013-03-17
|
* fix running test from debian/rules4.20130314Gravatar Joey Hess2013-03-14
|
* avoid double build from debian/rulesGravatar Joey Hess2013-03-14
|
* pass -O0 in fast modeGravatar Joey Hess2013-03-12
|
* got hdevtools working on the git-annex source treeGravatar Joey Hess2013-03-12
|
* better bg tags generationGravatar Joey Hess2013-03-11
|
* be quiet when making tags in bgGravatar Joey Hess2013-03-11
|
* update tags on dev buildGravatar Joey Hess2013-03-11
|
* switch CABAL to cabalGravatar Joey Hess2013-03-10
| | | | | | | | | | | | <joeyh> anyone know why runghc Setup.hs is behaving differently than cabal configure for me? <joeyh> I'm getting different flags selected <geekosaur> joeyh, runghc Setup.hs uses --global by default <geekosaur> cabal uses --local <nomeata> joeyh: I don’t know the reasons, but I have made similar observations as well <geekosaur> and if that means different libraries/versions visible, that can affect flag solving <joeyh> aha! <monochrom> it is because Cabal authors expect normal people to use cabal-install and linux distro creators to use Setup <monochrom> the expectation is documented nowhere
* allow overriding CABALGravatar Joey Hess2013-03-10
|
* Switch from using regex-compat to regex-tdfa, as the C regex library is ↵Gravatar Joey Hess2013-03-08
| | | | rather buggy.
* reuse fast build for make testGravatar Joey Hess2013-03-07
|
* send hothasktags stderr to nullGravatar Joey Hess2013-03-03
|
* fix 2 bugs in android runshellGravatar Joey Hess2013-02-28
|
* use Setup.hs rather than depending on cabal-installGravatar Joey Hess2013-02-28
| | | | Based on a patch from Peter Simons
* remove Fast flag, pass -O0 to cabalGravatar Joey Hess2013-02-28
|
* Android: Enable test suite.Gravatar Joey Hess2013-02-27
|
* re-enable fast autobuild from vimGravatar Joey Hess2013-02-27
|
* faster fast buildsGravatar Joey Hess2013-02-27
|
* make `make fast` work in clean treeGravatar Joey Hess2013-02-27
|
* install fixGravatar Joey Hess2013-02-27
|
* fix broken build-stampGravatar Joey Hess2013-02-27
|
* disable test suite on AndroidGravatar Joey Hess2013-02-27
| | | | Cannot get QuickCheck to install just now.
* one more android build fixGravatar Joey Hess2013-02-27
|
* embed test suite into git annex; available by running: git annex testGravatar Joey Hess2013-02-27
| | | | | | | | | | | | | | I have seen some other programs do this, and think it's pretty cool. Means you can test wherever it's deployed, as well as at build time. My other reason for doing it is less happy. Cabal's handling of test suites sucks, requiring duplicated info, and even when that's done, it fails to preprocess hsc files here. Building it in avoids that and avoids having to explicitly tell cabal to enable test suites, which would then make it link the test executable every time, which is unnecessarily slow. This also has the benefit that now "make fast test" does a max speed build and tests it.
* fix android cross compile, working around cabal limitationGravatar Joey Hess2013-02-27
|
* make test use cabalGravatar Joey Hess2013-02-27
|
* explicitly disable webapp on androidGravatar Joey Hess2013-02-27
|
* temporarily disable pairing on AndroidGravatar Joey Hess2013-02-27
|