summaryrefslogtreecommitdiff
path: root/shared/c-siphash/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
| | | | | License is missing in meson build files. This has been added using SPDX identifiers and licensed under LGPL-2.1+.
* shared/c-siphash: reimportThomas Haller2019-04-141-0/+4
| | | | git subtree pull --prefix shared/c-siphash git@github.com:c-util/c-siphash.git master --squash
* shared/c-siphash: re-import from latest c-util/c-siphashThomas Haller2019-02-061-2/+3
| | | | | | $ git subtree pull --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash Import commit '211cfc5abc3813cddd10d237ba9d843b8d3a8995'.
* build: meson: Add trailing commasIñigo Martínez2018-12-201-1/+1
| | | | | | | Add missing trailing commas that avoids getting noise when another file/parameter is added and eases reviewing changes[0]. [0] https://gitlab.gnome.org/GNOME/dconf/merge_requests/11#note_291585
* Merge commit '1ea09eb549dbd910ea593e01fb6f746ae20b4beb' as 'shared/c-siphash'Beniamino Galvani2018-04-181-0/+14
Imported c-siphash code with command: git subtree add --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash To update the library use: git subtree pull --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash