| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-08 | Deduplicate Makefile static target and add thread locking check | Carlos Martín Nieto | |
| It turns out we had been running CI without performing the thread locking check. | |||
| 2017-04-14 | travis: build statically | Carlos Martín Nieto | |
| 2017-04-14 | Allow building statically via the "static" build tag | Carlos Martín Nieto | |
| 2016-11-01 | Get rid of the with-static.sh script | Carlos Martín Nieto | |
| CGO can perform variable substitution in the directives, so we don't need to use a script to set up the variables; we can let the go tool do it for us. | |||
| 2016-08-27 | Bring back the Makefile from 'next' | Carlos Martín Nieto | |
| 2015-02-13 | remove static git support files | Matthew Donoughe | |
| 2014-12-31 | Revert "Make the cgo tool do more linking work" | Carlos Martín Nieto | |
| 2014-12-27 | Make the cgo tool do more linking work | Carlos Martín Nieto | |
| The cgo directives let us do a lot more than I previously thought, so we can use this to make the building process of git2go go through the go tool directly rather than via the script. libgit2 still needs to be built manually, so we do still require make, but only for building libgit2. Once that's built, any modifications to git2go's own code can be built with go build | |||
| 2014-12-08 | add script for checking thread locks in funcs that call MakeGitError | Quinn Slack | |
| 2014-06-07 | Move the settings into the main git2go | Carlos Martín Nieto | |
| 2014-06-07 | Really build statically | Carlos Martín Nieto | |
| 2014-06-07 | Adjust travis script to static | Carlos Martín Nieto | |
| 2014-06-07 | Use a submodule for libgit2 | Carlos Martín Nieto | |
| This makes building the static version easier as we know where the repo is and that it's has a known-good version. | |||
| 2014-06-03 | Move some logic into the Makefile | Carlos Martín Nieto | |
| This should provide a nice compromise between the scripts and comon commands. | |||
