Skip to content

Commit 2c5dd2d

Browse files
committed
Packaging: Refactor the cpp libraries
This PR separates the core cpp packs into `codeql/cpp-queries` and `codeql/cpp-all`. There are very few lines of code changed. Almost all changes are moving files around.
1 parent e566fb9 commit 2c5dd2d

File tree

421 files changed

+175
-159
lines changed

Some content is hidden

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

421 files changed

+175
-159
lines changed

config/identical-files.json

+123-123
Large diffs are not rendered by default.

cpp/ql/examples/qlpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: codeql-cpp-examples
22
version: 0.0.0
3-
libraryPathDependencies: codeql-cpp
3+
libraryPathDependencies: codeql/cpp-all
File renamed without changes.
File renamed without changes.
File renamed without changes.

cpp/ql/lib/qlpack.lock.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
dependencies: {}
3+
compiled: false
4+
lockVersion: 1.0.0

cpp/ql/lib/qlpack.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: codeql/cpp-all
2+
version: 0.0.2
3+
dbscheme: semmlecode.cpp.dbscheme
4+
extractor: cpp
5+
library: true

0 commit comments

Comments
 (0)