]> git.saurik.com Git - cycript.git/history - sig/ffi_type.hpp
Move x.type() to typeid(x) and implement variadic.
[cycript.git] / sig / ffi_type.hpp
2015-12-30  Jay Freeman (saurik)Move x.type() to typeid(x) and implement variadic.
2015-12-29  Jay Freeman (saurik)Replace sig::Primitive with full object hierarchy.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-04-01  Douglas William... It successfully compiles on a Mac. Compiles, that's...
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Insanely massive refactoring, bringing both exceptions...
2009-10-22  Jay Freeman (saurik)Ported back to the iPhone.
2009-10-22  Jay Freeman (saurik)Further makefile reorganization, header file fixes...
2009-10-10  Jay Freeman (saurik)Moved HTTP server to its own file, implemented toJSON...
2009-08-31  Jay Freeman (saurik)Generalized FFI calls.
2009-08-31  Jay Freeman (saurik)Initial FFI call success.