Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-09-15
06:18
Correct compilation error for the ScritchUI bridge. Leaf check-in: eb41ebe935 user: stephanie.gawroriski tags: wip-nanocoatclassparse
06:12
Add tests for the charseq and stream variants for string pool locating. check-in: 22351aa248 user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-14
18:37
Split and trim DoJa application arguments. Leaf check-in: 3fa1f3111e user: stephanie.gawroriski tags: trunk
18:04
Base string pool tests. check-in: 86e473b411 user: stephanie.gawroriski tags: wip-nanocoatclassparse
16:41
Initial base for string pools, which are reference counted; Have closeable variant that can be weakly counted. check-in: d7dc239454 user: stephanie.gawroriski tags: wip-nanocoatclassparse
01:04
Read of pool count and base of tag. check-in: e1d0950932 user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-13
23:42
Initial base call for parsing the constant pool. check-in: c2e23622a4 user: stephanie.gawroriski tags: wip-nanocoatclassparse
23:11
Read and calculation of class version. check-in: 56c3e35026 user: stephanie.gawroriski tags: wip-nanocoatclassparse
22:59
Update README. check-in: 0b70e7acb3 user: stephanie.gawroriski tags: trunk
2024-09-08
21:39
Base class testing loop. check-in: c946310761 user: stephanie.gawroriski tags: wip-nanocoatclassparse
17:58
More debug/release compile fixes. check-in: 02698ce91b user: stephanie.gawroriski tags: wip-nanocoatclassparse
17:30
Compilation fixes for release build; Strip specific executables on release. check-in: b03e3a14a7 user: stephanie.gawroriski tags: wip-nanocoatclassparse
16:10
Compile fixes. check-in: 66e1e44278 user: stephanie.gawroriski tags: wip-nanocoatclassparse
15:25
Base test for loading and testing class parsing. check-in: a3bbce559f user: stephanie.gawroriski tags: wip-nanocoatclassparse
00:25
Cleanup and moving of NanoCoat VM specific headers to their own include directory for organization as VM work is ramping up. check-in: 9b9c67a080 user: stephanie.gawroriski tags: wip-nanocoatclassparse
00:16
Loading and resolving of suite libraries. check-in: 3ed6b0ce70 user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-07
22:41
Reading of initial default boot parameters. check-in: 0417fdee7f user: stephanie.gawroriski tags: wip-nanocoatclassparse
20:53
Make the SQC lists binary so that they are easier to read in C. check-in: 89114d6432 user: stephanie.gawroriski tags: wip-nanocoatclassparse
03:35
Add base for dynamic list building. check-in: 1514e212cf user: stephanie.gawroriski tags: wip-nanocoatclassparse
03:24
Disable PS2 build for now as it will break an important branch. check-in: d5543554c8 user: stephanie.gawroriski tags: trunk
02:58
Add base for list utilities. check-in: e9a1c932c0 user: stephanie.gawroriski tags: wip-nanocoatclassparse
01:03
Add VM type, which is an inline caching interpreter. check-in: 8b09ccd5ab user: stephanie.gawroriski tags: wip-nanocoatclassparse
00:33
Read of main class to launch along with trimming. check-in: 49ecabcd01 user: stephanie.gawroriski tags: wip-nanocoatclassparse
00:07
Put inflation debug code under a define. check-in: e68a57e0c2 user: stephanie.gawroriski tags: wip-nanocoatclassparse
00:06
Correct inflate dynamic not saturing the buffer; Buffer saturation should not cause inflate errors. check-in: c79b8f8038 user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-06
23:56
Inflate implementation. check-in: 4e9df6a786 user: stephanie.gawroriski tags: wip-nanocoatclassparse
20:56
Merge from trunk. check-in: 10302d3351 user: stephanie.gawroriski tags: wip-nanocoatclassparse
20:52
Remove except as it is very clunky to use, there are simpler ways; More corrections for the PS2 build. check-in: 40bd7c4409 user: stephanie.gawroriski tags: trunk
00:52
Add option to replace traverse values. check-in: b426082744 user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-05
23:31
Fix some implicits due to PS2 compiler update. check-in: fc9b450c0a user: stephanie.gawroriski tags: trunk
2024-09-04
23:19
Add clarification on front end binding types. check-in: 5ac9e94bf1 user: stephanie.gawroriski tags: wip-nanocoatclassparse
23:11
Add base for more smarter binding/releasing of front ends. check-in: b34695eebe user: stephanie.gawroriski tags: wip-nanocoatclassparse
23:09
Add reference for front end bind and release. check-in: f8120df513 user: stephanie.gawroriski tags: wip-nanocoatclassparse
23:06
Add base ability for a smarter binding system. check-in: b823d55597 user: stephanie.gawroriski tags: wip-nanocoatclassparse
23:03
Add separate header for the front end since there will need to be dynamic binding. check-in: 8b617e42a9 user: stephanie.gawroriski tags: wip-nanocoatclassparse
22:49
Initial base attempts at fixing GC handling for the hosted environment. Leaf check-in: 687950c10b user: stephanie.gawroriski tags: wip-gcwrapperfixes
00:48
Tree insertion calculation, tree needs a node "redo" as leaves could be replaced. check-in: c523ed9d8a user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-03
02:02
Add base for loading code length values to build the dynamic huffman tree. check-in: 339dee16c0 user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-02
23:43
Minor adjustment. check-in: 5d12bb4b6d user: stephanie.gawroriski tags: wip-nanocoatclassparse
23:34
Implementation of traversal trees to make all the tests pass now. check-in: 3ec1f14b32 user: stephanie.gawroriski tags: wip-nanocoatclassparse
21:20
Implement clear. check-in: 3e249802d9 user: stephanie.gawroriski tags: wip-nanocoatclassparse
21:16
Implement of traversal put. check-in: dfc4a487f0 user: stephanie.gawroriski tags: wip-nanocoatclassparse
19:54
Implement new and destroy for traversal trees. check-in: b719f854b7 user: stephanie.gawroriski tags: wip-nanocoatclassparse
19:21
Make nodes take up less space by being at the minimum, two pointers. check-in: 0d4275585a user: stephanie.gawroriski tags: wip-nanocoatclassparse
18:12
Check the value for putting into traversals and when iterating. check-in: 4875ea3e67 user: stephanie.gawroriski tags: wip-nanocoatclassparse
18:07
Implement tests for traversals. check-in: 56e2ebb844 user: stephanie.gawroriski tags: wip-nanocoatclassparse
13:52
Base new/destroy layout for traverse trees. check-in: 81e19bf4f8 user: stephanie.gawroriski tags: wip-nanocoatclassparse
00:57
Add current node for traversal iteration. check-in: df52e5ea97 user: stephanie.gawroriski tags: wip-nanocoatclassparse
00:56
Add base API and blank tests for traversals. check-in: ddac228a6e user: stephanie.gawroriski tags: wip-nanocoatclassparse
2024-09-01
23:21
Base API for bit traversal trees. check-in: 972df634dc user: stephanie.gawroriski tags: wip-nanocoatclassparse