Changeset [1038]: Ensure that when stdin/stdout/stderr are not supported (e.g., Android ...
Ensure that when stdin/stdout/stderr are not supported (e.g., Android apps), the source does not use them (conflicts with MFILE...)
Changeset [1037]: One less compiler warning about assignment/comparison
One less compiler warning about assignment/comparison
Changeset [1036]: Fixed comparison for compilers with default char = signed
Fixed comparison for compilers with default char = signed
Changeset [1035]: Added a demo program to scale a Model and a simple test
Added a demo program to scale a Model and a simple test
Changeset [1034]: test results updated
test results updated
Changeset [1033]: Updated test results after changes to evol_test and fS
Updated test results after changes to evol_test and fS
Changeset [1032]: - fS: comma as an intuitive separator in genotype instead of weird ...
- fS: comma as an intuitive separator in genotype instead of weird symbols ;'
- other minor refactorizations
Changeset [1031]: Added a number of model geometry criteria to evolution
Added a number of model geometry criteria to evolution
Changeset [1030]: fS: refactoring
fS: refactoring
Changeset [1029]: fL: more legal characters allowed in syntax coloring
fL: more legal characters allowed in syntax coloring
Changeset [1028]: Separated Pt2D
Separated Pt2D
Changeset [1027]: #defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
#defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
Changeset [1026]: Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility