summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2022-02-14merge from devDaan
2022-02-14bump version for further developmentDaan
2022-02-14fix v2.0.5 versionDaan
2022-02-14merge from devDaan
2022-02-14bump to version x.0.5Daan
2021-12-15merge from devdaan
2021-12-15rename VER_DIR to VERSION_DIRdaan
2021-12-14merge from devDaan
2021-12-14further improvements to installation directoriesDaan
2021-11-28let the library VERSION = the project's one (issue #490)Igor Vlasenko
This is a cross-platform usability improvement. On Unix platforms it is customary for library to have VERSION and SOVERSION, where SOVERSION changes on major API changes and VERSION is the same as project's version, so library users always know what vesion this library belongs to just by name. With this patch we have a proper libmimalloc.so.VERSION on Unix.
2021-11-14merge from devDaan
2021-11-14update cmake install for MI_INSTALL_TOPLEVELDaan
2021-05-21merge with devDaan Leijen
2021-05-21fix installation directories on unix to use /lib, /include, /share; fix ↵Daan Leijen
issues #399, #223, and #89
2021-01-31bump version to 2.0.0Daan Leijen
2021-01-31bump version to 1.7.0Daan Leijen
2020-09-14Do not require to specify version for cmake find_packageIgor Kostenko
2020-02-09bump version to v1.6.0daan
2020-01-22bump version to 1.5 for further developmentdaan
2020-01-15bump version to 1.4 for further developmentdaan
2019-11-22bump version to 1.3 for further developmentdaan
2019-11-21update version to 1.2daan
2019-10-07update mimalloc build versionDaan Leijen
2019-07-09fix cmake issues with OBJECT installdaan
2019-06-19initial checkindaan