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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #88 from pali/master
Silvio Traversaro
2020-12-13
2
-3
/
+14
|
\
|
*
ci-build.sh: Move install_prefix to cmake place where it is used
Pali Rohár
2020-12-12
1
-3
/
+1
|
*
Run Travis tests also under i586-mingw32msvc-gcc compiler
Pali Rohár
2020-12-12
1
-0
/
+13
|
/
*
Merge pull request #85 from rhabacker/cmake-wine-support
Silvio Traversaro
2020-11-26
5
-6
/
+125
|
\
|
*
cmake: Keep warning in sync with Makefile based build system
Ralf Habacker
2020-11-09
1
-0
/
+6
|
*
Add cmake building support to Travis CI
Ralf Habacker
2020-11-09
3
-4
/
+56
|
*
cmake: add option ENABLE_WINE to enable support for running cross compiled te...
Ralf Habacker
2020-11-09
3
-2
/
+55
|
*
cmake: separate targets in tests subdir for reasier reading
Ralf Habacker
2020-11-09
1
-0
/
+4
|
*
cmake: Let make target 'test' be accessable from topmost build directory
Ralf Habacker
2020-11-09
2
-2
/
+2
|
*
cmake: place all generated binaries into one place
Ralf Habacker
2020-11-02
2
-1
/
+5
*
|
Merge pull request #86 from pali/master
Silvio Traversaro
2020-11-08
1
-97
/
+97
|
\
\
|
|
/
|
/
|
|
*
Change order of variables in appveyor build matrix
Pali Rohár
2020-11-04
1
-97
/
+97
|
/
*
Merge pull request #79 from rhabacker/cmake-refactoring
Silvio Traversaro
2020-09-21
11
-75
/
+74
|
\
|
*
Makefile: Adjust paths of source files, which are now located in subdirectories
Ralf Habacker
2020-09-14
1
-10
/
+10
|
*
Fix cmake warning 'No project() command is present'
Ralf Habacker
2020-09-14
1
-0
/
+1
|
*
Move cmake targets into sub directories
Ralf Habacker
2020-09-14
10
-59
/
+62
|
*
Update minimum required cmake version to 2.8.11 to simplify code
Ralf Habacker
2020-09-14
1
-30
/
+25
*
|
Merge pull request #82 from rhabacker/drop-obsolete-vcproj-files
Silvio Traversaro
2020-09-21
7
-875
/
+0
|
\
\
|
|
/
|
/
|
|
*
Drop obsolete visual studio related files
Ralf Habacker
2020-09-14
7
-875
/
+0
|
/
*
Merge pull request #81 from ramiropolla/master
Silvio Traversaro
2020-09-13
9
-600
/
+127
|
\
|
*
Rephrase configure script copyright notice
Silvio Traversaro
2020-09-13
1
-1
/
+5
|
*
Relicense to MIT
Ramiro Polla
2020-08-30
9
-600
/
+123
*
|
Merge pull request #80 from pali/master
Silvio Traversaro
2020-09-13
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add Travis CI testing
Pali Rohár
2020-08-26
1
-0
/
+16
|
/
*
Merge pull request #76 from pali/master
Silvio Traversaro
2020-08-05
1
-0
/
+3
|
\
|
*
Fix compilation with older environments
Pali Rohár
2020-08-04
1
-0
/
+3
|
/
*
Merge pull request #74 from pali/master
Silvio Traversaro
2020-07-15
1
-16
/
+2
|
\
|
*
Replace VirtualQueryEx() call by GetModuleHandleExA() call
Pali Rohár
2020-07-14
1
-16
/
+2
|
/
*
Merge pull request #69 from reborn2266/fix_mmleak
Silvio Traversaro
2020-03-24
1
-0
/
+3
|
\
|
*
fix memory leak in dlsym()
Mars Cheng
2020-03-24
1
-0
/
+3
|
/
*
Merge pull request #68 from pali/master
Silvio Traversaro
2020-02-22
1
-1
/
+1
|
\
|
*
Show "(null)" in error message when passed filname to dlopen() was NULL and e...
Pali Rohár
2020-02-19
1
-1
/
+1
|
/
*
Merge pull request #67 from pali/master
Silvio Traversaro
2019-10-13
1
-0
/
+93
|
\
|
*
Add test which check that dlopen() can open same files as open()
Pali Rohár
2019-09-12
1
-0
/
+93
|
/
*
Merge pull request #65 from pali/master
Silvio Traversaro
2019-09-01
2
-11
/
+26
|
\
|
*
Update documentation in dlfcn.h, specially for RTLD_LAZY
Pali Rohár
2019-08-29
2
-11
/
+26
|
/
*
Merge pull request #63 from pali/master
Silvio Traversaro
2019-08-23
1
-18
/
+20
|
\
|
*
Makefile: Fix building both static and shared library at the same time
Pali Rohár
2019-08-22
1
-18
/
+20
|
/
*
Merge pull request #62 from pali/master
Silvio Traversaro
2019-08-22
1
-15
/
+9
|
\
|
*
Reduce memory usage by 64K
Pali Rohár
2019-08-22
1
-15
/
+9
|
/
*
Merge pull request #59 from pali/master
Silvio Traversaro
2019-08-21
3
-47
/
+47
|
\
|
*
Fix more gcc warnings
Pali Rohár
2019-07-26
1
-6
/
+10
|
*
Fix gcc warning: ISO C forbids return between function pointer and void *
Pali Rohár
2019-07-25
3
-37
/
+33
|
*
Fix gcc warning: comparison between signed and unsigned integer expressions
Pali Rohár
2019-07-25
1
-3
/
+4
|
*
Do not include intrin.h file
Pali Rohár
2019-07-25
1
-1
/
+0
|
/
*
Merge pull request #58 from pali/master
Silvio Traversaro
2019-07-25
1
-0
/
+5
|
\
|
*
Correctly process malloc() error in dlsym()
Pali Rohár
2019-07-24
1
-0
/
+5
|
/
*
Merge pull request #55 from pali/master
Silvio Traversaro
2019-07-23
1
-0
/
+7
|
\
|
*
Turn off GUI error messages around LoadLibraryA also in test
Pali Rohár
2019-06-11
1
-0
/
+7
|
/
*
Merge pull request #54 from pali/master
Silvio Traversaro
2019-06-11
2
-67
/
+228
|
\
[prev]
[next]