代码格式审查的命令:python .workflow/ci/format_check/run-clang-format.py --clang-format-executable .workflow/ci/format_check/clang-format.exe -r components/。命令中调用了Python脚本和clang-format.exe执行文件,并指定了要检查的文件夹路径。 代码编译的命令:.workflow/ci/build/build_keil.bat,调用了指定...
在Xcode还能使用插件的时候,ClangFormat-Xcode是一个不错的选择。但是Xcode 8之后就已经不支持第三方插件了,当然也有一些办法可以绕开这种限制,但是会降低Xcode的安全性。因此只能另寻思路来解决问题。 思路 代码格式化的工具我们选用clangformat,非常成熟的工具,不赘述。接下来就是寻找一个格式化的切入点,由于代码本身是...
仓库中配置代码审查的脚本、clang-format格式审查工具和编译脚本; 配置一个用于编译的MDK工程; 为GitLab公共仓库配置一个Runner(一般是服务器); 为GitLab个人仓库配置一个Runner(一般是本机); Runner环境配置。 .gitlab-ci.yml可以理解为流水线文件,使用 YAML语法描述,.gitlab-ci.yml文件描述了你要做什么事情。本...
Plan Code Merge requests Repository Branches Commits Tags Repository graph Compare revisions Snippets Locked files Build Deploy Operate Monitor Analyze master eigen .clang-format Find fileBlamePermalink make fixed size matrices and arrays trivially_default_constructible ...
.clang-formatMerge from legacy_0.2.9 1 year ago .dockerignoreFocus for root dockerfile: Build server 4 years ago .editorconfigTab style indentation for shell scripts 1 year ago .gitignoreMerge from legacy_0.2.9 1 year ago .gitlab-ci.ymlUpdate to new docker images with libcurl ...
Created on October 12, 2018 libcaer NameLast commitLast update .gitlablibcaer: update for release 3.3.16, CI fixes. 2 months ago .settingsSwitch to clang-format for code formatting, reformat all code. 6 years ago .vscodePackaging: fix Fedora builds on new releases, use cmake macros. ...
.clang-formatadapt clang-format for > 6, C++17 1 year ago .gitignoreUse master branch for the flatpak package. Therefore the patch is anymore needed, because it was already merged. 3 years ago .gitlab-ci.ymlremove cmake options
.clang-format .clang-tidy .clangd .gitignore .gitmodules .pre-commit-config.yaml .readthedocs.yaml AUTHORS BUILD.bazel BUILDING.md BUILDING_Haiku.md BUILDING_OSX.md CHANGELOG.md CMakeLists.txt CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTORS ...
1 year ago dockerdocker: Replace libpcre with libpcre2 1 year ago m4Switch to C++14 6 years ago srcRemove init_colors() 10 months ago testsuitetests: Document parskip.sty dependency 1 year ago .clang-formatAdd clang-format configuration file ...
11.2-YB-2.13.2.0-b0 on x86_64-pc-linux-gnu, compiled by clang version 12.0.1 (https://github.com/yugabyte/llvm-project.git bdb147e675d8c87cee72cc1f87c4b82855977d94), 64-bit(1 row)再次执行setup程序,这个过程比较顺利,大约30分钟以后程序正常退出无报错。