]> git.saurik.com Git - cycript.git/history - .gitignore
Include stack trace when printing Java exceptions.
[cycript.git] / .gitignore
2016-01-03  Jay Freeman (saurik)Don't stack overflow on struct pointers in cycles.
2015-12-22  Jay Freeman (saurik)Automatically generate FFI bridges using libclang.
2015-12-21  Jay Freeman (saurik)Support requiring simple modules installed by npm.
2015-12-03  Jay Freeman (saurik)Add libuv to the build (static linking for Apple).
2015-12-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.
2015-11-25  Jay Freeman (saurik)Support most of the Unicode stuff in ECMAScript 6.
2015-11-23  Jay Freeman (saurik)Optimize for lexer performance: stop backtracking.
2015-11-02  Jay Freeman (saurik)Avoid dependency hell by overriding location type.
2015-10-28  Jay Freeman (saurik)Port to Substrate: use cynject (this is GPL-safe).
2014-10-11  Jay Freeman (saurik)Build and configure required libraries on Android.
2014-10-11  Jay Freeman (saurik)Give Xcode/Apple/iOS build scripts a common prefix.
2014-08-19  Jay Freeman (saurik)Use osx as the short tag for OS X instead of mac.
2014-07-09  Jay Freeman (saurik)Cycript.framework is no longer one unified folder.
2014-01-21  Jay Freeman (saurik)Only .gitignore "cycript" if at the top-level.
2014-01-21  Jay Freeman (saurik)Rename Cycript_ directory to friendly Cycript.lib.
2014-01-01  Jay Freeman (saurik)Add desktop Cycript distribution zip to .gitignore.
2013-09-24  Jay Freeman (saurik)We need to codesign cycript with our entitlements.
2013-09-11  Jay Freeman (saurik)Capitalize cycript_ to not break bash tab complete. v0.9.500%b1
2013-09-11  Jay Freeman (saurik)Do not store a hidden file in the Cycript package.
2013-09-11  Jay Freeman (saurik)Allow the type to be recovered from a Functor.
2013-09-08  Jay Freeman (saurik)Split Xcode build environment by configure passes.
2013-09-07  Jay Freeman (saurik)Finish new libffi and readline compilation scripts.
2013-09-06  Jay Freeman (saurik)Add libffi submodule and a script to build for iOS.
2013-09-06  Jay Freeman (saurik)Add readline-6.2 to .gitignore (for Mac OS X).
2013-06-20  Jay Freeman (saurik)Ignore stamp-h1, a "timestamp" for config.h.
2013-06-20  Jay Freeman (saurik)I should include built config.h.in for other users.
2013-06-20  Jay Freeman (saurik)Integrate GNU autoheader, and the libffi unconfig.
2013-06-17  Jay Freeman (saurik)Remove Makefile.in from .gitignore (forgot that).
2013-06-15  Jay Freeman (saurik)Don't rely on cc1obj for Objective-C struct tables.
2013-06-15  Jay Freeman (saurik)Port build environment to automake (break -arch).
2012-06-05  Jay Freeman (saurik)Add a .gitignore to finalize the transition to git.