-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build.bash ** Add Win32 vs Linux build handling ** Improve GCC command ** Add --clean and --release args * config.c ** Add logging for each parsed entry * New: console.h/c ** Attempt(!) to redirect stdout/err/in to a Win32 console * error_exit.h/c ** Big upgrade(!) to use elipsis * New: log.h/c * main.c ** Add a logged counter of number of times a specific shortcut key is hit * New: min_max.h/c General: * Convert all "\r\n" to "\n" * Add __attribute__((unused)) for all unused local vars and params * Replace win32_winver.h with win32.h * Enable and fix many warnings from GCC
- Loading branch information
Showing
20 changed files
with
701 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ hello-world/ | |
task_switcher/ | ||
|
||
send_input/release/send_input-* | ||
send_input/obsolete | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.