Skip to content

Releases: online-judge-tools/template-generator

v2.9.0

04 Apr 12:55

Choose a tag to compare

  • use the default cookie.jar of oj command
  • add --cookie option for oj-template command and oj-contest command

v2.8.0

28 Mar 10:18

Choose a tag to compare

  • add the code generator for Python
  • make oj-contest enable executable flags if shebang exist
  • add main.py to the default templates of oj-contest
  • fix a minor bug of parser using yacc

v2.7.0

23 Mar 15:40

Choose a tag to compare

  • allow absolute paths for -t option of oj-template
  • add template.py as a default template

v2.6.0

19 Mar 15:00
e47a0c6

Choose a tag to compare

v2.5.0

19 Mar 12:51
1da3f18

Choose a tag to compare

  • recognize types of variables
  • guess formats from samples
  • update template.cpp

v2.4.3

19 Mar 05:25

Choose a tag to compare

  • fix a small bug of generated Python code
  • add some tests

v2.4.2

14 Mar 19:17

Choose a tag to compare

v2.4.1

14 Mar 18:53

Choose a tag to compare

  • fix some minor problems

v2.4.0

14 Mar 18:50

Choose a tag to compare

  • add a template file fastio.cpp
  • analyze output formats

v2.3.0

13 Mar 09:42

Choose a tag to compare

  • make generated Python codes more fluent