aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-18/+0
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
* Golang's linker add mingwex and mingw32 automatically,so we don't need add th...kkqy2022-09-181-1/+0
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
* fmt updateGert-Jan Timmer2018-05-271-2/+6
* 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
* Modified for windows support.Carlos Castillo2012-10-271-0/+7