-
Notifications
You must be signed in to change notification settings - Fork 360
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
add [email protected] #2344
Closed
Closed
add [email protected] #2344
Changes from 6 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
8690561
add open62541 to BCR
udaya2899 9565d33
fix module patch
udaya2899 d7bcd07
Merge branch 'main' into udaya2899/open62541
udaya2899 9e35a5d
fix module patch
udaya2899 b5c4cc5
Merge branch 'udaya2899/open62541' of github.com:udaya2899/bazel-cent…
udaya2899 3234ccc
Merge branch 'bazelbuild:main' into udaya2899/open62541
udaya2899 257a056
[email protected] (#2349)
publish-to-bcr-bot[bot] bc2d153
add [email protected] (#2348)
udaya2899 b566966
[email protected] (#2351)
Vertexwahn 1f4530d
[email protected] (#2352)
Vertexwahn d24751f
Add [email protected] (#2325)
mgred a77bc4e
[email protected] (#2353)
Vertexwahn faf3c64
[email protected] (#2356)
publish-to-bcr-bot[bot] 633105d
add wheelos_common_msgs (#2341)
daohu527 e0c7e7d
[email protected] (#2354)
publish-to-bcr-bot[bot] 1e3a3c3
[email protected] (#2357)
publish-to-bcr-bot[bot] 375085d
[email protected] (#2358)
publish-to-bcr-bot[bot] 6d400ff
[email protected] (#2359)
publish-to-bcr-bot[bot] 941e81c
Publish rules_jvm_external 6.2 (#2365)
shs96c a7c42e8
feat: add [email protected] and freeze rules_poetry at v0.3.6 (#2367)
oxidase 86812e7
[email protected] (#2371)
publish-to-bcr-bot[bot] 7294131
add bzlws (#2369)
zaucy a900e82
fix(pugixml): add `includes` argument (#2374)
coryan 7654088
Update presubmit doc about requiring bazel version (#2366)
meteorcloudy defffd0
Bump validators from 0.28.1 to 0.31.0 in /tools (#2375)
dependabot[bot] d197f30
[email protected] (#2377)
publish-to-bcr-bot[bot] a9409d1
Add opentelemetry-proto 1.3.2 (#2378)
keith 248dd0b
[email protected] (#2379)
coryan ed68f86
Add grpc 1.63.1.bcr.1 (#2380)
keith d459249
Add curl 8.8.0 (#2381)
keith 0562fda
[email protected] (#2382)
publish-to-bcr-bot[bot] de916b5
[email protected] (#2372)
publish-to-bcr-bot[bot] 6bba4a2
[email protected] (#2387)
publish-to-bcr-bot[bot] 24fea6d
[email protected] (#2389)
publish-to-bcr-bot[bot] 5269e93
[email protected] (#2390)
publish-to-bcr-bot[bot] efa8bbc
add module cppregpattern (#2388)
udaya2899 bfd4a67
[email protected] (#2392)
publish-to-bcr-bot[bot] a0ba714
feat: add `[email protected]` (#2391)
mattyclarkson ebb353a
[email protected] (#2393)
publish-to-bcr-bot[bot] 7f6becd
[email protected] (#2394)
brentleyjones e5445b4
[email protected] (#2395)
publish-to-bcr-bot[bot] 69e58a4
Add rules_pkg 1.0.1 (was 1.0.0) (#2180)
aiuto c4e39b1
[email protected] (#2059)
publish-to-bcr-bot[bot] 1d9153e
[email protected] (#2386)
publish-to-bcr-bot[bot] 58e0fdb
[email protected] (#2396)
publish-to-bcr-bot[bot] aec57ab
add gsl to bcr (#2385)
shabanzd 84de2f7
add earcut to BCR (#2383)
shabanzd 96fef0f
[email protected] (#2399)
publish-to-bcr-bot[bot] fb5f690
chore: add aignas to rules_python maintainer list (#2401)
aignas a8acfe9
[email protected] (#2360)
publish-to-bcr-bot[bot] 1d145e1
[email protected] (#2361)
publish-to-bcr-bot[bot] 8bc3e3b
add open62541 to BCR
udaya2899 cb74a17
fix module patch
udaya2899 b29dfca
fix module patch
udaya2899 3538342
src changed
udaya2899 1cb9101
Merge branch 'udaya2899/open62541' of github.com:udaya2899/bazel-cent…
udaya2899 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module( | ||
name = "open62541", | ||
version = "1.4.1", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git /dev/null BUILD.bazel | ||
new file mode 100644 | ||
index 00000000..f421d34f | ||
--- /dev/null | ||
+++ b/BUILD.bazel | ||
@@ -0,0 +1,10 @@ | ||
+cc_library( | ||
+ name = "open62541", | ||
+ srcs = ["lib/libopen62541.a"], | ||
+ hdrs = glob([ | ||
+ "include/open62541/*.h", | ||
+ "include/open62541/plugin/*.h", | ||
+ ]), | ||
+ strip_include_prefix = "include", | ||
+ visibility = ["//visibility:public"], | ||
+) | ||
\ No newline at end of file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- MODULE.bazel | ||
+++ MODULE.bazel | ||
@@ -0,0 +1,4 @@ | ||
+module( | ||
+ name = "open62541", | ||
+ version = "1.4.1", | ||
+) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
matrix: | ||
platform: | ||
- debian10 | ||
- ubuntu2004 | ||
bazel: | ||
- 7.x | ||
- 6.x | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: | ||
- '@open62541:*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"url": "https://github.com/open62541/open62541/archive/refs/tags/v1.4.1.tar.gz", | ||
"integrity": "sha256-T0XzPk69UkEUKBfExhqU8rE1MwTIrfkJFWK6+rbds9o=", | ||
"strip_prefix": "open62541-1.4.1", | ||
"patch_strip": 0, | ||
"patches": { | ||
"module_dot_bazel.patch": "sha256-kcn7wMZY21VCcLEk6i3HKjnkBkVL+tgXcEk+R/JAGsw=", | ||
"add_build_file.patch": "sha256-A5BCQuOFUKY4Ex++SnZbKHABCzZF5wqpan9bntnPObw=" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"homepage": "http://open62541.org/", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "No Maintainer Specified" | ||
} | ||
], | ||
"repository": [ | ||
"github:open62541/open62541" | ||
], | ||
"versions": [ | ||
"1.4.1" | ||
], | ||
"yanked_versions": {} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure
lib/libopen62541.a
is correct? I don't see this file in the source archive.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me test this locally again