]> git.saurik.com Git - cycript.git/history - Decode.cpp
Use implicit properties on older, broken runtimes.
[cycript.git] / Decode.cpp
2016-01-05  Jay Freeman (saurik)Allow strings to be used as extern or field names.
2016-01-05  Jay Freeman (saurik)Do not use corrupt struct to store type reference.
2016-01-04  Jay Freeman (saurik)Analyze even more headers and added enum typedefs.
2016-01-03  Jay Freeman (saurik)Add support for __int128 (though not with libffi).
2016-01-02  Jay Freeman (saurik)Fix compilation errors using gcc from Android NDK.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
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().