Commit Graph

6 Commits

Author SHA1 Message Date
Krishna Vedala ff2e7a3528
[enhancement] formatted and added `Hash` directory to cmake (#580)
* added hash folder to CMAKE build

* split sdbm code from hash.c to independent program

* update readme file

* docs + vartype fix

* split djb2 code from hash.c to independent program

* fix function reference

* split xor8 code from hash.c to independent program

* split adler32 code from hash.c to independent program

* remove additional author

* split crc32 code from hash.c to independent program

* remove redundant files

* interpret large numbers as specific types

* disable eror clang-diagnostic-implicitly-unsigned-literal

* force use constants

* updating DIRECTORY.md

* clang-tidy fixes for 606e5d4fce

* added return in function doc to enable doc

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-29 13:18:11 -04:00
Krishna Vedala fd2c883883
enable errors when clang-tidy cannot auto-fix
refer to link: https://clang.llvm.org/extra/clang-tidy/checks/list.html
2020-07-10 21:30:59 -04:00
Krishna Vedala 38f88ded81
disable all insecureAPI warnings 2020-07-10 19:05:21 -04:00
Krishna Vedala b6270eaf2d
treat warnings as errors 2020-07-10 18:38:47 -04:00
Krishna Vedala 61998c0446
fix config syntax & disable rand error 2020-07-10 18:26:04 -04:00
Krishna Vedala caf5e9190a
added clang-tidy config file 2020-07-10 17:09:19 -04:00