2009-10-15 |
Jay Freeman (saurik) | Attempted to refactor grammar slightly to obtain better...
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Added some common methods to Type class, implemented...
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Added Instance constructor instance (for Instance.prototype...
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Finally got process attach stable.
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Fixed number output formatting (to avoid accidental...
|
commit | commitdiff | tree |
2009-10-14 |
Jay Freeman (saurik) | Fixed a stupid set of bugs that broke HelloCycript...
|
commit | commitdiff | tree |
2009-10-14 |
Jay Freeman (saurik) | Solve a corner case of dealloc hooking on JS derived...
|
commit | commitdiff | tree |
2009-10-14 |
Jay Freeman (saurik) | Added a lot of bridge supports, setup for enum and...
|
commit | commitdiff | tree |
2009-10-12 |
Jay Freeman (saurik) | Protect bash glob expansions while generating libcycript...
|
commit | commitdiff | tree |
2009-10-12 |
Jay Freeman (saurik) | Fix line numbers of errors caused in executed scripts...
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Fixed an issue where I could no longer create pointers...
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Implemented pointer indirect assignment.
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Implemented pointer indirection.
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Finished the memory manager.
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Added bridging for nlist_64, activated memory manager...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Started working on CYApplicationMain replacement, added...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Implemented structure field names, removed parentheses...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Implemented @property access, made Pointer.toCYON printf...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Moved HTTP server to its own file, implemented toJSON...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Minor refactoring, checkpoint commit.
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Fixed [4 longLongValue] == 1.522122665807053e+16.
|
commit | commitdiff | tree |
2009-10-09 |
Jay Freeman (saurik) | Added more UIKit bridging, better factored property...
|
commit | commitdiff | tree |
2009-10-09 |
Jay Freeman (saurik) | Remove system.global temporarily, added libffi Depends...
|
commit | commitdiff | tree |
2009-10-09 |
Jay Freeman (saurik) | Add CFShow* to Bridge.
|
commit | commitdiff | tree |
2009-10-09 |
Jay Freeman (saurik) | Remove e: debugging NSLog.
|
commit | commitdiff | tree |
2009-10-09 |
Jay Freeman (saurik) | Output all message declarations (not just one or the...
|
commit | commitdiff | tree |
2009-10-09 |
Jay Freeman (saurik) | Mostly implemented Struct support.
|
commit | commitdiff | tree |
2009-10-09 |
Jay Freeman (saurik) | Tried to unify naming of classes, removed usages of...
|
commit | commitdiff | tree |
2009-10-08 |
Jay Freeman (saurik) | I hate NSNull.
|
commit | commitdiff | tree |
2009-10-08 |
Jay Freeman (saurik) | Added support for array and dictionary property access.
|
commit | commitdiff | tree |
2009-10-08 |
Jay Freeman (saurik) | Drastic modifications to exception handling that required...
|
commit | commitdiff | tree |
2009-10-08 |
Jay Freeman (saurik) | Further memory management improvements, fixed some...
|
commit | commitdiff | tree |
2009-10-08 |
Jay Freeman (saurik) | Drastic improvements to memory management, handle many...
|
commit | commitdiff | tree |
2009-10-02 |
Jay Freeman (saurik) | Added some documentation links for reference.
|
commit | commitdiff | tree |
2009-10-02 |
Jay Freeman (saurik) | Added console commands.
|
commit | commitdiff | tree |
2009-10-02 |
Jay Freeman (saurik) | Further normalization and fixed some output cases.
|
commit | commitdiff | tree |
2009-10-02 |
Jay Freeman (saurik) | Docuemented some precedence rules (going to target...
|
commit | commitdiff | tree |
2009-10-02 |
Jay Freeman (saurik) | Fixed a stupid bug that caused ?: to crash.
|
commit | commitdiff | tree |
2009-10-02 |
Jay Freeman (saurik) | Drastically improved serializer.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Fixed argument serialization comma bug.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Serialise JSON WebUndefined's in NSArray as JS elision.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Implemented CYSelector::Output, split CYSelectorPart...
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Change mind (again) and use tightly-coupled C++ API.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Support tokenization errors.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Finished implementing strings.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Readline integration and console refactoring.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Locations, array literal elisions, and fixed prompting.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | More interactivity and @selector start.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Picked some minor nits.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Factored away all LALR(1) conflicts and gave up on...
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Implemented automatic semicolon insertion token restrictions.
|
commit | commitdiff | tree |
2009-10-01 |
Jay Freeman (saurik) | Unified scanner state.
|
commit | commitdiff | tree |
2009-09-30 |
Jay Freeman (saurik) | Escaped the Q Continuum.
|
commit | commitdiff | tree |
2009-09-30 |
Jay Freeman (saurik) | Finished implementing automatic semi-colon rules, but...
|
commit | commitdiff | tree |
2009-09-30 |
Jay Freeman (saurik) | I nailed the interactive parser!
|
commit | commitdiff | tree |
2009-09-30 |
Jay Freeman (saurik) | Connected the console back together.
|
commit | commitdiff | tree |
2009-09-30 |
Jay Freeman (saurik) | Added output generation.
|
commit | commitdiff | tree |
2009-09-30 |
Jay Freeman (saurik) | I finally finished the AST.
|
commit | commitdiff | tree |
2009-09-29 |
Jay Freeman (saurik) | Maybe finished lexer.
|
commit | commitdiff | tree |
2009-09-29 |
Jay Freeman (saurik) | The glue code required for Bison/Flex parsers is insane.
|
commit | commitdiff | tree |
2009-09-29 |
Jay Freeman (saurik) | C++ Bison conversion.
|
commit | commitdiff | tree |
2009-09-29 |
Jay Freeman (saurik) | Finished JS Bison/Flex parser.
|
commit | commitdiff | tree |
2009-09-04 |
Jay Freeman (saurik) | OMG it compiles.
|
commit | commitdiff | tree |
2009-09-02 |
Jay Freeman (saurik) | Checkpoint before something drastic.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Ready to start testing the parser.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Use _pooled in CYConsole.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Refactored console mechanism.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Temporarily remove MobileSubstrate extension.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Fixed clean target.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Renamed the project to cycript.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Minor code cleaning.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Stupid _assert() throw-away.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Improved error handling.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Support bridge support variables.
|
commit | commitdiff | tree |
2009-09-01 |
Jay Freeman (saurik) | Initial bridge support.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Hierarchialization.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Ignore Struct.hpp.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Various factorizations.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Generalized FFI calls.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Massive work done on FFI.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Naming consistency.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Improved exception handling and corrected NO.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | This is getting seriously hot.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | Initial FFI call success.
|
commit | commitdiff | tree |
2009-08-31 |
Jay Freeman (saurik) | This is starting to look better.
|
commit | commitdiff | tree |
2009-08-30 |
Jay Freeman (saurik) | First test version.
|
commit | commitdiff | tree |
2009-08-30 |
Jay Freeman (saurik) | Initial directory tree.
|
commit | commitdiff | tree |
|