Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-15
| ||
03:29 | Add base blank sources for slow bytecodes. Leaf check-in: ca66370f5b user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-14
| ||
03:31 | Base pseudocode for entering frames. check-in: 7cda931a28 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-13
| ||
23:05 | Correct typename for bindings, it needs the `j` prefix; Lookup the method when entering a frame by string. check-in: 4f26cd6678 user: stephanie.gawroriski tags: wip-nanocoatexec | |
22:40 | Rename method binding to method ID. check-in: c2c77482c0 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-11
| ||
01:12 | Initialize static field values with non-object based values; Add lookup for info based on field index. check-in: 559afabeff user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-10
| ||
23:17 | Make the name/type check first. check-in: 1789e6f4c2 user: stephanie.gawroriski tags: wip-nanocoatexec | |
23:14 | Skip methods which are in a different package if package private. check-in: ebff13c578 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-09
| ||
23:46 | Add TODO if package private methods are encountered. check-in: 308bbf2344 user: stephanie.gawroriski tags: wip-nanocoatexec | |
23:31 | If two sequences are the same pointer, then just initialize them. check-in: 4b34387183 user: stephanie.gawroriski tags: wip-nanocoatexec | |
23:28 | Binding of methods along with super referencing. check-in: ff268c7d06 user: stephanie.gawroriski tags: wip-nanocoatexec | |
22:03 | Simplify sjme_nvm_alloc() so that for most cases it takes sjme_nvm to grab a pool. check-in: 0bc1828cb7 user: stephanie.gawroriski tags: wip-nanocoatexec | |
21:42 | Make pool usage allocPool instead of inPool; Do not have a reserved pool. check-in: ca32a49bfe user: stephanie.gawroriski tags: wip-nanocoatexec | |
21:30 | Static methods all bind to themselves; Add base for class instance checking. check-in: ca9897c14e user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-07
| ||
23:40 | For method bindings, have both virtual and non-virtual referencing. check-in: 8c2a36a8ca user: stephanie.gawroriski tags: wip-nanocoatexec | |
22:24 | Constructors are bound to themselves; Make string pool strings have valid UTF sequences. check-in: e6ea1deba7 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-04
| ||
02:51 | Base initial call for method binding. check-in: a6ecafc6ef user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-03
| ||
23:53 | Search for method indexes when binding for methods is about to begin. check-in: 14c841eee0 user: stephanie.gawroriski tags: wip-nanocoatexec | |
20:35 | Add blank classes for DoJa graphics3d. Leaf check-in: c91ec98f15 user: stephanie.gawroriski tags: trunk | |
01:52 | Correct seeding of multiple scratchpad related data. check-in: 9fec17bfdc user: stephanie.gawroriski tags: trunk | |
00:24 | Implement DoJa Frame.setBackground(). check-in: 997e165e42 user: stephanie.gawroriski tags: trunk | |
2024-11-02
| ||
21:13 | Add tests which should be included as part of the todobus. Leaf check-in: 0266fedd39 user: stephanie.gawroriski tags: wip-todobus | |
21:12 | Allow the accent colors to be changed. check-in: 123ad34691 user: stephanie.gawroriski tags: trunk | |
00:46 | Move some parts of class initialization into their own functions; Mark out some areas that if there is no dynamic library implementation, then they cannot do anything. check-in: 7118c7b9f6 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-11-01
| ||
00:10 | Use error codes if there are too many fields or methods; Add document to put in some absolute theoretical limits. check-in: 8b0ad15c07 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-10-31
| ||
23:50 | Determine the index of static and instance methods along with their class offsets. check-in: eb25fce947 user: stephanie.gawroriski tags: wip-nanocoatexec | |
21:41 | Store more error cases; If a class file is not found, then indicate failure. check-in: 260b7d87c0 user: stephanie.gawroriski tags: wip-nanocoatexec | |
21:35 | If class load and/or initialize fails, then cache the error and return it again accordingly. check-in: fb16af9b19 user: stephanie.gawroriski tags: wip-nanocoatexec | |
01:36 | Fixes for sdcc, mostly alloca() and other C library functions are missing. check-in: 3ae682b6ca user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-10-29
| ||
21:15 | Base functions for initialization of static field values. check-in: efa42112d2 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-10-28
| ||
23:01 | Calculate field indexes; Calculate offset for instance fields in relation to the super class. check-in: 107fa28f13 user: stephanie.gawroriski tags: wip-nanocoatexec | |
22:49 | Determine the indexes for each field based on static or instance. check-in: cfd2048dc7 user: stephanie.gawroriski tags: wip-nanocoatexec | |
17:10 | State of SquirrelJME October 2024. check-in: 3a59444128 user: stephanie.gawroriski tags: trunk | |
13:58 | The source archives should be in a directory. check-in: a8a6a06831 user: stephanie.gawroriski tags: trunk | |
12:06 | Correct archive command. check-in: 7084fed780 user: stephanie.gawroriski tags: trunk | |
02:10 | Move over CI/CD archive bits to their own sub-directory for organization; Add sources for inclusion as well, for distros that need it. check-in: 04bfd10fd7 user: stephanie.gawroriski tags: trunk | |
00:18 | Add RSS item as a test. check-in: 7c675a9923 user: stephanie.gawroriski tags: trunk | |
2024-10-27
| ||
23:44 | Add actual article to point to the repository. check-in: a95db32587 user: stephanie.gawroriski tags: trunk | |
23:35 | Update feed. check-in: b7d8831c6c user: stephanie.gawroriski tags: trunk | |
23:05 | Add link to posts because IFTTT really hates feeds without links. check-in: 96089dfdae user: stephanie.gawroriski tags: trunk | |
22:57 | Add mimetypes file, needed for RSS. check-in: 7e26290a5f user: stephanie.gawroriski tags: trunk | |
22:30 | Add RSS feed. check-in: ba7c537975 user: stephanie.gawroriski tags: trunk | |
22:08 | Minor bus work. check-in: 20841a8e38 user: stephanie.gawroriski tags: wip-todobus | |
22:05 | Add base for field storage; Add type info and typed index for fields. check-in: 77b52e7a2b user: stephanie.gawroriski tags: wip-nanocoatexec | |
18:00 | Many corrections around the cache list and searching through it; Make get of link fail if it is not a valid link. check-in: 8a8ddb1216 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2024-10-26
| ||
22:45 | Opening of Zip entries can be verbose now. check-in: e62beede9e user: stephanie.gawroriski tags: wip-nanocoatexec | |
22:44 | Ditto under SJME_CONFIG_DEBUG_VERBOSE for lack of attribute support. check-in: 8512f5043e user: stephanie.gawroriski tags: wip-nanocoatexec | |
22:43 | Move some debug messages to be under SJME_CONFIG_DEBUG_VERBOSE; Find super class and interfaces, then initialize them. check-in: 4d0ebb98d3 user: stephanie.gawroriski tags: wip-nanocoatexec | |
22:17 | Initialize super class; Make sure for string pools everything gets NUL terminated. check-in: 1a07c68509 user: stephanie.gawroriski tags: wip-nanocoatexec | |
19:40 | Parsing of class files, caching those in libraries along with setting the class info. check-in: 7e7438a6fa user: stephanie.gawroriski tags: wip-nanocoatexec | |
18:51 | Commonize list cache searching, use this for both infos and classes. check-in: ac218646fd user: stephanie.gawroriski tags: wip-nanocoatexec | |