aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update minimum required cmake version to 2.8.11 to simplify codeRalf Habacker2020-09-141-30/+25
* Merge pull request #81 from ramiropolla/masterSilvio Traversaro2020-09-139-600/+127
|\
| * Rephrase configure script copyright noticeSilvio Traversaro2020-09-131-1/+5
| * Relicense to MITRamiro Polla2020-08-309-600/+123
* | Merge pull request #80 from pali/masterSilvio Traversaro2020-09-131-0/+16
|\ \ | |/ |/|
| * Add Travis CI testingPali Rohár2020-08-261-0/+16
|/
* Merge pull request #76 from pali/masterSilvio Traversaro2020-08-051-0/+3
|\
| * Fix compilation with older environmentsPali Rohár2020-08-041-0/+3
|/
* Merge pull request #74 from pali/masterSilvio Traversaro2020-07-151-16/+2
|\
| * Replace VirtualQueryEx() call by GetModuleHandleExA() callPali Rohár2020-07-141-16/+2
|/
* Merge pull request #69 from reborn2266/fix_mmleakSilvio Traversaro2020-03-241-0/+3
|\
| * fix memory leak in dlsym()Mars Cheng2020-03-241-0/+3
|/
* Merge pull request #68 from pali/masterSilvio Traversaro2020-02-221-1/+1
|\
| * Show "(null)" in error message when passed filname to dlopen() was NULL and e...Pali Rohár2020-02-191-1/+1
|/
* Merge pull request #67 from pali/masterSilvio Traversaro2019-10-131-0/+93
|\
| * Add test which check that dlopen() can open same files as open()Pali Rohár2019-09-121-0/+93
|/
* Merge pull request #65 from pali/masterSilvio Traversaro2019-09-012-11/+26
|\
| * Update documentation in dlfcn.h, specially for RTLD_LAZYPali Rohár2019-08-292-11/+26
|/
* Merge pull request #63 from pali/masterSilvio Traversaro2019-08-231-18/+20
|\
| * Makefile: Fix building both static and shared library at the same timePali Rohár2019-08-221-18/+20
|/
* Merge pull request #62 from pali/masterSilvio Traversaro2019-08-221-15/+9
|\
| * Reduce memory usage by 64KPali Rohár2019-08-221-15/+9
|/
* Merge pull request #59 from pali/masterSilvio Traversaro2019-08-213-47/+47
|\
| * Fix more gcc warningsPali Rohár2019-07-261-6/+10
| * Fix gcc warning: ISO C forbids return between function pointer and void *Pali Rohár2019-07-253-37/+33
| * Fix gcc warning: comparison between signed and unsigned integer expressionsPali Rohár2019-07-251-3/+4
| * Do not include intrin.h filePali Rohár2019-07-251-1/+0
|/
* Merge pull request #58 from pali/masterSilvio Traversaro2019-07-251-0/+5
|\
| * Correctly process malloc() error in dlsym()Pali Rohár2019-07-241-0/+5
|/
* Merge pull request #55 from pali/masterSilvio Traversaro2019-07-231-0/+7
|\
| * Turn off GUI error messages around LoadLibraryA also in testPali Rohár2019-06-111-0/+7
|/
* Merge pull request #54 from pali/masterSilvio Traversaro2019-06-112-67/+228
|\
| * Add test for non-library filePali Rohár2019-05-231-0/+61
| * Add tests for non-existent file and file with too long namePali Rohár2019-05-231-0/+50
| * Test that dlerror() returns non-NULL error for failed callsPali Rohár2019-05-231-20/+37
| * Correctly process and indicate error when file name is too longPali Rohár2019-05-231-47/+55
| * Correctly process malloc() error in local_add()Pali Rohár2019-05-231-8/+15
| * Correctly process and indicate error in dlsym() functionPali Rohár2019-05-231-1/+10
| * Correctly process and indicate error from LoadLibraryExA() functionPali Rohár2019-05-231-16/+25
|/
* Merge pull request #52 from pali/masterSilvio Traversaro2019-05-211-1/+1
|\
| * Call FormatMessage() with FORMAT_MESSAGE_IGNORE_INSERTSPali Rohár2019-05-211-1/+1
|/
* Merge pull request #51 from pali/masterv1.2.0Silvio Traversaro2019-05-206-30/+26
|\
| * Load Psapi.dll at runtime, this avoids linking caveatPali Rohár2019-05-066-30/+26
|/
* Merge pull request #50 from pali/masterSilvio Traversaro2019-05-062-95/+134
|\
| * Test also UNICODE builds on AppVeyor CIPali Rohár2019-04-251-0/+102
| * Simplify implementation of save_err_str()Pali Rohár2019-04-251-26/+22
| * Remove ifdef hack for snprintf()Pali Rohár2019-04-251-5/+5