User Details
- User Since
- Jun 8 2020, 6:04 AM (32 w, 3 d)
- Availability
- Available
Nov 9 2020
Code rebase
Address comments and rebase the code
Nov 6 2020
Nov 5 2020
Nov 4 2020
Fix typos in the comments
Nov 3 2020
Jul 7 2020
Fix minor compatibility corner cases with the posix counterpart.
Jul 6 2020
Jul 3 2020
Fix patch to apply to HEAD
Jul 2 2020
Jun 30 2020
Add tests and fix bugs
Address raster's review comments
Jun 29 2020
Fix undefined behavior in eina_thread_self
Use native windows threads in mingw
Jun 26 2020
Jun 25 2020
Jun 24 2020
Address review comments
Fix struct layout compatibility
Jun 23 2020
Update the patch based on reviewer feedback
Fix typo
Fix patch update
Fix negative path length calculation
Jun 22 2020
Jun 19 2020
That patch seems a step towards in the right direction IMHO. Things get tricky when EFL try to use each other since, in some places, EAPI must be __declspec(dllimport) and in others __declspec(dllexport), which leads walking on thin ice by playing around with the preprocessor. I understand that each library should define its XXX_API macro. The static library support is a win, but not the main point of the patch.
Jun 17 2020
Jun 15 2020
Make C++ compiler happy
Jun 12 2020
@vtorri done
Replace malloc by alloca
Remove all references to errno in eina_test_file.c