aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_icu.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-20/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
|
* Add build tags to support both x86 and ARM compilation on macOS (#1069)Denis Dmitriev2023-02-231-2/+4
| | | | | | | | | | | | | * Add build tags to support both x86 and ARM compilation on macOS * Documentation fix: command line for build under macOS * Global replace 'macOS X' -> 'macOS'. Fix typo in -tags cmd line param * `README.md`: fix all `--tags` -> `-tags` --------- Co-authored-by: Denis Dmitriev <dmitriev@itspartner.net>
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* Add: OpenBSDGert-Jan Timmer2018-06-131-0/+1
| | | Fixes #321
* 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.
* Fix: OSX icu moduleGert-Jan Timmer2018-05-251-0/+2
|
* Update prefix of build tags to `sqlite_`Gert-Jan Timmer2018-05-241-1/+1
| | | | * Keep current build tags backwards compliant * Added alias for `sqlite_json1` => `sqlite_json`
* RenameGert-Jan Timmer2018-05-231-0/+13
Renamed files containing current features.