Skip to content

Commit

Permalink
Updated to v5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tsweet77 committed Mar 26, 2024
1 parent a97dc3a commit 7e55259
Show file tree
Hide file tree
Showing 8 changed files with 1,437 additions and 87 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion Change_Log_MAX.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
6/26/2022 v5.7 Clear extra character showing up during resting option for large imem.
3/24/2024 v5.8 Fixed "intention_value = intention + PROCESS_STATEMENT" instead of "intention_value = intention_value + PROCESS_STATEMENT" (Line 915).
3/25/2024 v5.9 Updated to prevent compiler from optimizing out the repeater process.
3/26/2024 v5.10 Added compression and hashing and removed PROCESS_STATEMENT that was blank anyway.
3/26/2024 v5.10 Added compression and hashing and removed PROCESS_STATEMENT that was blank anyway.
3/26/2024 v5.11 Allowing for file import. Display hashing multiplier and compression amount.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and intention_repeater_max.exe if you are on Windows.

For MacOS 10.9+ you can get MacOS_intention_repeater_max_5.7.tar

To compile your code: g++ -O3 -Wall -static intention_repeater_max.cpp -o intention_repeater_max.exe
To compile your code: g++ -O3 -Wall -static intention_repeater_max.cpp -o intention_repeater_max.exe -lz

v5.10 .cpp requires picosha2.h and zlib.h

Expand Down
Loading

0 comments on commit 7e55259

Please sign in to comment.