File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ Changelog
2+ #########
3+
4+ v0.3.0 (2017-07-25)
5+ -------------------
6+
7+ * Bug in strategy K74RXX fixed and the strategy added back into the compiled
8+ output
9+
10+ v0.2.0 (2017-07-24)
11+ -------------------
12+
13+ * Functions are split between those for strategies and those for running the
14+ original tournament and separate folders created for each category
15+
16+ * The makefile compiles the strategies into a separate shared object file
17+ whilst the tournament source is compiled into an executable that links to
18+ the shared object file
19+
20+ v0.1.0 (2017-07-20)
21+ -------------------
22+
23+ Original downloaded code with the following changes necessary in order to
24+ ensure that it will compile using gfortran version 7.1.0:
25+
26+ * Indentation in the downloaded html corrected to ensure the Fortran is valid
27+
28+ * Html codes '<' and '>' replaced with '<' and '>'
29+
30+ * The use of '=' in conditional expressions replaced with '=='
31+
32+ * Lines longer than 72 characters split into multiple lines with continuation
33+ characters added
34+
35+ * JSeconds function replaced with secnds
36+
37+ * DATE and TIME functions replaced with date_and_time
38+
39+ * Use of a real variable as an arrary index in strategy K85R corrected
40+
41+ * Removal of strategy K74RXX from the compiled executable due to an
42+ unresolved bug that prevents compilation
43+
44+ And splitting of the original single file into separate files for each
45+ function.
46+
47+ The makefile in this release compiles the entire source code to a single
48+ executable.
You can’t perform that action at this time.
0 commit comments