-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
320 additions
and
38 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
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 @@ | ||
{ | ||
"type": "auto", | ||
"mode": "fix", | ||
"lint": "fix", | ||
"warningsList": [ | ||
"all" | ||
] | ||
} |
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,30 @@ | ||
.buildifier.json | ||
RVO2-3D Library | ||
|
||
SPDX-FileCopyrightText: 2008 University of North Carolina at Chapel Hill | ||
SPDX-License-Identifier: Apache-2.0 | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
https://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
Please send all bug reports to <geom@cs.unc.edu>. | ||
|
||
The authors may be contacted via: | ||
|
||
Jur van den Berg, Stephen J. Guy, Jamie Snape, Ming C. Lin, Dinesh Manocha | ||
Dept. of Computer Science | ||
201 S. Columbia St. | ||
Frederick P. Brooks, Jr. Computer Science Bldg. | ||
Chapel Hill, N.C. 27599-3175 | ||
United States of America | ||
|
||
<https://gamma.cs.unc.edu/RVO2/> |
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
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
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
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,40 @@ | ||
# | ||
# .yamllint.yaml | ||
# RVO2-3D Library | ||
# | ||
# SPDX-FileCopyrightText: 2008 University of North Carolina at Chapel Hill | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# Please send all bug reports to <geom@cs.unc.edu>. | ||
# | ||
# The authors may be contacted via: | ||
# | ||
# Jur van den Berg, Stephen J. Guy, Jamie Snape, Ming C. Lin, Dinesh Manocha | ||
# Dept. of Computer Science | ||
# 201 S. Columbia St. | ||
# Frederick P. Brooks, Jr. Computer Science Bldg. | ||
# Chapel Hill, N.C. 27599-3175 | ||
# United States of America | ||
# | ||
# <https://gamma.cs.unc.edu/RVO2/> | ||
# | ||
|
||
--- | ||
extends: default | ||
|
||
rules: | ||
line-length: | ||
max: 80 | ||
level: warning |
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,56 @@ | ||
# -*- mode: bazel; -*- | ||
# vi: set ft=bazel: | ||
|
||
# | ||
# WORKSPACE.bazel | ||
# RVO2-3D Library | ||
# | ||
# SPDX-FileCopyrightText: 2008 University of North Carolina at Chapel Hill | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# Please send all bug reports to <geom@cs.unc.edu>. | ||
# | ||
# The authors may be contacted via: | ||
# | ||
# Jur van den Berg, Stephen J. Guy, Jamie Snape, Ming C. Lin, Dinesh Manocha | ||
# Dept. of Computer Science | ||
# 201 S. Columbia St. | ||
# Frederick P. Brooks, Jr. Computer Science Bldg. | ||
# Chapel Hill, N.C. 27599-3175 | ||
# United States of America | ||
# | ||
# <https://gamma.cs.unc.edu/RVO2/> | ||
# | ||
|
||
module( | ||
name = "rvo_3d", | ||
version = "1.1.0", | ||
) | ||
|
||
bazel_dep( | ||
name = "apple_support", | ||
version = "1.6.0", | ||
repo_name = "build_bazel_apple_support" | ||
) | ||
|
||
apple_cc_configure = use_extension( | ||
"@build_bazel_apple_support//crosstool:setup.bzl", | ||
"apple_cc_configure_extension", | ||
) | ||
use_repo(apple_cc_configure, "local_config_apple_cc") | ||
|
||
bazel_dep(name = "rules_cc", version = "0.0.6") | ||
bazel_dep(name = "rules_license", version = "0.0.4") | ||
bazel_dep(name = "rules_pkg", version = "0.9.1", dev_dependency = True) |
Oops, something went wrong.