]> mj.ucw.cz Git - eval.git/shortlog
eval.git
2010-05-29 Tomas GavenciakMany fixes to config parser, many (passed) tests.
2010-05-29 Tomas GavenciakFixed minor type typo
2010-05-29 Tomas GavenciakIncluded *.pyc to .gitignore
2010-05-25 Tomas GavenciakConfig parser complete, but completely untested.
2010-05-25 Tomas GavenciakChanges to config operations structure.
2010-05-24 Tomas GavenciakSyntax constants localized to parser class.
2010-05-23 Tomas GavenciakComplete, but untested config parser.
2010-05-23 Tomas GavenciakRenamed VARNAME_re to re_VARNAME
2010-05-23 Tomas GavenciakChanged clause->formula in ConfigCondition, added formu...
2010-05-22 Tomas GavenciakNew file for conf parser, move and update conf file...
2010-05-11 Tomas GavenciakAdded syntax for config files (to be reviewed)
2010-05-09 Tomas GavenciakImporoved and shortened conf.py code
2010-05-07 Tomas GavenciakNew module for config evaluation. Basic testing.
2009-08-15 Martin MaresSaved the example task
2009-08-14 Martin MaresBetter logging of exceptions
2009-08-14 Martin MaresMake "+=" insert spaces as necessary
2009-08-14 Martin MaresRemoved config resolution caching
2009-08-14 Martin MaresImplemented syntax checkers and output filters
2009-08-14 Martin MaresBackward-compatible point files implemented
2009-08-14 Martin MaresUnify names of exception variables
2009-08-14 Martin Marese.cfgs[x] can be shortened to e[x]
2009-08-14 Martin MaresJudges can return single-line verdicts on stderr instea...
2009-08-12 Martin MaresCleaup of the config file
2009-08-11 Martin MaresErr -> Error in all exception names (to be consistent...
2009-08-11 Martin MaresStatus files are now handled almost properly
2009-08-11 Martin MaresBatch task testing works (sort of)
2009-08-10 Martin MaresMore bits of compilation
2009-08-10 Martin MaresAdded sandbox interface module
2009-08-10 Martin MaresParts of compilation
2009-08-10 Martin MaresRenamed meta files to status files to match the Moe...
2009-08-09 Martin MaresCleaned up exception handling and logging
2009-08-09 Martin MaresLogging
2009-08-09 Martin MaresImplemented configuration overrides from the command...
2009-08-09 Martin MaresLocating batch tasks
2009-08-09 Martin MaresFirst attempts at the evaluation overlord
2009-08-09 Martin MaresAdded a shabby skeleton of a logging module
2009-08-09 Martin MaresAdded a simple utility function for simulating mkdir -p.
2009-08-09 Martin MaresBetter error reporting
2009-08-09 Martin MaresBetter error reporting on the pipeline
2009-08-09 Martin MaresA better implementation of the pipeline, including...
2009-08-09 Martin MaresDo not try to distinguish between single and double...
2009-08-08 Martin MaresA brief experiment with pipelines
2009-08-08 Martin MaresConfiguration values are now cached
2009-08-08 Martin MaresImplemented overrides
2009-08-08 Martin MaresBetter error reporting
2009-08-08 Martin MaresAdded a prototype of the configuration module.
2009-08-08 Martin MaresInitial experimental version of the meta-file module.
2009-07-31 Martin MaresEval: Added STACK_LIMIT.
2009-07-31 Martin MaresBox: Do not report all errors as "during startup" if...
2009-07-31 Martin MaresBox: Added an option for controlling the stack size...
2009-04-29 Martin MaresHopefully fixed the occasional "UGH" error.
2009-04-29 Martin MaresInclude <linux/ptrace.h>, because <sys/ptrace.h> tends...
2009-04-05 Martin MaresAdded a description of the meta-files
2009-04-05 Martin MaresBox: Record in the meta-file whether the process has...
2009-04-05 Martin MaresBox: Implemented the `-x' (extra timeout) option
2009-04-05 Martin MaresSyscall handling reform
2009-03-28 Martin MaresBox: Use SIGSTOP to notify the parent that the child...
2009-03-28 Martin MaresMerge branch 'master' of ssh://git.ucw.cz/home/mj/GIT...
2009-03-28 Martin MaresSandbox: call setup_environment() before enabling sysca...
2009-03-28 Martin MaresMOP: New templates for Debian Lenny
2009-03-28 Martin MaresMOP: Updated the score table heading.
2009-03-28 Martin MaresAdded Milan's FPC patch (abort on runtime error)
2009-03-28 Martin Maresmo-score-mop: implemented merging of test case groups
2009-03-28 Martin MaresInstall libraries with the submitter.
2009-03-28 Martin MaresMerge branch 'layout' layout
2009-03-26 Martin MaresFixed typesetting of logins.
2009-03-18 Martin MaresAdjusted configuration of tempfiles to new libucw.
2009-03-18 Martin MaresUpdated libucw config from upstream.
2009-03-18 Martin MaresNeed to switch directory when reading configuration.
2009-03-18 Martin MaresDereference links when installing.
2009-03-18 Martin MaresFixed a couple of very confusing bugs in the Makefiles.
2009-03-18 Martin MaresMore updates of MO-P admin scripts.
2009-03-18 Martin MaresUpdated MO-P admin scripts to new directory layout.
2009-03-18 Martin MaresSubmit: `make certs' is no longer used.
2009-03-18 Martin MaresUpdated create-certs to the new directory layout.
2009-03-18 Martin MaresInclude the right libucw config.
2009-03-16 Martin MaresUpdated tests after the recent change of judges' messag...
2009-03-16 Martin MaresDisable building of libucw utilities.
2009-03-16 Martin MaresAdapted to reflect changes in libucw.
2009-03-16 Martin MaresUpdated libucw to current version (Sherlock commit...
2009-03-15 Martin MaresDefault Pascal flags no longer enable range and stack...
2009-03-14 Martin MaresThe judge reports errors in a more useful way
2009-03-14 Martin MaresThe judge IO streams remember the basename of the file...
2009-03-14 Martin MaresCompile the judge support functions as a separate library.
2009-03-14 Martin MaresJudge: Added function get_nl() for checking of an expec...
2009-03-14 Martin MaresMore makefile fixes.
2009-03-14 Martin MaresFix makefiles for compilation in a different directory.
2008-11-02 Martin MaresHandle exit code translation failures gracefully.
2008-09-13 Martin MaresAvoid Perl when printing signal names.
2008-08-24 Martin MaresUpdated TODO.
2008-08-24 Martin MaresSample memory usage only on selected syscalls.
2008-08-24 Martin MaresDetect breakpoint instructions, which are reported...
2008-08-24 Martin MaresIntroduced sampling of memory usage.
2008-08-24 Martin MaresOops, there was a typo in the previous patch.
2008-08-24 Martin MaresThe mmap2() syscall is available even in the strict...
2008-08-24 Martin MaresPermit the set_tid_address() syscall.
2008-08-24 Martin MaresDocument various error reporting functions.
2008-08-22 Martin MaresThe FIXME was wrong, start_time is available whenever...
2008-08-22 Martin MaresInternal errors are reported properly.
2008-08-22 Martin MaresWrite all relevant information to the metafile.
next