aboutsummaryrefslogtreecommitdiffstats
path: root/icebram/icebram.cc
Commit message (Expand)AuthorAgeFilesLines
* icebram: don't use exceptions.Catherine2023-02-181-12/+14
* icebram: do not include <bits/stdc++.h>Catherine2023-02-181-1/+1
* icebram: Complete rewrite to cleanup and make it workSylvain Munaut2023-02-141-272/+570
* Exit with error when no RAM contents were replaced.Tom Verbeure2022-12-271-0/+4
* icebram: add WASI platform support.whitequark2020-06-261-0/+4
* icebram: refactor seeding logic.whitequark2020-06-261-8/+14
* Revert "Make icebram deterministic"whitequark2020-06-261-2/+2
* Make icebram deterministicwhitequark2020-06-231-2/+2
* Remove rogue spaceTom Verbeure2018-06-021-1/+1
* Fix indentationTom Verbeure2018-06-021-1/+1
* Add option to specify seed for repeatable outcomes.Tom Verbeure2018-06-021-7/+25
* Mount NODEFS if using emscripten and nodejsRobert Ou2018-03-311-0/+16
* Improve input parsing of icebramMarcus Comstedt2016-10-211-6/+31
* Minor icebram improvementsClifford Wolf2016-06-111-3/+6
* Finished icebramClifford Wolf2016-05-151-2/+72
* Added icebram bitslice replacerClifford Wolf2016-05-121-8/+107
* Added icebram skeletonClifford Wolf2016-05-121-0/+165