-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Kataglyphis/develop
Develop
- Loading branch information
Showing
114 changed files
with
1,031 additions
and
1,308 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 |
---|---|---|
|
@@ -50,13 +50,20 @@ jobs: | |
run: sudo apt-get install libosmesa6-dev | ||
- name: Prepare python env for sphynx | ||
run: | | ||
pip install sphinx | ||
pip install sphinx-press-theme | ||
pip install myst-parser | ||
pip install -r requirements.txt | ||
- name: Create docs | ||
run: | | ||
cd docs | ||
make html | ||
- name: 📂 Sync files to dev domain | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.SERVER }} | ||
username: ${{ secrets.USERNAME }} | ||
password: ${{ secrets.PW }} | ||
local-dir: "./docs/build/html" | ||
|
||
- name: Install Vulkan | ||
run: | | ||
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc | ||
|
@@ -107,12 +114,3 @@ jobs: | |
name: codecov-umbrella # optional | ||
fail_ci_if_error: false # optional (default = false) | ||
verbose: false # optional (default = false) | ||
|
||
- name: 📂 Sync files to dev domain | ||
if: github.ref == 'refs/heads/dev' | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.SERVER }} | ||
username: ${{ secrets.DEV_USERNAME }} | ||
password: ${{ secrets.DEV_PW }} | ||
local-dir: "./docs/build/html" |
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 FUZZTEST
updated
24 files
+2 −3 | .github/workflows/cmake_test.yml | |
+12 −4 | bazel/setup_configs.sh | |
+9 −8 | centipede/BUILD | |
+8 −8 | centipede/centipede.cc | |
+20 −8 | centipede/centipede_callbacks.cc | |
+3 −0 | centipede/centipede_callbacks.h | |
+19 −36 | centipede/centipede_interface.cc | |
+2 −2 | centipede/command.cc | |
+6 −6 | centipede/command_test.cc | |
+0 −44 | centipede/early_exit.h | |
+2 −2 | centipede/minimize_crash.cc | |
+19 −15 | centipede/runner.cc | |
+19 −11 | centipede/stop.cc | |
+52 −0 | centipede/stop.h | |
+3 −3 | codelab/CMakeLists.txt | |
+11 −1 | e2e_tests/corpus_database_test.cc | |
+15 −0 | e2e_tests/functional_test.cc | |
+18 −0 | e2e_tests/testdata/fuzz_tests_for_corpus_database_testing.cc | |
+1 −1 | fuzztest/BUILD | |
+2 −2 | fuzztest/domain_core.h | |
+1 −1 | fuzztest/init_fuzztest.cc | |
+5 −5 | fuzztest/internal/centipede_adaptor.cc | |
+1 −1 | fuzztest/internal/configuration.h | |
+38 −18 | fuzztest/internal/type_support.h |
Submodule IMGUI
updated
37 files
Submodule NLOHMANN_JSON
updated
7 files
Submodule SPDLOG
updated
31 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Binary file not shown.
Binary file added
BIN
+3.64 KB
Resources/Shaders/rasterizer/spv/shader.vert.spv@ShaderIncludesString@
Binary file not shown.
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.