-
Notifications
You must be signed in to change notification settings - Fork 0
update CI; links #1
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
Changes from all commits
c8142c4
757432b
0155147
f22a2b8
f52f83b
da8e7e4
490044a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,19 @@ | ||
| <!-- | ||
|
|
||
| # | ||
| # This source file is part of the ThreadLocal open source project | ||
| # | ||
| # SPDX-FileCopyrightText: 2025 Stanford University and the project authors (see CONTRIBUTORS.md) | ||
| # | ||
| # SPDX-License-Identifier: MIT | ||
| # | ||
|
|
||
|
|
||
| This source file is part of the Schmiedmayer Lab open-source organization | ||
|
|
||
| SPDX-FileCopyrightText: 2026 Stanford University and the project authors (see CONTRIBUTORS.md) | ||
|
|
||
| SPDX-License-Identifier: MIT | ||
|
|
||
| --> | ||
|
|
||
| ThreadLocal contributors | ||
| ==================== | ||
|
|
||
| * [Lukas Kollmer](https://github.com/lukaskollmer) | ||
|
|
||
|
|
||
| ## Attributions | ||
|
|
||
| This repository is based on the [`StanfordBDHG/ThreadLocal`](https://github.com/StanfordBDHG/ThreadLocal), which was published under the MIT License. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,11 +10,11 @@ | |
|
|
||
| # ThreadLocal | ||
|
|
||
| [](https://github.com/StanfordBDHG/ThreadLocal/actions/workflows/build-and-test.yml) | ||
| [](https://codecov.io/gh/StanfordBDHG/ThreadLocal) | ||
| [](https://github.com/SchmiedmayerLab/ThreadLocal/actions/workflows/build-and-test.yml) | ||
|
Check failure on line 13 in README.md
|
||
| [](https://codecov.io/gh/SchmiedmayerLab/ThreadLocal) | ||
| <!-- [](https://zenodo.org/badge/latestdoi/573230182) --> | ||
| [](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal) | ||
| [](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal) | ||
| [](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal) | ||
|
Check failure on line 16 in README.md
|
||
| [](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal) | ||
|
Check failure on line 17 in README.md
|
||
|
lukaskollmer marked this conversation as resolved.
|
||
|
|
||
| Thread-local variables for Swift. | ||
|
|
||
|
|
@@ -34,7 +34,7 @@ | |
|
|
||
| You can use non-trivial types with thread-local variables, and can provide a custom deallocator if needed (see ``ThreadLocal(deallocator:)``). | ||
|
|
||
| See [the documentation](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal) for more info. | ||
| See [the documentation](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal) for more info. | ||
|
Check failure on line 37 in README.md
|
||
|
|
||
|
|
||
| ## Installation | ||
|
|
@@ -43,16 +43,16 @@ | |
|
|
||
| **Xcode:** For an Xcode project, follow the instructions on [adding package dependencies to your app](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app). | ||
|
|
||
| **Swift Package:** You can follow the [Swift Package Manager documentation about defining dependencies](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#defining-dependencies) to add this project as a dependency to your Swift Package. | ||
|
Check failure on line 46 in README.md
|
||
|
|
||
|
|
||
| ## License | ||
| This project is licensed under the MIT License. See [Licenses](https://github.com/StanfordBDHG/ThreadLocal/tree/main/LICENSES) for more information. | ||
| This project is licensed under the MIT License. See [Licenses](https://github.com/SchmiedmayerLab/ThreadLocal/tree/main/LICENSES) for more information. | ||
|
|
||
|
|
||
| ## Contributors | ||
|
lukaskollmer marked this conversation as resolved.
|
||
| This project is developed as part of the Stanford Mussallem Center for Biodesign at Stanford University. | ||
| See [CONTRIBUTORS.md](https://github.com/lukaskollmer/ThreadLocal/tree/main/CONTRIBUTORS.md) for a full list of all ThreadLocal contributors. | ||
| ## Our Research | ||
|
|
||
|  | ||
|  | ||
| For more information, visit the [Schmiedmayer Lab GitHub organization](https://github.com/SchmiedmayerLab). | ||
|
|
||
|  | ||
|  | ||
Uh oh!
There was an error while loading. Please reload this page.