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
Branch
Commit message
Author
Age
fix49
Add support to consume library via CMake's FetchContent
Silvio Traversaro
20 months
fixpatches
For non-debug DLL builds avoid linking to CRT library as it is not needed
Pali Rohár
3 months
lib-exp
WIP autools
Timothy Gu
11 years
master
Merge pull request #118 from dlfcn-win32/variousimprovements2025
Silvio Traversaro
3 months
traversaro-patch-1
Add some contributors
Silvio Traversaro
2 years
traversaro-patch-2
Bump policy_max in cmake_minimum_required to 3.10
Silvio Traversaro
5 months
variousimprovements2025
Do not install test file
Pali Rohár
4 months
Tag
Download
Author
Age
v1.4.2
dlfcn-win32-1.4.2.tar.gz
dlfcn-win32-1.4.2.tar.bz2
dlfcn-win32-1.4.2.zip
Silvio Traversaro
5 months
v1.4.1
dlfcn-win32-1.4.1.tar.gz
dlfcn-win32-1.4.1.tar.bz2
dlfcn-win32-1.4.1.zip
Silvio Traversaro
2 years
v1.4.0
dlfcn-win32-1.4.0.tar.gz
dlfcn-win32-1.4.0.tar.bz2
dlfcn-win32-1.4.0.zip
Silvio Traversaro
2 years
v1.3.1
dlfcn-win32-1.3.1.tar.gz
dlfcn-win32-1.3.1.tar.bz2
dlfcn-win32-1.3.1.zip
Silvio Traversaro
3 years
v1.3.0
dlfcn-win32-1.3.0.tar.gz
dlfcn-win32-1.3.0.tar.bz2
dlfcn-win32-1.3.0.zip
Silvio Traversaro
4 years
v1.2.0
dlfcn-win32-1.2.0.tar.gz
dlfcn-win32-1.2.0.tar.bz2
dlfcn-win32-1.2.0.zip
Silvio Traversaro
6 years
v1.1.2
dlfcn-win32-1.1.2.tar.gz
dlfcn-win32-1.1.2.tar.bz2
dlfcn-win32-1.1.2.zip
Silvio Traversaro
7 years
v1.1.1
dlfcn-win32-1.1.1.tar.gz
dlfcn-win32-1.1.1.tar.bz2
dlfcn-win32-1.1.1.zip
Silvio Traversaro
8 years
v1.1.0
dlfcn-win32-1.1.0.tar.gz
dlfcn-win32-1.1.0.tar.bz2
dlfcn-win32-1.1.0.zip
Silvio Traversaro
8 years
v1.0.0
dlfcn-win32-1.0.0.tar.gz
dlfcn-win32-1.0.0.tar.bz2
dlfcn-win32-1.0.0.zip
Timothy Gu
11 years
[...]
Age
Commit message
Author
Files
Lines
2025-05-03
Merge pull request #118 from dlfcn-win32/variousimprovements2025
HEAD
master
Silvio Traversaro
4
-53
/
+91
2025-04-28
Do not install test file
variousimprovements2025
Pali Rohár
1
-2
/
+0
2025-04-28
Replace CRT's strlen() and memcpy() by open coded variants
Pali Rohár
1
-9
/
+8
2025-04-28
Replace CRT's malloc() and free() by WinAPI's LocalAlloc() and LocalFree() in...
Pali Rohár
1
-6
/
+23
2025-04-28
Fix includes
Pali Rohár
1
-3
/
+3
2025-04-28
Do not cast between function pointer and data pointer when not required
Pali Rohár
1
-4
/
+4
2025-04-28
Fix compile warning: comparison of integer expressions of different signednes...
Pali Rohár
1
-1
/
+1
2025-04-28
Fix compile warning C4244: '=' : conversion from 'int' to 'char', possible lo...
Pali Rohár
1
-1
/
+1
2025-04-28
Fix test compile error C2065: 'errno' : undeclared identifier
Pali Rohár
1
-0
/
+1
2025-04-28
Fix C++ compile error C2065: '_ReturnAddress' : undeclared identifier
Pali Rohár
1
-1
/
+6
[...]
Clone
https://git.lua4.win/dlfcn-win32