summaryrefslogtreecommitdiff
path: root/ide
AgeCommit message (Expand)Author
2021-11-13Merge branch 'dev' into dev-slicedaan
2021-11-13use W4 for msvc compilationdaan
2021-06-07Merge branch 'dev' into dev-sliceDaan Leijen
2021-06-07Revert "make all includes relative"Daan Leijen
2021-06-06Merge branch 'dev' into dev-sliceDaan Leijen
2021-06-06make all includes relativeDaan Leijen
2020-09-08refactor segment cache and map in a separate source filedaan
2020-09-08merge from dev (bitmap split)daan
2020-09-08split bitmap code into separate header and source filedaan
2020-09-07merge from devdaan
2020-09-07add mi_reserve_os_memory/mi_manage_os_memory; allow arena allocations to cros...daan
2020-09-05Merge branch 'dev' into dev-slicedaan
2020-09-05fix warnings on vs2017daan
2020-09-05Merge branch 'dev' into dev-slicedaan
2020-09-05ctest output verbose on windows pipelinedaan
2020-09-05Merge branch 'dev' into dev-slicedaan
2020-09-05fix msvc compilation in C modedaan
2020-09-05fix c++ compilation with new atomics for dev-slicedaan
2020-08-27merge from devdaan
2020-07-23fix memory order to acq_rel for atomic and/or, issue #130, thanks @mpoeter!daan
2020-04-28merge from devdaan
2020-04-06fix for ensuring heap initialization with static linking on windows on huge a...daan
2020-04-06further fixes to compile on mingw without warnings (issue #217)daan
2020-03-16merge from devdaan
2020-02-02fix aligment check when padding is enableddaan
2020-02-02Merge branch 'dev' into dev-expdaan
2020-02-02suppress spurious warnings with clang-cldaan
2020-02-01use default declaration for the STL allocator classdaan
2020-02-01add test-api to vs solutiondaan
2020-01-31byte-precise heap block overflow checking with encoded paddingdaan
2020-01-27merge from dev-exp; better abandoned reclamationdaan
2020-01-25move 'memory.c' to 'region.c'daan
2020-01-24add cache alignment directives for contended variablesdaan
2020-01-23fix warning in msvcdaan
2020-01-20merge from devdaan
2020-01-16make mimalloc compile with the highest warning level on msvcdaan
2020-01-16use proper C++11 check for noexcept attributedaan
2020-01-16rearrange STL allocator code: remove pragma, ifdef for C++11daan
2020-01-16Merge branch 'dev' into kile/stlDaan
2020-01-16merge stl and main headerKirsten Lee
2020-01-13merge from devdaan
2020-01-06add stl mimalloc wrapperKirsten Lee
2019-12-22updated random cookie generation using OS primitives and chacha20daan
2019-11-22bump version to 1.3 for further developmentdaan
2019-11-21merge from dev-expdaan
2019-11-21merge from devdaan
2019-11-21add vs2019 project filtersdaan
2019-11-20merge from devDaan Leijen
2019-11-15improve stress testdaan
2019-11-10merge from dev-exp; bitmap based arenaDaan Leijen