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
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
Add missing check that section index in get_image_section() is valid
Pali Rohár
1
-1
/
+1
2023-05-25
Add some contributors
traversaro-patch-1
Silvio Traversaro
1
-1
/
+2
2023-05-25
Cleanup README and add CODEOWNERS file
Silvio Traversaro
2
-12
/
+21
2023-05-21
Fix compilation with the first NT SDK
Pali Rohár
1
-0
/
+13
2023-05-21
Fix compilation with old MSVC compiler
Pali Rohár
1
-0
/
+12
2023-05-21
Fix compilation with older SDK
Pali Rohár
1
-7
/
+7
2022-12-27
Add Windows ARM64 support
GH Cao
2
-2
/
+71
2022-12-01
Fix CMake include directive when using wrappers like meson.
Angelo Haller
1
-1
/
+4
2022-03-11
Replace magic numbers by sdk macros in get_image_section()
Pali Rohár
1
-2
/
+8
2021-12-21
Prefer usage of thread-safe function SetThreadErrorMode() instead of process-...
Pali Rohár
1
-4
/
+33
2021-12-21
Try to avoid compile warning: cast between incompatible function types from â...
Pali Rohár
1
-3
/
+3
2021-04-27
CMake: Bumpr version
xantares
1
-1
/
+1
2021-04-27
cmake: use CROSSCOMPILING_EMULATOR
Michel Zou
4
-25
/
+9
2021-04-09
dladdr: const void *addr
Michel Zou
2
-10
/
+10
2021-02-03
Fix noinline for older compiler versions (e.g. Visual Studio 6.0)
Pali Rohár
1
-1
/
+11
2021-02-03
Define ULONG_PTR for older SDK
Pali Rohár
1
-0
/
+5
2021-02-03
Fix MSVC 14.00 compile warning: warning C4244: '=' : conversion from 'ULONG_P...
Pali Rohár
1
-1
/
+1
2021-02-03
Add helper function MyGetModuleHandleFromAddress()
Pali Rohár
1
-7
/
+57
2021-02-03
Fix helper function MyEnumProcessModules()
Pali Rohár
1
-7
/
+32
2021-02-03
Avoid calling SetLastError() and GetLastError() internally
Pali Rohár
1
-22
/
+17
2021-02-03
Move hCurrentProc variable to scope where is used
Pali Rohár
1
-2
/
+3
2021-02-03
Fix some style issues
Pali Rohár
2
-14
/
+14
2021-01-29
Remove duplicate checks for NULL pointers
Pali Rohár
1
-4
/
+1
2021-01-29
Remove code for finding symbol name in import table
Pali Rohár
1
-53
/
+6
2021-01-27
Function dladdr() now retrieve symbol name and symbol address from both expor...
Pali Rohár
4
-43
/
+97
2021-01-17
CI: Add static building for cmake
Ralf Habacker
2
-23
/
+70
2021-01-17
cmake: add support to build test-dladdr on unix like os
Ralf Habacker
2
-12
/
+22
2021-01-17
Add function dladdr() and associated test application test-dladdr
Ralf Habacker
6
-9
/
+439
2020-12-22
Add cmake build support to travis CI
Ralf Habacker
1
-0
/
+11
2020-12-13
Rewrite function save_err_ptr_str() to not use sprintf()
Pali Rohár
1
-6
/
+13
2020-12-13
Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warnings
Pali Rohár
1
-0
/
+1
2020-12-12
ci-build.sh: Move install_prefix to cmake place where it is used
Pali Rohár
1
-3
/
+1
2020-12-12
Run Travis tests also under i586-mingw32msvc-gcc compiler
Pali Rohár
1
-0
/
+13
2020-11-09
cmake: Keep warning in sync with Makefile based build system
Ralf Habacker
1
-0
/
+6
2020-11-09
Add cmake building support to Travis CI
Ralf Habacker
3
-4
/
+56
2020-11-09
cmake: add option ENABLE_WINE to enable support for running cross compiled te...
Ralf Habacker
3
-2
/
+55
2020-11-09
cmake: separate targets in tests subdir for reasier reading
Ralf Habacker
1
-0
/
+4
2020-11-09
cmake: Let make target 'test' be accessable from topmost build directory
Ralf Habacker
2
-2
/
+2
2020-11-04
Change order of variables in appveyor build matrix
Pali Rohár
1
-97
/
+97
2020-11-02
cmake: place all generated binaries into one place
Ralf Habacker
2
-1
/
+5
2020-09-14
Drop obsolete visual studio related files
Ralf Habacker
7
-875
/
+0
2020-09-14
Makefile: Adjust paths of source files, which are now located in subdirectories
Ralf Habacker
1
-10
/
+10
2020-09-14
Fix cmake warning 'No project() command is present'
Ralf Habacker
1
-0
/
+1
2020-09-14
Move cmake targets into sub directories
Ralf Habacker
10
-59
/
+62
2020-09-14
Update minimum required cmake version to 2.8.11 to simplify code
Ralf Habacker
1
-30
/
+25
2020-09-13
Rephrase configure script copyright notice
Silvio Traversaro
1
-1
/
+5
2020-08-30
Relicense to MIT
Ramiro Polla
9
-600
/
+123