]> git.saurik.com Git - cycript.git/history - ObjectiveC/Output.cpp
Add ?. syntax, for the object query documentation.
[cycript.git] / ObjectiveC / Output.cpp
2016-01-05  Jay Freeman (saurik)Allow strings to be used as extern or field names.
2016-01-04  Jay Freeman (saurik)Add a ?reparse mode to experiment pretty printing.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2015-12-29  Jay Freeman (saurik)Fix Objective-C dictionary/array literal lowering.
2015-12-24  Jay Freeman (saurik)Provide custom .toCYON for NSBlock (for conradev).
2015-12-19  Jay Freeman (saurik)Implement output of Objective-C class field lists.
2015-12-18  Jay Freeman (saurik)Rename everything now that we are on Bison >= 2.5.
2015-12-07  Jay Freeman (saurik)Implement ECMAScript 6 class syntax (sort of?...).
2015-12-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.
2015-11-30  Jay Freeman (saurik)Drop support for ObjC @implementation expressions.
2015-11-19  Jay Freeman (saurik)Rename CYField to CYClassField, for CYStructField.
2015-11-11  Jay Freeman (saurik)Move message parameter name into typed identifier. v0.9.504
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-10-11  Jay Freeman (saurik)Repair support for compiling without Objective-C.
2014-01-20  Jay Freeman (saurik)Add actual syntax that desugars to new Instance().
2014-01-15  Jay Freeman (saurik)Update @import syntax to desugar into require().
2014-01-12  Jay Freeman (saurik){Functor,Selector}.type should return @encode().
2013-09-07  Jay Freeman (saurik)Change ObjectiveC/Output.mm to straight-up C++.