Yasuhiro Matsumoto
1f0dc0a0ef
go fmt ./...
2024-01-25 22:55:22 +09:00
kkqy
be28dec3df
Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually.
2022-09-18 22:20:58 +09:00
Yasuhiro Matsumoto
fc06e55305
Add build constraints for non cgo
2019-11-18 18:03:31 +09:00
Gert-Jan Timmer
420bfbcac8
fmt update
...
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.
2018-05-27 00:05:45 +02:00
Taru Karttunen
61be132244
Fix compile for old mingw32
2015-12-30 00:19:24 +02:00
Yasuhiro Matsumoto
308067797b
Apply -lpthread withou windows.
2015-03-12 18:43:55 +09:00
Yasuhiro Matsumoto
da2bf8a0f3
Add FTS3 feature. Close #176
2015-02-24 11:28:02 +09:00
mattn
e5819757da
Should affect on only 386
2014-10-24 19:38:05 +09:00
mattn
00716954b7
Specify by -D
2014-10-22 13:31:54 +09:00
mattn
a80c27ba33
Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'
2014-09-10 15:02:09 +09:00
mattn
3d78a08b9f
Workaround for #109 , #147
2014-09-10 14:58:32 +09:00
mattn
6535341da9
Add one blank line for godoc
2014-08-18 17:00:59 +09:00
mattn
5e5d088a36
Add license header
2014-08-18 16:56:31 +09:00
mattn
ded4a4bb1b
Add msvcr100 for 64bit
2014-03-19 13:22:18 +09:00
Fabian Wickborn
f85c1dc044
Enable Sqlite R*Tree Module
2013-12-22 23:42:40 +01:00
Jochen Voss
ff8e6729ce
Start work on introducing machine-readable error codes.
...
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".
2013-08-13 21:45:05 +09:00
Carlos Castillo
58cfe6309d
Modified for windows support.
2012-10-27 19:58:40 -07:00