summaryrefslogtreecommitdiff
path: root/ext/ffi_c/DynamicLibrary.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the last missing Write Barriers and dsizeJean Boussier2023-03-061-3/+11
* Merge branch 'master' of github.com:ffi/ffiLars Kanis2023-03-061-10/+16
|\
| * Implement Write Barrier and dsize for FFI::DynamicLibraryJean Boussier2023-03-061-10/+16
* | Fix class name of Symbol#inspectLars Kanis2023-03-061-1/+1
|/
* Convert FFI::DynamicLibrary to TypedDataLars Kanis2023-03-031-7/+19
* Convert FFI::AbstractMemory and descendants to TypedDataJean Boussier2023-03-021-5/+18
* Remove win32/stdint.h and stdbool.hLars Kanis2020-09-231-6/+1
* Remove taint supportyuuji.yaginuma2019-11-251-1/+1
* Add missing shlwapi.h includeHiroshi Hatake2017-01-241-0/+1
* Avoid undefined behaviour of LoadLibrary() on Windows.Lars Kanis2017-01-131-1/+2
* add correct RTLD constants at compile timetduehr2014-02-191-5/+9
* Fix bad search and replace in C code.1.9.2Charles Oliver Nutter2013-10-291-1/+0
* Switch license to BSD throughout codebase. See #288.Charles Oliver Nutter2013-10-291-12/+22
* DynamicLibrary.c: Avoiding dlsym(dlopen(0,0), sym)Paul Kunysch2013-02-121-0/+9
* DynamicLibrary.c: Avoid win32 APIs on cygwin.Paul Kunysch2013-02-121-3/+3
* Convert C++ style comments to C /* */ styleWayne Meissner2012-08-041-2/+2
* Mods to fix compilation on i386-mingw32Wayne Meissner2012-02-021-3/+1
* Move stdint.h to seperate pathPark Heesob2012-01-141-1/+1
* initial releaseunknown2012-01-091-1/+9
* Add documentation for ArrayType, Buffer, DynamicLibrary, Function, Enum, EnumsSylvain Daubert2011-09-251-0/+56
* Add documentation for DataConverter, LastError, AutoPointer, FFI::IO, Library...Sylvain Daubert2011-09-211-0/+6
* _WINSOCKAPI_ has to be defined before including <windows.h> to avoid redefini...Charlie Savage2011-08-171-1/+2
* Fixup subclasses of PointerWayne Meissner2011-03-261-6/+17
* Add Struct#order and Pointer#order to swap endian-nessWayne Meissner2010-08-201-1/+21
* Remove the MemoryOps pointer from every AbstractMemory objectWayne Meissner2009-11-271-1/+0
* Remove AbstractMemory#put_callbackWayne Meissner2009-08-131-0/+2
* Add access flags to AbstractMemory and check them on every accessWayne Meissner2009-07-301-0/+1
* Rework the naming a bit.Wayne Meissner2009-05-061-24/+24
* Pass the ffi module into each of the _Init functionsWayne Meissner2009-05-061-2/+1
* Use rb_global_variable() for more globalsWayne Meissner2009-05-061-0/+2
* Rename NativeLibrary.[ch] to DynamicLibrary.[ch]Wayne Meissner2009-04-161-0/+212