Daan
|
01ee3568c1
|
name anonymous mmap address ranges for debugging on Linux (based on PR #1032 by @zhuker)
|
2025-03-21 16:19:54 -07:00 |
|
Daan
|
fdde679de1
|
Merge pull request #1040 from jbatez/dev
support MI_OPT_ARCH when using CMAKE_OSX_ARCHITECTURES with non-Apple Clang
|
2025-03-21 16:01:37 -07:00 |
|
Jo Bates
|
cf08c27d2b
|
support MI_OPT_ARCH when using CMAKE_OSX_ARCHITECTURES with non-Apple Clang
|
2025-03-20 11:24:59 -07:00 |
|
Daan
|
9a8aa8fcc9
|
merge from dev
|
2025-03-19 20:35:44 -07:00 |
|
Daan
|
660d749d77
|
do not default to MI_DEBUG=2 in release mode builds even when NDEBUG is not defined by defininig MI_BUILD_RELEASE (issue #1037)
|
2025-03-19 20:29:29 -07:00 |
|
Daan
|
7eafaa9685
|
fix visibility warning (issue #1031)
|
2025-03-19 20:22:02 -07:00 |
|
Daan
|
b2dcab58f7
|
fix assertion failure (issue #1031)
|
2025-03-19 20:20:36 -07:00 |
|
Daan
|
939b7b1ffb
|
Merge branch 'dev' into dev3
|
2025-03-19 19:17:14 -07:00 |
|
Daan
|
afbc581f8d
|
add Windows x86 to the build pipeline
|
2025-03-19 19:16:10 -07:00 |
|
Daan
|
1aa88e0d9a
|
try to fix pipeline trigger
|
2025-03-19 19:11:38 -07:00 |
|
Daan
|
fd170c4964
|
Merge branch 'dev' into dev3
|
2025-03-19 19:09:07 -07:00 |
|
Daan
|
47bf3a5b1b
|
potential fix for sporadic assertion failure on random returning 0 (issue #1039)
|
2025-03-19 19:06:21 -07:00 |
|
Daan
|
40b666a0b6
|
merge from dev
|
2025-03-19 18:56:55 -07:00 |
|
Daan
|
26fa8be427
|
improved accounting of committed bytes (issue #1035)
|
2025-03-19 18:50:53 -07:00 |
|
Daan
|
9a35bca556
|
possible fix for wrong accounting of committed bytes (issue #1035)
|
2025-03-19 16:12:17 -07:00 |
|
daanx
|
3a1f2fcd3b
|
nicer show arenas
|
2025-03-14 17:20:27 -07:00 |
|
Daan
|
15f2a9c729
|
move option_desc_t to internal.h for debugging
|
2025-03-14 12:55:03 -07:00 |
|
Daan
|
3a58605046
|
disable page_commit_on_demand by default
|
2025-03-14 11:09:56 -07:00 |
|
Daan
|
bb9f3e3b43
|
move statistics api into internal.h
|
2025-03-14 10:33:18 -07:00 |
|
Daan
|
f735e6e6b5
|
move arena_t definition to types.h
|
2025-03-14 10:22:08 -07:00 |
|
Daan
|
a0a22d954b
|
rename cbin to chunkbin
|
2025-03-14 09:57:52 -07:00 |
|
Daan
|
265af0c90e
|
add mi_stats_get_bin_size and chunk counters
|
2025-03-14 09:52:40 -07:00 |
|
Daan
|
22b879fde1
|
merge from dev3
|
2025-03-10 18:15:26 -07:00 |
|
daanx
|
d1d01deea7
|
add support for custom commit in arena loading
|
2025-03-10 18:11:27 -07:00 |
|
Daan
|
0d068797b6
|
fix prototype
|
2025-03-10 16:33:58 -07:00 |
|
daanx
|
d41f7267d1
|
add mi_arena_min_alignment
|
2025-03-10 16:29:37 -07:00 |
|
daanx
|
a99de4b9a3
|
fix abandoned count on reload
|
2025-03-10 16:23:06 -07:00 |
|
Daan
|
cb864325f7
|
Merge branch 'dev' into dev3
|
2025-03-10 14:22:06 -07:00 |
|
Daan Leijen
|
992a1ca820
|
allow smaller and larger default arena slice sizes
|
2025-03-10 13:26:52 -07:00 |
|
Daan Leijen
|
f11732acdf
|
set default compilation to c++ mode on msvc
|
2025-03-10 12:39:09 -07:00 |
|
Daan Leijen
|
ccc65d2fd9
|
fix msvc compilation in C mode
|
2025-03-10 12:37:42 -07:00 |
|
daanx
|
2383b72ef7
|
merge from dev
|
2025-03-10 12:18:39 -07:00 |
|
daanx
|
4aae566191
|
fix link error with msvc in C mode (issue #1030)
|
2025-03-10 12:17:46 -07:00 |
|
Daan
|
18124909a3
|
bump version to 3.0.3 for further development
|
2025-03-06 21:05:21 -08:00 |
|
Daan
|
2fc6b14bab
|
bump version to 1.9.3 for further development
|
2025-03-06 21:03:51 -08:00 |
|
Daan
|
a9be1b915a
|
Merge branch 'dev' into dev3
|
2025-03-06 20:56:54 -08:00 |
|
Daan
|
21f6edf9c6
|
update readme
|
2025-03-06 20:54:44 -08:00 |
|
Daan
|
f57086f9f1
|
update simd pipeline build
|
2025-03-06 20:46:54 -08:00 |
|
Daan
|
7f297293e7
|
merge from dev
|
2025-03-06 20:44:08 -08:00 |
|
Daan
|
783c3ba486
|
improve QNX support
|
2025-03-06 20:40:52 -08:00 |
|
Daan
|
97d440b51d
|
Merge pull request #1019 from tkielan/dev
support building for QNX
|
2025-03-06 20:35:11 -08:00 |
|
Daan
|
38b5087cb9
|
merge from dev
|
2025-03-06 20:34:20 -08:00 |
|
Daan
|
9eac969ea5
|
improve atomic stat merging
|
2025-03-06 20:14:33 -08:00 |
|
Daan
|
a085c30555
|
update readme
|
2025-03-06 19:59:37 -08:00 |
|
Daan
|
907a59cd8e
|
Merge branch 'dev' into dev3
|
2025-03-06 19:52:39 -08:00 |
|
Daan
|
71c61c4b91
|
fix multi-threaded access in stats merging
|
2025-03-06 19:52:06 -08:00 |
|
Daan
|
0f60b12769
|
prepare readme for new release
|
2025-03-06 19:40:40 -08:00 |
|
Daan
|
8951b42bff
|
Merge branch 'dev' into dev3
|
2025-03-06 19:21:51 -08:00 |
|
Daan
|
e1fde6b5ce
|
update vcpkg file
|
2025-03-06 19:21:30 -08:00 |
|
Daan
|
7d6304347e
|
revert back to _WIN32_WINNT=x0600 as we dynamically check for GetPhysicalInstalledMemory now (issue #976)
|
2025-03-06 19:09:51 -08:00 |
|