]> git.saurik.com Git - cycript.git/history - Complete.cpp
Attach FFI closure deallocation to Functor's pool.
[cycript.git] / Complete.cpp
2015-12-23  Jay Freeman (saurik)Provide tab completions using the bridge database.
2015-12-19  Jay Freeman (saurik)Try to use std::streambuf instead of std::istream.
2015-12-07  Jay Freeman (saurik)Support tab completion on unenumerable properties.
2015-12-02  Jay Freeman (saurik)Limit recompilation of files upon changed grammar.
2015-11-30  Jay Freeman (saurik)Parse (but ignore) ECMAScript 6 "spread elements".
2015-11-29  Jay Freeman (saurik)Reorganize grammar to match the ECMAScript 6 spec.
2015-11-26  Jay Freeman (saurik)Maybe thread local storage is a performance issue.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.