0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add get_pointer vtables to the matrix types, along with big warnings against using them. More... almost 12 years ago
remove a directory that shouldn't exist on this branch More... about 12 years ago
Bold a few important terms in README More... about 12 years ago
Fix formatting in README More... about 12 years ago
Convert the README to markdown. Several factual fixes. More... about 12 years ago
Fix the Winxed elimination example. Winxed does integer comparison on foo[x, y] == 0 where NQP does floating point comparison there. Be explicit More... about 12 years ago
Update plumage link More... about 12 years ago
Translate the elimination example to winxed. The results are a little off, I need to double-check that the algorithm wasn't mangled More... about 12 years ago
Add in a Test.Matcher type for matching matrices More... about 12 years ago
Add in a quick proof-of-concept matrix iterator type which uses Rosella.Query.Iterable More... about 12 years ago
Delete t/run_test and friends. We do not need that since test files are stand-alone and do not need to be run from a harness-like environment More... about 12 years ago
update all method test files to share a common header with better logic. Mostly copy+paste with changed class names More... about 12 years ago
Fix pir-subclass tests. More... about 12 years ago
Commit a few more fixes to test suite. Making progress, but running into HLL weirdness in the PIR subclass tests More... about 12 years ago
Update t/harness to use the current Harness API. Tests do not run More... about 12 years ago
Add in a quick makefile copied from Rosella. Makes building easier if you have aliases set up. More... about 12 years ago
PIR tests need a :main sub, to work with TestFile.PIR from Rosella (uses PackfileView.main_sub) More... over 12 years ago
Some fixes to get the harness working again after recent rosella changes. Also, clean up the harness to take advantage of the new, cleaner APIs More... over 12 years ago
Fixes to the test suite so it runs and all tests pass again More... almost 13 years ago
Many fixes to the test suite and harness. We run all test files (in the correct orders), but are failing several tests More... almost 13 years ago
cleanups for harness More... almost 13 years ago
add in testcontext file, which I forgot More... about 13 years ago
fix all remaing tests. no more failures More... about 13 years ago
fix setblock tests More... about 13 years ago
fix gemm tests. methods are all tests, so utilities have to be subs More... about 13 years ago
fix references to test factory, a few other fixes. Reclaim several other tests More... about 13 years ago
update several assertions and other calls to the new architecture. Reclaim a bunch more tests More... about 13 years ago
fix typo in harness. Start reclaiming tests More... about 13 years ago
fix another typo. All tests run again (but most fail) More... about 13 years ago
remove debugging garbage from harness. fix typo in set_block.t More... about 13 years ago