]> git.saurik.com Git - cycript.git/history - makefile
Implemented Mach injection: Cycript into any process.
[cycript.git] / makefile
2009-10-31  Jay Freeman (saurik)Implemented Mach injection: Cycript into any process.
2009-10-31  Jay Freeman (saurik)Fixed a minor packaging SNAFU that broke the iPhone...
2009-10-31  Jay Freeman (saurik)Finished porting to GNUstep, although it doesn't actual...
2009-10-31  Jay Freeman (saurik)Further attempts at making Cycript portable to GNUstep.
2009-10-31  Jay Freeman (saurik)Fixed make extra in cross-compile.
2009-10-30  Jay Freeman (saurik)Forgot to add lexer to clean.
2009-10-30  Jay Freeman (saurik)Setup iPhone cross-compilation and runtime abstracted...
2009-10-30  Jay Freeman (saurik)Added -p <name> and updated todo.
2009-10-30  Jay Freeman (saurik)Added readline history writing and fixed NoRE unary...
2009-10-30  Jay Freeman (saurik)Mostly fixed the E4X situation, checkpointing for NoRE...
2009-10-28  Jay Freeman (saurik)Finally got this damned thing actually executing JavaSc...
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...
2009-10-27  Jay Freeman (saurik)Insanely massive refactoring, bringing both exceptions...
2009-10-26  Jay Freeman (saurik)Moved from plist files to sqlite3 and finalized non...
2009-10-25  Jay Freeman (saurik)Began work on implementing E4X.
2009-10-25  Jay Freeman (saurik)Found the garbage collection bug from hell (classes...
2009-10-24  Jay Freeman (saurik)Reset accidental debugging flags hardcode.
2009-10-24  Jay Freeman (saurik)Implemented [super ...] calls in @class blocks.
2009-10-23  Jay Freeman (saurik)Improved support for null-including strings.
2009-10-23  Jay Freeman (saurik)Various typo-fixes in the attempt to port to GNUstep.
2009-10-23  Jay Freeman (saurik)Fixed the ::Class bug and attempted to further abstract...
2009-10-22  Jay Freeman (saurik)Factored out Objective-C flags.
2009-10-22  Jay Freeman (saurik)Continuing to attempt to get build environment to be...
2009-10-22  Jay Freeman (saurik)Fixed packaging on Linux.
2009-10-22  Douglas William... Make sure the shell is bash!
2009-10-22  Jay Freeman (saurik)Moved -fPIC to base configuration.
2009-10-22  Jay Freeman (saurik)Ported back to the iPhone.
2009-10-22  Jay Freeman (saurik)Further makefile reorganization, header file fixes...
2009-10-22  Jay Freeman (saurik)Added replacer engine to attach side.
2009-10-22  Jay Freeman (saurik)Maybe fully separated the backend library from Console.
2009-10-22  Jay Freeman (saurik)Further factored out Objective-C aspects of Cycript...
2009-10-22  Jay Freeman (saurik)Separated out Objective-C and C language extensions...
2009-10-22  Douglas William... Beginnings of FreeBSD portability.
2009-10-22  Jay Freeman (saurik)Started working on making the build environment more...
2009-10-22  Jay Freeman (saurik)Completely rewrote the output serializer to instead...
2009-10-21  Jay Freeman (saurik)Removed unused and thereby broken LaunchDaemon configur...
2009-10-20  Jay Freeman (saurik)Removed -mthumb, as it isn't working for me.
2009-10-20  Jay Freeman (saurik)Implemented support for regular expression literals...
2009-10-19  Jay Freeman (saurik)Added cyrver to make clean, fixed GC protection for...
2009-10-17  Jay Freeman (saurik)Started setting up build environment for Cyrver, fixed...
2009-10-16  Jay Freeman (saurik)Fixed one stupid CYON bug in what was otherwise an...
2009-10-16  Jay Freeman (saurik)Broke apart Connector from Library and fixed cases...
2009-10-16  Jay Freeman (saurik)Renamed Application.cpp to Console.cpp.
2009-10-16  Jay Freeman (saurik)Got the makefile to not rebuild the .deb constantly...
2009-10-16  Jay Freeman (saurik)Implemented ->, &, and fleshed out *.
2009-10-15  Jay Freeman (saurik)Finally got process attach stable.
2009-10-14  Jay Freeman (saurik)Added a lot of bridge supports, setup for enum and...
2009-10-12  Jay Freeman (saurik)Protect bash glob expansions while generating libcycrip...
2009-10-10  Jay Freeman (saurik)Implemented structure field names, removed parentheses...
2009-10-09  Jay Freeman (saurik)Added more UIKit bridging, better factored property...
2009-10-09  Jay Freeman (saurik)Mostly implemented Struct support.
2009-10-09  Jay Freeman (saurik)Tried to unify naming of classes, removed usages of...
2009-10-08  Jay Freeman (saurik)Drastic modifications to exception handling that requir...
2009-10-08  Jay Freeman (saurik)Further memory management improvements, fixed some...
2009-10-08  Jay Freeman (saurik)Drastic improvements to memory management, handle many...
2009-10-01  Jay Freeman (saurik)Change mind (again) and use tightly-coupled C++ API.
2009-10-01  Jay Freeman (saurik)Readline integration and console refactoring.
2009-10-01  Jay Freeman (saurik)More interactivity and @selector start.
2009-10-01  Jay Freeman (saurik)Picked some minor nits.
2009-09-30  Jay Freeman (saurik)Finished implementing automatic semi-colon rules, but...
2009-09-30  Jay Freeman (saurik)Added output generation.
2009-09-29  Jay Freeman (saurik)C++ Bison conversion.
2009-09-29  Jay Freeman (saurik)Finished JS Bison/Flex parser.
2009-09-04  Jay Freeman (saurik)OMG it compiles.
2009-09-02  Jay Freeman (saurik)Checkpoint before something drastic.
2009-09-01  Jay Freeman (saurik)Refactored console mechanism.
2009-09-01  Jay Freeman (saurik)Temporarily remove MobileSubstrate extension.
2009-09-01  Jay Freeman (saurik)Fixed clean target.
2009-09-01  Jay Freeman (saurik)Renamed the project to cycript.
2009-09-01  Jay Freeman (saurik)Support bridge support variables.
2009-09-01  Jay Freeman (saurik)Initial bridge support.
2009-08-31  Jay Freeman (saurik)Massive work done on FFI.
2009-08-31  Jay Freeman (saurik)Initial FFI call success.
2009-08-31  Jay Freeman (saurik)This is starting to look better.
2009-08-30  Jay Freeman (saurik)First test version.