forked from Unity-Technologies/VHACD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AIRO-1610 Package addition (Unity-Technologies#1)
* Package addition * Update README * Include ccpp yml updates * Update mac library
- Loading branch information
Showing
112 changed files
with
3,846 additions
and
13,386 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,75 @@ | ||
; see http://editorconfig.org/ for docs on this file | ||
; See https://github.com/dotnet/format for dotnet format | ||
|
||
root = true | ||
|
||
[*] | ||
ignore_if_in_header = This code was generated by a tool|<auto-generated> | ||
indent_style = space | ||
indent_size = 4 | ||
; uncomment to help with sharing files across os's (i.e. network share or through local vm) | ||
#end_of_line = lf | ||
; avoid a bom, which causes endless problems with naive text tooling | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
; keeping auto-format enabled helps avoid merge hell for projects without CI-based format validation | ||
#disable_auto_format = true | ||
|
||
[*.cs] | ||
; uncomment to enable full formatting of c# files | ||
formatters = generic, uncrustify | ||
|
||
[*.asmdef] | ||
scrape_api = true | ||
|
||
[**/Tests/**.asmdef] | ||
scrape_api = false | ||
|
||
[*.Tests.asmdef] | ||
scrape_api = false | ||
|
||
[*.md] | ||
indent_size = 2 | ||
; trailing whitespace is unfortunately significant in markdown | ||
trim_trailing_whitespace = false | ||
; uncomment to enable basic formatting of markdown files | ||
#formatters = generic | ||
|
||
[{Makefile,makefile}] | ||
; tab characters are part of the Makefile format | ||
indent_style = tab | ||
|
||
[*.asmdef] | ||
indent_size = 4 | ||
|
||
[*.json] | ||
indent_size = 2 | ||
|
||
[*.{vcproj,bat,cmd,xaml,tt,t4,ttinclude}] | ||
end_of_line = crlf | ||
|
||
; this VS-specific stuff is based on experiments to see how VS will modify a file after it has been manually edited. | ||
; the settings are meant to closely match what VS does to minimize unnecessary diffs. | ||
[*.{vcxproj,vcxproj.filters}] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = crlf | ||
charset = utf-8-bom | ||
trim_trailing_whitespace = true | ||
insert_final_newline = false | ||
; must be broken out because of 51-char bug (https://github.com/editorconfig/editorconfig-visualstudio/issues/21) | ||
[*.{csproj,pyproj,props,targets}] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = crlf | ||
charset = utf-8-bom | ||
trim_trailing_whitespace = true | ||
insert_final_newline = false | ||
[*.{sln,sln.template}] | ||
indent_style = tab | ||
indent_size = 4 | ||
end_of_line = crlf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = false |
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,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
|
||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Console logs / stack traces** | ||
|
||
Please wrap in [triple backticks (```)](https://help.github.com/en/articles/creating-and-highlighting-code-blocks) to make it easier to read. | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots or videos to help explain your problem. | ||
|
||
**Environment (please complete the following information, where applicable):** | ||
|
||
- Unity Version: [e.g. Unity 2020.2.0f1] | ||
- Unity machine OS + version: [e.g. Windows 10] | ||
- Branch or version: [e.g. v0.2.0] | ||
|
||
**Additional context** | ||
|
||
Add any other context about the problem here. |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Unity Robotics Forum | ||
url: https://forum.unity.com/forums/robotics.623/ | ||
about: Discussions and questions about Unity Robotics tools, demos, or integrations. |
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,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |
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,31 @@ | ||
## Proposed change(s) | ||
|
||
Describe the changes made in this PR. | ||
|
||
### Useful links (GitHub issues, JIRA tickets, forum threads, etc.) | ||
|
||
Provide any relevant links here. | ||
|
||
### Types of change(s) | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Code refactor | ||
- [ ] Documentation update | ||
- [ ] Other (please describe) | ||
|
||
## Testing and Verification | ||
|
||
Please describe the tests that you ran to verify your changes. Please also provide instructions and Unity project files as appropriate so we can reproduce the test environment. | ||
|
||
### Test Configuration: | ||
- Unity Version: [e.g. Unity 2020.2.0f1] | ||
- Unity machine OS + version: [e.g. Windows 10] | ||
|
||
## Checklist | ||
- [ ] Ensured this PR is up-to-date with the `dev` branch | ||
- [ ] Created this PR to target the `dev` branch | ||
- [ ] Updated the [Changelog](../CHANGELOG.md) and described changes in the [Unreleased section](../CHANGELOG.md#unreleased) | ||
- [ ] Updated the documentation as appropriate | ||
|
||
## Other comments |
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,22 @@ | ||
name: jira-link | ||
|
||
on: | ||
pull_request: | ||
types: [opened, edited, reopened, synchronize] | ||
|
||
jobs: | ||
jira-link: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: check pull request title and source branch name | ||
run: | | ||
echo "Checking pull request with title ${{ github.event.pull_request.title }} from source branch ${{ github.event.pull_request.head.ref }}" | ||
if ! [[ "${{ github.event.pull_request.title }}" =~ ^AIRO-[0-9]+[[:space:]].*$ ]] && ! [[ "${{ github.event.pull_request.head.ref }}" =~ ^AIRO-[0-9]+.*$ ]] | ||
then | ||
echo -e "Please make sure one of the following is true:\n \ | ||
1. the pull request title starts with 'AIRO-xxxx ', e.g. 'AIRO-1024 My Pull Request'\n \ | ||
2. the source branch starts with 'AIRO-xxx', e.g. 'AIRO-1024-my-branch'" | ||
exit 1 | ||
else | ||
echo "Completed checking" | ||
fi |
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,18 @@ | ||
name: pre-commit | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7.x | ||
- uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: '6.0.x' | ||
include-prerelease: true | ||
- uses: pre-commit/action@v2.0.0 |
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,27 @@ | ||
name: 'Stale issue handler' | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 17 * * *' # 17:00 UTC; 10:00 PDT | ||
|
||
permissions: | ||
issues: write | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v4.0.0 | ||
id: stale | ||
with: | ||
stale-issue-label: 'stale' | ||
stale-issue-message: 'This issue has been marked stale because it has been open for 14 days with no activity. Please remove the stale label or comment on this issue, or the issue will be automatically closed in the next 14 days.' | ||
days-before-stale: 14 | ||
days-before-pr-stale: -1 | ||
days-before-close: 14 | ||
days-before-pr-close: -1 | ||
exempt-issue-labels: 'blocked,must,should,keep,pinned,work-in-progress,request,announcement' | ||
close-issue-message: 'This issue has been marked stale for 14 days and will now be closed. If this issue is still valid, please ping a maintainer.' | ||
- name: Print outputs | ||
run: echo ${{ join(steps.stale.outputs.*, ',') }} | ||
|
Oops, something went wrong.