- Aug 17, 2024
-
-
Karol Bonat authored
-
- Aug 15, 2024
-
-
Karol Bonat authored
-
- Aug 10, 2024
-
-
Jakub Bartmiński authored
Fixes multiple definitions of main() in packages with a library. The extra_compilation_args config is used by sioworkers to compile solution files. CXXFLAGS in makefile.in generated by sinol-make are used by sio2 to compile ingen, inwer, chk, and the model solution for outgen. It seems that sinol-make incorrectly used extra_compilation_args for generating CXXFLAGS for ingen, inwer, and chk, which makes it impossible to configure existing packages with libraries. If adding args to ingen, inwer, and chk is needed, we should add support for a new config option, for example `extra_compilation_args_aux`
-
- Aug 09, 2024
-
-
Jakub Bartmiński authored
Only prepend cwd to the arg if it actually is a path. This allows passing actual compile arguments that are not additional files.
-
The command in ingen "vm.mmap_rnd_bits = 28" failed as the proper bash syntax for assigning varriables is without spaces.
-
- Aug 05, 2024
-
-
Karol Bonat authored
-
- Aug 04, 2024
-
-
- Aug 02, 2024
-
-
Jakub Bartmiński authored
Also makes it crash again on sio2jail exceptions with better diagnostic, as that should never happen. Unsure if the same applies for checker exceptions, so that is unchanged.
-
Karol Bonat authored
-
- Jul 30, 2024
-
-
Jakub Bartmiński authored
-
Jakub Bartmiński authored
It seems to fail on some systems without all of these.
-
- Jul 29, 2024
-
-
Jakub Bartmiński authored
This allows timing out on instruction count instead of realtime. The auto-install functionality is maintained. Also removes a dubious, non-fuctional kernel.perf_event_paranoid check.
-
Jakub Bartmiński authored
This reverts commit 93a62356.
-
- Jul 28, 2024
-
-
Jakub Bartmiński authored
-
Jakub Bartmiński authored
-
- Jul 26, 2024
-
-
Jakub Kaszycki authored
-
- Jul 25, 2024
-
-
Jakub Kaszycki authored
-
Mateusz Masiarz authored
-
- Jul 19, 2024
-
-
Jakub Bartmiński authored
-
- Jul 16, 2024
-
-
Jakub Bartmiński authored
-
Jakub Bartmiński authored
-
Jakub Bartmiński authored
-
Jakub Bartmiński authored
-
- Jul 10, 2024
-
-
Jakub Kaszycki authored
-
Jakub Kaszycki authored
-
Jakub Kaszycki authored
-
Jakub Kaszycki authored
-
Jakub Kaszycki authored
-
Jakub Kaszycki authored
-
- May 27, 2024
-
-
Paweł Putra authored
-
- May 01, 2024
-
-
Mateusz Masiarz authored
-
- Apr 21, 2024
-
-
Mateusz Masiarz authored
-
Mateusz Masiarz authored
* Add OIJ contest type * Add tests
-
Mateusz Masiarz authored
* Add verify command * Update help * Broken tests * Small startup performance improvments * Dict for command names * Fix bug and remove java from compilers * Fix tests * Add tests * Fix tests * Dont create ocen archive with no ocen tests, create dlazaw in attachments * Add tests * Remove .cache dir * Add gitkeep in inwer package * Validate tests in parallel * Less colorful printing * Refactor --cpus flag * Refactor imports * Fix test * Remove cache on compilation flags or sanitizers change * Add tests * Fix again * Fix tests * Fix * Development versions support (#230) * Add dev versioning * Update tests * Bump version * Add test * Bump version * Fixed finding newest development version * Bump version * Fix version tests * Refactor * Cache `get_task_id()` * Allow caching with cwd * Fix test * Don't create ocen when dlazaw exists * Add test * Add flag for ignoring expected scores * Add test * Bump version * Update README * Add option to verify contest type * Add tests * Fix bugs * Fix typo * Refactor creating parsers * Change version for release
-
Mateusz Masiarz authored
* Autoupdate oiejq * Add tests * Fix tests * Another fix * Update sio2jail version * Remove unnecessary try-catch * Check if correct oiejq is installed * Change oiejq install message * Fix message * Add test for oiejq reinstall
-
- Apr 18, 2024
-
-
Mateusz Masiarz authored
* Fix ingen deleting wrong inputs * Add tests * Update example config * Bump version
-
- Apr 10, 2024
-
-
Stanisław Czech authored
Stricter no outs verification Fix script crashing on lack of any outputs
-
- Mar 22, 2024
-
-
Mateusz Masiarz authored
-
Mateusz Masiarz authored
* Fix interactive problems in python * Cleanup * Copy swig generated files * Fix tests * Valid lib package in python * Add caching for extra execution files * Fix typo
-
- Mar 12, 2024
-
-
Stanisław Czech authored
* ingen and inwer compilation parity flags for ingen and inwer * Add tests
-