]> git.saurik.com Git - cycript.git/history - Handler.cpp
Hold JavaRef<jstring> throughout CYJavaUTF8String.
[cycript.git] / Handler.cpp
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-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.
2015-12-02  Jay Freeman (saurik)Limit recompilation of files upon changed grammar.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.
2015-11-18  Jay Freeman (saurik)Apply SO_REUSEADDR to make CYListenServer simpler.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2015-11-09  Jay Freeman (saurik)Use CoreFoundation in Handler to #ifdef __APPLE__.