Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build with "go tool" and hackishly bundle code from same package into one ↵ | EuAndreh | 2024-08-12 | 1 | -18/+0 |
| | | | | file each | ||||
* | go fmt ./... | Yasuhiro Matsumoto | 2024-01-25 | 1 | -0/+1 |
| | |||||
* | Add build constraints for non cgo | Yasuhiro Matsumoto | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | fix/306 | Gert-Jan Timmer | 2018-06-28 | 1 | -0/+3 |
| | | | | | * ppc * ppc64 * ppc64le | ||||
* | Moved solaris flag from _other.go => _solaris.go | Gert-Jan Timmer | 2018-06-13 | 1 | -1/+0 |
| | |||||
* | 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 | ||||
* | remove -lpthread. related issue #201 | Yasuhiro Matsumoto | 2015-04-28 | 1 | -1/+0 |
| | |||||
* | Apply -lpthread withou windows. | Yasuhiro Matsumoto | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Specify by -D | mattn | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Add license header | mattn | 2014-08-18 | 1 | -0/+4 |
| | |||||
* | Enable Sqlite R*Tree Module | Fabian Wickborn | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Remove -v | mattn | 2013-09-02 | 1 | -1/+0 |
| | |||||
* | CFLAGS | mattn | 2013-08-30 | 1 | -0/+1 |
| | |||||
* | unbreak build on non-linux | David Hill | 2013-08-28 | 1 | -1/+2 |
| | |||||
* | Use sqlite3.c in all platforms | mattn | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | Start work on introducing machine-readable error codes. | Jochen Voss | 2013-08-13 | 1 | -1/+1 |
| | | | | | | This commit introduces a new type 'ErrNo', implementing the error interface. Constants for all sqlite3 error codes are provided in the new source file "error.go". | ||||
* | Modified for windows support. | Carlos Castillo | 2012-10-27 | 1 | -0/+8 |