]> git.saurik.com Git - cycript.git/history - Complete.cpp
Instance's toPointer() should return as CFTypeRef.
[cycript.git] / Complete.cpp
2016-01-10  Jay Freeman (saurik)Correct prototype hierearchy (simple AND elegant).
2016-01-10  Jay Freeman (saurik)Fix long-broken Objective-C message ]-completions.
2016-01-08  Jay Freeman (saurik)Fix multi-line template strings, removing ?expand.
2016-01-08  Jay Freeman (saurik)Add () to non-properties and complete "real" ones.
2016-01-08  Jay Freeman (saurik)Fold messages into the JavaScript prototype chain.
2016-01-04  Jay Freeman (saurik)Allow users to tab complete struct and enum names.
2016-01-04  Jay Freeman (saurik)Speed up tab completion and hide $cy* identifiers.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2015-12-30  Jay Freeman (saurik)Parse scope and symbol colon operators, from Ruby.
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.