| Commit message (Expand) | Author | Files | Lines |
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 |