-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into qt_folder
- Loading branch information
Showing
248 changed files
with
3,119 additions
and
2,526 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 |
---|---|---|
|
@@ -1351,3 +1351,6 @@ authorized_users: | |
- jmdaly | ||
- inPhraZ | ||
- nikolay-pv | ||
- Julianiolo | ||
- ErikHons | ||
- enzo-pellegrini |
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
Binary file not shown.
29 changes: 3 additions & 26 deletions
29
recipes/artery-font-format/all/test_package/test_package.cpp
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,32 +1,9 @@ | ||
#include <cstdio> | ||
#include <cstdlib> | ||
#include <iostream> | ||
|
||
#include <artery-font/std-artery-font.h> | ||
#include <artery-font/stdio-serialization.h> | ||
|
||
int main(int argc, char *argv[]) { | ||
if (argc < 2) { | ||
std::cerr << "usage: test_package <arfont file>\n"; | ||
return EXIT_FAILURE; | ||
} | ||
|
||
FILE *const font_file = fopen(argv[1], "rb"); | ||
if (font_file == nullptr) { | ||
std::cerr << "couldn't open font file" << std::endl; | ||
return EXIT_FAILURE; | ||
} | ||
|
||
artery_font::StdArteryFont<float> font; | ||
if (!artery_font::read(font, font_file)) { | ||
std::cerr << "couldn't read artery font" << std::endl; | ||
return EXIT_FAILURE; | ||
} | ||
|
||
if (fclose(font_file) != 0) { | ||
std::cerr << "an error occured when closing font file" << std::endl; | ||
return EXIT_FAILURE; | ||
} | ||
|
||
return EXIT_SUCCESS; | ||
auto list = artery_font::StdList<int>(5); | ||
std::cout << "There are " << list.length() << " elements in the list" << std::endl; | ||
return EXIT_SUCCESS; | ||
} |
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,18 +1,16 @@ | ||
sources: | ||
"5.4.1": | ||
url: "https://github.com/assimp/assimp/archive/refs/tags/v5.4.1.tar.gz" | ||
sha256: "a1bf71c4eb851ca336bba301730cd072b366403e98e3739d6a024f6313b8f954" | ||
"5.3.1": | ||
url: "https://github.com/assimp/assimp/archive/refs/tags/v5.3.1.tar.gz" | ||
sha256: "a07666be71afe1ad4bc008c2336b7c688aca391271188eb9108d0c6db1be53f1" | ||
"5.2.5": | ||
url: "https://github.com/assimp/assimp/archive/refs/tags/v5.2.5.tar.gz" | ||
sha256: "b5219e63ae31d895d60d98001ee5bb809fb2c7b2de1e7f78ceeb600063641e1a" | ||
"5.2.2": | ||
url: "https://github.com/assimp/assimp/archive/refs/tags/v5.2.2.tar.gz" | ||
sha256: "ad76c5d86c380af65a9d9f64e8fc57af692ffd80a90f613dfc6bd945d0b80bb4" | ||
"5.1.6": | ||
url: "https://github.com/assimp/assimp/archive/refs/tags/v5.1.6.tar.gz" | ||
sha256: "52ad3a3776ce320c8add531dbcb2d3b93f2e1f10fcff5ac30178b09ba934d084" | ||
patches: | ||
"5.2.2": | ||
- patch_file: "patches/0005-fix-unzip.patch" | ||
"5.1.6": | ||
- patch_file: "patches/0005-fix-unzip.patch" |
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,9 +1,9 @@ | ||
versions: | ||
"5.4.1": | ||
folder: "5.x" | ||
"5.3.1": | ||
folder: "5.x" | ||
"5.2.5": | ||
folder: "5.x" | ||
"5.2.2": | ||
folder: "5.x" | ||
"5.1.6": | ||
folder: "5.x" |
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,7 +1,16 @@ | ||
sources: | ||
"1.3": | ||
url: "https://github.com/alibaba/async_simple/archive/refs/tags/v1.3.tar.gz" | ||
sha256: "0BA0DC3397882611B538D04B8EE6668B1A04CE046128599205184C598B718743" | ||
"1.2": | ||
url: "https://github.com/alibaba/async_simple/archive/refs/tags/1.2.tar.gz" | ||
sha256: "a59a2674ac2b0a3997b90873b2bf0fbe4d96fdedbe6a2628c16c92a65a3fa39a" | ||
"1.0.0": | ||
url: "https://github.com/alibaba/async_simple/archive/refs/tags/1.0.tar.gz" | ||
sha256: "b243fb7af5d61b534fe18b662d16498392bbce1deffdc68e58829aa31db7badf" | ||
patches: | ||
"1.0.0": | ||
- patch_file: "patches/disable-asan-1.0.patch" | ||
patch_description: "Add option for disabling address sanitizer in root CMakeLists" | ||
patch_type: "portability" | ||
patch_source: "https://github.com/alibaba/async_simple/commit/ccb760356b9d7481ca73f0c58d15928bf8b0aa0b" |
Oops, something went wrong.