0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to markdown for nicer-looking text. More... over 8 years ago
Merge pull request #3 from nedtwigg/master More... over 8 years ago
Added instructions for migrating to MatFileRW, if people want to. More... over 8 years ago
Merge remote-tracking branch 'emergentorder/master' More... over 9 years ago
Merge remote-tracking branch 'no-man-is-an-island/master' More... over 9 years ago
Merge remote-tracking branch 'MJDSys/master' More... over 9 years ago
Fix maven build More... over 9 years ago
project.clj for leiningen build More... almost 10 years ago
Workaround for ZLIB EOFException (as http://bugs.java.com/bugdatabase/view_bug.do;jsessionid=53ede10dc8803210b03577eac43?bug_id=6519463). More... almost 10 years ago
Merge pull request #1 from gabeos/master More... almost 10 years ago
Remove useless debug output. More... almost 10 years ago
Update the tests around the TET table. More... almost 10 years ago
Make sure that parsing via streams works the same as by files. More... almost 10 years ago
Fix SimulinkDecoder's read function to comply with the InputStream contract. More... almost 10 years ago
Make sure that the decoder always returns an EOF at the end of the stream. More... almost 10 years ago
Modified MatFileWriter.java slightly to include capabilities for writing int32 arrays. Really very simple change. Just copied from other case statement examples. Seems to work though, can load in matlab R2011b More... almost 10 years ago
Cleanup the Simulink TET test. More... almost 10 years ago
Generalize MCOS object arrays to properties. More... almost 10 years ago
Handle MCOS objects in arrays as non-MCOS object properties. More... almost 10 years ago
Change MLObject to use a Map<String,MLArray> to store properties. More... almost 10 years ago
So, the value I had though was the object id is not. Fix. More... about 10 years ago
Handle sub objects some. More... about 10 years ago
Fix up a few coding issues: More... about 10 years ago
Add a decoder for Simulink derived MAT files. More... about 10 years ago
Add tests around handle handling. More... about 10 years ago
Start reading more property related fields. More... about 10 years ago
Make sure fields names are properly set. More... about 10 years ago
Fix bad documentation. More... about 10 years ago
Get a first run of attributes working. More... about 10 years ago
Start parsing the binary blob. First things first, get the class name. More... about 10 years ago