index
:
sorter.git
main
Reimplementation of the GNU Binutils sort utility in x86-64 Assembly.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
chore(gitignore): Added files generated by PKGBUILD
mithe24
1
-0
/
+4
2025-10-29
test(generate_test_data.sh): Fix so both coordinates are in the range 0 - 32767
mithe24
1
-1
/
+1
2025-10-29
update to-do
mithe24
2
-8
/
+7
2025-10-29
test(all): Added test script for testing against sort
mithe24
4
-25
/
+65
2025-10-29
Test data is basically binary files and shouldn't be in version control
mithe24
1
-10000
/
+0
2025-10-29
fix(test): the test used an unstable sorting algorithm, which caused insertio...
Navid Samanghoon
2
-2
/
+2
2025-10-29
typo
Navid Samanghoon
2
-2
/
+2
2025-10-29
fix(insertion_sort): uses 2 loops now
Navid Samanghoon
1
-45
/
+43
2025-10-29
updated to-do
mithe24
1
-1
/
+1
2025-10-29
feat(man page): Added man page for program
mithe24
3
-2
/
+25
2025-10-29
Make .gitignore catch any version tarball
mithe24
1
-1
/
+1
2025-10-29
build(fix): Removed old variable, fixed wrong command
mithe24
1
-3
/
+1
2025-10-29
build(version numbering): Added support for automatic version numbering
mithe24
1
-1
/
+2
2025-10-29
build: Move Makefile to src/ and putting object files in src/ too
mithe24
4
-34
/
+35