-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use a cmake-style configure for version stamp files.
- Loading branch information
Showing
12 changed files
with
47 additions
and
27 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
Submodule ci-tools
updated
2 files
+10 −3 | .github/workflows/common-ci.yml | |
+28 −0 | .github/workflows/release-soon.yml |
Submodule dockerfiles
updated
10 files
Submodule jvm-toxcore-c
updated
261 files
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
Submodule toxic
updated
23 files
+2 −7 | doc/toxic.conf.5 | |
+0 −3 | doc/toxic.conf.5.asc | |
+0 −9 | misc/toxic.conf.example | |
+0 −1 | src/api.c | |
+0 −6 | src/audio_call.c | |
+2 −3 | src/audio_device.c | |
+13 −18 | src/chat.c | |
+13 −18 | src/conference.c | |
+10 −15 | src/groupchats.c | |
+0 −6 | src/main.c | |
+1 −16 | src/misc_tools.c | |
+0 −6 | src/misc_tools.h | |
+0 −2 | src/notify.c | |
+14 −22 | src/prompt.c | |
+0 −1 | src/python_api.c | |
+0 −1 | src/qr_code.c | |
+0 −81 | src/settings.c | |
+0 −12 | src/settings.h | |
+0 −1 | src/toxic.c | |
+0 −2 | src/toxic.h | |
+0 −2 | src/toxic_constants.h | |
+0 −5 | src/video_call.c | |
+1 −2 | src/windows.c |