]> git.saurik.com Git - cycript.git/log
cycript.git
8 years agoRemove CYValue<> as it is no longer at all useful.
Jay Freeman (saurik) [Thu, 7 Jan 2016 03:02:40 +0000 (19:02 -0800)] 
Remove CYValue<> as it is no longer at all useful.

8 years agoUse pool.atexit to free Objective-C "list copies".
Jay Freeman (saurik) [Wed, 6 Jan 2016 20:40:38 +0000 (12:40 -0800)] 
Use pool.atexit to free Objective-C "list copies".

8 years agoLazy load JVM, as it is slow and crashes on iOS 9.
Jay Freeman (saurik) [Wed, 6 Jan 2016 20:01:06 +0000 (12:01 -0800)] 
Lazy load JVM, as it is slow and crashes on iOS 9.

8 years agoCompile Java support for armv6 where we use JamVM.
Jay Freeman (saurik) [Wed, 6 Jan 2016 10:44:43 +0000 (02:44 -0800)] 
Compile Java support for armv6 where we use JamVM.

8 years agoDo not use JavaVM, in case it isn't installed yet.
Jay Freeman (saurik) [Wed, 6 Jan 2016 09:52:43 +0000 (01:52 -0800)] 
Do not use JavaVM, in case it isn't installed yet.

8 years agoThe value from +alloc can be a permanent (NSDate).
Jay Freeman (saurik) [Wed, 6 Jan 2016 08:03:19 +0000 (00:03 -0800)] 
The value from +alloc can be a permanent (NSDate).

8 years agoDisable "implicit properties" (except for Cydget).
Jay Freeman (saurik) [Wed, 6 Jan 2016 06:15:49 +0000 (22:15 -0800)] 
Disable "implicit properties" (except for Cydget).

8 years agoFix Ruby Block arguments and make them lexicalish.
Jay Freeman (saurik) [Tue, 5 Jan 2016 09:29:50 +0000 (01:29 -0800)] 
Fix Ruby Block arguments and make them lexicalish.

8 years agoDo not allow JavaMethod calls on non-Java objects.
Jay Freeman (saurik) [Tue, 5 Jan 2016 09:07:44 +0000 (01:07 -0800)] 
Do not allow JavaMethod calls on non-Java objects.

8 years agoTry a new (safer) mechanism to get object private.
Jay Freeman (saurik) [Tue, 5 Jan 2016 09:04:22 +0000 (01:04 -0800)] 
Try a new (safer) mechanism to get object private.

8 years agoAllow a * on a CString to get the first character.
Jay Freeman (saurik) [Tue, 5 Jan 2016 08:42:16 +0000 (00:42 -0800)] 
Allow a * on a CString to get the first character.

8 years agoAllow strings to be used as extern or field names.
Jay Freeman (saurik) [Tue, 5 Jan 2016 08:39:00 +0000 (00:39 -0800)] 
Allow strings to be used as extern or field names.

8 years agoDo not use corrupt struct to store type reference.
Jay Freeman (saurik) [Tue, 5 Jan 2016 03:41:34 +0000 (19:41 -0800)] 
Do not use corrupt struct to store type reference.

8 years agoAdd a simple implementation of getcwd for node.js.
Jay Freeman (saurik) [Mon, 4 Jan 2016 23:14:47 +0000 (15:14 -0800)] 
Add a simple implementation of getcwd for node.js.

8 years agoEmbed core libraries for node.js in libcycript.db.
Jay Freeman (saurik) [Mon, 4 Jan 2016 23:13:07 +0000 (15:13 -0800)] 
Embed core libraries for node.js in libcycript.db.

8 years agolibnativehelper.so was there before JniInvocation.
Jay Freeman (saurik) [Mon, 4 Jan 2016 21:24:48 +0000 (13:24 -0800)] 
libnativehelper.so was there before JniInvocation.

8 years agoDrop to android-9 platform using -fno-PIE wrapper.
Jay Freeman (saurik) [Mon, 4 Jan 2016 21:09:19 +0000 (13:09 -0800)] 
Drop to android-9 platform using -fno-PIE wrapper.

8 years agoFind JVM with dlopen and register Android natives.
Jay Freeman (saurik) [Mon, 4 Jan 2016 19:34:59 +0000 (11:34 -0800)] 
Find JVM with dlopen and register Android natives.

8 years agoTighten alignment of FFI return values, correctly.
Jay Freeman (saurik) [Mon, 4 Jan 2016 09:28:45 +0000 (01:28 -0800)] 
Tighten alignment of FFI return values, correctly.

8 years agoUnify the build environment for Android and Apple.
Jay Freeman (saurik) [Mon, 4 Jan 2016 07:43:56 +0000 (23:43 -0800)] 
Unify the build environment for Android and Apple.

8 years agoAdd a ?reparse mode to experiment pretty printing.
Jay Freeman (saurik) [Mon, 4 Jan 2016 06:11:49 +0000 (22:11 -0800)] 
Add a ?reparse mode to experiment pretty printing.

8 years agoPort modules to typedef/extern instead of @encode.
Jay Freeman (saurik) [Mon, 4 Jan 2016 03:33:03 +0000 (19:33 -0800)] 
Port modules to typedef/extern instead of @encode.

8 years agoAllow users to tab complete struct and enum names.
Jay Freeman (saurik) [Mon, 4 Jan 2016 03:29:47 +0000 (19:29 -0800)] 
Allow users to tab complete struct and enum names.

8 years agoSpeed up tab completion and hide $cy* identifiers.
Jay Freeman (saurik) [Mon, 4 Jan 2016 03:11:49 +0000 (19:11 -0800)] 
Speed up tab completion and hide $cy* identifiers.

8 years agoAnalyze even more headers and added enum typedefs.
Jay Freeman (saurik) [Mon, 4 Jan 2016 02:56:49 +0000 (18:56 -0800)] 
Analyze even more headers and added enum typedefs.

8 years agoPackage everything for Android in simple zip file.
Jay Freeman (saurik) [Mon, 4 Jan 2016 00:19:02 +0000 (16:19 -0800)] 
Package everything for Android in simple zip file.

8 years agoAllow C++ tagless type reference, in struct field.
Jay Freeman (saurik) [Sun, 3 Jan 2016 22:07:40 +0000 (14:07 -0800)] 
Allow C++ tagless type reference, in struct field.

8 years agoDon't stack overflow on struct pointers in cycles.
Jay Freeman (saurik) [Sun, 3 Jan 2016 21:49:14 +0000 (13:49 -0800)] 
Don't stack overflow on struct pointers in cycles.

8 years agoSupport typedef and @encode with a void specifier.
Jay Freeman (saurik) [Sun, 3 Jan 2016 21:44:53 +0000 (13:44 -0800)] 
Support typedef and @encode with a void specifier.

8 years agoDo not output class extension syntax for Object{}.
Jay Freeman (saurik) [Sun, 3 Jan 2016 21:42:30 +0000 (13:42 -0800)] 
Do not output class extension syntax for Object{}.

8 years agoFind code library, even when relative in debugger.
Jay Freeman (saurik) [Sun, 3 Jan 2016 20:48:46 +0000 (12:48 -0800)] 
Find code library, even when relative in debugger.

8 years agoMacros have to support overriding old definitions.
Jay Freeman (saurik) [Sun, 3 Jan 2016 20:46:54 +0000 (12:46 -0800)] 
Macros have to support overriding old definitions.

8 years agoAdd support for __int128 (though not with libffi).
Jay Freeman (saurik) [Sun, 3 Jan 2016 20:02:12 +0000 (12:02 -0800)] 
Add support for __int128 (though not with libffi).

8 years agoUse libclang to walk CXType for anonymous structs.
Jay Freeman (saurik) [Sun, 3 Jan 2016 19:20:04 +0000 (11:20 -0800)] 
Use libclang to walk CXType for anonymous structs.

8 years agoBake more standard header files into the C bridge.
Jay Freeman (saurik) [Sun, 3 Jan 2016 14:14:32 +0000 (06:14 -0800)] 
Bake more standard header files into the C bridge.

8 years agoAccept initializers when allocating Type with new.
Jay Freeman (saurik) [Sun, 3 Jan 2016 12:51:15 +0000 (04:51 -0800)] 
Accept initializers when allocating Type with new.

8 years agoUse class extension syntax as part of Object CYON.
Jay Freeman (saurik) [Sun, 3 Jan 2016 11:56:08 +0000 (03:56 -0800)] 
Use class extension syntax as part of Object CYON.

8 years agoAdd extern "C" expression, for Functor's toCYON().
Jay Freeman (saurik) [Sun, 3 Jan 2016 11:36:31 +0000 (03:36 -0800)] 
Add extern "C" expression, for Functor's toCYON().

8 years agoMake Functor/struct output fancy type definitions.
Jay Freeman (saurik) [Sun, 3 Jan 2016 11:24:05 +0000 (03:24 -0800)] 
Make Functor/struct output fancy type definitions.

8 years agoExport main (so people can use run_pie technique).
Jay Freeman (saurik) [Sun, 3 Jan 2016 10:34:43 +0000 (02:34 -0800)] 
Export main (so people can use run_pie technique).

8 years agoSlightly (sort of) improve proxy objects tracking.
Jay Freeman (saurik) [Sun, 3 Jan 2016 10:33:51 +0000 (02:33 -0800)] 
Slightly (sort of) improve proxy objects tracking.

8 years agoHave console pre-initialize engine to feel faster.
Jay Freeman (saurik) [Sun, 3 Jan 2016 09:53:19 +0000 (01:53 -0800)] 
Have console pre-initialize engine to feel faster.

8 years agoImprove accuracy of JNI local references tracking.
Jay Freeman (saurik) [Sun, 3 Jan 2016 09:44:02 +0000 (01:44 -0800)] 
Improve accuracy of JNI local references tracking.

8 years agoFix -g/-O on Android and commit all build scripts.
Jay Freeman (saurik) [Sun, 3 Jan 2016 02:38:32 +0000 (18:38 -0800)] 
Fix -g/-O on Android and commit all build scripts.

8 years agoFix conversion path for Java->JS exception values.
Jay Freeman (saurik) [Sun, 3 Jan 2016 02:24:16 +0000 (18:24 -0800)] 
Fix conversion path for Java->JS exception values.

8 years agoSyntax highlight #, even if not using Objective-C.
Jay Freeman (saurik) [Sun, 3 Jan 2016 02:11:19 +0000 (18:11 -0800)] 
Syntax highlight #, even if not using Objective-C.

8 years agoSupport linkers that allow relative library paths.
Jay Freeman (saurik) [Sun, 3 Jan 2016 02:06:45 +0000 (18:06 -0800)] 
Support linkers that allow relative library paths.

8 years agoPut history in Android location (and don't crash).
Jay Freeman (saurik) [Sun, 3 Jan 2016 02:05:48 +0000 (18:05 -0800)] 
Put history in Android location (and don't crash).

8 years agoAvoid crashing when we have no "current terminal".
Jay Freeman (saurik) [Sun, 3 Jan 2016 02:02:45 +0000 (18:02 -0800)] 
Avoid crashing when we have no "current terminal".

8 years agoRefactor all of Java bridge to release references.
Jay Freeman (saurik) [Sun, 3 Jan 2016 01:54:05 +0000 (17:54 -0800)] 
Refactor all of Java bridge to release references.

8 years agoFix compilation errors using gcc from Android NDK.
Jay Freeman (saurik) [Sat, 2 Jan 2016 22:20:43 +0000 (14:20 -0800)] 
Fix compilation errors using gcc from Android NDK.

8 years agoUpdate the copyright year now that 2016 has begun.
Jay Freeman (saurik) [Sat, 2 Jan 2016 07:53:57 +0000 (23:53 -0800)] 
Update the copyright year now that 2016 has begun.

8 years agoGot exceptions bridged, back and forth, with Java.
Jay Freeman (saurik) [Sat, 2 Jan 2016 07:46:57 +0000 (23:46 -0800)] 
Got exceptions bridged, back and forth, with Java.

8 years agoJava backend now handles Swill-style Jetty server.
Jay Freeman (saurik) [Sat, 2 Jan 2016 07:30:14 +0000 (23:30 -0800)] 
Java backend now handles Swill-style Jetty server.

8 years agoAdd all supported binding API headers to analysis.
Jay Freeman (saurik) [Sat, 2 Jan 2016 02:25:16 +0000 (18:25 -0800)] 
Add all supported binding API headers to analysis.

8 years agoMade lots of progress on Java bridge (checkpoint).
Jay Freeman (saurik) [Sat, 2 Jan 2016 02:17:19 +0000 (18:17 -0800)] 
Made lots of progress on Java bridge (checkpoint).

8 years agoUse CYJavaForEachPrimitive to map primitive types.
Jay Freeman (saurik) [Fri, 1 Jan 2016 20:55:55 +0000 (12:55 -0800)] 
Use CYJavaForEachPrimitive to map primitive types.

8 years agoUse * and -> syntax to unify Java and Objective-C.
Jay Freeman (saurik) [Fri, 1 Jan 2016 19:15:49 +0000 (11:15 -0800)] 
Use * and -> syntax to unify Java and Objective-C.

8 years agoAdd x.[] syntax for "legitimate" subscript access.
Jay Freeman (saurik) [Fri, 1 Jan 2016 19:14:17 +0000 (11:14 -0800)] 
Add x.[] syntax for "legitimate" subscript access.

8 years agoThis implementation for Java works, but I hate it.
Jay Freeman (saurik) [Fri, 1 Jan 2016 05:21:56 +0000 (21:21 -0800)] 
This implementation for Java works, but I hate it.

8 years agoAdd syntax akin to Java's anonymous inner classes.
Jay Freeman (saurik) [Thu, 31 Dec 2015 21:38:55 +0000 (13:38 -0800)] 
Add syntax akin to Java's anonymous inner classes.

8 years agoHide complicated hold manipulation behind CYHLD().
Jay Freeman (saurik) [Thu, 31 Dec 2015 21:13:11 +0000 (13:13 -0800)] 
Hide complicated hold manipulation behind CYHLD().

8 years agoWedge way to link against Python 2.7 to configure.
Jay Freeman (saurik) [Thu, 31 Dec 2015 04:47:24 +0000 (20:47 -0800)] 
Wedge way to link against Python 2.7 to configure.

8 years agoRemove old features of CYValue that are bad ideas.
Jay Freeman (saurik) [Thu, 31 Dec 2015 04:00:25 +0000 (20:00 -0800)] 
Remove old features of CYValue that are bad ideas.

8 years agoUse variadic templates to better organize Classes.
Jay Freeman (saurik) [Thu, 31 Dec 2015 03:48:06 +0000 (19:48 -0800)] 
Use variadic templates to better organize Classes.

8 years agoUse pkg-config to find Ruby 2.1 (*sigh*) on Linux.
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.

8 years agoPut Java/Ruby framework detection under CY_LT_LIB.
Jay Freeman (saurik) [Wed, 30 Dec 2015 18:29:48 +0000 (10:29 -0800)] 
Put Java/Ruby framework detection under CY_LT_LIB.

8 years agoDetect Ruby library installation during configure.
Jay Freeman (saurik) [Wed, 30 Dec 2015 18:19:26 +0000 (10:19 -0800)] 
Detect Ruby library installation during configure.

8 years agoParse scope and symbol colon operators, from Ruby.
Jay Freeman (saurik) [Wed, 30 Dec 2015 17:51:01 +0000 (09:51 -0800)] 
Parse scope and symbol colon operators, from Ruby.

8 years agoRemove extra type cast long obsoleted by template.
Jay Freeman (saurik) [Wed, 30 Dec 2015 14:12:23 +0000 (06:12 -0800)] 
Remove extra type cast long obsoleted by template.

8 years agoShow more explicit types for Objective-C Instance.
Jay Freeman (saurik) [Wed, 30 Dec 2015 14:11:17 +0000 (06:11 -0800)] 
Show more explicit types for Objective-C Instance.

8 years agoLogically order type specifier cases in sig/parse.
Jay Freeman (saurik) [Wed, 30 Dec 2015 13:21:16 +0000 (05:21 -0800)] 
Logically order type specifier cases in sig/parse.

8 years agoAvoid frustrating corner-case crashes in readline.
Jay Freeman (saurik) [Wed, 30 Dec 2015 05:40:06 +0000 (21:40 -0800)] 
Avoid frustrating corner-case crashes in readline.

8 years agoAlign struct access to struct address, not memory.
Jay Freeman (saurik) [Wed, 30 Dec 2015 04:18:24 +0000 (20:18 -0800)] 
Align struct access to struct address, not memory.

8 years agoAdd workaround for zero-sized struct (and use it).
Jay Freeman (saurik) [Wed, 30 Dec 2015 04:15:00 +0000 (20:15 -0800)] 
Add workaround for zero-sized struct (and use it).

8 years agoMove x.type() to typeid(x) and implement variadic.
Jay Freeman (saurik) [Wed, 30 Dec 2015 03:22:58 +0000 (19:22 -0800)] 
Move x.type() to typeid(x) and implement variadic.

8 years agoAttach FFI closure deallocation to Functor's pool.
Jay Freeman (saurik) [Tue, 29 Dec 2015 22:46:45 +0000 (14:46 -0800)] 
Attach FFI closure deallocation to Functor's pool.

8 years agoFix Objective-C dictionary/array literal lowering.
Jay Freeman (saurik) [Tue, 29 Dec 2015 22:10:01 +0000 (14:10 -0800)] 
Fix Objective-C dictionary/array literal lowering.

8 years agoProvide CYCastJSValue override for short integers.
Jay Freeman (saurik) [Tue, 29 Dec 2015 17:27:06 +0000 (09:27 -0800)] 
Provide CYCastJSValue override for short integers.

8 years agoImprove CString/Pointer consistency, using CArray.
Jay Freeman (saurik) [Tue, 29 Dec 2015 17:21:22 +0000 (09:21 -0800)] 
Improve CString/Pointer consistency, using CArray.

8 years agoTighten (and sort of "fix") some native alignment.
Jay Freeman (saurik) [Tue, 29 Dec 2015 16:24:32 +0000 (08:24 -0800)] 
Tighten (and sort of "fix") some native alignment.

8 years agoFix awkward mistake in embedded NUL char encoding.
Jay Freeman (saurik) [Tue, 29 Dec 2015 16:20:50 +0000 (08:20 -0800)] 
Fix awkward mistake in embedded NUL char encoding.

8 years agoReplace sig::Primitive with full object hierarchy.
Jay Freeman (saurik) [Tue, 29 Dec 2015 16:03:49 +0000 (08:03 -0800)] 
Replace sig::Primitive with full object hierarchy.

8 years agoMake Instance() consistent with "no nil Instance".
Jay Freeman (saurik) [Tue, 29 Dec 2015 06:35:15 +0000 (22:35 -0800)] 
Make Instance() consistent with "no nil Instance".

8 years agoPrint NULL instead of crashing for CString.toCYON.
Jay Freeman (saurik) [Tue, 29 Dec 2015 06:11:14 +0000 (22:11 -0800)] 
Print NULL instead of crashing for CString.toCYON.

8 years agoMake Pointer/Struct .type compatible with Functor.
Jay Freeman (saurik) [Mon, 28 Dec 2015 02:53:56 +0000 (18:53 -0800)] 
Make Pointer/Struct .type compatible with Functor.

8 years agoMake an array builder to keep JSValueRef on stack.
Jay Freeman (saurik) [Mon, 28 Dec 2015 02:39:48 +0000 (18:39 -0800)] 
Make an array builder to keep JSValueRef on stack.

8 years agoSupport round trip of signed char through typedef.
Jay Freeman (saurik) [Mon, 28 Dec 2015 02:13:19 +0000 (18:13 -0800)] 
Support round trip of signed char through typedef.

8 years agoProvide custom .toCYON for NSBlock (for conradev).
Jay Freeman (saurik) [Thu, 24 Dec 2015 09:32:31 +0000 (01:32 -0800)] 
Provide custom .toCYON for NSBlock (for conradev).

8 years agoError instances that weren't thrown have no stack.
Jay Freeman (saurik) [Wed, 23 Dec 2015 19:39:06 +0000 (11:39 -0800)] 
Error instances that weren't thrown have no stack.

8 years agoAvoid crash when using toCYON on String.prototype.
Jay Freeman (saurik) [Wed, 23 Dec 2015 19:13:46 +0000 (11:13 -0800)] 
Avoid crash when using toCYON on String.prototype.

8 years agoProvide toCYON for more built-in JavaScript types.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:59:49 +0000 (10:59 -0800)] 
Provide toCYON for more built-in JavaScript types.

8 years agoProvide useful-ish error messages from eval calls.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:41:40 +0000 (10:41 -0800)] 
Provide useful-ish error messages from eval calls.

8 years agoUse case-sensitive comparison for tab completions.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:28:00 +0000 (10:28 -0800)] 
Use case-sensitive comparison for tab completions.

8 years agoWalk up from .libs folder for non-Apple makefiles.
Jay Freeman (saurik) [Wed, 23 Dec 2015 18:12:33 +0000 (10:12 -0800)] 
Walk up from .libs folder for non-Apple makefiles.

8 years agoAdd (future) flags field to the bindings database.
Jay Freeman (saurik) [Wed, 23 Dec 2015 17:58:47 +0000 (09:58 -0800)] 
Add (future) flags field to the bindings database.

8 years agoProvide tab completions using the bridge database.
Jay Freeman (saurik) [Wed, 23 Dec 2015 17:16:20 +0000 (09:16 -0800)] 
Provide tab completions using the bridge database.

8 years agoProvide access to errno (though not from console).
Jay Freeman (saurik) [Wed, 23 Dec 2015 16:31:40 +0000 (08:31 -0800)] 
Provide access to errno (though not from console).

8 years agoImplement synchronous lstat: node.js binding demo.
Jay Freeman (saurik) [Wed, 23 Dec 2015 16:23:12 +0000 (08:23 -0800)] 
Implement synchronous lstat: node.js binding demo.

8 years agoGenerate functions to "bind" parameterized macros.
Jay Freeman (saurik) [Wed, 23 Dec 2015 16:14:43 +0000 (08:14 -0800)] 
Generate functions to "bind" parameterized macros.