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