-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delaunator-cpp@c1521f6 --------- Co-authored-by: Fabian Meumertzheim <[email protected]>
- Loading branch information
1 parent
075cb84
commit d40c3e6
Showing
6 changed files
with
67 additions
and
0 deletions.
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,8 @@ | ||
module( | ||
name = "delaunator-cpp", | ||
version = "0.0.0-20181007-c1521f6", | ||
bazel_compatibility = [">=7.2.1"], | ||
compatibility_level = 1, | ||
) | ||
|
||
bazel_dep(name = "rules_cc", version = "0.0.9") |
11 changes: 11 additions & 0 deletions
11
modules/delaunator-cpp/0.0.0-20181007-c1521f6/overlay/BUILD.bazel
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,11 @@ | ||
load("@rules_cc//cc:defs.bzl", "cc_library") | ||
|
||
cc_library( | ||
name = "delaunator-cpp", | ||
hdrs = ["include/delaunator.hpp"], | ||
features = [ | ||
"parse_headers", | ||
], | ||
includes = ["include"], | ||
visibility = ["//visibility:public"], | ||
) |
1 change: 1 addition & 0 deletions
1
modules/delaunator-cpp/0.0.0-20181007-c1521f6/overlay/MODULE.bazel
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 @@ | ||
../MODULE.bazel |
20 changes: 20 additions & 0 deletions
20
modules/delaunator-cpp/0.0.0-20181007-c1521f6/presubmit.yml
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,20 @@ | ||
matrix: | ||
platform: | ||
- debian10 | ||
- debian11 | ||
- macos | ||
- macos_arm64 | ||
- ubuntu2004 | ||
- ubuntu2204 | ||
- windows | ||
bazel: | ||
- 7.x | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_flags: | ||
- '--process_headers_in_dependencies' | ||
build_targets: | ||
- '@delaunator-cpp//...' |
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/delfrrr/delaunator-cpp/archive/c1521f6e879881232dcddabd6c2ddb6187e8714b.tar.gz", | ||
"integrity": "sha256-Ncd1cVfJ7oM0hdaAMvT8FIgGTrxsz4blTW+mt9wHcok=", | ||
"strip_prefix": "delaunator-cpp-c1521f6e879881232dcddabd6c2ddb6187e8714b", | ||
"patch_strip": 0, | ||
"overlay": { | ||
"MODULE.bazel": "sha256-Z0j1BcMPTO2LdKrtyWHo1bL0MI5tE4a2jbwak3QcD2Y=", | ||
"BUILD.bazel": "sha256-DwllxrKTGyUqOPGhCH+WFXeUQIOUxkRAeDBbX2iLrFg=" | ||
} | ||
} |
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 @@ | ||
{ | ||
"homepage": "https://github.com/delfrrr/delaunator-cpp", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "Vertexwahn", | ||
"name": "Julian Amann" | ||
} | ||
], | ||
"repository": [ | ||
"github:delfrrr/delaunator-cpp" | ||
], | ||
"versions": [ | ||
"0.0.0-20181007-c1521f6" | ||
], | ||
"yanked_versions": {} | ||
} |