| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-29 | chore(.gitignore): added _minted | Andreas Kapp Lindquist | 1 | -0/+2 | |
| 2025-10-29 | Added .csv files to gitignore | mithe24 | 1 | -0/+2 | |
| 2025-10-29 | report: Initial structure | Andreas Kapp Lindquist | 1 | -0/+6 | |
| 2025-10-29 | chore(gitignore): Added files generated by PKGBUILD | mithe24 | 1 | -0/+4 | |
| 2025-10-29 | test(all): Added test script for testing against sort | mithe24 | 1 | -0/+2 | |
| Added test.sh that tests our program against sort Added generate_test_data.sh for generating a large test data set | |||||
| 2025-10-29 | Make .gitignore catch any version tarball | mithe24 | 1 | -1/+1 | |
| 2025-10-29 | build: Move Makefile to src/ and putting object files in src/ too | mithe24 | 1 | -1/+1 | |
| Changed output directory for objects files and put Makefile in src/. This is because that is how it's expected in desc.pdf | |||||
| 2025-10-29 | build(Deploy): Added `deploy` target for archiving program in a `.tar.gz` | mithe24 | 1 | -0/+1 | |
| `make deploy` compresses and adds executable to a `.tar.gz` archive. It also adds `README.md` to `usr/bin/sorter/doc/' | |||||
| 2025-10-29 | chore(gitignore): gitignore for build/ and sorter exe | mithe24 | 1 | -0/+2 | |