2016-01-13 |
Jay Freeman (saurik) | Use C int promotion rule to work around BOOL cast. v0.9.592 |
blob | commitdiff | raw |
2016-01-11 |
Jay Freeman (saurik) | Bridge any toPointer to id as a cast (for Cydget). |
blob | commitdiff | raw | diff to current |
2016-01-10 |
Jay Freeman (saurik) | CYONify the contents of a JavaMethod override set. |
blob | commitdiff | raw | diff to current |
2016-01-07 |
Jay Freeman (saurik) | Protect system, add process.argv and global print. |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Jay Freeman (saurik) | Embed core libraries for node.js in libcycript.db. |
blob | commitdiff | raw | diff to current |
2016-01-03 |
Jay Freeman (saurik) | Use class extension syntax as part of Object CYON. |
blob | commitdiff | raw | diff to current |
2016-01-02 |
Jay Freeman (saurik) | Fix compilation errors using gcc from Android NDK. |
blob | commitdiff | raw | diff to current |
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) | Made lots of progress on Java bridge (checkpoint). |
blob | commitdiff | raw | diff to current |
2016-01-01 |
Jay Freeman (saurik) | This implementation for Java works, but I hate it. |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Jay Freeman (saurik) | Move x.type() to typeid(x) and implement variadic. |
blob | commitdiff | raw | diff to current |
2015-12-29 |
Jay Freeman (saurik) | Improve CString/Pointer consistency, using CArray. |
blob | commitdiff | raw | diff to current |
2015-12-29 |
Jay Freeman (saurik) | Replace sig::Primitive with full object hierarchy. |
blob | commitdiff | raw | diff to current |
2015-12-28 |
Jay Freeman (saurik) | Make an array builder to keep JSValueRef on stack. |
blob | commitdiff | raw | diff to current |
2015-12-28 |
Jay Freeman (saurik) | Support round trip of signed char through typedef. |
blob | commitdiff | raw | diff to current |
2015-12-22 |
Jay Freeman (saurik) | Automatically generate FFI bridges using libclang. |
blob | commitdiff | raw | diff to current |
2015-12-20 |
Jay Freeman (saurik) | Implement toPointer for CString, Pointer, Functor. |
blob | commitdiff | raw | diff to current |
2015-12-19 |
Jay Freeman (saurik) | Make char * extend String and cast well to void *. |
blob | commitdiff | raw | diff to current |
2015-11-26 |
Jay Freeman (saurik) | Port to Linux: g++ 4.8 and JavaScriptCoreGTK+ 4.0. |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Jay Freeman (saurik) | Implement Ctrl-C "cancel" with ExecutionTimeLimit. |
blob | commitdiff | raw | diff to current |
2015-11-11 |
Jay Freeman (saurik) | Isolate ffi_call uses to only one common function. |
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 |
2015-11-09 |
Jay Freeman (saurik) | GNUstep does not export object_getClass *sigh* :(. |
blob | commitdiff | raw | diff to current |
2015-11-05 |
Jay Freeman (saurik) | Port to the now modern version of GNUstep (Linux). |
blob | commitdiff | raw | diff to current |
2015-11-04 |
Jay Freeman (saurik) | Fix object reference comparisons (and remove nil). |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Jay Freeman (saurik) | Prefer JSValueIsStrictEqual to compare prototypes. |
blob | commitdiff | raw | diff to current |
2015-09-15 |
Jay Freeman (saurik) | On iOS 9, JSObjectGetPrototype changes JSValueRef. |
blob | commitdiff | raw | diff to current |
2014-10-13 |
Jay Freeman (saurik) | Directly create types for Objective-C field types. |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Jay Freeman (saurik) | Support having multiple language hooks registered. |
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-06-05 |
Jay Freeman (saurik) | Avoid infinite recursion while CYONifying objects. |
blob | commitdiff | raw | diff to current |
2014-06-04 |
Jay Freeman (saurik) | Slightly improve horrible #ifdef'd type encoding. |
blob | commitdiff | raw | diff to current |
2014-01-26 |
Jay Freeman (saurik) | Add hasProperty for All and ObjectiveC::Classes. |
blob | commitdiff | raw | diff to current |
2014-01-20 |
Jay Freeman (saurik) | Add a new ?gc to run GC without running a script. |
blob | commitdiff | raw | diff to current |
2014-01-20 |
Jay Freeman (saurik) | Provide a new ?destroy to release the JSContext. |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Jay Freeman (saurik) | CYONify pointers as the address of their values. |
blob | commitdiff | raw | diff to current |
2014-01-12 |
Jay Freeman (saurik) | {Functor,Selector}.type should return @encode(). |
blob | commitdiff | raw | diff to current |
2014-01-10 |
Jay Freeman (saurik) | CYExecute() should run code in a specific context. |
blob | commitdiff | raw | diff to current |
2014-01-09 |
Jay Freeman (saurik) | I really really want some kind of Error monad :(. |
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 |
2013-06-15 |
Jay Freeman (saurik) | Clean up a couple #include and build dependencies. |
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 |
2012-06-03 |
Jay Freeman (saurik) | Expose Objective-C class names to tab completion. |
blob | commitdiff | raw | diff to current |
2012-06-03 |
Jay Freeman (saurik) | Split JavaScript Array utility functions into Library. |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Jay Freeman (saurik) | Updated copyright (2010) and license (LGPLv3). |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Add String::toCYON, toString_s, and bridge NSString... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Make CYExecute take a CYUTF8String and fix the size... |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Douglas William... | It successfully compiles on a Mac. Compiles, that's... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Jay Freeman (saurik) | Drastic performance enhancement by using a perfect... |
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-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) | Started the refactoring required for multi-context. |
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 |
|