perl-ctypes:perl-ctypes.git
2010-11-15 Ryan JendoubiNew tests, new testing function perl_data_validation
2010-10-31 Ryan JendoubiTests for c_uchar
2010-10-17 Ryan JendoubiMore new tests (c_byte, c_ubyte)
2010-10-12 Ryan Jendoubihook_* proof-of-concept working for type c_byte
2010-10-11 Ryan JendoubiMoving development to new branch
2010-09-16 Ryan JendoubiFinish Unions
2010-09-06 Ryan JendoubiMerge branch 'unions'
2010-09-06 Ryan JendoubiUnions work, improvements in Simple, Struct, Field
2010-09-05 Ryan JendoubiMerge changes to Array, Pointer from branch unions
2010-09-05 Ryan JendoubiFix ->copy method for Arrays, Pointers need tests
2010-09-05 Ryan JendoubiRe-add t/Union.t
2010-09-05 Ryan JendoubiMerge branch 'master' into unions
2010-09-05 Ryan JendoubiFinished basic Struct implementation, tests, docs
2010-09-01 Ryan JendoubiLots more work on structs, think it's good now struct_api_change
2010-08-31 Ryan JendoubiWork on Structs
2010-08-23 Ryan JendoubiTests for new Struct API
2010-08-21 Ryan JendoubiMore pod for Pointer.pm
2010-08-16 Ryan JendoubiMore docs, plus fixed rounding error for integers
2010-08-16 Ryan JendoubiRemoved unfinished unions from master
2010-08-16 Ryan JendoubiInitial commit for branch unions unions
2010-08-16 Ryan JendoubiMany changes
2010-08-15 Ryan JendoubiStruct indirection working
2010-08-15 Ryan JendoubiMore tightening and tests for Structs
2010-08-14 Ryan JendoubiMore interface trials
2010-08-14 Ryan JendoubiMore work Struct interface
2010-08-13 Ryan JendoubiSome progress on Structs, instantiation interface
2010-08-13 Ryan JendoubiCompleted update of data ownership chaining
2010-08-12 Ryan JendoubiStarting reorganisation for C::B::C
2010-08-11 Ryan JendoubiFixes and added tests for Pointers
2010-08-11 Ryan JendoubiReintroduced enhanced error message
2010-08-11 Ryan JendoubiFixed multiple indirection on Pointers / Arrays
2010-08-10 Ryan JendoubiPointer objects
2010-08-10 Ryan JendoubiLittle modifications
2010-08-10 Ryan JendoubiMultidimensional arrays
2010-08-09 Ryan JendoubiSubstanitally simplified Types, a la Arrays
2010-08-08 Ryan JendoubiFixed bug with short values in callbacks
2010-08-08 Ryan JendoubiArrays now work as function args (*NB)
2010-08-08 Ryan JendoubiBasic Fetch/Store working for Arrays
2010-08-07 Ryan JendoubiFirst crack at Array objects
2010-08-07 Ryan JendoubiFixed limits for float, double & long double types
2010-08-06 Ryan JendoubiMake all attrs unsettable apart from allow_overflo
2010-08-06 Ryan JendoubiHandle numeric casting of utf8 chars
2010-08-06 Ryan JendoubiMerge branch 'types_obj'
2010-08-06 Ryan JendoubiMake _cast for 'c' and 'C' more robust
2010-08-06 Ryan JendoubiTest fix: change checking access for Type attrs
2010-08-05 Ryan JendoubiSeparated out _make_types_arrayref
2010-08-05 Ryan JendoubiFixed _valid_for_type for s and S types
2010-08-05 Ryan JendoubiAdd _valid_for_type for c_void, Ct::Type::_types()
2010-08-05 Ryan JendoubiWe can haz Types.
2010-08-05 Ryan JendoubiTypes parameterised, allllmost finished
2010-08-04 Ryan JendoubiFixed Ctypes::Type::value broken last commit
2010-08-04 Ryan JendoubiFilled out Ctypes::_cast, not yet tested
2010-08-03 Ryan JendoubiAdd tests for ->typecode and ->_data accessors
2010-08-03 Ryan JendoubiMerge branch 'callbacks'
2010-08-03 Ryan JendoubiFixed $typeobj++ and --, plus tests
2010-08-03 Ryan Jendoubi$typeobj->val works as lvalue, updated tests
2010-08-01 Ryan JendoubiType object attribute name changes
2010-08-01 Ryan Jendoubiargtypes allow objs, no longer convert->typecodes
2010-08-01 Ryan Jendoubit/types.t passes as much as with old call logic
2010-08-01 Ryan Jendoubit/callbacks.t passing with new call code
2010-08-01 Ryan JendoubiBasic tests passing with new call logic
2010-07-29 Ryan JendoubiFix more mistakes, now C actually compiles
2010-07-29 Ryan JendoubiFixed lots of silly mistakes
2010-07-28 Ryan JendoubiFinished new _call (can't test yet)
2010-07-28 Ryan JendoubiFinish ConvArg, rename things
2010-07-27 Ryan JendoubiGoing down a wrong route with _CallProc
2010-07-27 Ryan JendoubiFinished some Py func equivalents
2010-07-27 Ryan JendoubiSubstantial restructure of C code, add Licenses
2010-07-25 Ryan JendoubiAbout 1/2 way through Py style calling
2010-07-24 Ryan JendoubiCall c_int::new without initializer
2010-07-23 Ryan JendoubiCleaning up leftover old code in _cast_value
2010-07-23 Ryan JendoubiClean up, use std C macros for type range checks
2010-07-22 Ryan JendoubiVery faulty logic in _cast_value
2010-07-22 Ryan JendoubiRemoved extraneous tie'ing of $self->{val}
2010-07-21 Ryan JendoubiSubtest for setting new val, fixed $DEBUG value
2010-07-19 Ryan JendoubiMade ->(num) work for changing value of Type obj
2010-07-18 Ryan JendoubiCleaned up this example, but...
2010-07-18 Ryan JendoubiWas using tie wrongly
2010-07-18 Ryan JendoubiFirst (failed) attempt at type objects
2010-07-17 Ryan JendoubiFixed Function::new and _form_sig
2010-07-17 doubiFix win32 file perm
2010-07-15 doubiCleaned up debug output messages
2010-07-13 Ryan JendoubiSomewhat ameliorated failing win-proto test
2010-07-13 Ryan JendoubiFixed win32 func-access.t to match Function::new
2010-07-12 Ryan JendoubiFixed callbacks.t & updated ignore files
2010-07-12 Ryan JendoubiCallbacks work but leak memory
2010-07-06 Ryan JendoubiRemoved _writable attr, store in cb_data_t
2010-07-04 Ryan JendoubiRemoved memory lead in Ctypes::_call
2010-07-04 Ryan Jendoubi_perl_cb_call now managing stack correctly
2010-07-03 Ryan JendoubiFixed accessing args** from _perl_cb_call
2010-07-02 Ryan JendoubiReally fixed _make_callback now
2010-07-02 Ryan JendoubiFixed segfault due to local perlcall_cif
2010-07-02 Ryan JendoubiChanged casts to stop compile warnings
2010-07-02 Ryan JendoubiCleanup, better explanatory debug output
2010-07-02 Ryan JendoubiCleanup / better explanatory debug messages
2010-07-02 Ryan JendoubiPut ptrs from Perl in more predictable place,but...
2010-07-01 Ryan JendoubiMore callbacks work
2010-07-01 Ryan JendoubiIncorporate improved ::Function::sig from branch
2010-07-01 Ryan JendoubiImproved new sub sig() in Function.pm
2010-07-01 Ryan JendoubiFixed returning 3 args from _make_callback
next