]> git.saurik.com Git - cycript.git/history - cycript.hpp
Also use CXType walker to for function prototypes.
[cycript.git] / cycript.hpp
2016-01-08  Jay Freeman (saurik)Fix multi-line template strings, removing ?expand.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2016-01-02  Jay Freeman (saurik)Java backend now handles Swill-style Jetty server.
2015-12-23  Jay Freeman (saurik)Convert static inline functions into bridge stubs.
2015-12-20  Jay Freeman (saurik)Fix quote when stringifying C/Objective-C strings.
2015-12-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.
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.
2014-01-26  Jay Freeman (saurik)CYPoolCode should simply take an std::istream &.
2014-01-17  Jay Freeman (saurik)Separate useful CYPoolCode from CydgetMemoryParse.
2013-09-10  Jay Freeman (saurik)Make CYHandleClient only take a file descriptor.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
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).
2009-11-15  Jay Freeman (saurik)Factored out the execution engine from the compiler.
2009-11-07  Jay Freeman (saurik)Attempting to wedge Cycript into a WebView.
2009-11-05  Jay Freeman (saurik)Finished factoring out multi-context support and made...
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
2009-11-04  Jay Freeman (saurik)Removed all global cache objects, placing them in a...
2009-11-04  Jay Freeman (saurik)Broke SetupContext into an Initialize part.
2009-11-04  Jay Freeman (saurik)Finished implementing array ffi.
2009-11-01  Jay Freeman (saurik)Got true JS booleans working in GNUstep.
2009-11-01  Jay Freeman (saurik)Fixed GNUstep.
2009-11-01  Jay Freeman (saurik)Attempted to port back to Linux.
2009-11-01  Jay Freeman (saurik)Welcome to Leopard.
2009-10-31  Jay Freeman (saurik)Fixed non-CY_ATTACH builds.
2009-10-31  Jay Freeman (saurik)Finished porting to GNUstep, although it doesn't actual...
2009-10-31  Jay Freeman (saurik)Further attempts at making Cycript portable to GNUstep.
2009-10-28  Jay Freeman (saurik)Added getPropertyNames bridging (albeit lame) and fixed...
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...
2009-10-26  Jay Freeman (saurik)Moved from plist files to sqlite3 and finalized non...
2009-10-23  Jay Freeman (saurik)Improved support for null-including strings.
2009-10-23  Jay Freeman (saurik)Mostly insulated Objective-C from Library.mm.
2009-10-22  Jay Freeman (saurik)Ported back to the iPhone.
2009-10-22  Jay Freeman (saurik)Continuing to attempt to get build environment to be...
2009-10-22  Jay Freeman (saurik)Further makefile reorganization, header file fixes...
2009-10-22  Jay Freeman (saurik)Started working on making the build environment more...
2009-10-16  Jay Freeman (saurik)Broke apart Connector from Library and fixed cases...
2009-10-16  Jay Freeman (saurik)Implemented ivar access, added some general runtime...
2009-10-15  Jay Freeman (saurik)Finally got process attach stable.
2009-10-11  Jay Freeman (saurik)Finished the memory manager.
2009-10-10  Jay Freeman (saurik)Implemented @property access, made Pointer.toCYON print...
2009-10-10  Jay Freeman (saurik)Moved HTTP server to its own file, implemented toJSON...
2009-10-09  Jay Freeman (saurik)Remove system.global temporarily, added libffi Depends...
2009-10-08  Jay Freeman (saurik)Drastic modifications to exception handling that requir...
2009-10-08  Jay Freeman (saurik)Further memory management improvements, fixed some...
2009-10-08  Jay Freeman (saurik)Drastic improvements to memory management, handle many...
2009-10-02  Jay Freeman (saurik)Drastically improved serializer.
2009-10-01  Jay Freeman (saurik)Change mind (again) and use tightly-coupled C++ API.