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 |
2010-04-27 |
Jay Freeman (saurik) | Add String::toCYON, toString_s, and bridge NSString... |
tree | commitdiff |
2010-04-27 |
Jay Freeman (saurik) | NSString was not even remotely correctly bridged. |
tree | commitdiff |
2010-04-27 |
Jay Freeman (saurik) | NSArrays don't have implicit properties. |
tree | commitdiff |
2010-04-27 |
Jay Freeman (saurik) | Walk superclasses while generating implicit property... |
tree | commitdiff |
2010-04-27 |
Jay Freeman (saurik) | Support per-Class deactivation of implicit properties. |
tree | commitdiff |
2010-04-27 |
Jay Freeman (saurik) | Support enumeration of implicit properties. |
tree | commitdiff |
2010-04-24 |
Jay Freeman (saurik) | Pretend to support Blocks. |
tree | commitdiff |
2010-04-02 |
Douglas William... | Evil magic juju FTW! |
tree | commitdiff |
2010-04-02 |
Jay Freeman (saurik) | Found a memory management mistake (new Instance should... |
tree | commitdiff |
2010-03-04 |
Jay Freeman (saurik) | Add a concept of .toPointer(). |
tree | commitdiff |
2010-03-04 |
Jay Freeman (saurik) | Add a valueOf to Instance. |
tree | commitdiff |
2010-03-04 |
Jay Freeman (saurik) | Added a weird nil-specific toString() check. |
tree | commitdiff |
2009-11-20 |
Jay Freeman (saurik) | I hate Apple's sham of a compiler. |
tree | commitdiff |
2009-11-19 |
Jay Freeman (saurik) | Added support for @class protocol lists. |
tree | commitdiff |
2009-11-19 |
Jay Freeman (saurik) | Drastic performance enhancement by using a perfect... |
tree | commitdiff |
2009-11-17 |
Jay Freeman (saurik) | Fixed some compilation errors on Mac OS X. |
tree | commitdiff |
2009-11-16 |
Jay Freeman (saurik) | Ported Objective-C bridge to match up with the latest... |
tree | commitdiff |
2009-11-16 |
Jay Freeman (saurik) | Started working on variable name replacement strategies... |
tree | commitdiff |
2009-11-15 |
Jay Freeman (saurik) | I forgot to setup $cym during @class categories. |
tree | commitdiff |
2009-11-11 |
Jay Freeman (saurik) | OMG, the last fix didn't even work, because Apple's... |
tree | commitdiff |
2009-11-11 |
Jay Freeman (saurik) | I don't understand what the hell is wrong with Apple... |
tree | commitdiff |
2009-11-11 |
Jay Freeman (saurik) | Removed with(Cycript.all), unified the All_ instances... |
tree | commitdiff |
2009-11-07 |
Jay Freeman (saurik) | Attempting to wedge Cycript into a WebView. |
tree | commitdiff |
2009-11-05 |
Jay Freeman (saurik) | Finished factoring out multi-context support and made... |
tree | commitdiff |
2009-11-05 |
Jay Freeman (saurik) | Updated copyright and licenses. |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | The release pooling mechanism is now becoming scary. |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | Removed all global cache objects, placing them in a... |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | Started the refactoring required for multi-context. |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | Broke SetupContext into an Initialize part. |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | Half fixed (at least it doesn't throw an exception... |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | Fixed the GC crash of doom that kennytm reported: appar... |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | Finished implementing array ffi. |
tree | commitdiff |
2009-11-04 |
Jay Freeman (saurik) | Worked around an incorrect warning exposed by the optim... |
tree | commitdiff |
2009-11-02 |
Jay Freeman (saurik) | Changed "%zu" to "%"APR_SIZE_T_FMT on APR format calls... |
tree | commitdiff |
2009-11-02 |
Jay Freeman (saurik) | Fixed the exception throwing mechanism to throw real... |
tree | commitdiff |
2009-11-01 |
Jay Freeman (saurik) | Got true JS booleans working in GNUstep. |
tree | commitdiff |
2009-11-01 |
Jay Freeman (saurik) | Fixed GNUstep. |
tree | commitdiff |
2009-11-01 |
Jay Freeman (saurik) | Welcome to Leopard. |
tree | commitdiff |
2009-11-01 |
Jay Freeman (saurik) | Fixed exception support from Objective-C back to Cycript. |
tree | commitdiff |
2009-10-31 |
Jay Freeman (saurik) | Fixed a few bugs in the cross-compile and a GNUstep... |
tree | commitdiff |
2009-10-31 |
Jay Freeman (saurik) | Fixed a stupid bug, caused by GNUstep porting, that... |
tree | commitdiff |
next |