CoderRC
c9c820ff36
Added support for _POSIX_MAPPED_FILES if defined in source ( #564 )
2023-03-28 14:26:25 -07:00
Justine Tunney
1a5ee11377
Restore old -std= flags
...
Getting rid of them fixed GA Ubuntu, but broke GA MacOS. Let's try a
different strategy.
2023-03-28 10:36:25 -07:00
Justine Tunney
cbddf4661b
Get mmap() working with WIN32 MSVC
...
- We have pretty high quality POSIX polyfills now
- We no longer need to override malloc()
Tracked by issue #91
Improves upon #341
2023-03-28 10:10:02 -07:00
oKatanaaa
e4881686b4
Make WIN32 mmap() improvements ( #341 )
...
Still not fully working yet.
Closes #341
2023-03-28 09:19:03 -07:00
Justine Tunney
0b5448a3a4
Implement system polyfill for win32 / posix.1
...
I don't have access to Microsoft Visual Studio right now (aside from the
the Github Actions CI system) but I think this code should come close to
what we want in terms of polyfilling UNIX functionality.
2023-03-17 21:22:40 -07:00