Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Releases: wxh06/dockerjudge

Return tuple instead of list

25 Jun 05:23
a4fe2a8
Compare
Choose a tag to compare
  • Update docs (Usage section) in README
  • Return test cases judge result as tuple instead of list

Support LLVM Clang

19 Jun 03:17
e3618d4
Compare
Choose a tag to compare

Add gccgo support

17 Jun 12:09
4c6192a
Compare
Choose a tag to compare

Support more programming language processors

16 Jun 14:08
bdb153a
Compare
Choose a tag to compare

Reconstitute

14 Jun 06:07
57b711a
Compare
Choose a tag to compare

v1.0.0

  • Reconstitute

Fix multiple commands in `judging`

10 Jun 22:33
2ca43b6
Compare
Choose a tag to compare
  • 3dc2539 Fix multiple commands in judging

Add split

27 Mar 09:38
ae5b060
Compare
Choose a tag to compare
  • Add split, allowing limiting maximum concurrent threads

Return UE with durations

06 Jan 07:40
2b23ed6
Compare
Choose a tag to compare
  • Return UE with the .0 durations

Always call the callback function

20 Dec 09:48
bfdb508
Compare
Choose a tag to compare
  • Call the callback function even UE
  • Remove before_compiling & after_compiling

Callback

14 Dec 21:58
a9fbd8a
Compare
Choose a tag to compare
  • Change before/after_* to before/after_*ing, iofn to iofile
  • Callback function support