6 Commits

Author SHA1 Message Date
Michael J. Manley
bed5fced7b [no ci] Format Changes 2022-06-23 11:26:13 -07:00
Michael J. Manley
c640285964 Missed Headers 2022-04-14 14:41:14 -07:00
Michael J. Manley
b70413a20f Revert "[no ci] Slight style change, braces are no longer on newline"
This reverts commit bfc6f1c593.
2022-04-14 11:09:21 -07:00
Michael J. Manley
90bac137b1 [no ci] Stylechange commit damaged code somehow, reverting for now 2022-04-14 11:05:44 -07:00
Michael J. Manley
47395d692e Added Include Guards to most include files. 2021-12-22 16:08:17 -08:00
Michael Manley
2cab30576e Merge my changes into mainline. (#67)
* Removed autotools and converted over to CMake

* Updated README.md to mention build options for CMake

* Added ALSA Support to CMakeFile

* Fixed Workflows.
Forgot to remove the autoconf line for Linux and use "Unix Makefiles" on Windows

* Forgot some items to make Windows build correctly with CMake

* Final Fixes to allow workflows to work.

* Fixed C and C++ Flags for X86
Added arm and arm64 modes (untested)

* I had a moment, really should have made it in this file.

* Moved headers to include/private, and some other fixes

* Removed unneeded files and added NOTICE file

* Fixes an issue where on Windows this is needed
Dont understand why this wasn't an issue on Windows
before I moved headers outside src but whatever

* Fixed Missing Header
2021-12-19 15:15:40 -08:00