summaryrefslogtreecommitdiff
path: root/lib/ffi/enum.rb
Commit message (Expand)AuthorAgeFilesLines
* minor documentation and code style improvementsPatrik Wenger2015-11-251-3/+1
* better native_typetduehr2015-05-211-7/+2
* documentationtduehr2014-10-131-2/+7
* Add optional FFI::Type argument to Library#enum and Enum.newtduehr2014-10-131-4/+5
* Switch license to BSD throughout codebase. See #288.Charles Oliver Nutter2013-10-291-19/+2
* Licensing audit. Restore BSD license text from files where it was mistakenly...Wayne Meissner2013-10-271-1/+29
* Fix issue #206 - raise an error on enums with duplicate keysWayne Meissner2012-09-231-1/+2
* Add documentation for ArrayType, Buffer, DynamicLibrary, Function, Enum, EnumsSylvain Daubert2011-09-251-0/+42
* Avoid spurious entries in @vk_map for FFI::Enum.Matijs van Zuijlen2011-05-011-3/+1
* Pass thru the integer if no symbol for it can be found in Enum#from_native()Wayne Meissner2010-11-301-1/+3
* Re-enable integers instead of enum constants as values for enum parametersWayne Meissner2010-11-131-2/+8
* License update and misc cleanups.Wayne Meissner2010-08-071-20/+13
* Re-implement enums using DataConverterWayne Meissner2010-05-221-0/+14
* Add explicit copyrights to each fileWayne Meissner2010-01-241-0/+28
* Aliasing the symbol_map accessor of the Enum class to to_h.Luc Heinrich2009-03-271-0/+1
* Initial support for enumerations.Luc Heinrich2009-03-271-0/+77