Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | android build fix | 2013-05-04 | |
| | |||
* | only set ANDROID_FLAGS if not already set | 2013-05-04 | |
| | |||
* | android build improvements | 2013-05-02 | |
| | |||
* | don't fail android build if there are no splices | 2013-05-02 | |
| | |||
* | got XMPP building for Android | 2013-04-21 | |
| | | | | | Also enable local pairing, which also builds now thanks to WebDAV fixes to the haskell network library. | ||
* | enable webdav on android | 2013-04-19 | |
| | |||
* | disable WebDAV on Android; fails to link due to missing symbols | 2013-04-18 | |
| | | | | | Seems the haskell network library wants to use some DNS lookup stuff that is not in android libc. | ||
* | fix quoting bug | 2013-04-18 | |
| | |||
* | use same configure flags for both parts of android build | 2013-04-18 | |
| | |||
* | move after -Wall | 2013-04-18 | |
| | |||
* | typo | 2013-04-18 | |
| | |||
* | build fix | 2013-04-18 | |
| | |||
* | add missing dep | 2013-04-17 | |
| | |||
* | only one more source file to go before the android webapp links.. but not ↵ | 2013-04-17 | |
| | | | | tonight | ||
* | very close now.. but still so far | 2013-04-17 | |
| | |||
* | squelch warnings | 2013-04-16 | |
| | |||
* | propigate fail | 2013-04-16 | |
| | |||
* | show part of log on compile error | 2013-04-16 | |
| | |||
* | ignore tmp for tags | 2013-04-16 | |
| | |||
* | yesod-routes stuff for android build | 2013-04-15 | |
| | |||
* | add some more modules used by TH splices | 2013-04-15 | |
| | |||
* | android build fixes | 2013-04-15 | |
| | |||
* | android build fix | 2013-04-15 | |
| | |||
* | build android with EvilSplicer, including webapp (doesn't 100% succeed yet) | 2013-04-15 | |
| | |||
* | avoid displaying splices on the console during build | 2013-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 yet | 2013-04-14 | |
| | |||
* | better cleaning | 2013-04-14 | |
| | |||
* | remove dup | 2013-04-14 | |
| | |||
* | avoid runghc | 2013-04-14 | |
| | |||
* | incremental android builds with the EvilSplicer | 2013-04-14 | |
| | |||
* | Avoid using runghc when building the Debian package, as that needs ghci. | 2013-04-07 | |
| | |||
* | skip files in dist | 2013-03-28 | |
| | |||
* | reorganize osx app, so it can be put in PATH | 2013-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 bg | 2013-03-17 | |
| | |||
* | fix running test from debian/rules4.20130314 | 2013-03-14 | |
| | |||
* | avoid double build from debian/rules | 2013-03-14 | |
| | |||
* | pass -O0 in fast mode | 2013-03-12 | |
| | |||
* | got hdevtools working on the git-annex source tree | 2013-03-12 | |
| | |||
* | better bg tags generation | 2013-03-11 | |
| | |||
* | be quiet when making tags in bg | 2013-03-11 | |
| | |||
* | update tags on dev build | 2013-03-11 | |
| | |||
* | switch CABAL to cabal | 2013-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 CABAL | 2013-03-10 | |
| | |||
* | Switch from using regex-compat to regex-tdfa, as the C regex library is ↵ | 2013-03-08 | |
| | | | | rather buggy. | ||
* | reuse fast build for make test | 2013-03-07 | |
| | |||
* | send hothasktags stderr to null | 2013-03-03 | |
| | |||
* | fix 2 bugs in android runshell | 2013-02-28 | |
| | |||
* | use Setup.hs rather than depending on cabal-install | 2013-02-28 | |
| | | | | Based on a patch from Peter Simons | ||
* | remove Fast flag, pass -O0 to cabal | 2013-02-28 | |
| | |||
* | Android: Enable test suite. | 2013-02-27 | |
| |