| Commit message (Expand) | Author | Age | Files | Lines |
* | Test that dlerror() returns non-NULL error for failed calls | Pali Rohár | 2019-05-23 | 1 | -20/+37 |
* | Correctly process and indicate error when file name is too long | Pali Rohár | 2019-05-23 | 1 | -47/+55 |
* | Correctly process malloc() error in local_add() | Pali Rohár | 2019-05-23 | 1 | -8/+15 |
* | Correctly process and indicate error in dlsym() function | Pali Rohár | 2019-05-23 | 1 | -1/+10 |
* | Correctly process and indicate error from LoadLibraryExA() function | Pali Rohár | 2019-05-23 | 1 | -16/+25 |
* | Merge pull request #52 from pali/master | Silvio Traversaro | 2019-05-21 | 1 | -1/+1 |
|\ |
|
| * | Call FormatMessage() with FORMAT_MESSAGE_IGNORE_INSERTS | Pali Rohár | 2019-05-21 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #51 from pali/masterv1.2.0 | Silvio Traversaro | 2019-05-20 | 6 | -30/+26 |
|\ |
|
| * | Load Psapi.dll at runtime, this avoids linking caveat | Pali Rohár | 2019-05-06 | 6 | -30/+26 |
|/ |
|
* | Merge pull request #50 from pali/master | Silvio Traversaro | 2019-05-06 | 2 | -95/+134 |
|\ |
|
| * | Test also UNICODE builds on AppVeyor CI | Pali Rohár | 2019-04-25 | 1 | -0/+102 |
| * | Simplify implementation of save_err_str() | Pali Rohár | 2019-04-25 | 1 | -26/+22 |
| * | Remove ifdef hack for snprintf() | Pali Rohár | 2019-04-25 | 1 | -5/+5 |
| * | Simplify code around #ifdef UNICODE | Pali Rohár | 2019-04-25 | 1 | -69/+10 |
|/ |
|
* | Merge pull request #44 from pali/master | Silvio Traversaro | 2019-02-14 | 9 | -120/+335 |
|\ |
|
| * | Implement support for dlsym() with RTLD_DEFAULT and RTLD_NEXT | Pali Rohár | 2019-02-14 | 8 | -10/+193 |
| * | Fix resolving global symbols when LoadLibrary() is called after dlopen() | Pali Rohár | 2019-02-14 | 6 | -112/+144 |
|/ |
|
* | Merge pull request #48 from dlfcn-win32/appveyor-mingw-take-two | Silvio Traversaro | 2019-02-14 | 1 | -5/+84 |
|\ |
|
| * | Add MinGW and MinGW-w64 tests to AppVeyor | Silvio Traversaro | 2019-02-12 | 1 | -5/+84 |
|/ |
|
* | Merge pull request #41 from jddurand/masterv1.1.2 | Silvio Traversaro | 2018-03-08 | 1 | -0/+1 |
|\ |
|
| * | #include <stdlib.h> | Jean-Damien Durand | 2018-01-17 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #40 from dlfcn-win32/document-cmake-usage | Silvio Traversaro | 2017-09-27 | 1 | -0/+24 |
|\ |
|
| * | Mention the possibility of defining CMAKE_DL_LIBS | Silvio Traversaro | 2017-08-24 | 1 | -0/+13 |
| * | Document how to use the library when using CMake | Silvio Traversaro | 2017-08-24 | 1 | -0/+11 |
|/ |
|
* | Merge pull request #39 from dlfcn-win32/traversaro-patch-2 | Silvio Traversaro | 2017-05-04 | 1 | -1/+1 |
|\ |
|
| * | [README] Fix AppVeyor badge | Silvio Traversaro | 2017-05-04 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #38 from dlfcn-win32/appveyor-test-vs2017v1.1.1 | Silvio Traversaro | 2017-05-04 | 1 | -6/+16 |
|\ |
|
| * | [appveyor] Test the library using Visual Studio 15 | Silvio Traversaro | 2017-05-01 | 1 | -6/+16 |
* | | Merge pull request #36 from dlfcn-win32/fix-dlerror | Silvio Traversaro | 2017-05-04 | 2 | -0/+21 |
|\ \
| |/
|/| |
|
| * | Fix bug in dlerror second consecutive call | Silvio | 2017-05-01 | 2 | -0/+21 |
|/ |
|
* | Merge pull request #30 from Kamekameha/appveyor-fix | Silvio Traversaro | 2017-04-09 | 1 | -16/+16 |
|\ |
|
| * | Minor AppVeyor configuration cleanup | Kamekameha | 2017-03-19 | 1 | -16/+16 |
|/ |
|
* | [readme] Update AppVeyor badge | Silvio Traversaro | 2017-03-19 | 1 | -1/+1 |
* | Merge pull request #29 from traversaro/add-appveyorv1.1.0 | Silvio Traversaro | 2017-03-10 | 4 | -8/+99 |
|\ |
|
| * | Add testing of CMake exported targets | Silvio | 2017-03-05 | 3 | -1/+27 |
| * | Add AppVeyor badge | Silvio Traversaro | 2017-03-05 | 1 | -1/+1 |
| * | Add appveyor support | Silvio Traversaro | 2017-03-05 | 1 | -0/+63 |
| * | Fix tests in Visual Studio 2015 | Silvio | 2017-03-05 | 1 | -7/+9 |
|/ |
|
* | Merge pull request #27 from traversaro/add-cmake-config-file | Silvio Traversaro | 2017-03-05 | 2 | -2/+46 |
|\ |
|
| * | Add CMake code to export a CMake config file | Silvio | 2016-12-27 | 2 | -2/+46 |
|/ |
|
* | configure: put test.{c,dll} to current directory (#26) | Boris Nagaev | 2016-07-25 | 3 | -4/+12 |
* | Merge pull request #25 from xantares/patch-1 | Timothy Gu | 2016-03-23 | 1 | -5/+1 |
|\ |
|
| * | Removed wine detection | xantares | 2016-03-23 | 1 | -5/+1 |
|/ |
|
* | Merge pull request #20 from robertwgh/unicode | Timothy Gu | 2015-08-06 | 1 | -22/+90 |
|\ |
|
| * | Added support for unicode character set. | Guohui Wang | 2015-04-09 | 1 | -22/+90 |
|/ |
|
* | Update README.md | Timothy Gu | 2015-04-06 | 1 | -1/+9 |
* | Add my copyright | Timothy Gu | 2015-03-15 | 1 | -0/+1 |
* | Warning control in MSVC | Timothy Gu | 2015-03-15 | 2 | -3/+8 |
* | Revert "Use level 4 warnings for Visual Studio" | Timothy Gu | 2015-03-15 | 1 | -8/+8 |
* | Use SHARED macro to handle DLL export | Timothy Gu | 2015-03-15 | 1 | -0/+2 |