Skip to content

Tags: Submitty/Tutorial

Tags

v25.06.01

Toggle v25.06.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Bugfix:Autograding] system call filtering for gcc (#49)

test case level update for compilation test

v25.06.00

Toggle v25.06.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Bugfix:Autograding] update system call categories (#48)

Co-authored-by: Barb Cutler <Barb Cutler>

v24.07.00

Toggle v24.07.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Testing:Autograding] typo in example (#40)

This file is buggy submission so it should be incorrect submission not
correct

---------

Co-authored-by: Barb Cutler <[email protected]>

v23.09.00

Toggle v23.09.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] add dwarf 4 option to drmemory (#39)

with g++11 it is necessary to compile with dwarf4 to get line numbers
from DrMemory

            "command" : "clang++ -g -gdwarf-4 -Wall -o a.out *.cpp",
// NOTE: Compiling with the -gdwarf-4 option is required with g++ 11+
            // so that DrMemory can print source code line numbers with.
            // See also:
            // DynamoRIO/drmemory#2485

Also, in PR Submitty/Submitty#9793 the category
for a system call previously in the unknown category is updated so that
the configuration runs without the system call failure.

---------

Co-authored-by: Barb Cutler <Barb Cutler>

v23.05.00

Toggle v23.05.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] Change python to python3 (#37)

v22.05.00

Toggle v22.05.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] Change python to python3 (#37)

v22.06.00

Toggle v22.06.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 [Testing:Developer] Update example submissions to Python3 (#36)

v20.10.01

Toggle v20.10.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Autograding] update compile & run lines for DrMemory (#33)

v20.10.00

Toggle v20.10.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Autograding] use containers for tutorial cpp examples (#32)

v20.07.00

Toggle v20.07.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] schema validation errors and unbuffer output (#31)