]> git.saurik.com Git - cycript.git/history - Decode.cpp
Got exceptions bridged, back and forth, with Java.
[cycript.git] / Decode.cpp
2015-12-30  Jay Freeman (saurik)Move x.type() to typeid(x) and implement variadic.
2015-12-29  Jay Freeman (saurik)Replace sig::Primitive with full object hierarchy.
2015-12-28  Jay Freeman (saurik)Support round trip of signed char through typedef.
2015-12-22  Jay Freeman (saurik)Add struct definitions and namespace struct names.
2015-12-19  Jay Freeman (saurik)Finally provide totally legit support for structs.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-01-24  Jay Freeman (saurik)Unknown block arguments can decode to NSBlock *.
2014-01-21  Jay Freeman (saurik)Do not ever use NULL type_s, even for ? encoding.
2014-01-21  Jay Freeman (saurik)Implement full unsigned/signed/long/short syntax.
2014-01-17  Jay Freeman (saurik)Add support to @encode, Decode_, and With blocks.
2014-01-12  Jay Freeman (saurik)Make @encode(char *) and new Type("r*") both work.
2014-01-12  Jay Freeman (saurik){Functor,Selector}.type should return @encode().