]> git.saurik.com Git - cycript.git/history - Bridge.def
Move FunctionInstance_ into alphabetical order.
[cycript.git] / Bridge.def
2012-06-10  Jay Freeman (saurik)Rename uint64_6 to uint64_t, correcting a typo.
2012-06-08  Jay Freeman (saurik)Bridge types for u?longlong, [US]Int64, and u?int*_t.
2012-06-03  Jay Freeman (saurik)Remove nil from bridge: it is a runtime property.
2012-06-01  Jay Freeman (saurik)Make protocol_copyPropertyList return an array of prope...
2010-04-24  Jay Freeman (saurik)I forgot _NSPoint in Bridge.def.
2010-04-02  Jay Freeman (saurik)Added CalEventIsAllDay to Bridge.def for Element.
2009-11-19  Jay Freeman (saurik)Drastic performance enhancement by using a perfect...
2009-11-15  Jay Freeman (saurik)Fixed the #.prop case, made invalid bridging throw...
2009-11-11  Jay Freeman (saurik)Added some bridging for CoreTelephony.
2009-11-08  Jay Freeman (saurik)Fixed control generation, Cycript.all namespace, and...
2009-11-07  Jay Freeman (saurik)Attempting to wedge Cycript into a WebView.
2009-10-31  Jay Freeman (saurik)Added runloop detection support, ported Handler back...
2009-10-19  Jay Freeman (saurik)Support array ffi_type through some shady argumentaton...
2009-10-16  Jay Freeman (saurik)Implemented ivar access, added some general runtime...
2009-10-14  Jay Freeman (saurik)Added a lot of bridge supports, setup for enum and...
2009-10-11  Jay Freeman (saurik)Fixed an issue where I could no longer create pointers...
2009-10-10  Jay Freeman (saurik)Added bridging for nlist_64, activated memory manager...
2009-10-10  Jay Freeman (saurik)Started working on CYApplicationMain replacement, added...
2009-10-10  Jay Freeman (saurik)Implemented @property access, made Pointer.toCYON print...
2009-10-09  Jay Freeman (saurik)Added more UIKit bridging, better factored property...
2009-10-09  Jay Freeman (saurik)Add CFShow* to Bridge.
2009-10-09  Jay Freeman (saurik)Output all message declarations (not just one or the...
2009-10-09  Jay Freeman (saurik)Mostly implemented Struct support.
2009-10-09  Jay Freeman (saurik)Tried to unify naming of classes, removed usages of...
2009-10-08  Jay Freeman (saurik)Further memory management improvements, fixed some...
2009-10-08  Jay Freeman (saurik)Drastic improvements to memory management, handle many...
2009-09-29  Jay Freeman (saurik)Finished JS Bison/Flex parser.
2009-09-01  Jay Freeman (saurik)Initial bridge support.