Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
CabbageDB
CabbageDB
Commits
5d365a4f
Commit
5d365a4f
authored
1 year ago
by
pygone
Browse files
Options
Download
Patches
Plain Diff
init
parents
Changes
343
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.clang-format
+68
-0
.clang-format
.gitignore
+5
-0
.gitignore
CMakeLists.txt
+17
-0
CMakeLists.txt
License
+131
-0
License
deps/CMakeLists.txt
+2
-0
deps/CMakeLists.txt
deps/googletest/.clang-format
+4
-0
deps/googletest/.clang-format
deps/googletest/.github/ISSUE_TEMPLATE/00-bug_report.md
+43
-0
deps/googletest/.github/ISSUE_TEMPLATE/00-bug_report.md
deps/googletest/.github/ISSUE_TEMPLATE/10-feature_request.md
+24
-0
deps/googletest/.github/ISSUE_TEMPLATE/10-feature_request.md
deps/googletest/.github/ISSUE_TEMPLATE/config.yml
+1
-0
deps/googletest/.github/ISSUE_TEMPLATE/config.yml
deps/googletest/.github/workflows/gtest-ci.yml
+40
-0
deps/googletest/.github/workflows/gtest-ci.yml
deps/googletest/.gitignore
+84
-0
deps/googletest/.gitignore
deps/googletest/BUILD.bazel
+207
-0
deps/googletest/BUILD.bazel
deps/googletest/CMakeLists.txt
+34
-0
deps/googletest/CMakeLists.txt
deps/googletest/CONTRIBUTING.md
+131
-0
deps/googletest/CONTRIBUTING.md
deps/googletest/CONTRIBUTORS
+64
-0
deps/googletest/CONTRIBUTORS
deps/googletest/LICENSE
+28
-0
deps/googletest/LICENSE
deps/googletest/README.md
+140
-0
deps/googletest/README.md
deps/googletest/WORKSPACE
+17
-0
deps/googletest/WORKSPACE
deps/googletest/ci/linux-presubmit.sh
+126
-0
deps/googletest/ci/linux-presubmit.sh
deps/googletest/ci/macos-presubmit.sh
+73
-0
deps/googletest/ci/macos-presubmit.sh
with
1239 additions
and
0 deletions
+1239
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment