]> git.saurik.com Git - cycript.git/history - Execute.cpp
Move x.type() to typeid(x) and implement variadic.
[cycript.git] / Execute.cpp
2015-12-30  Jay Freeman (saurik)Move x.type() to typeid(x) and implement variadic.
2015-12-29  Jay Freeman (saurik)Attach FFI closure deallocation to Functor's pool.
2015-12-29  Jay Freeman (saurik)Fix Objective-C dictionary/array literal lowering.
2015-12-29  Jay Freeman (saurik)Provide CYCastJSValue override for short integers.
2015-12-29  Jay Freeman (saurik)Improve CString/Pointer consistency, using CArray.
2015-12-29  Jay Freeman (saurik)Tighten (and sort of "fix") some native alignment.
2015-12-29  Jay Freeman (saurik)Fix awkward mistake in embedded NUL char encoding.
2015-12-29  Jay Freeman (saurik)Replace sig::Primitive with full object hierarchy.
2015-12-29  Jay Freeman (saurik)Print NULL instead of crashing for CString.toCYON.
2015-12-28  Jay Freeman (saurik)Make Pointer/Struct .type compatible with Functor.
2015-12-28  Jay Freeman (saurik)Make an array builder to keep JSValueRef on stack.
2015-12-28  Jay Freeman (saurik)Support round trip of signed char through typedef.
2015-12-23  Jay Freeman (saurik)Provide useful-ish error messages from eval calls.
2015-12-23  Jay Freeman (saurik)Use case-sensitive comparison for tab completions.
2015-12-23  Jay Freeman (saurik)Walk up from .libs folder for non-Apple makefiles.
2015-12-23  Jay Freeman (saurik)Add (future) flags field to the bindings database.
2015-12-23  Jay Freeman (saurik)Provide tab completions using the bridge database.
2015-12-23  Jay Freeman (saurik)Provide access to errno (though not from console).
2015-12-23  Jay Freeman (saurik)Implement synchronous lstat: node.js binding demo.
2015-12-23  Jay Freeman (saurik)Generate functions to "bind" parameterized macros.
2015-12-23  Jay Freeman (saurik)Move pre-cached bridge data into the bridge cache.
2015-12-23  Jay Freeman (saurik)Fix bridge cache (it must be *below* Cycript.all).
2015-12-23  Jay Freeman (saurik)Avoid clang_tokenize and just get the source file.
2015-12-23  Jay Freeman (saurik)Both tighten and correct alignment of pool malloc.
2015-12-22  Jay Freeman (saurik)Struct field access must be mindful of alignments.
2015-12-22  Jay Freeman (saurik)Automatically generate FFI bridges using libclang.
2015-12-22  Jay Freeman (saurik)Memory allocated by new will be garbage collected.
2015-12-21  Jay Freeman (saurik)Support requiring simple modules installed by npm.
2015-12-21  Jay Freeman (saurik)Transform ECMAScript 6 import as CommonJS require.
2015-12-20  Jay Freeman (saurik)Use dladdr to improve toCYON of pointers/functors.
2015-12-20  Jay Freeman (saurik)Support cast and call of pointer-to-function type.
2015-12-20  Jay Freeman (saurik)Fix quote when stringifying C/Objective-C strings.
2015-12-20  Jay Freeman (saurik)Do not allow loss of precision due to double cast.
2015-12-20  Jay Freeman (saurik)Implement toPointer for CString, Pointer, Functor.
2015-12-19  Jay Freeman (saurik)Include type in toCYON for opaque Pointer address.
2015-12-19  Jay Freeman (saurik)Make char * extend String and cast well to void *.
2015-12-19  Jay Freeman (saurik)Port Error.toCYON() to JS and write Date.toCYON().
2015-12-19  Jay Freeman (saurik)Try to use std::streambuf instead of std::istream.
2015-12-19  Jay Freeman (saurik)Finally provide totally legit support for structs.
2015-12-19  Jay Freeman (saurik)Add typedef-expressions syntax to replace @encode.
2015-12-15  Jay Freeman (saurik)Avoid using NULL-terminated strings when possible.
2015-12-15  Jay Freeman (saurik)Throw SyntaxError, not Error, for Cycript.compile.
2015-12-12  Jay Freeman (saurik)Reboot variable renaming for lexical name scoping.
2015-12-08  Jay Freeman (saurik)Remove ?syntax and set failure exit code on throw.
2015-12-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.
2015-11-30  Jay Freeman (saurik)Drop support for ObjC @implementation expressions.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.
2015-11-24  Jay Freeman (saurik)Drastically improve pretty printed code structure.
2015-11-18  Jay Freeman (saurik)We should not explicitly cast pointers to doubles.
2015-11-17  Jay Freeman (saurik)Implement Ctrl-C "cancel" with ExecutionTimeLimit.
2015-11-13  Jay Freeman (saurik)JavaScriptCore assumes delete callback isn't NULL. v0.9.505
2015-11-11  Jay Freeman (saurik)Merge adapter into callback, removing indirection.
2015-11-11  Jay Freeman (saurik)Isolate ffi_call uses to only one common function.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2015-11-09  Jay Freeman (saurik)GNUstep does not export object_getClass *sigh* :(.
2015-11-05  Jay Freeman (saurik)Port to the now modern version of GNUstep (Linux).
2015-11-04  Jay Freeman (saurik)Fix object reference comparisons (and remove nil).
2015-10-12  Jay Freeman (saurik)I don't think the Types_ TypeMap was ever used :/.
2015-10-12  Jay Freeman (saurik)Prefer JSValueIsStrictEqual to compare prototypes.
2015-09-15  Jay Freeman (saurik)On iOS 9, JSObjectGetPrototype changes JSValueRef.
2015-09-15  Jay Freeman (saurik)Guarantee hooks_ is initialized before CYRegister.
2014-10-11  Jay Freeman (saurik)Support having multiple language hooks registered.
2014-10-11  Jay Freeman (saurik)/System/Library/Frameworks is an Apple-only path.
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-06-05  Jay Freeman (saurik)Avoid infinite recursion while CYONifying objects.
2014-06-04  Jay Freeman (saurik)Slightly improve horrible #ifdef'd type encoding.
2014-01-26  Jay Freeman (saurik)Attempt to load a framework when no module found.
2014-01-26  Jay Freeman (saurik)Do not cache modules if the module doesn't exist.
2014-01-26  Jay Freeman (saurik)CYPoolCode should simply take an std::istream &.
2014-01-26  Jay Freeman (saurik)Recursive CommonJS modules didn't actually work.
2014-01-26  Jay Freeman (saurik)Add hasProperty for All and ObjectiveC::Classes.
2014-01-21  Jay Freeman (saurik)Move lib/cycript to cycript0.9 to free up cycript.
2014-01-21  Jay Freeman (saurik)Allow usage of .type on objects of type Message.
2014-01-21  Jay Freeman (saurik)Remove CYRunSetups (this feature is broken now).
2014-01-21  Jay Freeman (saurik)Bridge NSNumber/NSCFBoolean to JS Number/Boolean.
2014-01-21  Jay Freeman (saurik)Fix pointer crashes and round-trip const void *.
2014-01-21  Jay Freeman (saurik)Implement full unsigned/signed/long/short syntax.
2014-01-20  Jay Freeman (saurik)Fix try regression in CYExecute NSAutoReleasePool.
2014-01-20  Jay Freeman (saurik)If possible, use the new debug synchronous GC API.
2014-01-20  Jay Freeman (saurik)Add a new ?gc to run GC without running a script.
2014-01-20  Jay Freeman (saurik)Provide a new ?destroy to release the JSContext.
2014-01-20  Jay Freeman (saurik)Try to CYON pointers as the address of their value.
2014-01-20  Jay Freeman (saurik)Indirecting a function pointer should get Functor.
2014-01-20  Jay Freeman (saurik)Expose the internal Type of Pointers through type.
2014-01-19  Jay Freeman (saurik)CYONify pointers as the address of their values.
2014-01-17  Jay Freeman (saurik)Move Cydget* to ObjectiveC and @throw exceptions.
2014-01-17  Jay Freeman (saurik)Add support to @encode, Decode_, and With blocks.
2014-01-17  Jay Freeman (saurik)Implement CommonJS-compliant require() function.
2014-01-12  Jay Freeman (saurik)Avoid libffi runtime code generation API on ARM64.
2014-01-12  Jay Freeman (saurik)When casting function pointers, it's more complex.
2014-01-12  Jay Freeman (saurik)Try to avoid using encodings when signatures work.
2014-01-12  Jay Freeman (saurik)Instantiating a struct using new should bbzero it.
2014-01-12  Jay Freeman (saurik)Support casting any pointer to a function type.
2014-01-12  Jay Freeman (saurik)Make @encode(char *) and new Type("r*") both work.
2014-01-12  Jay Freeman (saurik){Functor,Selector}.type should return @encode().
2014-01-10  Jay Freeman (saurik)Implement /etc/cycript/setup.d (temporary name).
2014-01-10  Jay Freeman (saurik)CYExecute() should run code in a specific context.
2014-01-10  Jay Freeman (saurik)Support @error when CYONifying JavaScript arrays.
2014-01-09  Jay Freeman (saurik)If I call ExecuteStart I /must/ call ExecuteEnd.
2014-01-09  Jay Freeman (saurik)Factor JSValueRef exception arguments to _jsccall.
next