This website requires JavaScript.
6706e7e4c5
Merge branch 'master' of gitlab.2:f1x1t/whereami
master
Andrey Astafyev
2019-10-05 13:39:20 +03:00
08c6afcba2
Патч для GCC < 4.8
Andrey Astafyev
2019-10-05 13:38:11 +03:00
bd6cff26dd
Установка заголовков
Andrey Astafyev
2019-10-05 12:03:41 +03:00
093a2efc08
Merge branch 'wip-cpp'
Andrey Astafyev
2019-10-05 11:24:04 +03:00
4a1a936e64
CMake and pkg-config support
wip-cpp
Andrey Astafyev
2019-10-05 08:17:36 +03:00
f3a86fdf17
Merge pull request #16 from marcIhm/master
Gregory Pakosz
2019-01-07 10:49:40 +01:00
4414eb5812
fixed NetBSD support
Jan Beich
2019-01-05 16:51:56 +01:00
e64e8b379b
dual licensed under both the WTFPLv2 and MIT licenses
Gregory Pakosz
2018-12-30 23:05:43 +01:00
73eb7856dd
enabled and fixed -Wshadow and -Wuseless-cast offences
Gregory Pakosz
2018-11-06 14:56:18 +01:00
de7a01d322
added a C++ API
Gregory Pakosz
2017-04-30 17:36:55 +02:00
6d73e7898e
Merge pull request #14 from jcelerier/master
Gregory Pakosz
2018-09-07 11:27:16 +02:00
b5695ce9f0
linux: sometimes <limits.h> does not define PATH_MAX
Jean-Michaël Celerier
2018-09-06 13:45:42 +02:00
0901f76b60
removed gittip mention from README.md
Gregory Pakosz
2018-02-27 23:12:11 +01:00
f3c700e059
added support for SunOS
Thomas Willems
2017-10-20 16:05:43 +02:00
08b7ee02a3
added missing #include <unistd.h> when compiling for Android
Gregory Pakosz
2017-05-10 11:11:26 +02:00
523c28a215
added support for Cygwin. Closes #8
Gregory Pakosz
2017-02-06 21:53:22 +01:00
a19c7531b2
Merge pull request #7 from jbeich/dragonfly
Gregory Pakosz
2016-10-22 21:01:12 +02:00
6eb1195111
Add support for DragonFly, GNU/kFreeBSD and NetBSD
Jan Beich
2016-10-16 20:32:09 +00:00
4127a3363d
updated Android instructions
Gregory Pakosz
2016-10-09 15:31:43 +02:00
f9f1202c79
fixed double load/unload in example/example.library.c when building with MinGW (2)
Gregory Pakosz
2016-10-09 15:22:56 +02:00
923408c290
fixed _gnu-make/Makefile LDFLAGS position on the command line
Gregory Pakosz
2016-10-06 09:11:33 +02:00
3cf57f4a05
updated _win-vs14/.gitignore
Gregory Pakosz
2016-09-08 19:00:11 +02:00
ba75d51713
fixed off by 1 bug in getModulePath_ return value. Fixes #5
Gregory Pakosz
2016-09-08 18:57:45 +02:00
77ab6870d6
fixed getModulePath_ local buffer size incorrectly set to 1 for debugging purposes
Gregory Pakosz
2016-09-08 18:51:36 +02:00
574cea6708
fixed double load/unload in example/example.library.c when building with MinGW
Gregory Pakosz
2016-02-23 11:27:29 +01:00
73c56ffacc
added support for FreeBSD. Closes #4 .
Gregory Pakosz
2016-02-11 13:30:39 +00:00
8ad3792af0
fixed static analysis errors reported by Visual Studio 2015
Gregory Pakosz
2016-01-26 17:30:29 +01:00
7d47fc87f1
updated Visual Studio projects and solution to Visual Studio 2015
Gregory Pakosz
2016-01-26 16:55:42 +01:00
4d9e68c4b0
updated iOS Xcode project
Gregory Pakosz
2016-01-26 16:41:24 +01:00
783a033c9e
made library, examples and Makefile MINGW64 friendly
Gregory Pakosz
2016-01-25 22:23:45 +01:00
cc8a01b8a7
removed unused length variable in dlerror() implementation for Windows in example/executable.c
Gregory Pakosz
2016-01-25 22:23:15 +01:00
8ddf72164b
_DARWIN_C_SOURCE must be defined when compiling for Mac with -std=c99
Gregory Pakosz
2016-01-25 22:11:13 +01:00
7fca0bb95a
changed _gnu-make/Makefile to compile with -std=c99 and use $(CXX) for linking C++ versions, fixes #3
Gregory Pakosz
2016-01-21 12:12:28 +01:00
9c53a0aae7
removed unused variable, fixes #2
Gregory Pakosz
2016-01-13 21:02:18 +01:00
d4275250d8
added GitHub URL in case the file spreads and people want to know upstream location
Gregory Pakosz
2016-01-12 23:53:21 +01:00
d0fc4161e8
fixed errors and warnings when building as C++ - fixes #1
Gregory Pakosz
2015-12-28 16:19:52 +01:00
946b114876
added support for Android M loading libraries straight from APK/ZIP files
Gregory Pakosz
2015-11-06 15:44:18 +01:00
e03e0adfed
removed incorrect casts to DWORD in WideCharToMultiByte calls
Gregory Pakosz
2015-04-02 13:58:12 +02:00
76a7a85f8b
initial commit
Gregory Pakosz
2015-03-05 20:15:02 +01:00