-
Notifications
You must be signed in to change notification settings - Fork 8
/
Change_Log_MAX.txt
39 lines (39 loc) · 3.4 KB
/
Change_Log_MAX.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
10/10/2020 v1.0 Intention Repeater MAX created.
10/15/2020 v1.1 Optimized to run faster.
10/16/2020 v1.2 Optimized further by removing benchmark loops in favor of a timer sentinel. This makes the clock more accurate and it runs faster.
10/23/2020 v2.0 Converted to C++ which can be 2X faster and is more efficient. Will support this version from now on. Needs to be compiled with g++.
10/24/2020 v2.1 Updated to use new PROCESS_STATEMENT used by Frank_Is_Not_My_Name on the Intention Repeater Forum.
10/25/2020 v2.2 Removed extraneous variables and streamlined code.
10/26/2020 v2.3 Updated to include frequency of run (kHz,MHz,GHz,THz,PHz) as well as a suffix (k,M,B,T,Q) for number of repetitions.
10/27/2020 v2.4 Fixed bug with displaying extra characters at end on status update.
10/27/2020 v2.5 Fixed some bugs.
11/5/2020 v2.6 Enhanced performance by adding benchmark by Karteek Sheri.
11/7/2020 v3.0 Runtime flags added by Karteek Sheri. Intention multiplier added by Thomas Sweet.
11/11/2020 v3.1 Converted to using exponents. Fixed bug for iterations greater than 18.4 Quintillion.
11/12/2020 v3.2 Fixed bug for large numbers > 18.4 Quintillion using a String to hold values.
11/14/2020 v3.3 Updated to allow selection of either suffix (like PHz) or exponent (like 10^15 Hz).
5/9/2021 v3.4 Updated for exact clock. This version is slower than 3.3, but is more exact in the timer.
5/10/2021 v3.5 Added --timer flag for EXACT and INEXACT. Added --freq flag for specifying frequency of repeat. Added color options for text.
5/10/2021 v3.6 Fixed so text color also works on Windows.
5/11/2021 v3.7 Fixed color codes for Linux and Windows.
5/17/2021 v4.0 Added Holo-Link functionality, created by Mystic Minds. Fixed some issues with the flags.
5/18/2021 v4.1 Fixed some bugs with the flags, and some spelling errors.
5/21/2021 v5.0 Updated to use new boosting option, which uses Nesting Files NEST-1.TXT through NEST-100.TXT.
5/21/2021 v5.1 Fixed some bugs.
5/30/2021 v5.2 Now has Microsoft Style in coding, from clang-format v13, as well as fixed a variable from int to unsigned long long int.
2/5/2022 v5.3 Added inner repeating 1M times.
2/5/2022 v5.4 Added amplification option.
2/5/2022 v5.5 Check benchmark to make sure amplification value isn't too large. Added amplify option to the help menu.
2/8/2022 v5.6 Added --restevery and --restfor options to allow for resting in between running.
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.11 Allowing for file import. Display hashing multiplier and compression amount.
3/26/2024 v5.13 Displaying the Multiplier value.
3/26/2024 v5.14 Fixed issue with segmentation error for assigning too much memory.
4/4/2024 v5.16 Updated to remove null characters from imported binary files.
4/5/2024 v5.17 Updated to allow for importing holo-link file contents.
4/9/2024 v5.21 Updated to fix missing displayed intention when running Holo-Link.
4/16/2024 v5.7B Updated this old version which works better for some people to add in --file flag.
4/21/2024 v.5.24 Updated to allow for combining intention and file.