Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ concurrency:
jobs:
ci:
name: CI
uses: StanfordBDHG/.github/.github/workflows/swift-package-ci.yml@v2
uses: SchmiedmayerLab/.github/.github/workflows/swift-package-ci.yml@v0.2
Comment thread
lukaskollmer marked this conversation as resolved.
with:
linux_run_tests: true
linux_runners: '["ubuntu-latest"]'
secrets: inherit
permissions:
contents: read
actions: read
issues: write
pull-requests: write
20 changes: 0 additions & 20 deletions CITATION.cff

This file was deleted.

21 changes: 12 additions & 9 deletions CONTRIBUTORS.md
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.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

# ThreadLocal

[![Build and Test](https://github.com/StanfordBDHG/ThreadLocal/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordBDHG/ThreadLocal/actions/workflows/build-and-test.yml)
[![codecov](https://codecov.io/gh/StanfordBDHG/ThreadLocal/branch/main/graph/badge.svg?token=X7BQYSUKOH)](https://codecov.io/gh/StanfordBDHG/ThreadLocal)
[![Build and Test](https://github.com/SchmiedmayerLab/ThreadLocal/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/SchmiedmayerLab/ThreadLocal/actions/workflows/build-and-test.yml)

Check failure on line 13 in README.md

View workflow job for this annotation

GitHub Actions / CI / Analyze Swift Package / Check Markdown Links / Check Markdown Links

[Linkspector] reported by reviewdog 🐶 Cannot reach https://github.com/SchmiedmayerLab/ThreadLocal/actions/workflows/build-and-test.yml/badge.svg Status: 404 Raw Output: message:"Cannot reach https://github.com/SchmiedmayerLab/ThreadLocal/actions/workflows/build-and-test.yml/badge.svg Status: 404" location:{path:"README.md" range:{start:{line:13 column:2} end:{line:13 column:114}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}
[![codecov](https://codecov.io/gh/SchmiedmayerLab/ThreadLocal/branch/main/graph/badge.svg?token=X7BQYSUKOH)](https://codecov.io/gh/SchmiedmayerLab/ThreadLocal)
<!-- [![DOI](https://zenodo.org/badge/573230182.svg)](https://zenodo.org/badge/latestdoi/573230182) -->
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordBDHG%2FThreadLocal%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordBDHG%2FThreadLocal%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/StanfordBDHG/ThreadLocal)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSchmiedmayerLab%2FThreadLocal%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal)

Check failure on line 16 in README.md

View workflow job for this annotation

GitHub Actions / CI / Analyze Swift Package / Check Markdown Links / Check Markdown Links

[Linkspector] reported by reviewdog 🐶 Cannot reach https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal Status: 404 Raw Output: message:"Cannot reach https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal Status: 404" location:{path:"README.md" range:{start:{line:16 column:1} end:{line:16 column:219}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSchmiedmayerLab%2FThreadLocal%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal)

Check failure on line 17 in README.md

View workflow job for this annotation

GitHub Actions / CI / Analyze Swift Package / Check Markdown Links / Check Markdown Links

[Linkspector] reported by reviewdog 🐶 Cannot reach https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal Status: 404 Raw Output: message:"Cannot reach https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal Status: 404" location:{path:"README.md" range:{start:{line:17 column:1} end:{line:17 column:214}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}
Comment thread
lukaskollmer marked this conversation as resolved.

Thread-local variables for Swift.

Expand All @@ -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

View workflow job for this annotation

GitHub Actions / CI / Analyze Swift Package / Check Markdown Links / Check Markdown Links

[Linkspector] reported by reviewdog 🐶 Cannot reach https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal Status: 404 Raw Output: message:"Cannot reach https://swiftpackageindex.com/SchmiedmayerLab/ThreadLocal Status: 404" location:{path:"README.md" range:{start:{line:37 column:5} end:{line:37 column:83}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}


## Installation
Expand All @@ -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

View workflow job for this annotation

GitHub Actions / CI / Analyze Swift Package / Check Markdown Links / Check Markdown Links

[Linkspector] reported by reviewdog 🐶 Cannot reach https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#defining-dependencies Status: 404 Raw Output: message:"Cannot reach https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#defining-dependencies Status: 404" location:{path:"README.md" range:{start:{line:46 column:39} end:{line:46 column:207}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}


## 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
Comment thread
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

![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-light.png#gh-light-mode-only)
![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-dark.png#gh-dark-mode-only)
For more information, visit the [Schmiedmayer Lab GitHub organization](https://github.com/SchmiedmayerLab).

![Stanford and Stanford Medicine logos](https://raw.githubusercontent.com/SchmiedmayerLab/.github/main/assets/stanford-footer-light.png#gh-light-mode-only)
![Stanford and Stanford Medicine logos](https://raw.githubusercontent.com/SchmiedmayerLab/.github/main/assets/stanford-footer-dark.png#gh-dark-mode-only)
Loading