summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
Commit message (Expand)AuthorAge
* still can't express custom-setup depsGravatar Joey Hess2017-11-14
* avoid Utility.Directory which needs Win32 on windowsGravatar Joey Hess2017-11-14
* allow building w/o rsync installedGravatar Joey Hess2017-10-25
* Run wget with -nv instead of -q, so it will display HTTP errors.Gravatar Joey Hess2017-02-20
* Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384.Gravatar Joey Hess2016-09-05
* avoid warnings about not exported System.Directory.isSymbolicLinkGravatar Joey Hess2016-04-28
* Fix build with directory-1.2.6.2.Gravatar Joey Hess2016-04-28
* more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is m...Gravatar Joey Hess2015-05-10
* put in workaround for strange version of git on the autobuilderGravatar Joey Hess2015-04-14
* Fix build failure when wget is not installed.Gravatar Joey Hess2015-01-15
* Use wget -q --show-progress for less verbose wget output, when built with wge...Gravatar Joey Hess2014-12-16
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* indentationGravatar Joey Hess2014-07-13
* add Build/BuildVersion, for use by autobuildersGravatar Joey Hess2014-06-18
* Revert "add debugging for odd OOM or hang on 5 architectures, all where confi...Gravatar Joey Hess2014-04-22
* add debugging for odd OOM or hang on 5 architectures, all where configure run...Gravatar Joey Hess2014-04-20
* make configure -Wall cleanGravatar Joey Hess2014-03-10
* Probe for quvi version at run time.Gravatar Joey Hess2014-02-28
* 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
* test for nocache at configure timeGravatar Joey Hess2013-12-01
* Added support for quvi 0.9. Slightly suboptimal due to limitations in its int...Gravatar Joey Hess2013-11-24
* no-op change to ensure configure is re-run on autobuilders to pick up UPGRADE...Gravatar Joey Hess2013-11-22
* upgrade alertsGravatar Joey Hess2013-11-21
* avoid using "gcrypt" for git-remote-gcrypt; there's also a library by that nameGravatar Joey Hess2013-10-21
* cronner builds, should work (untested)Gravatar Joey Hess2013-10-08
* factor out Build.VersionGravatar Joey Hess2013-10-06
* add git-remote-gcrypt to bundle when availableGravatar Joey Hess2013-09-13
* Youtube support! (And 53 other video hosts)Gravatar Joey Hess2013-08-22
* better git version checkingGravatar Joey Hess2013-08-02
* check in configure if ionice -c3 worksGravatar Joey Hess2013-06-21
* assistant --autostart: Automatically ionices the daemons it starts.Gravatar Joey Hess2013-06-21
* Allow building with gpg2.Gravatar Joey Hess2013-05-19
* Sanitize debian changelog version before putting it into cabal file. Closes: ...Gravatar Joey Hess2013-05-17
* Merge branch 'master' into windowsGravatar Joey Hess2013-05-14
|\
* | fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
| * rename varGravatar Joey Hess2013-05-10
| * only update version in cabal file on release buildsGravatar Joey Hess2013-05-10
* | only update version in cabal file on release buildsGravatar Joey Hess2013-05-10
* | fix changelog version parse to work on windowsGravatar Joey Hess2013-05-10
|/
* configure: Better checking that sha commands output in the desired format.Gravatar Joey Hess2013-05-08
* cabal does not like ~ in version numbers, work around (for backports)Gravatar Joey Hess2013-05-04
* argleGravatar Joey Hess2013-04-17
* remove module definitions for these standalone programsGravatar Joey Hess2013-04-17
* The version number is now derived from git, unless built with VERSION_FROM_CH...Gravatar Joey Hess2013-04-10
* Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19
* configure: hardcode some things that cannot be probed for when cross-compilin...Gravatar Joey Hess2013-02-11
* Now uses the Haskell uuid library, rather than needing a uuid program.Gravatar Joey Hess2013-02-10
* move thirdparty program installation for standalone bundle into haskell programGravatar Joey Hess2012-12-14