summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* install_name_tool fixGravatar Joey Hess2012-12-09
|
* optimisation; only run install_name_tool once per binaryGravatar Joey Hess2012-12-09
|
* use full path name to generate library filenameGravatar Joey Hess2012-12-09
| | | | avoids overlaps
* typoGravatar Joey Hess2012-12-09
|
* avoid using short lib names that clash with unix command namesGravatar Joey Hess2012-12-09
|
* syntaxGravatar Joey Hess2012-12-09
|
* remove unused cruftGravatar Joey Hess2012-12-09
|
* oh yeah, OSX is case insensativeGravatar Joey Hess2012-12-09
|
* tweakGravatar Joey Hess2012-12-09
|
* reverse symlinksGravatar Joey Hess2012-12-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-09
|\
* | install libs using short names, with symlinks to we can tell what librariesGravatar Joey Hess2012-12-09
| | | | | | | | they are supposed to be
* | fix executable permissionsGravatar Joey Hess2012-12-09
| | | | | | | | sh at least does not default to having a write bit
* | fix infinite loopGravatar Joey Hess2012-12-09
| |
* | add yesod-form to cabalGravatar Joey Hess2012-12-09
| |
* | improve cabal instructions to handle installing c2hsGravatar Joey Hess2012-12-09
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk3dZt8HylpdWM-cEpHkxiKobwOsSzEaMY2012-12-09
| |
| * Added a comment: gadu 0.03 is upGravatar Steve2012-12-09
| |
| * Added a commentGravatar spwhitton2012-12-08
|/
* blog for the dayGravatar Joey Hess2012-12-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-08
|\
* | insane osx short library name hackGravatar Joey Hess2012-12-08
| | | | | | | | | | | | | | | | Since I'm dealing with arbitrarily short fields in which to store the library name, and would have to rebuild a bunch of stuff like git to avoid that, and I have to prefix this obnoxiously long "@executable_path" to it, it's easy to run out of space. This makes it use 1 and 2 letter long filenames for libraries in the app. Fun fun fun fun fun.
| * Added a commentGravatar http://edheil.wordpress.com/2012-12-08
| |
* | fix library filenames in osx appGravatar Joey Hess2012-12-08
| |
* | fix bin paths in osx appGravatar Joey Hess2012-12-08
| |
* | updateGravatar Joey Hess2012-12-08
|/
* better messageGravatar Joey Hess2012-12-08
|
* chmod libs so install_name_tool can modify themGravatar Joey Hess2012-12-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-08
|\
* | move libs to try to fit within available path spaceGravatar Joey Hess2012-12-08
| |
| * Added a commentGravatar http://sunny256.sunbase.org/2012-12-08
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-08
|\
* | use install_name_tool to adjust library paths in osx appGravatar Joey Hess2012-12-08
| | | | | | | | Have not yet been able to test this.
| * Added a comment: 0.02 is upGravatar Steve2012-12-08
|/
* (no commit message)Gravatar spwhitton2012-12-08
|
* Added a comment: gadu 0.01 is upGravatar Steve2012-12-08
|
* (no commit message)Gravatar Steve2012-12-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-07
|\
* | blog for the dayGravatar Joey Hess2012-12-07
| |
| * removedGravatar http://edheil.wordpress.com/2012-12-07
| |
| * Added a commentGravatar http://edheil.wordpress.com/2012-12-07
| |
| * Added a commentGravatar http://edheil.wordpress.com/2012-12-07
|/
* runshell: start sh, not $SHELLGravatar Joey Hess2012-12-07
| | | | $SHELL may need libraries not included in the bundle
* include /bin/sh in standalone buildsGravatar Joey Hess2012-12-07
| | | | | | | | oberon:MacOS joeyh$ ./runshell dyld: Symbol not found: _environ Referenced from: /bin/sh Expected in: /Volumes/git-annex/git-annex.app/Contents/MacOS/usr/lib/libSystem.B.dylib in /bin/sh
* Revert "skip frameworks"Gravatar Joey Hess2012-12-07
| | | | | | This reverts commit 206451dd02b4deea8b1cba9309883bef4cfbbc89. At least CoreFoundation framework seems to be needed.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-07
|\
* | skip frameworksGravatar Joey Hess2012-12-07
| | | | | | | | I suspect this might be related to recent reports of hangs.
* | remove some settings that should not be neededGravatar Joey Hess2012-12-07
| |
| * Added a commentGravatar http://joeyh.name/2012-12-07
| |
| * question : use btrfs clones / reflinksGravatar http://mildred.fr/2012-12-07
| |