Releases: tbali0524/cgtest
Releases · tbali0524/cgtest
v1.16.0
Added
- Seperate build and running times are displayed in with
--stats
. Note: some compilers combine build and run steps into a single invocation. note
configuration option added to the per language section.- Default
dart
andgo
config updated to separate build and run steps. - More test cases added.
v1.15.0
v1.14.0
verbose
configuration option is now the default.--quiet
command-line argument added.- Default
c
build command fixed. - Fixed double warning when log file cannot be created.
- Command line option
--no-ansi
and--ansi
is taken into account with--help
,--version
, or if there are errors with the other command-line arguments.
v1.13.0
v1.12.0
v1.11.0
v1.10.0
Added
- All public test cases for easy puzzles added.
- Statement texts for most easy and medium puzzles added.
- Test cases for Winter & Summer Challenge 2023 added.
Changed
- Tweak in sample config files: bash enabled if OS is not Windows
- Info updated about CG supported language versions in the
--lang-versions
output. - Rust default compiler settings changed to include
-O --edition 2021
.
v1.9.0
- Github Action workflow added.
- More CG puzzle test cases added. The repo now contains all public test cases for all medium, hard and expert puzzles and at least 1 test case for all easy puzzles. In total there are 4300+ test cases for 770+ puzzles.
- Statement texts for hard and expert puzzles added.
v1.8.0
- More CG puzzle test cases added.
- Test cases added for the new codegolf puzzles.
- Codegolf puzzle test cases renamed.
- Puzzle test cases renamed where CG changed the original puzzle name, Bender->Blunder.
- In the default configuration C compile command line the -lm argument is moved to the end.