2010-11-15 |
Ryan Jendoubi | New tests, new testing function perl_data_validation |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Ryan Jendoubi | Tests for c_uchar |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Ryan Jendoubi | More new tests (c_byte, c_ubyte) |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Ryan Jendoubi | hook_* proof-of-concept working for type c_byte |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Ryan Jendoubi | Moving development to new branch |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Ryan Jendoubi | Finish Unions |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Ryan Jendoubi | Merge branch 'unions' |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Ryan Jendoubi | Unions work, improvements in Simple, Struct, Field |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Ryan Jendoubi | Merge changes to Array, Pointer from branch unions |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Ryan Jendoubi | Fix ->copy method for Arrays, Pointers need tests |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Ryan Jendoubi | Re-add t/Union.t |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Ryan Jendoubi | Merge branch 'master' into unions |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Ryan Jendoubi | Finished basic Struct implementation, tests, docs |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ryan Jendoubi | Lots more work on structs, think it's good now struct_api_change |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ryan Jendoubi | Work on Structs |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Ryan Jendoubi | Tests for new Struct API |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Ryan Jendoubi | More pod for Pointer.pm |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Ryan Jendoubi | More docs, plus fixed rounding error for integers |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Ryan Jendoubi | Removed unfinished unions from master |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Ryan Jendoubi | Initial commit for branch unions unions |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Ryan Jendoubi | Many changes |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Ryan Jendoubi | Struct indirection working |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Ryan Jendoubi | More tightening and tests for Structs |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Ryan Jendoubi | More interface trials |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Ryan Jendoubi | More work Struct interface |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Ryan Jendoubi | Some progress on Structs, instantiation interface |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Ryan Jendoubi | Completed update of data ownership chaining |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Ryan Jendoubi | Starting reorganisation for C::B::C |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Ryan Jendoubi | Fixes and added tests for Pointers |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Ryan Jendoubi | Reintroduced enhanced error message |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Ryan Jendoubi | Fixed multiple indirection on Pointers / Arrays |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Ryan Jendoubi | Pointer objects |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Ryan Jendoubi | Little modifications |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Ryan Jendoubi | Multidimensional arrays |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Ryan Jendoubi | Substanitally simplified Types, a la Arrays |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Ryan Jendoubi | Fixed bug with short values in callbacks |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Ryan Jendoubi | Arrays now work as function args (*NB) |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Ryan Jendoubi | Basic Fetch/Store working for Arrays |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Ryan Jendoubi | First crack at Array objects |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Ryan Jendoubi | Fixed limits for float, double & long double types |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Ryan Jendoubi | Make all attrs unsettable apart from allow_overflo |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Ryan Jendoubi | Handle numeric casting of utf8 chars |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Ryan Jendoubi | Merge branch 'types_obj' |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Ryan Jendoubi | Make _cast for 'c' and 'C' more robust |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Ryan Jendoubi | Test fix: change checking access for Type attrs |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ryan Jendoubi | Separated out _make_types_arrayref |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ryan Jendoubi | Fixed _valid_for_type for s and S types |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ryan Jendoubi | Add _valid_for_type for c_void, Ct::Type::_types() |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ryan Jendoubi | We can haz Types. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ryan Jendoubi | Types parameterised, allllmost finished |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Ryan Jendoubi | Fixed Ctypes::Type::value broken last commit |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Ryan Jendoubi | Filled out Ctypes::_cast, not yet tested |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Ryan Jendoubi | Add tests for ->typecode and ->_data accessors |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Ryan Jendoubi | Merge branch 'callbacks' |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Ryan Jendoubi | Fixed $typeobj++ and --, plus tests |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Ryan Jendoubi | $typeobj->val works as lvalue, updated tests |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Ryan Jendoubi | Type object attribute name changes |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Ryan Jendoubi | argtypes allow objs, no longer convert->typecodes |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Ryan Jendoubi | t/types.t passes as much as with old call logic |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Ryan Jendoubi | t/callbacks.t passing with new call code |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Ryan Jendoubi | Basic tests passing with new call logic |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ryan Jendoubi | Fix more mistakes, now C actually compiles |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ryan Jendoubi | Fixed lots of silly mistakes |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Ryan Jendoubi | Finished new _call (can't test yet) |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Ryan Jendoubi | Finish ConvArg, rename things |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ryan Jendoubi | Going down a wrong route with _CallProc |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ryan Jendoubi | Finished some Py func equivalents |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ryan Jendoubi | Substantial restructure of C code, add Licenses |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Ryan Jendoubi | About 1/2 way through Py style calling |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Ryan Jendoubi | Call c_int::new without initializer |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ryan Jendoubi | Cleaning up leftover old code in _cast_value |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ryan Jendoubi | Clean up, use std C macros for type range checks |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ryan Jendoubi | Very faulty logic in _cast_value |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ryan Jendoubi | Removed extraneous tie'ing of $self->{val} |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ryan Jendoubi | Subtest for setting new val, fixed $DEBUG value |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ryan Jendoubi | Made ->(num) work for changing value of Type obj |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Ryan Jendoubi | Cleaned up this example, but... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Ryan Jendoubi | Was using tie wrongly |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Ryan Jendoubi | First (failed) attempt at type objects |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Ryan Jendoubi | Fixed Function::new and _form_sig |
commit | commitdiff | tree | snapshot |
2010-07-17 |
doubi | Fix win32 file perm |
commit | commitdiff | tree | snapshot |
2010-07-15 |
doubi | Cleaned up debug output messages |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Ryan Jendoubi | Somewhat ameliorated failing win-proto test |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Ryan Jendoubi | Fixed win32 func-access.t to match Function::new |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Ryan Jendoubi | Fixed callbacks.t & updated ignore files |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Ryan Jendoubi | Callbacks work but leak memory |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Ryan Jendoubi | Removed _writable attr, store in cb_data_t |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Ryan Jendoubi | Removed memory lead in Ctypes::_call |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Ryan Jendoubi | _perl_cb_call now managing stack correctly |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Ryan Jendoubi | Fixed accessing args** from _perl_cb_call |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ryan Jendoubi | Really fixed _make_callback now |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ryan Jendoubi | Fixed segfault due to local perlcall_cif |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ryan Jendoubi | Changed casts to stop compile warnings |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ryan Jendoubi | Cleanup, better explanatory debug output |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ryan Jendoubi | Cleanup / better explanatory debug messages |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ryan Jendoubi | Put ptrs from Perl in more predictable place,but... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ryan Jendoubi | More callbacks work |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ryan Jendoubi | Incorporate improved ::Function::sig from branch |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ryan Jendoubi | Improved new sub sig() in Function.pm |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ryan Jendoubi | Fixed returning 3 args from _make_callback |
commit | commitdiff | tree | snapshot |
next |