summaryrefslogtreecommitdiff
path: root/src/basic/MurmurHash2.h
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: use '#pragma once' for header guardYu Watanabe2018-08-301-4/+1
| | | | Follow-up for a2b635eb3940f33f5dd308d85ba416f0630d152b (#9959).
* tree-wide: fix a couple of TABsLennart Poettering2018-05-221-1/+1
|
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+33
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/