Skip to content

Releases: online-judge-tools/verification-helper

v5.1.0

17 Sep 12:12
7db9ec2
Compare
Choose a tag to compare

v5.0.1

15 Sep 14:36
e52b1dd
Compare
Choose a tag to compare

v5.0.0

15 Sep 01:42
853b14c
Compare
Choose a tag to compare
  • #296 add flags to expand stacks of C++ programs for Cygwin environments (@jellc)
  • #287 #289 #290 #294 #300 #301 (breaking changes) update the document generator
    • URLs of pages are changed. redirection is enabled.
    • improve the width of columns of the default theme
    • make the syntax highlighting correct for non-C++ languages
    • make .verify-helper/docs/index.md embedded into the top page
    • remove @see @sa directive and now detect and use all URLs in source code
    • remove @category directive
    • remove @ignore directive and now recognize exclude: [PATH, ...] in .verify-helper/docs/_config.yml
    • mark deprecated @docs path/to/doc.md and now recognize standalone Markdown files with documentation_of: path/to/source.code front-matter
    • There are many internal changes. The generated documents of libraries which use customized themes may be broken 🙇

v4.12.1

21 Aug 10:40
a7e7f23
Compare
Choose a tag to compare
  • #281 fix the bug that sometimes we cannot compile the generated codes of oj-bundle on Windows (pull requested by @jellc)
  • #283 enable to include non-standard system headers like ext/* or tr1/* (pull requested by @jellc)

v4.12.0

13 Aug 14:29
eeefc67
Compare
Choose a tag to compare
  • #278 colorize logs

v4.11.0

10 Aug 16:50
1aa26ae
Compare
Choose a tag to compare
  • #273 add the builtin support for Python (@knuu)

v4.10.3

30 May 10:16
9bb3815
Compare
Choose a tag to compare
  • #268 fix a bug about analyzing dependencies of Nim files (@zer0-star)

v4.10.2

24 May 13:14
1b91ce3
Compare
Choose a tag to compare
  • #255 fix many problems on Windows (@tsutaj)
  • #265 add an error message for failures of analyzing dependencies
  • #264 add an error message for failures of oj-bundle on macOS

v4.10.1

06 May 18:47
3826da0
Compare
Choose a tag to compare
  • #242 #243 increase the stack size on macOS (@morioprog)
  • #244 prevent pushing documents to the gh-pages branch if GH_PAT is not set or is empty

v4.10.0

06 May 09:36
daaa4d0
Compare
Choose a tag to compare
  • #236 support Nim (@chaemon)
  • #239 fix the bug that oj-verify crashes when there are files whose #include directives are broken
  • #238 add .gitignore to .verify-helper/.gitignore
  • #237 add a workaround for a bug of installation of online-judge-tools