| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | only check Go source files for non-thread-locked MakeGitError calls | Quinn Slack | |
| 2014-12-08 | add script for checking thread locks in funcs that call MakeGitError | Quinn Slack | |
| 2014-08-26 | Exit when pkg-config isn't found | Carlos Martín Nieto | |
| We run pkg-config in a subshell, so our 'set -e' does not take effect there. Explicitly error out if there was an error running pkg-config. | |||
| 2014-08-06 | Make sure install/lib dir exists. Fixes #104 | Matthias Kadenbach | |
| 2014-06-07 | Tighten up the build | Carlos Martín Nieto | |
| Build as release, and there is no need to install the library, we know where the files are. | |||
| 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 | hack for travis | 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. | |||
| 2014-06-03 | Add scripts to build and use a static libgit2 | Carlos Martín Nieto | |
| 2014-03-25 | Add a settings package | Carlos Martín Nieto | |
| This lets us modify the libgit2-wide options/settings. | |||
| 2014-02-28 | Add a travis script | Carlos Martín Nieto | |
| Add a build script and ask Travis to run it. It downloads the tip of libgit2's dev branch and tests against that. | |||
