-
Notifications
You must be signed in to change notification settings - Fork 0
📝 Add docstrings to pipiline
#17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Docstrings generation was requested by @WSQS. * #7 (comment) The following files were modified: * `main.cpp` * `sdl_wrapper/sdl_wrapper.buffer.cpp` * `sdl_wrapper/sdl_wrapper.pipeline.cpp`
|
Important Review skippedCodeRabbit bot authored PR detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Here's the code health analysis summary for commits Analysis Summary
|
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
* feat: add class PileLineWrapper * feat: add pipe line wrapper to User App * refactor: rename class * feat:code rabbit enable auto_apply_labels * fix: add check before release pipeline Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix:handle SDL_CreateGPUGraphicsPipeline error * fix:call sdl init before app init * feat: add class gpu wrapper * style: format code with ClangFormat This commit fixes the style issues introduced in 46e77a7 according to the output from ClangFormat. Details: #7 * 📝 Add docstrings to `pipiline` (#8) * 📝 Add docstrings to `pipiline` Docstrings generation was requested by @WSQS. * #7 (comment) The following files were modified: * `main.cpp` * `sdl_wrapper/sdl_callback_implement.cpp` * style: format code with ClangFormat This commit fixes the style issues introduced in 49e577b according to the output from ClangFormat. Details: #8 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> * fix:change log * fix:cadd check for gpu wrapper * fix:using gpu wrapper in buffer wrapper * fix:rename variable * fix:change vertex buffer to value semantics * style: format code with ClangFormat This commit fixes the style issues introduced in 9cd5876 according to the output from ClangFormat. Details: #7 * fix: remote typo * break: split implement unit of module * style: format code with ClangFormat This commit fixes the style issues introduced in 9796426 according to the output from ClangFormat. Details: #7 * fix: add log for windows ci * fix: rename log name * fix: Add type * style: format code with ClangFormat This commit fixes the style issues introduced in f75fa22 according to the output from ClangFormat. Details: #7 * fix: Add module unit sdl_wrapper:decl * Fix resource leak (#10) * feat:release gpu before windows * feat:release window from gpu devices --------- Co-authored-by: Sophomore <sophomore@duck.com> * fix: remove todo, the destroy order is defined by shared_ptr * feat: add function create_buffer to GpuWrapper * style: format code with ClangFormat This commit fixes the style issues introduced in 60d5ebd according to the output from ClangFormat. Details: #7 * 📝 Add docstrings to `pipiline` (#9) * 📝 Add docstrings to `pipiline` Docstrings generation was requested by @WSQS. * #7 (comment) The following files were modified: * `main.cpp` * `sdl_wrapper/sdl_callback_implement.cpp` * `sdl_wrapper/sdl_wrapper.buffer.cpp` * style: format code with ClangFormat This commit fixes the style issues introduced in 32e7ade according to the output from ClangFormat. Details: #9 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by: WSQS <17792626+WSQS@users.noreply.github.com> * Add workflow clang-tidy-review * fix:workflow set compiler * fix:install package for ubuntu * fix:add parameter * fix:add parameter * fix:add permission * fix:remove bom * fix:change command * Add workflow Gen pr (#16) * Add workflow * feat: Add permission * feat: change model * feat: add include file * feat: change key word * feat: set workflow in aider * feat: enable verbose * feat: enable verbose * feat: enable verbose * feat: remove bom --------- Co-authored-by: Sophomore <sophomore@duck.com> * feat: let gpu create pipeline * style: format code with ClangFormat This commit fixes the style issues introduced in db03e22 according to the output from ClangFormat. Details: #7 * Remove unused headfile Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * style: format code with ClangFormat This commit fixes the style issues introduced in 721f0ef according to the output from ClangFormat. Details: #7 * fix: change comment * fix: add header file * style: format code with ClangFormat This commit fixes the style issues introduced in d9851ce according to the output from ClangFormat. Details: #7 * fix: remove unused file. * 📝 Add docstrings to `pipiline` (#17) * 📝 Add docstrings to `pipiline` Docstrings generation was requested by @WSQS. * #7 (comment) The following files were modified: * `main.cpp` * `sdl_wrapper/sdl_wrapper.buffer.cpp` * `sdl_wrapper/sdl_wrapper.pipeline.cpp` * style: format code with ClangFormat This commit fixes the style issues introduced in c7383b5 according to the output from ClangFormat. Details: #17 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> * fix: from optional to value * feat: add compile command * feat:implement pipeline_wrapper * style: format code with ClangFormat This commit fixes the style issues introduced in b70c22e according to the output from ClangFormat. Details: #7 * fix: shader length error * fix: rename variable * fix: rename function * fix: change shader code * fix: avoid resource leak * fix: change primitive type * 📝 Add docstrings to `pipiline` (#19) * 📝 Add docstrings to `pipiline` Docstrings generation was requested by @WSQS. * #7 (comment) The following files were modified: * `main.cpp` * `sdl_wrapper/sdl_wrapper.buffer.cpp` * `sdl_wrapper/sdl_wrapper.pipeline.cpp` * style: format code with ClangFormat This commit fixes the style issues introduced in 66165a8 according to the output from ClangFormat. Details: #19 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --------- Co-authored-by: Sophomore <sophomore@duck.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Docstrings generation was requested by @WSQS.
The following files were modified:
main.cppsdl_wrapper/sdl_wrapper.buffer.cppsdl_wrapper/sdl_wrapper.pipeline.cppThese files were kept as they were
sdl_wrapper/sdl_callback_implement.cppThese file types are not supported
.coderabbit.yaml.github/workflows/clang-tidy-review.yml.github/workflows/cmake-windows.yml.github/workflows/gen-pr.ymlgen-pr.config.ymlsdl_wrapper/CMakeLists.txtsdl_wrapper/sdl_wrapper.app.ixxsdl_wrapper/sdl_wrapper.buffer.ixxsdl_wrapper/sdl_wrapper.decl.ixxsdl_wrapper/sdl_wrapper.gpu.ixxsdl_wrapper/sdl_wrapper.ixxsdl_wrapper/sdl_wrapper.pipeline.ixxℹ️ Note