| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Github Actions yaml and set LDFLAGS on windows (#843) | raa0121 | 2020-08-25 | 1 | -0/+1 |
| | | | | and remove .travis.yml | ||||
| * | Add build constraints for non cgo | Yasuhiro Matsumoto | 2019-11-18 | 1 | -1/+1 |
| | | |||||
| * | darwin/libsqlite3: Also use the homebrew include path | George Dunlap | 2019-08-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | When building on darwin with the `libsqlite3` tag, go-sqlite3 adds the homebrew library path. It does not, however, add the homebrew include path, which means that the MacOS sqlite3 header is used instead. On my system, this results in build errors that look like this: ./sqlite3_load_extension.go:25:8: could not determine kind of name for C.sqlite3_enable_load_extension ./sqlite3_load_extension.go:33:8: could not determine kind of name for C.sqlite3_load_extension Add the homebrew include path as well, so that he header matches the libraries we're using. Signed-off-by: George Dunlap <george.dunlap@citrix.com> | ||||
| * | Add: OpenBSD | Gert-Jan Timmer | 2018-06-13 | 1 | -0/+1 |
| | | | | Fixes #321 | ||||
| * | fmt update | Gert-Jan Timmer | 2018-05-27 | 1 | -0/+1 |
| | | | | | | | Fix: Placed all +build tags in the same location Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup Fix: Placed empty line between copyright comments and build tags for readability Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines. | ||||
| * | support Solaris | Yasuhiro Matsumoto | 2017-08-30 | 1 | -0/+1 |
| | | | | | See #459 | ||||
| * | Disable LoadExtension when omit_load_extension is specified | Zbigniew Mandziejewicz | 2016-04-18 | 1 | -1/+2 |
| | | |||||
| * | Disable LoadExtension when omit_load_extension is specified | Zbigniew Mandziejewicz | 2016-04-18 | 1 | -1/+1 |
| | | |||||
| * | hack to use libsqlite3 | Yasuhiro Matsumoto | 2015-06-12 | 1 | -0/+13 |
| $ go build -tags "libsqlite3 windows" | |||||
