summaryrefslogtreecommitdiffstats
path: root/src/shared/crc32.h
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-9/+0Star
| | | | | | | | | | This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.
* [SERVER] Get rid of zlib dependencySimon Rettberg2017-10-241-0/+9
We only used it for CRC-32, so now the source tree includes a stripped down version of the crc32 code from the zlib project.