index
:
dlfcn-win32
fix49
lib-exp
master
traversaro-patch-1
traversaro-patch-2
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
15 months
lib-exp
WIP autools
Timothy Gu
10 years
master
Merge pull request #117 from dlfcn-win32/traversaro-patch-2
Silvio Traversaro
11 days
traversaro-patch-1
Add some contributors
Silvio Traversaro
22 months
traversaro-patch-2
Bump policy_max in cmake_minimum_required to 3.10
Silvio Traversaro
11 days
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
11 days
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
20 months
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
22 months
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
2008-12-09
Rename save_err_ptr( ) to save_err_ptr_str( ) to avoid confusion.
r11
Ramiro Polla
1
-3
/
+3
2008-12-09
Fix bug reported by Dan DuVarney, based on a patch by himself.
Ramiro Polla
1
-9
/
+10
2008-12-09
Print all compiler warnings.
Ramiro Polla
1
-1
/
+1
2007-06-29
Proper check for Windows API functions in configure.
r8
Ramiro Polla
1
-4
/
+5
2007-06-29
Use double linked list instead of static array of 255 global objects.
Ramiro Polla
1
-35
/
+68
2007-06-29
Take care of our own error messages
Ramiro Polla
1
-46
/
+64
2007-06-29
Fix copy_string( )
Ramiro Polla
1
-8
/
+9
2007-06-29
Add option to specify include and lib folder
Ramiro Polla
2
-10
/
+24
2007-06-29
Cosmetics: white space
Ramiro Polla
3
-8
/
+8
2007-06-28
Initial Revision
Ramiro Polla
8
-0
/
+1231
Clone
https://git.lua4.win/dlfcn-win32