aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-09-12revert pack to custom json-c cmake package because security by ageJan200101
thanks Debian and Ubuntu
2022-09-11move over to official cmake packages, fix data race in qt frontendJan200101
2022-09-10add OF Repo Mirroring toolJan200101
2022-08-31windows implementation for get_core_count()Jan200101
2022-08-30implement thread poolsJan200101
2022-07-22Correct function prototypes,add more Cflags for sanity,add sanity assetsJan200101
2022-06-29validate revisions, set threads to 4, do not allow concurent updatesJan200101
2022-06-28add unit tests for vdf & md5, allow escaped quotesvdf-parserJan200101
2022-06-26add vdf libraryJan200101
2022-06-16Change MD5 function signatures, make libtvn static, not objectJan200101
this solves a problem on x86_64 Windows where the MD5 functions were included within ntdll. STATIC libraries have better defined behavior than static ones, and we do not compile the same thing multiple times since we use it as a libary.
2022-06-13rename libofqt to libtvnJan200101
2022-06-08Release 0.1.00.1.0Jan200101