Commit Graph

  • a86a44c41f Remove slow and delay options from readme master Tait Hoyem 2022-03-06 18:03:22 -0700
  • 6df2beb8ed Remove --dt, -s, -dd Tait Hoyem 2022-03-06 18:02:12 -0700
  • 1da3f5014b fix memory leaks Tait Hoyem 2022-03-06 17:54:14 -0700
  • 163d968572 Add debug version Tait Hoyem 2022-03-06 16:17:04 -0700
  • f0e56bb1d4 Fix up morse lib; tests work, still memory leadked Tait Hoyem 2022-03-06 16:16:33 -0700
  • 46a1aea922 Remove const to allow more flexibility in types. Tait Hoyem 2022-03-06 14:01:47 -0700
  • 822c55fad9 Formatting Tait Hoyem 2022-03-06 13:33:55 -0700
  • ed369e188b No more allocs in funcs Tait Hoyem 2022-03-06 08:48:23 -0700
  • fdecf79c9f Merge branch 'master' of github.com:TTWNO/morse Tait Hoyem 2022-03-06 07:54:02 -0700
  • 7c2e2340c4 test Tait Hoyem 2021-12-02 10:19:50 -0700
  • 8f70439e0c Tweak tests Tait Hoyem 2021-08-20 11:27:32 -0600
  • 8bee082240 Fix failed builds Tait Hoyem 2021-08-20 11:23:00 -0600
  • 1ff84932a0 Add stricter compile options Tait Hoyem 2021-08-20 11:22:28 -0600
  • 3b0f1ff171
    Update LICENSE Tait Hoyem 2020-04-11 19:30:04 +0000
  • 8041bfe7ba Fixing issue with indentation from vim editing. Now using emacs Tait Hoyem 2019-07-06 14:53:09 +0000
  • b0c08d9a88 Merge branch 'master' of https://github.com/TTWNO/morse Tait Hoyem 2019-06-29 15:49:09 +0000
  • 9906282588 Add ability to change compiler. gcc is default: Tait Hoyem 2019-06-29 15:49:00 +0000
  • 6407952cfe Add better formatting to tests Tait Hoyem 2019-06-17 13:34:00 +0000
  • 73f5b82d4c Remove carriage returns from file as they don't render properly. Tait Hoyem 2019-06-16 20:40:45 +0000
  • ffb9579a9e Add script to play morse code on Linux.: Tait Hoyem 2019-06-16 20:19:30 +0000
  • f1da4d0411 Readd timechanging for slow mode Tait Hoyem 2019-06-16 20:19:15 +0000
  • 77c8989f12 Remove malloc for tests as it is uneccessary Tait Hoyem 2019-06-16 18:43:07 +0000
  • 6a39739efa Remove space at beginning of file Tait Hoyem 2019-06-14 16:02:57 +0000
  • 1def52c254 Remove old functions Tait Hoyem 2019-06-14 16:02:42 +0000
  • cadbeea84c Add test binary to .gitignore Tait Hoyem 2019-06-14 16:00:45 +0000
  • 21fda67c88 Fix allocation error by using malloc(sizeof(...)) Tait Hoyem 2019-06-14 14:52:18 +0000
  • 2e292d7d85 Test working Tait Hoyem 2019-06-13 22:55:32 +0000
  • 85899794ee Tests passing! Tait Hoyem 2019-06-13 19:43:40 +0000
  • 52835e0a03 Fixed tests. Cause segfault Tait Hoyem 2019-06-13 23:45:14 +0000
  • a9d69ba892 WOrking on tests Tait Hoyem 2019-06-13 15:44:58 +0000
  • 9a3e0b6a43 Start testing/ Split into a few files/ Tait Hoyem 2019-06-12 18:40:44 +0000
  • 1e81f73757 Update README.md Tait Hoyem 2019-06-11 17:42:53 +0000
  • c10595be97 Add error detection around delay paramaters Tait Hoyem 2019-06-11 17:40:50 +0000
  • 61f435c65b Add ability to set delays for outputing morse code via arguments Tait Hoyem 2019-06-11 17:34:55 +0000
  • f83a066a1e Merge branch 'master' of https://github.com/TTWNO/morse-in-c Tait Hoyem 2019-06-11 16:56:54 +0000
  • 2f64de0cc9
    Update and rename README to README.md Tait Hoyem 2019-06-11 19:37:21 +0000
  • 6721d0a97d Fix some formatting issues :) Tait Hoyem 2019-06-11 16:56:46 +0000
  • 25fc4e1665 Add --reverse/-x to the README Tait Hoyem 2019-06-11 12:30:50 +0000
  • 682f71611b Add reverse option: -x Tait Hoyem 2019-06-11 12:29:33 +0000
  • 67a67f7070 Fix gettyburg formatting Tait Hoyem 2019-06-11 12:29:10 +0000
  • a51ebb0a05 Merge branch 'master' of https://github.com/TTWNO/morse-in-c Tait Hoyem 2019-06-11 09:44:19 +0000
  • 056bf01b83 Add more test files Tait Hoyem 2019-06-11 09:44:07 +0000
  • c97d55c9b0 Merge old readme changes Tait Hoyem 2019-06-11 09:43:53 +0000
  • 63df5c6ee4 Allow for unlimited buffer, it will only read 56k of data at a time, however Tait Hoyem 2019-06-11 09:42:14 +0000
  • 3cdae7fcb1 Remove interactive option Tait Hoyem 2019-06-11 09:00:30 +0000
  • 9c700bd8c0 cat gettysburg.txt | ./morse -> ./morse < gettysburg.txt Tait Hoyem 2019-06-11 04:02:14 +0000
  • d2b12183db Add Makefile features to README Tait Hoyem 2019-06-10 16:29:20 +0000
  • 01d356ace1 Add install and uninstall Tait Hoyem 2019-06-10 16:27:42 +0000
  • d1d16ebf1f Fix gitignore Tait Hoyem 2019-06-10 16:27:32 +0000
  • 410c7c4c9e Add ./morse to .gitignore Tait Hoyem 2019-06-10 16:26:46 +0000
  • 7ddb2db9a6 Add gettysburg address. Add clean option to Makefile Tait Hoyem 2019-06-10 16:22:48 +0000
  • 32d3f387e7 Update README Tait Hoyem 2019-06-10 16:21:54 +0000
  • 186ea567a6 Change name, add features Tait Hoyem 2019-06-10 16:20:36 +0000
  • 00c24463bd Add -i/--interactive. Add README Tait Hoyem 2019-06-10 15:36:15 +0000
  • 0b59dc20ad Add Makefile and write main code Tait Hoyem 2019-06-10 14:35:57 +0000
  • c840146cc5
    Initial commit Tait Hoyem 2019-06-10 18:41:59 +0000