56 Commits (master)
 

Author SHA1 Message Date
Tait Hoyem a86a44c41f Remove slow and delay options from readme
2 years ago
Tait Hoyem 6df2beb8ed Remove --dt, -s, -dd
2 years ago
Tait Hoyem 1da3f5014b fix memory leaks
2 years ago
Tait Hoyem 163d968572 Add debug version
2 years ago
Tait Hoyem f0e56bb1d4 Fix up morse lib; tests work, still memory leadked
2 years ago
Tait Hoyem 46a1aea922 Remove const to allow more flexibility in types.
2 years ago
Tait Hoyem 822c55fad9 Formatting
2 years ago
Tait Hoyem ed369e188b No more allocs in funcs
2 years ago
Tait Hoyem fdecf79c9f Merge branch 'master' of github.com:TTWNO/morse
2 years ago
Tait Hoyem 7c2e2340c4 test
2 years ago
Tait Hoyem 8f70439e0c Tweak tests
3 years ago
Tait Hoyem 8bee082240 Fix failed builds
3 years ago
Tait Hoyem 1ff84932a0 Add stricter compile options
3 years ago
Tait Hoyem 3b0f1ff171
Update LICENSE
4 years ago
Tait Hoyem 8041bfe7ba Fixing issue with indentation from vim editing. Now using emacs
5 years ago
Tait Hoyem b0c08d9a88 Merge branch 'master' of https://github.com/TTWNO/morse
5 years ago
Tait Hoyem 9906282588 Add ability to change compiler. gcc is default:
5 years ago
Tait Hoyem 6407952cfe Add better formatting to tests
5 years ago
Tait Hoyem 73f5b82d4c Remove carriage returns from file as they don't render properly.
5 years ago
Tait Hoyem ffb9579a9e Add script to play morse code on Linux.:
5 years ago
Tait Hoyem f1da4d0411 Readd timechanging for slow mode
5 years ago
Tait Hoyem 77c8989f12 Remove malloc for tests as it is uneccessary
5 years ago
Tait Hoyem 6a39739efa Remove space at beginning of file
5 years ago
Tait Hoyem 1def52c254 Remove old functions
5 years ago
Tait Hoyem cadbeea84c Add test binary to .gitignore
5 years ago
Tait Hoyem 21fda67c88 Fix allocation error by using malloc(sizeof(...))
5 years ago
Tait Hoyem 2e292d7d85 Test working
5 years ago
Tait Hoyem 85899794ee Tests passing!
5 years ago
Tait Hoyem 52835e0a03 Fixed tests. Cause segfault
5 years ago
Tait Hoyem a9d69ba892 WOrking on tests
5 years ago
Tait Hoyem 9a3e0b6a43 Start testing/ Split into a few files/
5 years ago
Tait Hoyem 1e81f73757 Update README.md
5 years ago
Tait Hoyem c10595be97 Add error detection around delay paramaters
5 years ago
Tait Hoyem 61f435c65b Add ability to set delays for outputing morse code via arguments
5 years ago
Tait Hoyem f83a066a1e Merge branch 'master' of https://github.com/TTWNO/morse-in-c
5 years ago
Tait Hoyem 2f64de0cc9
Update and rename README to README.md
5 years ago
Tait Hoyem 6721d0a97d Fix some formatting issues :)
5 years ago
Tait Hoyem 25fc4e1665 Add --reverse/-x to the README
5 years ago
Tait Hoyem 682f71611b Add reverse option: -x
5 years ago
Tait Hoyem 67a67f7070 Fix gettyburg formatting
5 years ago
Tait Hoyem a51ebb0a05 Merge branch 'master' of https://github.com/TTWNO/morse-in-c
5 years ago
Tait Hoyem 056bf01b83 Add more test files
5 years ago
Tait Hoyem c97d55c9b0 Merge old readme changes
5 years ago
Tait Hoyem 63df5c6ee4 Allow for unlimited buffer, it will only read 56k of data at a time, however
5 years ago
Tait Hoyem 3cdae7fcb1 Remove interactive option
5 years ago
Tait Hoyem 9c700bd8c0 cat gettysburg.txt | ./morse -> ./morse < gettysburg.txt
5 years ago
Tait Hoyem d2b12183db Add Makefile features to README
5 years ago
Tait Hoyem 01d356ace1 Add install and uninstall
5 years ago
Tait Hoyem d1d16ebf1f Fix gitignore
5 years ago
Tait Hoyem 410c7c4c9e Add ./morse to .gitignore
5 years ago