summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/boltdb
Commit message (Collapse)AuthorAgeFilesLines
* Update bleve dependency to latest master revision (#6100)Lunny Xiao2019-02-1728-4605/+0
| | | | | | | | * update bleve to master b17287a86f6cac923a5d886e10618df994eeb54b6724eac2e3b8dde89cfbe3a2 * remove unused pkg from dep file * change bleve from master to recent revision
* Migrate to dep (#3972)Antoine GIRARD2018-05-213-951/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Correct broken unaligned load/store in armv5 (#1355)Damien Gaignon2017-04-0518-65/+311
| | | Update vendor github.com/boltdb/bolt to take care of the issue #1354.
* fix broken caused by boltdb in mips/mipsle (#1107)Lunny Xiao2017-03-032-0/+22
|
* Fix master builds on mips* again (#815)Thomas Boerger2017-02-022-0/+16
| | | | | | | | | | | | * Use local folder for xgo * Always do crosscompile and testing to fail early * Added mips* values for boltdb In order to get master building again I have applied these 2 additional files to boltdb. This should get dropped when https://github.com/boltdb/bolt/issues/656 gets solved.
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-3027-0/+5272
* Dropped unused codekit config * Integrated dynamic and static bindata for public * Ignore public bindata * Add a general generate make task * Integrated flexible public assets into web command * Updated vendoring, added all missiong govendor deps * Made the linter happy with the bindata and dynamic code * Moved public bindata definition to modules directory * Ignoring the new bindata path now * Updated to the new public modules import path * Updated public bindata command and drop the new prefix