aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-18/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
|
* Golang's linker add mingwex and mingw32 automatically,so we don't need add ↵kkqy2022-09-181-1/+0
| | | | them manually.
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* fmt updateGert-Jan Timmer2018-05-271-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 mingw32Taru Karttunen2015-12-301-1/+1
|
* Apply -lpthread withou windows.Yasuhiro Matsumoto2015-03-121-0/+1
|
* Add FTS3 feature. Close #176Yasuhiro Matsumoto2015-02-241-1/+0
|
* Should affect on only 386mattn2014-10-241-0/+1
|
* Specify by -Dmattn2014-10-221-1/+1
|
* Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'mattn2014-09-101-1/+1
|\
| * Workaround for #109, #147mattn2014-09-101-1/+1
| |
* | Add one blank line for godocmattn2014-08-181-0/+1
| |
* | Add license headermattn2014-08-181-0/+4
|/
* Add msvcr100 for 64bitmattn2014-03-191-1/+1
|
* Enable Sqlite R*Tree ModuleFabian Wickborn2013-12-221-0/+1
|
* Start work on introducing machine-readable error codes.Jochen Voss2013-08-131-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 Castillo2012-10-271-0/+7