-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring and new features. Migrate to C++ Smart Pointers (#691)
* Refactoring. Migrate to C++ Smart Pointers. DirectX grabber hardware acceleration: pixel & vertex shaders, autodetect HDR mode. New WLED protocol. MQTT & ArtNet fixes. Automatic DB backup feature. * Fix latest CodeQL issues * Fix/update Boblight * Designation: HyperHDR v20beta1
- Loading branch information
Showing
581 changed files
with
16,260 additions
and
21,370 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
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
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 |
---|---|---|
@@ -1,24 +1,21 @@ | ||
[submodule "dependencies/external/rpi_ws281x"] | ||
path = dependencies/external/rpi_ws281x | ||
[submodule "external/rpi_ws281x"] | ||
path = external/rpi_ws281x | ||
url = https://github.com/jgarff/rpi_ws281x | ||
branch = master | ||
[submodule "dependencies/external/flatbuffers"] | ||
path = dependencies/external/flatbuffers | ||
[submodule "external/flatbuffers"] | ||
path = external/flatbuffers | ||
url = https://github.com/google/flatbuffers | ||
branch = master | ||
[submodule "dependencies/external/mbedtls"] | ||
path = dependencies/external/mbedtls | ||
[submodule "external/mbedtls"] | ||
path = external/mbedtls | ||
url = https://github.com/ARMmbed/mbedtls | ||
[submodule "dependencies/external/libcec"] | ||
path = dependencies/external/libcec | ||
url = https://github.com/awawa-dev/libcec.git | ||
[submodule "dependencies/external/qmqtt"] | ||
path = dependencies/external/qmqtt | ||
[submodule "external/qmqtt"] | ||
path = external/qmqtt | ||
url = https://github.com/emqx/qmqtt.git | ||
ignore = dirty | ||
[submodule "dependencies/external/xz"] | ||
path = dependencies/external/xz | ||
[submodule "external/xz"] | ||
path = external/xz | ||
url = https://github.com/tukaani-project/xz.git | ||
[submodule "dependencies/external/mdns"] | ||
path = dependencies/external/mdns | ||
[submodule "external/mdns"] | ||
path = external/mdns | ||
url = https://github.com/mjansson/mdns.git |
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
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
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.