summaryrefslogtreecommitdiffstats
path: root/contrib/murmurhash3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* contrib/murmurhash3: fix occasional undefined behaviorVladimír Čunát2021-04-141-3/+2
| | | | | | | murmurhash3.c:43:40: runtime error: addition of unsigned offset to 0x7ffce41c2014 overflowed to 0x7ffce41c2000 The `i` was used in a super-ugly way; I suspect the only reason was to optimize that end-loop condition was zero comparison *vomit*
* mark bundled content with SPDX filePetr Špaček2020-02-251-0/+10
| | | | | | | | | | | | | The SPDX file contains hand-written metadata about source URL, version, authors, and license. There are two missing pieces in HTTP module: - bootswatch theme - I could not find what theme we ship, maybe it is based on one of bootswatch themes but heavily modified - selectize.js source does not match respective files in upstream but contains minor changes I will deal with these in later commits.
* contrib/murmurhash3: machine readable licensePetr Špaček2020-02-252-1/+7
|
* contrib/murmurhash3: fix bad type punningVladimír Čunát2019-03-051-3/+3
|
* doc: documented forked modeMarek Vavruša2015-07-011-1/+1
|
* contrib: included murmurhash3 (public domain)Marek Vavruša2015-06-013-0/+81