]> git.saurik.com Git - cycript.git/history - libcycript.cy
Use libclang to walk CXType for anonymous structs.
[cycript.git] / libcycript.cy
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2016-01-02  Jay Freeman (saurik)Made lots of progress on Java bridge (checkpoint).
2016-01-01  Jay Freeman (saurik)Use * and -> syntax to unify Java and Objective-C.
2016-01-01  Jay Freeman (saurik)Add x.[] syntax for "legitimate" subscript access.
2016-01-01  Jay Freeman (saurik)This implementation for Java works, but I hate it.
2015-12-30  Jay Freeman (saurik)Move x.type() to typeid(x) and implement variadic.
2015-12-23  Jay Freeman (saurik)Error instances that weren't thrown have no stack.
2015-12-23  Jay Freeman (saurik)Provide toCYON for more built-in JavaScript types.
2015-12-23  Jay Freeman (saurik)Provide access to errno (though not from console).
2015-12-23  Jay Freeman (saurik)Implement synchronous lstat: node.js binding demo.
2015-12-23  Jay Freeman (saurik)Work around libclang to find parameterized macros.
2015-12-23  Jay Freeman (saurik)Convert static inline functions into bridge stubs.
2015-12-21  Jay Freeman (saurik)Cache crazy dlopen/dladdr library path gymnastics.
2015-12-21  Jay Freeman (saurik)Forgot to include license header in libcycript.cy.
2015-12-21  Jay Freeman (saurik)Print the sort-of stack trace from JavaScriptCore.
2015-12-21  Jay Freeman (saurik)Support requiring simple modules installed by npm.
2015-12-19  Jay Freeman (saurik)Port Error.toCYON() to JS and write Date.toCYON().