summaryrefslogtreecommitdiff
path: root/lib/ffi/tools
Commit message (Expand)AuthorAgeFilesLines
* prevent usage same binary file simultaneouslymaierru2022-01-041-4/+5
* Allow overriding `gcc` with the `CC` env var in `const_generator.rb` and `str...Alexey Zagarin2021-04-152-2/+4
* Add type definitions for stdint.h and stddef.hLars Kanis2020-04-161-0/+2
* Update platform x86_64-linux on Ubuntu-18.04Lars Kanis2019-10-101-0/+1
* Sort all types.conf files, so that changes are more visibleLars Kanis2019-10-101-4/+4
* Pass options from rake task to the FFI::GeneratorLars Kanis2019-05-171-2/+2
* Include the name of the template file instead of just rakeLars Kanis2019-05-171-1/+1
* Add proper documentation to FFI::Generator and ::TaskLars Kanis2019-05-172-4/+53
* Fix load paths for FFI::Generator::TaskLars Kanis2019-05-172-12/+4
* Add require call necessary to load from ffi/tools directory to exampleLars Kanis2019-05-171-4/+5
* Fix example for FFI::StructGeneratorLars Kanis2019-05-171-4/+4
* minor documentation and code style improvementsPatrik Wenger2015-11-251-7/+6
* Merge remote-tracking branch 'upstream/master'Sylvain Daubert2012-12-082-14/+21
|\
| * Don't try to include <sys/socket.h> on WIN32Wayne Meissner2012-02-271-0/+2
| * Allow the CC environment var to override the default compilerWayne Meissner2012-02-221-1/+2
| * Add :input option to FFI::TypesGenerator#generateAntonio Terceiro2012-02-061-1/+3
| * Add :remote option to FFI:TypesGenerator#generateAntonio Terceiro2012-02-061-1/+6
| * accept multiple arguments with ConstGenerator#includeBrian D. Burns2011-10-301-11/+8
| * use Constant#converted_value with ConstGenerator#[]Brian D. Burns2011-10-301-2/+2
* | Add documentation (mainly for Struct and its decendants).Sylvain Daubert2011-10-023-0/+5
|/
* Add documentation for ArrayType, Buffer, DynamicLibrary, Function, Enum, EnumsSylvain Daubert2011-09-251-17/+72
* provide file & line in errors from generated structsSuraj N. Kurapati2011-01-291-1/+1
* In constant generator, only prefix the name with @prefix if @prefix is defined.Wayne Meissner2010-12-301-1/+1
* Fixes for CRuby 1.9.1. Patch from beoran@gmail.comWayne Meissner2008-11-281-1/+1
* Remove lib/ffi/tools/Rakefile and lib/ffi/tools/platform.rake as they are not...Wayne Meissner2008-11-212-613/+0
* Replace JRuby::FFI::Platform::IS_WINDOWS with FFI::Platform.windows?Wayne Meissner2008-11-082-2/+2
* Add FFI generator tools from JRubyWayne Meissner2008-11-027-0/+1200