2014-01-18 |
Jay Freeman (saurik) | Cache __NSMallocBlock__ and verify it even exists. |
tree | commitdiff |
2014-01-17 |
Jay Freeman (saurik) | Move Cydget* to ObjectiveC and @throw exceptions. |
tree | commitdiff |
2014-01-17 |
Jay Freeman (saurik) | Objective-C block syntax should return NSBlock *. |
tree | commitdiff |
2014-01-15 |
Jay Freeman (saurik) | Update @import syntax to desugar into require(). |
tree | commitdiff |
2014-01-12 |
Jay Freeman (saurik) | The objc_registerClassPair hack is not even there. |
tree | commitdiff |
2014-01-12 |
Jay Freeman (saurik) | Try to avoid using encodings when signatures work. |
tree | commitdiff |
2014-01-12 |
Jay Freeman (saurik) | {Functor,Selector}.type should return @encode(). |
tree | commitdiff |
2014-01-10 |
Jay Freeman (saurik) | Filter chosen objects to those of the right size. |
tree | commitdiff |
2014-01-10 |
Jay Freeman (saurik) | Find instances of all subclasses with choose(). |
tree | commitdiff |
2014-01-10 |
Jay Freeman (saurik) | The Axiom of Choice is obviously true.--Jerry Bona |
tree | commitdiff |
2014-01-09 |
Jay Freeman (saurik) | Make Selector_callAsFunction_toJSON pass-through. |
tree | commitdiff |
2014-01-09 |
Jay Freeman (saurik) | Split $objc_msgSend apart, normalizing exceptions. |
tree | commitdiff |
2014-01-09 |
Jay Freeman (saurik) | -[NSCFType cy$toJSON:inContext:] 64-bit encoding. |
tree | commitdiff |
2014-01-09 |
Jay Freeman (saurik) | Factor JSValueRef exception arguments to _jsccall. |
tree | commitdiff |
2014-01-09 |
Jay Freeman (saurik) | I really really want some kind of Error monad :(. |
tree | commitdiff |
2014-01-07 |
Jay Freeman (saurik) | Support Internal_setProperty with bitfield types. |
tree | commitdiff |
2014-01-07 |
Jay Freeman (saurik) | Support Internal_getProperty with bitfield types. |
tree | commitdiff |
2014-01-06 |
Jay Freeman (saurik) | Add support for C++11 lambda expression syntax. |
tree | commitdiff |
2014-01-02 |
Jay Freeman (saurik) | Store all unstable Class CYONifications in a set. |
tree | commitdiff |
2014-01-02 |
Jay Freeman (saurik) | On ARM64, the isa instance variable is a tagged. |
tree | commitdiff |
2014-01-02 |
Jay Freeman (saurik) | Add CYTry/CYCatch brackets around all the codes. |
tree | commitdiff |
2014-01-02 |
Jay Freeman (saurik) | Remove an obsolete JavaScript exception bracket. |
tree | commitdiff |
2013-12-31 |
Jay Freeman (saurik) | Apple no longer supports *_stret() on -arch arm64. |
tree | commitdiff |
2013-09-07 |
Jay Freeman (saurik) | Change ObjectiveC/Output.mm to straight-up C++. |
tree | commitdiff |
2013-06-23 |
Jay Freeman (saurik) | Do not rely on WebKit/WebCore for WebUndefined. |
tree | commitdiff |
2013-06-22 |
Jay Freeman (saurik) | Reimplement apr_pools using CYPool in libcycript. |
tree | commitdiff |
2013-06-21 |
Jay Freeman (saurik) | Replace only apr_pool_cleanup_register with CYPool. |
tree | commitdiff |
2013-06-21 |
Jay Freeman (saurik) | Replace only use of apr_strtok with manual loop. |
tree | commitdiff |
2013-06-21 |
Jay Freeman (saurik) | Replace all apr_pool_t * usages with CYPool &. |
tree | commitdiff |
2013-06-19 |
Jay Freeman (saurik) | Upgrade copyright notice (2013, mk, sh, GPLv3). |
tree | commitdiff |
2013-06-15 |
Jay Freeman (saurik) | Don't rely on cc1obj for Objective-C struct tables. |
tree | commitdiff |
2013-06-12 |
Jay Freeman (saurik) | Cast NSUInteger arguments to size_t for %zu format. |
tree | commitdiff |
2013-06-12 |
Jay Freeman (saurik) | Use explicit typed value for CYCatch error return. |
tree | commitdiff |
2013-03-21 |
Jay Freeman (saurik) | Allow expressions as array subscripts in @encode. |
tree | commitdiff |
2012-09-16 |
Jay Freeman (saurik) | Allow unnamed arguments with CYTypedParameter. v0.9.461 |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Use new ^ syntax to bridge Blocks (with @ offset). v0.9.460 |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Change void to BlockLiteral in copy/dispose types. |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Move definitions of Block datatypes to global scope. |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Factor common code out of FFI closure adapters. |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Allow Objective-C blocks as a short Functor syntax. |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Reorganize typed identifier storage for other uses. |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Add @encode() support and use its grammar for types. |
tree | commitdiff |
2012-09-15 |
Jay Freeman (saurik) | Replace TypeInstance with Class, which is not Type. |
tree | commitdiff |
2012-09-14 |
Jay Freeman (saurik) | Provide a .typeOf() to get a Type of an ObjC Class. |
tree | commitdiff |
2012-09-14 |
Jay Freeman (saurik) | Move FunctionInstance_ into alphabetical order. |
tree | commitdiff |
2012-09-14 |
Jay Freeman (saurik) | We can assume that Instance() will never wrap nil. |
tree | commitdiff |
2012-09-14 |
Jay Freeman (saurik) | Use Type as the prototype-bridge for metaclasses. |
tree | commitdiff |
2012-09-14 |
Jay Freeman (saurik) | Fix cy$getProperty so NSArray .length is primitive. |
tree | commitdiff |
2012-09-14 |
Jay Freeman (saurik) | Remove redundant implicit NSString length property. |
tree | commitdiff |
2012-09-14 |
Jay Freeman (saurik) | CYONify WebUndefined as "undefined" (fixing typo). |
tree | commitdiff |
2012-09-13 |
Jay Freeman (saurik) | Improve definition of CYIsClass using meta classes. |
tree | commitdiff |
2012-09-13 |
Jay Freeman (saurik) | Factor checks for Instance_ as CYJSValueIsNSObject. |
tree | commitdiff |
2012-09-13 |
Jay Freeman (saurik) | Fix the implementation of cy$toJSON for primitives. |
tree | commitdiff |
2012-09-13 |
Jay Freeman (saurik) | Fix @bool .valueOf() to return boolean, not number. |
tree | commitdiff |
2012-09-13 |
Jay Freeman (saurik) | Prefer __NSCFBoolean to non-__ for iOS compatibility. |
tree | commitdiff |
2012-09-13 |
Jay Freeman (saurik) | Make devoid argument of CYImplements default false. |
tree | commitdiff |
2012-09-12 |
Jay Freeman (saurik) | Add some occasionally-missing @'s lost to type cast. |
tree | commitdiff |
2012-09-12 |
Jay Freeman (saurik) | Remove redundant @ usage from CYON data structures. |
tree | commitdiff |
2012-09-11 |
Jay Freeman (saurik) | Document a potential change to FunctionInstance. |
tree | commitdiff |
2012-09-11 |
Jay Freeman (saurik) | Merge CYCastNSObject{,_}, an obsolete distinction. |
tree | commitdiff |
2012-07-02 |
Jay Freeman (saurik) | Preempt accidental fall-through setting properties. |
tree | commitdiff |
2012-06-17 |
Jay Freeman (saurik) | Use sel_registerName() instead of new Selector(). |
tree | commitdiff |
2012-06-10 |
Jay Freeman (saurik) | Use JSGlobalContextRef for context_; retain/release. |
tree | commitdiff |
2012-06-09 |
Jay Freeman (saurik) | Use associated objects to allow expando properties. |
tree | commitdiff |
2012-06-08 |
Jay Freeman (saurik) | When messages took no arguments, type returned NULL. v0.9.457 |
tree | commitdiff |
2012-06-08 |
Jay Freeman (saurik) | Add missing $cym as a bound variable in CYCategory. |
tree | commitdiff |
2012-06-08 |
Jay Freeman (saurik) | Allow type signatures to be specified on messages. |
tree | commitdiff |
2012-06-07 |
Jay Freeman (saurik) | Update the copyright: 2009-2010 is now 2009-2012. |
tree | commitdiff |
2012-06-06 |
Jay Freeman (saurik) | New syntax: let declarations, initialised arguments. |
tree | commitdiff |
2012-06-04 |
Jay Freeman (saurik) | Support __NSCFBoolean, the iOS version of NSCFBoolean. |
tree | commitdiff |
2012-06-04 |
Jay Freeman (saurik) | Rename cy$JSValueInContext to cy$valueOfInContext. v0.9.455 |
tree | commitdiff |
2012-06-04 |
Jay Freeman (saurik) | Bridge NSBlock as a callable JavaScript function. |
tree | commitdiff |
2012-06-04 |
Jay Freeman (saurik) | Do not check against classes that are not instanced. |
tree | commitdiff |
2012-06-04 |
Jay Freeman (saurik) | The keys of NSDictionary need to be CYCastNSObject. |
tree | commitdiff |
2012-06-04 |
Jay Freeman (saurik) | Replace failed prototype trick with separate classes. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Use the base JavaScript CYONifier for CYJSArray. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Support variadic messages (bridge extras as object). |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Add support for Objective-C boxed expression syntax. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Use the same trick on Object that made StringInstance. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Use the same trick on Array that made StringInstance. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Match up Instance_callAsFunction_{toString,valueOf}. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Move cy$JSValueInContext use from cast to valueOf. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Add Objective-C @ prefix to CYONified primitives. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Remove StringInstance class (but keep constructor). |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Expose Objective-C class names to tab completion. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Split JavaScript Array utility functions into Library. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Use Array.prototype, not Array, to look up functions. |
tree | commitdiff |
2012-06-03 |
Jay Freeman (saurik) | Fix the name of getProperty for Instance.prototype. |
tree | commitdiff |
2011-06-03 |
Jay Freeman (saurik) | Special case __NSGenericDeallocHandler. v0.9.450 |
tree | commitdiff |
2011-05-21 |
Jay Freeman (saurik) | Fix #include for GNUstep. |
tree | commitdiff |
2011-05-20 |
Jay Freeman (saurik) | Support building for iOS (Universal) on Mac. |
tree | commitdiff |
2010-11-18 |
Jay Freeman (saurik) | I lost a $ on $cyr at some point during the super trans... |
tree | commitdiff |
2010-07-12 |
Jay Freeman (saurik) | Refactor some for loops to a CYForEach() over CYNext<>. |
tree | commitdiff |
2010-07-12 |
Jay Freeman (saurik) | Remove CYPA and replace with saner inline constant... |
tree | commitdiff |
2010-07-10 |
Jay Freeman (saurik) | Updated copyright (2010) and license (LGPLv3). |
tree | commitdiff |
2010-07-08 |
Jay Freeman (saurik) | Port Objective-C/Replace to C++. |
tree | commitdiff |
2010-07-08 |
Jay Freeman (saurik) | Changed from a threaded pool to a thread-local pool... |
tree | commitdiff |
2010-07-05 |
Jay Freeman (saurik) | Let's at least parse Objective-J. |
tree | commitdiff |
2010-07-05 |
Jay Freeman (saurik) | Temporary code in if converted to assert. |
tree | commitdiff |
2010-04-27 |
Jay Freeman (saurik) | Add a level of indirection to NSString->String prototyp... |
tree | commitdiff |
next |