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