2009-10-19 |
Jay Freeman (saurik) | Added cyrver to make clean, fixed GC protection for... |
blob | commitdiff | raw |
2009-10-18 |
Jay Freeman (saurik) | Fixed memory protection conditions (now that I finally... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Slightly reorganized code, fixed @class to work with... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Started work on array comprehensions, implemented multi... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | CYJSObject objectForKey: should be returning nil for... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | CYJSArray is actually supposed to be throwing NSRangeEx... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Fixed [Array objectAtIndex: > .length] to return nil. |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Support complete back/forth mapping between NSMutableAr... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Made Selector derive from Function, fixed numerability... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Started setting up build environment for Cyrver, fixed... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Fail to auto-@property get a void return. |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Improved lexical syntax errors and added not-isatty... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Fixed one stupid CYON bug in what was otherwise an... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Broke apart Connector from Library and fixed cases... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Fleshed out support for &, reworked nil internally... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Changed console commands to start with ? and added... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Got the makefile to not rebuild the .deb constantly... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Implemented ->, &, and fleshed out *. |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Implemented ivar access, added some general runtime... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jay Freeman (saurik) | Added some common methods to Type class, implemented... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jay Freeman (saurik) | Added Instance constructor instance (for Instance.proto... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jay Freeman (saurik) | Finally got process attach stable. |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jay Freeman (saurik) | Fixed number output formatting (to avoid accidental... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Jay Freeman (saurik) | Fixed a stupid set of bugs that broke HelloCycript... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Jay Freeman (saurik) | Solve a corner case of dealloc hooking on JS derived... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Jay Freeman (saurik) | Added a lot of bridge supports, setup for enum and... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Jay Freeman (saurik) | Protect bash glob expansions while generating libcycrip... |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jay Freeman (saurik) | Fixed an issue where I could no longer create pointers... |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jay Freeman (saurik) | Implemented pointer indirect assignment. |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jay Freeman (saurik) | Implemented pointer indirection. |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jay Freeman (saurik) | Finished the memory manager. |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Added bridging for nlist_64, activated memory manager... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Started working on CYApplicationMain replacement, added... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Implemented structure field names, removed parentheses... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Implemented @property access, made Pointer.toCYON print... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Moved HTTP server to its own file, implemented toJSON... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Minor refactoring, checkpoint commit. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Added more UIKit bridging, better factored property... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Remove system.global temporarily, added libffi Depends... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Remove e: debugging NSLog. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Output all message declarations (not just one or the... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Mostly implemented Struct support. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Tried to unify naming of classes, removed usages of... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | I hate NSNull. |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | Added support for array and dictionary property access. |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | Drastic modifications to exception handling that requir... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | Further memory management improvements, fixed some... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | Drastic improvements to memory management, handle many... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Jay Freeman (saurik) | Further normalization and fixed some output cases. |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Jay Freeman (saurik) | Drastically improved serializer. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Serialise JSON WebUndefined's in NSArray as JS elision. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Change mind (again) and use tightly-coupled C++ API. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Readline integration and console refactoring. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Locations, array literal elisions, and fixed prompting. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | More interactivity and @selector start. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Factored away all LALR(1) conflicts and gave up on... |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Unified scanner state. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | Escaped the Q Continuum. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | Finished implementing automatic semi-colon rules, but... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | I nailed the interactive parser! |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | Connected the console back together. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | Added output generation. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | I finally finished the AST. |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Jay Freeman (saurik) | The glue code required for Bison/Flex parsers is insane. |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Jay Freeman (saurik) | C++ Bison conversion. |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Jay Freeman (saurik) | Finished JS Bison/Flex parser. |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Jay Freeman (saurik) | OMG it compiles. |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Jay Freeman (saurik) | Checkpoint before something drastic. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Ready to start testing the parser. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Use _pooled in CYConsole. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Refactored console mechanism. |
blob | commitdiff | raw | diff to current |
|