kc3-lang/dlfcn-win32

Branch :


Log

Author Commit Date CI Message
thodg a186a40f 2025-02-04 15:15:53 fix build on win10 msys2 clang64
3b52e651 2025-03-04 18:04:39 Merge pull request #117 from dlfcn-win32/traversaro-patch-2 Fix compatibility with CMake 4.0 by bumping policy_max in cmake_minimum_required to 3.10
1fa1e08f 2025-03-04 15:26:22 Bump policy_max in cmake_minimum_required to 3.10
048bff80 2023-07-30 17:41:14 Merge pull request #110 from dlfcn-win32/traversaro-patch-1 Add some contributors
057dcdd6 2023-07-04 08:57:43 Merge pull request #111 from pali/master Add missing check that section index in get_image_section() is valid
fc7c011d 2023-07-03 18:34:23 Add missing check that section index in get_image_section() is valid Number is stored in NumberOfRvaAndSizes and it may be less than IMAGE_NUMBEROF_DIRECTORY_ENTRIES.
3b28a159 2023-05-25 10:45:07 Add some contributors
90773552 2023-05-25 10:28:38 Merge pull request #109 from dlfcn-win32/updatecontrib Cleanup README and add CODEOWNERS file
2abc22ea 2023-05-25 10:25:32 Cleanup README and add CODEOWNERS file
f70fe95c 2023-05-25 10:06:21 Merge pull request #108 from pali/master Fix compilation with older SDK and older MSVC