Commit Graph

91 Commits

Author SHA1 Message Date
Xinglong He 072316bd33 add etw support 2023-03-16 17:47:20 -07:00
Daan Leijen c4c96d2f8d update older vs ide projects 2023-03-15 20:38:10 -07:00
Daan Leijen e937070cf1 Merge branch 'dev' into dev-platform 2023-03-15 20:33:35 -07:00
Daan Leijen 824fd8a7b1 fix issue #707; rename a local template parameter (destroy) to work around two-phase template resolve in msvc 2019 2023-03-15 20:31:52 -07:00
Daan Leijen 9fb4f2a501 update vs2019 ide 2023-03-15 19:25:18 -07:00
Daan Leijen 08a01d26dc initial commit of new primitive layer 2023-03-14 16:54:46 -07:00
Daan Leijen 507f75b56c update vs2017 project files 2023-02-07 11:07:08 -08:00
Daan Leijen 94b8cb870e quote path in post-build event (issue #666 2022-12-19 18:40:12 -08:00
Daan Leijen ab99eb5830 quote path in post-build event (issue #666 2022-12-19 18:12:27 -08:00
Johannes Schindelin 745a34f475 Fix whitespace
This mostly deletes trailing spaces.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-12-03 00:24:20 +01:00
daan 6a80fa3ac1 initial progress on removing alignment limit 2022-11-05 14:46:52 -07:00
daan bdc9dc3e4e update vs project for valgrind 2022-10-31 10:12:13 -07:00
Daan Leijen 7bc602ebb4 redefine mi_likely/mi_unlikely to work with C++ 20 [[likely]] attributes 2022-04-19 19:50:06 -07:00
Daan Leijen 84126e8dc0 add vs2022 solution 2022-04-19 11:04:05 -07:00
daan 959845540d use W4 for msvc compilation 2021-11-13 14:13:03 -08:00
Daan Leijen 4ba32c3160 Revert "make all includes relative"
This reverts commit 1feb6123d9.
2021-06-07 16:47:57 -07:00
Daan Leijen 1feb6123d9 make all includes relative 2021-06-06 20:31:36 -07:00
daan c86459afef split bitmap code into separate header and source file 2020-09-08 10:14:13 -07:00
daan c7272afa9a add mi_reserve_os_memory/mi_manage_os_memory; allow arena allocations to cross multiple bitmap fields 2020-09-07 21:34:34 -07:00
daan 9d82b15d87 fix warnings on vs2017 2020-09-05 12:04:25 -07:00
daan 551831ba1c ctest output verbose on windows pipeline 2020-09-05 10:30:54 -07:00
daan 2e311f341b fix msvc compilation in C mode 2020-09-05 09:37:09 -07:00
daan b74caddcc1 fix memory order to acq_rel for atomic and/or, issue #130, thanks @mpoeter! 2020-07-23 15:00:49 -07:00
daan afc4f79a69 fix for ensuring heap initialization with static linking on windows on huge allocations (issues #221) 2020-04-06 12:15:12 -07:00
daan 0a3e5bb699 further fixes to compile on mingw without warnings (issue #217) 2020-04-06 10:56:53 -07:00