aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_solaris.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-15/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
|
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* Moved solaris flag from _other.go => _solaris.goGert-Jan Timmer2018-06-131-0/+1
|
* fmt updateGert-Jan Timmer2018-05-271-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.
* add build constraint for solarisYasuhiro Matsumoto2018-01-221-0/+12
fixes #514