BAPCtools icon indicating copy to clipboard operation
BAPCtools copied to clipboard

Tools for developing ICPC-style programming contest problems.

Results 87 BAPCtools issues
Sort by recently updated
recently updated
newest added

Either try both with fallback, or require hardcoding this in the config

And/or for compilation of validators to use c++17 instead of c++20 command line flag (could be ugly search&replace; we really need to enforce this)

When doing `bt pdf -w`, it should print a message every time compilation is started and finished. (Ideally overwriting the line; maybe using the existing bar class.) When there are...

Copying part of the discussion from https://github.com/RagnarGrootKoerkamp/BAPCtools/pull/163#discussion_r748593896: @RagnarGrootKoerkamp: > Really it would be cleaner to parse these after cding to the contest dir, but that probably introduces other problems @mpsijm:...