2024-09-01 |
Stephanie Gawroriski | Correct base64 MIME decoding; Corrections to inflation...
|
commit | commitdiff | tree |
2024-09-01 |
Stephanie Gawroriski | Correct fixed inflation codes being incorrect.
|
commit | commitdiff | tree |
2024-09-01 |
Stephanie Gawroriski | Base for fixed code reading.
|
commit | commitdiff | tree |
2024-08-31 |
Stephanie Gawroriski | Correct reference counting for inflation.
|
commit | commitdiff | tree |
2024-08-31 |
Stephanie Gawroriski | Delete old messy inflate code.
|
commit | commitdiff | tree |
2024-08-31 |
Stephanie Gawroriski | Decompression of literal data.
|
commit | commitdiff | tree |
2024-08-31 |
Stephanie Gawroriski | Start of cleaner inflation code.
|
commit | commitdiff | tree |
2024-08-31 |
Stephanie Gawroriski | Base inflation loop.
|
commit | commitdiff | tree |
2024-08-30 |
Stephanie Gawroriski | Allocation of all of the buffers needed for inflation.
|
commit | commitdiff | tree |
2024-08-30 |
Stephanie Gawroriski | Initial base for simplified inflation streams.
|
commit | commitdiff | tree |
2024-08-30 |
Stephanie Gawroriski | Initial base non-compiling start of inflation refactor.
|
commit | commitdiff | tree |
2024-08-30 |
Stephanie Gawroriski | Optimize writing bit streams to allow for entire words...
|
commit | commitdiff | tree |
2024-08-30 |
Stephanie Gawroriski | Optimize bit stream reading by allowing multiple bytes...
|
commit | commitdiff | tree |
2024-08-30 |
Stephanie Gawroriski | Add back in sjme_debug_handlers extern as that was...
|
commit | commitdiff | tree |
2024-08-29 |
Stephanie Gawroriski | Merge from trunk.
|
commit | commitdiff | tree |
2024-08-29 |
Stephanie Gawroriski | Implement bit stream write.
|
commit | commitdiff | tree |
2024-08-29 |
Stephanie Gawroriski | Update readme.
|
commit | commitdiff | tree |
2024-08-29 |
Stephanie Gawroriski | Implementation of reading bit streams.
|
commit | commitdiff | tree |
2024-08-28 |
Stephanie Gawroriski | Implement tests for bit streams.
|
commit | commitdiff | tree |
2024-08-28 |
Stephanie Gawroriski | Add test for inflation examples.
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Add examples for dynamic and literal huffman.
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Retrospective of the past few years.
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Base blank functions for bit stream reading and writing...
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Test for certain GCC flags before using them, in the...
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Base functions and structures for bit streams.
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Remove the stride test for circle buffers as it is...
|
commit | commitdiff | tree |
2024-08-26 |
Stephanie Gawroriski | Implementation and underflow tests for circle buffer.
|
commit | commitdiff | tree |
2024-08-26 |
Stephanie Gawroriski | Partial buffer slicing.
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Implementations of put and operate operations.
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Add base buffer object operation.
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Implement base size, new, and destroy for circle buffers.
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Add tests for the circle buffer.
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Add blank base for bit streams, inflate bit related...
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Add blank base for circle buffer, the inflate buffer...
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Make the code compile again by renaming accordingly...
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Shorten inflate prefix.
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Split off the inflation functions.
|
commit | commitdiff | tree |
2024-08-24 |
Stephanie Gawroriski | Minor deflate work.
|
commit | commitdiff | tree |
2024-08-24 |
Stephanie Gawroriski | We can safely handle more than 32-bits if specified...
|
commit | commitdiff | tree |
2024-08-24 |
Stephanie Gawroriski | Broken decompression work.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Read of length value.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Writing decompressed data to the output buffer.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Call to write out bit values.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Reading of fixed huffman codes in a rather efficient...
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Base inflation loop.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Initialize fixed tree.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Base initial setup for reading the tree.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Stop decompressing and mark EOF if we are going to...
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | When decompressing, keep reading for input so the output...
|
commit | commitdiff | tree |
2024-08-22 |
Stephanie Gawroriski | Load of values into symbol tree.
|
commit | commitdiff | tree |
2024-08-22 |
Stephanie Gawroriski | Initial base before building the huffman tree.
|
commit | commitdiff | tree |
2024-08-21 |
Stephanie Gawroriski | Include ScritchUI dynamic libraries if using Gradle.
|
commit | commitdiff | tree |
2024-08-20 |
Stephanie Gawroriski | Read of inflate tree length parameters.
|
commit | commitdiff | tree |
2024-08-19 |
Stephanie Gawroriski | Basic parse of inflate literal length header along...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Add give and consume for buffer operations.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Commonize buffer chunk operations, since read and write...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | More inflation helper functions.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Have a more efficient data in/out loop for inflation...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Base structure layout for inflation.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Clear out miniz for my own implementation, which will...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Miniz seems to just be broken.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Add hexdump for testing the Zip data.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Base deflate decompression.
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Clarify comment.
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Callers reference accordingly so memory does not remain...
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Do not unref the seekable in the Zip since we already...
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Add test for compressed and uncompressed Zip data.
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Add sjme_dylib_open() to get the current executable...
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Initial base for getting the default launch from a...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Store the launcher boot properties in the ROM.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Only call main class path by name if it is not NULL.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Make all NanoCoat types closeable; Make unrefing closeable...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add initialize of a Zip library from an already open...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Count up libraries and suites.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add a close unref to close and unref at the same time...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add data parameter to library and suite init.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Further split off suites and libraries.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Native suite file reading and suite access.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Fixes from trunk merge.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Merge from trunk.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Like sjme_error_notImplemented(), add sjme_error_outOfMemory...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Remove some usages of binary output as this breaks...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add a base GUI cmd, currently does nothing except show...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Fixes for newer GCC.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Merge from trunk.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Remove double usage of export.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Implement testZipAccess.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Add more debugging around weak reference counts; Count...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Correct raw data test as it was using previously incorrect...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Implement pencil functions for setting stroke style...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Add ScritchUI bug struct, which unfortunately is needed...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Generate export files for Windows when using MSVC,...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Corret MIME decoding when padding is reached; Reading...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Opening of Zip entry data streams.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Rename opening a seekable as an input stream and move...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Check if Zip is corrupted.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Load of entry details.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Base initial Zip scan loop.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Have Zip entries be structure information rather than...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Put a lock on seekables so they do not collide with...
|
commit | commitdiff | tree |