]> git.saurik.com Git - cycript.git/history - makefile
Changed the syntax error arrow to start at the beginning of the line to setup for...
[cycript.git] / makefile
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.