| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Added support for automatic version numbering using git version tags
|
|
Changed output directory for objects files and put Makefile in src/.
This is because that is how it's expected in desc.pdf
|
|
Test case that matches output of the program and 'sort' using the
command 'sort -n -k 2'
|
|
|
|
`make deploy` compresses and adds executable to a `.tar.gz` archive.
It also adds `README.md` to `usr/bin/sorter/doc/'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sorting wrapper function sorts array a,
with references to arrays a_i, based on the given
key in a_i, address and size of a.
Co-authered: Andreas Kapp Lindquist
<andkaplin05@gmail.com>
|
|
|
|
|