Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-07 | fix for dynamic overriding on macOS; add warning about C++ compilation (as ↵ | Daan | |
that does not interact well with interpose) | |||
2022-02-14 | fix for macOS M1 Monteray to check pointers in zone_size | Daan | |
2022-02-02 | fix compile error on macOS 10.13 for claimed_address; fix by @michaeljclark, ↵ | Daan | |
issue #527 | |||
2022-01-16 | fix warning on clang on macos | Daan | |
2022-01-10 | nicefy | Daan | |
2022-01-10 | update copyright year | Daan | |
2022-01-10 | nicefy | Daan | |
2022-01-10 | fix g++ compilation on macos | Daan | |
2021-11-13 | prefix UNUSED,KiB,MiB,GiB; add mi_threadid_t type; add mi_ssize_t | daan | |
2021-11-04 | improve macOS overriding | Daan | |
2021-11-02 | improve macOS M1 performance; use interpose in combination with zone's; add ↵ | Daan | |
-fno-builtin-malloc flag in building with MI_OVERRIDE | |||
2021-10-20 | Fix warnings on osx with g++ compilation | Daan | |
2021-10-20 | add MI_USE_LIBATOMIC to link with -latomic on older systems (see also PR ↵ | Daan | |
#429); rename MI_INTERPOSE to MI_OSX_INTERPOSE | |||
2021-06-17 | fixes for M1; disable interpose use zones; fix pedantic warnings | Daan Leijen | |
2021-06-07 | Revert "make all includes relative" | Daan Leijen | |
This reverts commit 1feb6123d90f5557a0fc1bc2afc72401e58f8cb0. | |||
2021-06-06 | make all includes relative | Daan Leijen | |
2021-04-24 | Bump copyright date | Jim Huang | |
Each source file has been changed according to relevant Git activities. | |||
2020-12-15 | update override on macOS with interpose of malloc_default_zone (issues #313) | Daan Leijen | |
2020-04-21 | Provide zone_size function: free() uses it to find the zone pointer belongs ↵ | Anton Korobeynikov | |
to in order to call the corresponding zone_free function | |||
2020-02-09 | add comments on overriding in macOSX | daan | |
2020-02-08 | enable interpose separate from zones on macOS | daan | |
2020-02-05 | update mac zone code | daan | |
2020-02-02 | improved malloc zone handling on macOSX (not working yet) | daan | |
2019-07-02 | Fixing interpose on macOS | daan | |
2019-06-24 | Merge pull request #17 from jserv/macos-rebranding | Daan | |
Apple rebrands "OS X" as "macOS" | |||
2019-06-24 | Apple rebrands "OS X" as "macOS" | Jim Huang | |
In 2012, with the release of OS X 10.8 Mountain Lion, the name of the system was shortened from Mac OS X to OS X. In 2016, with the release of macOS 10.12 Sierra, the name was changed from OS X to macOS to streamline it with the branding of Apple's other primary operating systems: iOS, watchOS, and tvOS. Reference: https://en.wikipedia.org/wiki/MacOS | |||
2019-06-24 | Fix typo in comment | Jim Huang | |
2019-06-23 | Clarify top-level license file | Jim Huang | |
To be consistent with other Microsoft open source projects, each source file points to the file "LICENSE" in top-level directory. | |||
2019-06-23 | Fix spelling errors | Sungmann Cho | |
aligment -> alignment purgable -> purgeable thead -> thread | |||
2019-06-19 | initial checkin | daan | |