Skip to content

DMOJ Judge v1.2.0

Compare
Choose a tag to compare
@quantum5 quantum5 released this 22 Apr 02:06
· 1184 commits to master since this release

This minor release includes a number of enhancements as well as some general bugfixes.

Features

  • Full arm32 and arm64 Linux support; #300
  • Use process_vm_readv when possible
  • Improve Java autoconfig
  • Support picking up new non-leaf directories when nesting problem directories

Fixes

  • Fix startup warning typo
  • Fix NaN handling in floating point checkers
  • Fix *at system call handling
  • Fix GCC/Clang -march flag handling; #303
  • Fix line ending handling in checkers
  • Fix interactive problem TLE getting full credit
  • Disable Nim due to arbitrary code execution; #318
  • Fix java_sandbox.jar not found