]>
git.saurik.com Git - cycript.git/log
Jay Freeman (saurik) [Sat, 2 Jan 2016 02:17:19 +0000 (18:17 -0800)]
Made lots of progress on Java bridge (checkpoint).
Jay Freeman (saurik) [Fri, 1 Jan 2016 20:55:55 +0000 (12:55 -0800)]
Use CYJavaForEachPrimitive to map primitive types.
Jay Freeman (saurik) [Fri, 1 Jan 2016 19:15:49 +0000 (11:15 -0800)]
Use * and -> syntax to unify Java and Objective-C.
Jay Freeman (saurik) [Fri, 1 Jan 2016 19:14:17 +0000 (11:14 -0800)]
Add x.[] syntax for "legitimate" subscript access.
Jay Freeman (saurik) [Fri, 1 Jan 2016 05:21:56 +0000 (21:21 -0800)]
This implementation for Java works, but I hate it.
Jay Freeman (saurik) [Thu, 31 Dec 2015 21:38:55 +0000 (13:38 -0800)]
Add syntax akin to Java's anonymous inner classes.
Jay Freeman (saurik) [Thu, 31 Dec 2015 21:13:11 +0000 (13:13 -0800)]
Hide complicated hold manipulation behind CYHLD().
Jay Freeman (saurik) [Thu, 31 Dec 2015 04:47:24 +0000 (20:47 -0800)]
Wedge way to link against Python 2.7 to configure.
Jay Freeman (saurik) [Thu, 31 Dec 2015 04:00:25 +0000 (20:00 -0800)]
Remove old features of CYValue that are bad ideas.
Jay Freeman (saurik) [Thu, 31 Dec 2015 03:48:06 +0000 (19:48 -0800)]
Use variadic templates to better organize Classes.
Jay Freeman (saurik) [Wed, 30 Dec 2015 18:38:00 +0000 (10:38 -0800)]
Use pkg-config to find Ruby 2.1 (*sigh*) on Linux.
Jay Freeman (saurik) [Wed, 30 Dec 2015 18:29:48 +0000 (10:29 -0800)]
Put Java/Ruby framework detection under CY_LT_LIB.
Jay Freeman (saurik) [Wed, 30 Dec 2015 18:19:26 +0000 (10:19 -0800)]
Detect Ruby library installation during configure.
Jay Freeman (saurik) [Wed, 30 Dec 2015 17:51:01 +0000 (09:51 -0800)]
Parse scope and symbol colon operators, from Ruby.
Jay Freeman (saurik) [Wed, 30 Dec 2015 14:12:23 +0000 (06:12 -0800)]
Remove extra type cast long obsoleted by template.
Jay Freeman (saurik) [Wed, 30 Dec 2015 14:11:17 +0000 (06:11 -0800)]
Show more explicit types for Objective-C Instance.
Jay Freeman (saurik) [Wed, 30 Dec 2015 13:21:16 +0000 (05:21 -0800)]
Logically order type specifier cases in sig/parse.
Jay Freeman (saurik) [Wed, 30 Dec 2015 05:40:06 +0000 (21:40 -0800)]
Avoid frustrating corner-case crashes in readline.
Jay Freeman (saurik) [Wed, 30 Dec 2015 04:18:24 +0000 (20:18 -0800)]
Align struct access to struct address, not memory.
Jay Freeman (saurik) [Wed, 30 Dec 2015 04:15:00 +0000 (20:15 -0800)]
Add workaround for zero-sized struct (and use it).
Jay Freeman (saurik) [Wed, 30 Dec 2015 03:22:58 +0000 (19:22 -0800)]
Move x.type() to typeid(x) and implement variadic.
Jay Freeman (saurik) [Tue, 29 Dec 2015 22:46:45 +0000 (14:46 -0800)]
Attach FFI closure deallocation to Functor's pool.
Jay Freeman (saurik) [Tue, 29 Dec 2015 22:10:01 +0000 (14:10 -0800)]
Fix Objective-C dictionary/array literal lowering.
Jay Freeman (saurik) [Tue, 29 Dec 2015 17:27:06 +0000 (09:27 -0800)]
Provide CYCastJSValue override for short integers.
Jay Freeman (saurik) [Tue, 29 Dec 2015 17:21:22 +0000 (09:21 -0800)]
Improve CString/Pointer consistency, using CArray.
Jay Freeman (saurik) [Tue, 29 Dec 2015 16:24:32 +0000 (08:24 -0800)]
Tighten (and sort of "fix") some native alignment.
Jay Freeman (saurik) [Tue, 29 Dec 2015 16:20:50 +0000 (08:20 -0800)]
Fix awkward mistake in embedded NUL char encoding.
Jay Freeman (saurik) [Tue, 29 Dec 2015 16:03:49 +0000 (08:03 -0800)]
Replace sig::Primitive with full object hierarchy.
Jay Freeman (saurik) [Tue, 29 Dec 2015 06:35:15 +0000 (22:35 -0800)]
Make Instance() consistent with "no nil Instance".
Jay Freeman (saurik) [Tue, 29 Dec 2015 06:11:14 +0000 (22:11 -0800)]
Print NULL instead of crashing for CString.toCYON.
Jay Freeman (saurik) [Mon, 28 Dec 2015 02:53:56 +0000 (18:53 -0800)]
Make Pointer/Struct .type compatible with Functor.
Jay Freeman (saurik) [Mon, 28 Dec 2015 02:39:48 +0000 (18:39 -0800)]
Make an array builder to keep JSValueRef on stack.
Jay Freeman (saurik) [Mon, 28 Dec 2015 02:13:19 +0000 (18:13 -0800)]
Support round trip of signed char through typedef.
Jay Freeman (saurik) [Thu, 24 Dec 2015 09:32:31 +0000 (01:32 -0800)]
Provide custom .toCYON for NSBlock (for conradev).
Jay Freeman (saurik) [Wed, 23 Dec 2015 19:39:06 +0000 (11:39 -0800)]
Error instances that weren't thrown have no stack.
Jay Freeman (saurik) [Wed, 23 Dec 2015 19:13:46 +0000 (11:13 -0800)]
Avoid crash when using toCYON on String.prototype.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:59:49 +0000 (10:59 -0800)]
Provide toCYON for more built-in JavaScript types.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:41:40 +0000 (10:41 -0800)]
Provide useful-ish error messages from eval calls.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:28:00 +0000 (10:28 -0800)]
Use case-sensitive comparison for tab completions.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:12:33 +0000 (10:12 -0800)]
Walk up from .libs folder for non-Apple makefiles.
Jay Freeman (saurik) [Wed, 23 Dec 2015 17:58:47 +0000 (09:58 -0800)]
Add (future) flags field to the bindings database.
Jay Freeman (saurik) [Wed, 23 Dec 2015 17:16:20 +0000 (09:16 -0800)]
Provide tab completions using the bridge database.
Jay Freeman (saurik) [Wed, 23 Dec 2015 16:31:40 +0000 (08:31 -0800)]
Provide access to errno (though not from console).
Jay Freeman (saurik) [Wed, 23 Dec 2015 16:23:12 +0000 (08:23 -0800)]
Implement synchronous lstat: node.js binding demo.
Jay Freeman (saurik) [Wed, 23 Dec 2015 16:14:43 +0000 (08:14 -0800)]
Generate functions to "bind" parameterized macros.
Jay Freeman (saurik) [Wed, 23 Dec 2015 15:56:03 +0000 (07:56 -0800)]
Abstract pulling original file code into function.
Jay Freeman (saurik) [Wed, 23 Dec 2015 15:54:37 +0000 (07:54 -0800)]
Work around libclang to find parameterized macros.
Jay Freeman (saurik) [Wed, 23 Dec 2015 13:57:49 +0000 (13:57 +0000)]
Move pre-cached bridge data into the bridge cache.
Jay Freeman (saurik) [Wed, 23 Dec 2015 13:54:13 +0000 (13:54 +0000)]
Fix bridge cache (it must be *below* Cycript.all).
Jay Freeman (saurik) [Wed, 23 Dec 2015 13:40:52 +0000 (05:40 -0800)]
CYPoolCode put the code in the wrong (local) pool.
Jay Freeman (saurik) [Wed, 23 Dec 2015 13:27:14 +0000 (05:27 -0800)]
Avoid clang_tokenize and just get the source file.
Jay Freeman (saurik) [Wed, 23 Dec 2015 12:04:23 +0000 (04:04 -0800)]
Convert static inline functions into bridge stubs.
Jay Freeman (saurik) [Wed, 23 Dec 2015 08:25:37 +0000 (00:25 -0800)]
Move brackets from parts to pattern: it's simpler.
Jay Freeman (saurik) [Wed, 23 Dec 2015 08:22:57 +0000 (00:22 -0800)]
Use CXCursor_AsmLabelAttr to fix $INODE64 on stat.
Jay Freeman (saurik) [Wed, 23 Dec 2015 02:01:08 +0000 (02:01 +0000)]
Both tighten and correct alignment of pool malloc.
Jay Freeman (saurik) [Wed, 23 Dec 2015 01:04:08 +0000 (17:04 -0800)]
Support (ignore) __restrict/restrict and throw ().
Jay Freeman (saurik) [Tue, 22 Dec 2015 15:31:44 +0000 (07:31 -0800)]
Struct field access must be mindful of alignments.
Jay Freeman (saurik) [Tue, 22 Dec 2015 15:27:34 +0000 (07:27 -0800)]
Automatically generate FFI bridges using libclang.
Jay Freeman (saurik) [Tue, 22 Dec 2015 06:48:05 +0000 (22:48 -0800)]
Add struct definitions and namespace struct names.
Jay Freeman (saurik) [Tue, 22 Dec 2015 01:50:44 +0000 (17:50 -0800)]
Memory allocated by new will be garbage collected.
Jay Freeman (saurik) [Mon, 21 Dec 2015 14:31:47 +0000 (06:31 -0800)]
Cache crazy dlopen/dladdr library path gymnastics.
Jay Freeman (saurik) [Mon, 21 Dec 2015 14:28:40 +0000 (06:28 -0800)]
Forgot to include license header in libcycript.cy.
Jay Freeman (saurik) [Mon, 21 Dec 2015 14:25:50 +0000 (06:25 -0800)]
Print the sort-of stack trace from JavaScriptCore.
Jay Freeman (saurik) [Mon, 21 Dec 2015 14:14:20 +0000 (06:14 -0800)]
Support requiring simple modules installed by npm.
Jay Freeman (saurik) [Mon, 21 Dec 2015 09:47:16 +0000 (01:47 -0800)]
Transform ECMAScript 6 import as CommonJS require.
Jay Freeman (saurik) [Sun, 20 Dec 2015 12:21:23 +0000 (04:21 -0800)]
Allow extern "C" {} and limit semicolon insertion.
Jay Freeman (saurik) [Sun, 20 Dec 2015 11:57:15 +0000 (03:57 -0800)]
Use dladdr to improve toCYON of pointers/functors.
Jay Freeman (saurik) [Sun, 20 Dec 2015 11:33:36 +0000 (03:33 -0800)]
Support cast and call of pointer-to-function type.
Jay Freeman (saurik) [Sun, 20 Dec 2015 10:19:11 +0000 (02:19 -0800)]
Fix quote when stringifying C/Objective-C strings.
Jay Freeman (saurik) [Sun, 20 Dec 2015 10:12:35 +0000 (02:12 -0800)]
Do not allow loss of precision due to double cast.
Jay Freeman (saurik) [Sun, 20 Dec 2015 09:52:22 +0000 (01:52 -0800)]
Implement toPointer for CString, Pointer, Functor.
Jay Freeman (saurik) [Sat, 19 Dec 2015 15:34:19 +0000 (07:34 -0800)]
Disallow void values and support (void) arguments.
Jay Freeman (saurik) [Sat, 19 Dec 2015 14:29:16 +0000 (06:29 -0800)]
Include type in toCYON for opaque Pointer address.
Jay Freeman (saurik) [Sat, 19 Dec 2015 13:55:05 +0000 (05:55 -0800)]
Make char * extend String and cast well to void *.
Jay Freeman (saurik) [Sat, 19 Dec 2015 10:09:58 +0000 (02:09 -0800)]
Port Error.toCYON() to JS and write Date.toCYON().
Jay Freeman (saurik) [Sat, 19 Dec 2015 09:43:37 +0000 (01:43 -0800)]
Try to use std::streambuf instead of std::istream.
Jay Freeman (saurik) [Sat, 19 Dec 2015 09:20:33 +0000 (01:20 -0800)]
Move uses of super/return stack next to Lex rules.
Jay Freeman (saurik) [Sat, 19 Dec 2015 08:55:12 +0000 (00:55 -0800)]
Correct even more bugs in no line terminator code.
Jay Freeman (saurik) [Sat, 19 Dec 2015 07:10:34 +0000 (23:10 -0800)]
Add __proto__ as token, only for syntax highlight.
Jay Freeman (saurik) [Sat, 19 Dec 2015 05:57:13 +0000 (21:57 -0800)]
Finally provide totally legit support for structs.
Jay Freeman (saurik) [Sat, 19 Dec 2015 04:21:08 +0000 (20:21 -0800)]
Implement output of Objective-C class field lists.
Jay Freeman (saurik) [Sat, 19 Dec 2015 02:33:15 +0000 (18:33 -0800)]
Move TypedIdentifier assertions to separate rules.
Jay Freeman (saurik) [Sat, 19 Dec 2015 02:23:20 +0000 (18:23 -0800)]
Add typedef-expressions syntax to replace @encode.
Jay Freeman (saurik) [Sat, 19 Dec 2015 01:28:17 +0000 (17:28 -0800)]
We need to disallow newlines after extern/typedef.
Jay Freeman (saurik) [Fri, 18 Dec 2015 14:11:56 +0000 (06:11 -0800)]
Remove Cycript's auto keyword (even I don't care).
Jay Freeman (saurik) [Fri, 18 Dec 2015 14:10:37 +0000 (06:10 -0800)]
The inside of a template span protects us from in.
Jay Freeman (saurik) [Fri, 18 Dec 2015 13:44:32 +0000 (05:44 -0800)]
Parse array binding patterns (I skipped these :/).
Jay Freeman (saurik) [Fri, 18 Dec 2015 12:50:58 +0000 (04:50 -0800)]
Replace \n-tokens with LexNewLine and held tokens.
Jay Freeman (saurik) [Fri, 18 Dec 2015 09:24:39 +0000 (01:24 -0800)]
Fix various bugs with using "of" as an identifier.
Jay Freeman (saurik) [Fri, 18 Dec 2015 05:04:55 +0000 (21:04 -0800)]
Remove LexSetRegExp now that it is no longer used.
Jay Freeman (saurik) [Fri, 18 Dec 2015 04:58:30 +0000 (20:58 -0800)]
Rename everything now that we are on Bison >= 2.5.
Jay Freeman (saurik) [Fri, 18 Dec 2015 02:18:59 +0000 (18:18 -0800)]
Use Lex rules to force "let of" to parse as CYLet.
Jay Freeman (saurik) [Thu, 17 Dec 2015 11:01:22 +0000 (03:01 -0800)]
Move all "regular" LexPushInOff/LexPopIn to lexer.
Jay Freeman (saurik) [Thu, 17 Dec 2015 10:06:15 +0000 (02:06 -0800)]
Use syntax-directed lexing to remove LexSetRegExp.
Jay Freeman (saurik) [Thu, 17 Dec 2015 08:22:30 +0000 (00:22 -0800)]
Use macros to simplify semantic actions for lexer.
Jay Freeman (saurik) [Thu, 17 Dec 2015 08:17:40 +0000 (00:17 -0800)]
Use Lex rules to guide let [/{ parse in for loops.
Jay Freeman (saurik) [Wed, 16 Dec 2015 15:21:08 +0000 (07:21 -0800)]
Avoid token precedence as Ruby blocks requirement.
Jay Freeman (saurik) [Wed, 16 Dec 2015 14:39:31 +0000 (06:39 -0800)]
Move lexer hacks for ++ and -- to LexCrement rule.
Jay Freeman (saurik) [Wed, 16 Dec 2015 14:31:55 +0000 (06:31 -0800)]
Remove precedence information of ++ and -- tokens.
Jay Freeman (saurik) [Wed, 16 Dec 2015 13:41:41 +0000 (05:41 -0800)]
Move return lexer hack to grammar semantic action.