aboutsummaryrefslogtreecommitdiff
path: root/Build
Commit message (Collapse)AuthorAge
* commit before info file build, so that any modified annexed files get updatedGravatar Joey Hess2014-02-21
|
* windows: Fix process termination code.Gravatar Joey Hess2014-02-13
| | | | | | | | | | | The ctrl-c hack used before didn't actually seem to work. No haskell libraries expose TerminateProcess. I tried just calling it via FFI, but got segfaults, probably to do with the wacky process handle not being managed correctly. Moving it all into one C function worked. This was hell. The EvilLinker hack was just final icing on the cake. We all know what the cake was made of.
* fix info file findingGravatar Joey Hess2014-02-10
|
* check for out of date info files at endGravatar Joey Hess2014-02-10
|
* deal with multiarchGravatar Joey Hess2014-02-07
|
* remove debug infoGravatar Joey Hess2014-01-30
|
* fix install_name_tool library name replacementGravatar Joey Hess2014-01-15
|
* fix warningGravatar Joey Hess2014-01-14
|
* search DYLD_LIBRARY_PATH for librariesGravatar Joey Hess2014-01-14
|
* Refuse to build with git older than 1.7.1.1, which is needed for git checkout -BGravatar Joey Hess2014-01-13
|
* add back sha commands on OSX; SIGILL problem fixedGravatar Joey Hess2014-01-06
|
* OSX: Avoid using external hash programs, since SIGILL is not funGravatar Joey Hess2014-01-01
|
* windows: add more libraries, these are used by gpgGravatar Joey Hess2014-01-01
|
* include libgcc_s in case not pulled in by lddGravatar Joey Hess2013-12-31
| | | | libc can demand-load libgcc_s in some situations, it seems
* Revert "include libgcc in linux standalone"Gravatar Joey Hess2013-12-31
| | | | | | This reverts commit 90a28ca0ff7123cd939c90930dec6479da6bd136. ldd pulls it in
* include libgcc in linux standaloneGravatar Joey Hess2013-12-31
|
* add main type sigGravatar Joey Hess2013-12-30
|
* add git-shell binary to bundlesGravatar Joey Hess2013-12-27
|
* avoid another encoding crashGravatar Joey Hess2013-12-27
|
* -Wall cleanGravatar Joey Hess2013-12-27
|
* clean upGravatar Joey Hess2013-12-24
|
* Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵Gravatar Joey Hess2013-12-24
| | | | standalone build, and OSX app, so they will be available when it's added to PATH.
* fix gconvdirGravatar Joey Hess2013-12-24
|
* Fix bug in Linux standalone build's shimming that broke git-annex-shell.Gravatar Joey Hess2013-12-24
|
* remove unused importsGravatar Joey Hess2013-12-24
|
* resursively follow lib symlinks, just in caseGravatar Joey Hess2013-12-24
|
* convert hacky shell linux mklibs code to haskell ; fixing symlink bugGravatar Joey Hess2013-12-24
| | | | | | The shell code was nasty, and buggy. New haskell code is much nicer, and it's easy to do complicated calculations to properly convert possibly absolute symlinks between libraries into relative links using it.
* fix buildGravatar Joey Hess2013-12-21
| | | | Need to recurse into subdirs to follow git-annex links.
* avoid EvilSplicer crashing on encoding problems, including LANG=C with utf-8 ↵Gravatar Joey Hess2013-12-19
| | | | in files
* improve EvilSplicer robustnessGravatar Joey Hess2013-12-18
|
* OSX: Remove ssh and ssh-keygen from dmg as they're included in OSX by default.5.20131213Gravatar Joey Hess2013-12-13
|
* argh, one moreGravatar Joey Hess2013-12-11
|
* moreGravatar Joey Hess2013-12-11
|
* one more libGravatar Joey Hess2013-12-11
|
* yet more wget and curl libsGravatar Joey Hess2013-12-11
|
* more libs for wget and curlGravatar Joey Hess2013-12-11
|
* add libs needed by wget and curlGravatar Joey Hess2013-12-11
|
* fix EvilLinker to not stomp on environmentGravatar Joey Hess2013-12-10
|
* remove debugGravatar Joey Hess2013-12-10
|
* parse out additional env vars when running collect2Gravatar Joey Hess2013-12-10
|
* try setting TMPDIR for collect2 to not use C:\WindowsGravatar Joey Hess2013-12-10
|
* debugGravatar Joey Hess2013-12-10
|
* remove debugGravatar Joey Hess2013-12-10
|
* typoGravatar Joey Hess2013-12-10
|
* remove menu item on uninstallGravatar Joey Hess2013-12-10
|
* request admin rights at installGravatar Joey Hess2013-12-10
|
* start minimizedGravatar Joey Hess2013-12-10
|
* fixesGravatar Joey Hess2013-12-10
|
* try to make a start menu shortcutGravatar Joey Hess2013-12-10
|
* fix infinite recursion on failed parseGravatar Joey Hess2013-12-09
|