Commit Graph

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