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 |
| | |||||
* | Golang's linker add mingwex and mingw32 automatically,so we don't need add ↵ | kkqy | 2022-09-18 | 1 | -1/+0 |
| | | | | them manually. | ||||
* | Add build constraints for non cgo | Yasuhiro Matsumoto | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | fmt update | Gert-Jan Timmer | 2018-05-27 | 1 | -2/+6 |
| | | | | | | 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. | ||||
* | Fix compile for old mingw32 | Taru Karttunen | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | Apply -lpthread withou windows. | Yasuhiro Matsumoto | 2015-03-12 | 1 | -0/+1 |
| | |||||
* | Add FTS3 feature. Close #176 | Yasuhiro Matsumoto | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | Should affect on only 386 | mattn | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | Specify by -D | mattn | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9' | mattn | 2014-09-10 | 1 | -1/+1 |
|\ | |||||
| * | Workaround for #109, #147 | mattn | 2014-09-10 | 1 | -1/+1 |
| | | |||||
* | | Add one blank line for godoc | mattn | 2014-08-18 | 1 | -0/+1 |
| | | |||||
* | | Add license header | mattn | 2014-08-18 | 1 | -0/+4 |
|/ | |||||
* | Add msvcr100 for 64bit | mattn | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Enable Sqlite R*Tree Module | Fabian Wickborn | 2013-12-22 | 1 | -0/+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/+7 |