]> mj.ucw.cz Git - moe.git/history - judge
Fix makefiles for compilation in a different directory.
[moe.git] / judge /
2008-05-25 Martin MaresClean up exit codes of judges.
2008-05-15 Martin MaresJudges now compile and they use build/tester for the...
2008-01-19 Martin MaresNo longer force gcc version.
2007-11-24 Martin MaresFixed a bug in tokenization.
2007-11-24 Martin MaresFirst working version of the shuffling judge.
2007-11-19 Martin MaresAvoid compiling judge-shuff by default, it is not finis...
2007-11-19 Martin MaresSimplify temporary file deletion in the tester.
2007-11-18 Martin MaresClean judge-shuff.
2007-11-18 Martin MaresAdded test cases for the tokenizing judge.
2007-11-18 Martin MaresAdded tests for the comment filter and fixed a bug...
2007-11-18 Martin MaresAdded unit tests for io and tokenizer modules.
2007-11-18 Martin Marestester: Create tmp directory if necessary.
2007-11-18 Martin MaresAn empty token is not a valid number.
2007-11-18 Martin MaresDefault token buffer is 1 byte long, which makes even...
2007-11-18 Martin MaresImported the unit-test module from libucw.
2007-11-18 Martin MaresJust backing up a part of judge-shuff, will continue...
2007-11-18 Martin MaresAdded real and case-insensitive modes to judge-tok.
2007-11-17 Martin MaresAdded a filter for weeding out comments.
2007-11-17 Martin MaresFixed a silly bug.
2007-11-17 Martin MaresRemember to clean up everything.
2007-11-17 Martin MaresImproved parsing of switches.
2007-11-17 Martin MaresAdded a simple judge on sequences of tokens.
2007-11-17 Martin MaresBasic functions for building of judges.