aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #103 from pali/masterv1.3.1Silvio Traversaro2022-04-081-2/+8
|\
| * Replace magic numbers by sdk macros in get_image_section()Pali Rohár2022-03-111-2/+8
|/
* Merge pull request #102 from pali/masterSilvio Traversaro2022-01-051-7/+36
|\
| * Prefer usage of thread-safe function SetThreadErrorMode() instead of process-...Pali Rohár2021-12-211-4/+33
| * Try to avoid compile warning: cast between incompatible function types from â...Pali Rohár2021-12-211-3/+3
|/
* Merge pull request #99 from xantares/wineSilvio Traversaro2021-04-294-25/+9
|\
| * cmake: use CROSSCOMPILING_EMULATORMichel Zou2021-04-274-25/+9
* | Merge pull request #96 from xantares/patch-2Silvio Traversaro2021-04-281-1/+1
|\ \ | |/ |/|
| * CMake: Bumpr versionxantares2021-04-271-1/+1
|/
* Merge pull request #98 from xantares/constSilvio Traversaro2021-04-112-10/+10
|\
| * dladdr: const void *addrMichel Zou2021-04-092-10/+10
|/
* Merge pull request #95 from pali/masterv1.3.0Silvio Traversaro2021-02-242-54/+140
|\
| * Fix noinline for older compiler versions (e.g. Visual Studio 6.0)Pali Rohár2021-02-031-1/+11
| * Define ULONG_PTR for older SDKPali Rohár2021-02-031-0/+5
| * Fix MSVC 14.00 compile warning: warning C4244: '=' : conversion from 'ULONG_P...Pali Rohár2021-02-031-1/+1
| * Add helper function MyGetModuleHandleFromAddress()Pali Rohár2021-02-031-7/+57
| * Fix helper function MyEnumProcessModules()Pali Rohár2021-02-031-7/+32
| * Avoid calling SetLastError() and GetLastError() internallyPali Rohár2021-02-031-22/+17
| * Move hCurrentProc variable to scope where is usedPali Rohár2021-02-031-2/+3
| * Fix some style issuesPali Rohár2021-02-032-14/+14
|/
* Merge pull request #94 from pali/dladdrSilvio Traversaro2021-02-034-65/+69
|\
| * Remove duplicate checks for NULL pointersPali Rohár2021-01-291-4/+1
| * Remove code for finding symbol name in import tablePali Rohár2021-01-291-53/+6
| * Function dladdr() now retrieve symbol name and symbol address from both expor...Pali Rohár2021-01-274-43/+97
|/
* Merge pull request #72 from rhabacker/masterSilvio Traversaro2021-01-259-44/+531
|\
| * CI: Add static building for cmakeRalf Habacker2021-01-172-23/+70
| * cmake: add support to build test-dladdr on unix like osRalf Habacker2021-01-172-12/+22
| * Add function dladdr() and associated test application test-dladdrRalf Habacker2021-01-176-9/+439
|/
* Merge pull request #93 from rhabacker/travis-cmake-supportSilvio Traversaro2020-12-221-0/+11
|\
| * Add cmake build support to travis CIRalf Habacker2020-12-221-0/+11
|/
* Merge pull request #90 from pali/masterSilvio Traversaro2020-12-131-6/+13
|\
| * Rewrite function save_err_ptr_str() to not use sprintf()Pali Rohár2020-12-131-6/+13
|/
* Merge pull request #89 from pali/masterSilvio Traversaro2020-12-131-0/+1
|\
| * Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warningsPali Rohár2020-12-131-0/+1
|/
* Merge pull request #88 from pali/masterSilvio Traversaro2020-12-132-3/+14
|\
| * ci-build.sh: Move install_prefix to cmake place where it is usedPali Rohár2020-12-121-3/+1
| * Run Travis tests also under i586-mingw32msvc-gcc compilerPali Rohár2020-12-121-0/+13
|/
* Merge pull request #85 from rhabacker/cmake-wine-supportSilvio Traversaro2020-11-265-6/+125
|\
| * cmake: Keep warning in sync with Makefile based build systemRalf Habacker2020-11-091-0/+6
| * Add cmake building support to Travis CIRalf Habacker2020-11-093-4/+56
| * cmake: add option ENABLE_WINE to enable support for running cross compiled te...Ralf Habacker2020-11-093-2/+55
| * cmake: separate targets in tests subdir for reasier readingRalf Habacker2020-11-091-0/+4
| * cmake: Let make target 'test' be accessable from topmost build directoryRalf Habacker2020-11-092-2/+2
| * cmake: place all generated binaries into one placeRalf Habacker2020-11-022-1/+5
* | Merge pull request #86 from pali/masterSilvio Traversaro2020-11-081-97/+97
|\ \ | |/ |/|
| * Change order of variables in appveyor build matrixPali Rohár2020-11-041-97/+97
|/
* Merge pull request #79 from rhabacker/cmake-refactoringSilvio Traversaro2020-09-2111-75/+74
|\
| * Makefile: Adjust paths of source files, which are now located in subdirectoriesRalf Habacker2020-09-141-10/+10
| * Fix cmake warning 'No project() command is present'Ralf Habacker2020-09-141-0/+1
| * Move cmake targets into sub directoriesRalf Habacker2020-09-1410-59/+62