summaryrefslogtreecommitdiff
path: root/Build
Commit message (Collapse)AuthorAge
* don't hardcode path to cygwin stuff, look for it in PATHGravatar Joey Hess2013-05-17
|
* specify makensis path in build scriptGravatar Joey Hess2013-05-17
|
* Sanitize debian changelog version before putting it into cabal file. Closes: ↵Gravatar Joey Hess2013-05-17
| | | | #708619
* fix uninstall of some filesGravatar Joey Hess2013-05-16
|
* add windows uninstallerGravatar Joey Hess2013-05-16
|
* typoGravatar Joey Hess2013-05-16
|
* add license to windows installerGravatar Joey Hess2013-05-16
|
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
|
* windows installer is fully workingGravatar Joey Hess2013-05-14
|
* add check for gitGravatar Joey Hess2013-05-14
|
* untested nullsoft installer generatorGravatar Joey Hess2013-05-14
|
* Merge branch 'master' into windowsGravatar Joey Hess2013-05-14
|\ | | | | | | | | | | | | | | Conflicts: Annex/Environment.hs Build/Configure.hs Git/Construct.hs Utility/FileMode.hs
* | 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
| | | | | | | | | | This was being very annoying in windows. (cherry picked from commit ccce4b0ded18c6eecea5d666f38f55a4fc6a1977)
* | fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
| | | | | | | | | | | | That's needed in files used to build the configure program. For the other files, I'm keeping my __WINDOWS__ define, as I find that much easier to type. I may search and replace it to use the mingw32_HOST_OS thing later.
* | only update version in cabal file on release buildsGravatar Joey Hess2013-05-10
| | | | | | | | This was being very annoying in windows.
* | fix changelog version parse to work on windowsGravatar Joey Hess2013-05-10
| | | | | | | | | | The CHANGELOG file, as a symlink, cannot be read on windows. So read debian/changelog. Also, newline compat.
* | explicity use sh -c when running shell commandsGravatar Joey Hess2013-05-10
| | | | | | | | This is necessary to work in Windows. (And will only work when building in Cygwin.)
* | stub out posix stuff for WindowsGravatar Joey Hess2013-05-10
|/ | | | This is enough to let the configure program build.
* add a hack to get build working with new library buildGravatar Joey Hess2013-05-08
|
* configure: Better checking that sha commands output in the desired format.Gravatar Joey Hess2013-05-08
| | | | | | Run the same code git-annex used to get the sha, including its sanity checking. Much better than old grep. Should detect FreeBSD systems with sha commands that output in stange format.
* cabal does not like ~ in version numbers, work around (for backports)Gravatar Joey Hess2013-05-04
|
* EvilSplicer: fix handling of newlines in multiline stringsGravatar Joey Hess2013-05-02
|
* fix buildGravatar Joey Hess2013-04-24
|
* fix buildGravatar Joey Hess2013-04-24
|
* handle rpath in OSXMkLibsGravatar Joey Hess2013-04-22
| | | | | | | | | | | | Now oberon has some binaries and libraries that use rpath, so I had to put in this ugly hack to replace the @rapth/lib with the lib in the app. This was particularly tricky for libraries that use @rpath because I could not find a way to extract the rpath from the library. (Only from the executable, by running it.. ugh!) The hack I put in place may fail if multiple different libraries use rpath to refer to other libraries, and the "@rpath/lib" string is the same, but actually refers to different files.
* recent change broke thisGravatar Joey Hess2013-04-20
|
* Install FDO desktop menu file when webapp is started in standalone mode.Gravatar Joey Hess2013-04-20
|
* argh!! http://hackage.haskell.org/package/zerothGravatar Joey Hess2013-04-18
|
* avoid adding parens to lambdas in tuplesGravatar Joey Hess2013-04-18
|
* run lambda parenthesisation recursively inside the body of the lambdaGravatar Joey Hess2013-04-18
|
* fix lambda parenthesisationGravatar Joey Hess2013-04-18
|
* fix buildGravatar Joey Hess2013-04-18
|
* tighten search and replace slightlyGravatar Joey Hess2013-04-17
|
* split out libraryGravatar Joey Hess2013-04-17
|
* argleGravatar Joey Hess2013-04-17
|
* remove module definitions for these standalone programsGravatar Joey Hess2013-04-17
| | | | | Sometimes ghc --make skips building these binaries, as it sees no Main module.
* minor cleanupGravatar Joey Hess2013-04-17
|
* very close now.. but still so farGravatar Joey Hess2013-04-17
|
* deal with GHC's broken layout of case expressions. ARGH why GHC WHY?!?!Gravatar Joey Hess2013-04-17
|
* Splicer contines his evil ways (and Joey goes slowly insane)Gravatar Joey Hess2013-04-16
|
* Evil Splicer only *thought* he was evil until this commit happened.Gravatar Joey Hess2013-04-16
| | | | So many nasty hacks!
* need to mangle another symbolGravatar Joey Hess2013-04-16
|
* a few nasty hacks for yesodGravatar Joey Hess2013-04-16
|
* updateGravatar Joey Hess2013-04-15
|
* fix 2 splicing bugsGravatar Joey Hess2013-04-15
|
* handle multi-line QQGravatar Joey Hess2013-04-15
|
* only show files that are really changedGravatar Joey Hess2013-04-15
|
* hack around incorrect nested instance code generated by GHCGravatar Joey Hess2013-04-14
| | | | Yesod-specific hack for now.