Ion Gaztañaga
|
639afc2a59
|
Rename internal "windows_xxx" implementations to "winapi_xxx" implementation as public "windows_xxx" resources are native windows implementations, instead of POSIX emulations based on winapi system calls.
|
2021-02-13 23:27:50 +01:00 |
|
Ion Gaztañaga
|
86464712c2
|
- As suggested in the report, windows_semaphore implementation stores the initial count to be able to use it when there is need to recreate the winapi semaphore structure. Fixes #123.
- Tests are also improved in Windows to test both the generic implementation and the alternative windows implementation.
|
2021-02-11 12:59:40 +01:00 |
|
Ion Gaztañaga
|
140b50efb3
|
Added support for wide characters when creating named resources in operating systems with wide-char APIs (at this time, Windows).
Fixes #93 and fixes #134.
|
2021-01-31 00:27:15 +01:00 |
|
Ion Gaztañaga
|
5c1fd38334
|
Remove config_begin/config_end include pairs in tests to better emulate what warnings users will see.
|
2020-05-25 12:34:23 +02:00 |
|
Ion Gaztañaga
|
dae496524c
|
[named_/interprocess]sharable_mutex & [named_/interprocess]condition_any implemented
[SVN r80147]
|
2012-08-22 21:03:28 +00:00 |
|