index
:
dlfcn-win32
fix49
fixpatches
lib-exp
master
traversaro-patch-1
traversaro-patch-2
variousimprovements2025
A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #118 from dlfcn-win32/variousimprovements2025
HEAD
master
Silvio Traversaro
2025-05-03
4
-53
/
+91
|
\
|
*
Do not install test file
variousimprovements2025
Pali Rohár
2025-04-28
1
-2
/
+0
|
*
Replace CRT's strlen() and memcpy() by open coded variants
Pali Rohár
2025-04-28
1
-9
/
+8
|
*
Replace CRT's malloc() and free() by WinAPI's LocalAlloc() and LocalFree() in...
Pali Rohár
2025-04-28
1
-6
/
+23
|
*
Fix includes
Pali Rohár
2025-04-28
1
-3
/
+3
|
*
Do not cast between function pointer and data pointer when not required
Pali Rohár
2025-04-28
1
-4
/
+4
|
*
Fix compile warning: comparison of integer expressions of different signednes...
Pali Rohár
2025-04-28
1
-1
/
+1
|
*
Fix compile warning C4244: '=' : conversion from 'int' to 'char', possible lo...
Pali Rohár
2025-04-28
1
-1
/
+1
|
*
Fix test compile error C2065: 'errno' : undeclared identifier
Pali Rohár
2025-04-28
1
-0
/
+1
|
*
Fix C++ compile error C2065: '_ReturnAddress' : undeclared identifier
Pali Rohár
2025-04-28
1
-1
/
+6
|
*
Fix C++ compile error C2065: '_alloca' : undeclared identifier
Pali Rohár
2025-04-28
1
-0
/
+4
|
*
Fix gcc compile errors in C++ mode
Pali Rohár
2025-04-28
1
-2
/
+2
|
*
Fix is_valid_address() function
Pali Rohár
2025-04-28
1
-1
/
+1
|
*
Consistently always use GetModuleHandleA() to reduce number of imports
Pali Rohár
2025-04-28
1
-5
/
+5
|
*
Store kernel32.dll handle into kernel32 variable
Pali Rohár
2025-04-28
1
-4
/
+5
|
*
Add proper guards for platform code
Pali Rohár
2025-04-28
2
-4
/
+13
|
*
Style fixes
Pali Rohár
2025-04-28
1
-16
/
+16
|
*
Fix dlclose() for dlopen(NULL, ...)
Pali Rohár
2025-04-28
1
-0
/
+4
|
/
*
Merge pull request #117 from dlfcn-win32/traversaro-patch-2
v1.4.2
Silvio Traversaro
2025-03-04
1
-1
/
+1
|
\
|
*
Bump policy_max in cmake_minimum_required to 3.10
traversaro-patch-2
Silvio Traversaro
2025-03-04
1
-1
/
+1
|
/
*
Merge pull request #110 from dlfcn-win32/traversaro-patch-1
Silvio Traversaro
2023-07-30
1
-1
/
+2
|
\
|
*
Add some contributors
traversaro-patch-1
Silvio Traversaro
2023-05-25
1
-1
/
+2
*
|
Merge pull request #111 from pali/master
v1.4.1
Silvio Traversaro
2023-07-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add missing check that section index in get_image_section() is valid
Pali Rohár
2023-07-03
1
-1
/
+1
|
/
*
Merge pull request #109 from dlfcn-win32/updatecontrib
v1.4.0
Silvio Traversaro
2023-05-25
2
-12
/
+21
|
\
|
*
Cleanup README and add CODEOWNERS file
Silvio Traversaro
2023-05-25
2
-12
/
+21
|
/
*
Merge pull request #108 from pali/master
Silvio Traversaro
2023-05-25
1
-7
/
+32
|
\
|
*
Fix compilation with the first NT SDK
Pali Rohár
2023-05-21
1
-0
/
+13
|
*
Fix compilation with old MSVC compiler
Pali Rohár
2023-05-21
1
-0
/
+12
|
*
Fix compilation with older SDK
Pali Rohár
2023-05-21
1
-7
/
+7
|
/
*
Merge pull request #107 from driver1998/arm64
Silvio Traversaro
2022-12-28
2
-2
/
+71
|
\
|
*
Add Windows ARM64 support
GH Cao
2022-12-27
2
-2
/
+71
|
/
*
Merge pull request #106 from szanni/cmake-fix-wrapper-include
Silvio Traversaro
2022-12-02
1
-1
/
+4
|
\
|
*
Fix CMake include directive when using wrappers like meson.
Angelo Haller
2022-12-01
1
-1
/
+4
|
/
*
Merge pull request #103 from pali/master
v1.3.1
Silvio Traversaro
2022-04-08
1
-2
/
+8
|
\
|
*
Replace magic numbers by sdk macros in get_image_section()
Pali Rohár
2022-03-11
1
-2
/
+8
|
/
*
Merge pull request #102 from pali/master
Silvio Traversaro
2022-01-05
1
-7
/
+36
|
\
|
*
Prefer usage of thread-safe function SetThreadErrorMode() instead of process-...
Pali Rohár
2021-12-21
1
-4
/
+33
|
*
Try to avoid compile warning: cast between incompatible function types from â...
Pali Rohár
2021-12-21
1
-3
/
+3
|
/
*
Merge pull request #99 from xantares/wine
Silvio Traversaro
2021-04-29
4
-25
/
+9
|
\
|
*
cmake: use CROSSCOMPILING_EMULATOR
Michel Zou
2021-04-27
4
-25
/
+9
*
|
Merge pull request #96 from xantares/patch-2
Silvio Traversaro
2021-04-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
CMake: Bumpr version
xantares
2021-04-27
1
-1
/
+1
|
/
*
Merge pull request #98 from xantares/const
Silvio Traversaro
2021-04-11
2
-10
/
+10
|
\
|
*
dladdr: const void *addr
Michel Zou
2021-04-09
2
-10
/
+10
|
/
*
Merge pull request #95 from pali/master
v1.3.0
Silvio Traversaro
2021-02-24
2
-54
/
+140
|
\
|
*
Fix noinline for older compiler versions (e.g. Visual Studio 6.0)
Pali Rohár
2021-02-03
1
-1
/
+11
|
*
Define ULONG_PTR for older SDK
Pali Rohár
2021-02-03
1
-0
/
+5
|
*
Fix MSVC 14.00 compile warning: warning C4244: '=' : conversion from 'ULONG_P...
Pali Rohár
2021-02-03
1
-1
/
+1
|
*
Add helper function MyGetModuleHandleFromAddress()
Pali Rohár
2021-02-03
1
-7
/
+57
[next]