]> git.saurik.com Git - cycript.git/history - Bridge.sh
Macros have to support overriding old definitions.
[cycript.git] / Bridge.sh
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2015-12-22  Jay Freeman (saurik)Automatically generate FFI bridges using libclang.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2014-10-11  Jay Freeman (saurik)Pass -std=c++11 in both CXXFLAGS and OBCJXXFLAGS.
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-01-29  Jay Freeman (saurik)Remove all Objective-C selector bridge definitions.
2013-07-01  Jay Freeman (saurik)On Mac OS X 10.9, cstddef is needed for offsetof.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2009-11-19  Jay Freeman (saurik)Implemented functor caching.
2009-11-19  Jay Freeman (saurik)Drastic performance enhancement by using a perfect...