Skip to content

Commit ef3c193

Browse files
committed
-- initial setup
1 parent acb17ca commit ef3c193

File tree

162 files changed

+986
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+986
-3
lines changed

.dockerignore

Whitespace-only changes.

.github/ISSUE_TEMPLATE/bug_report.md

.github/ISSUE_TEMPLATE/feature_request.md

.github/pull_request_template.md

.github/workflows/benchmark.yml

Whitespace-only changes.

.github/workflows/build.yml

Whitespace-only changes.

.github/workflows/release.yml

Whitespace-only changes.

.github/workflows/test.yml

Whitespace-only changes.

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CMakeLists.txt
2+
# Top-level CMake build configuration
3+
# Orchestrates cross-platform native library compilation
4+
# Defines build targets and platform-specific settings

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Dockerfile
2+
# Container configuration for deployment
3+
# Creates isolated environment for running the analyzer
4+
# Includes all dependencies and runtime requirements

0 commit comments

Comments
 (0)