Skip to content
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

Rename sync to thread_safe #30

Merged
merged 1 commit into from
Nov 25, 2023
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
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/bash

FILE_EXTS=".c .h .cpp .hpp .cc .hh .cxx .tcc"

Expand Down
6 changes: 3 additions & 3 deletions .githooks/readme-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ Currently tested distros:
* fedora:latest

Currently tested compilers:
* g++-9
* clang-9
* g++
* clang

Contributing a new feature should include relevant tests. Examples
are welcome if understanding how the feature works is difficult or provides some additional value the tests otherwise cannot.
Expand All @@ -140,7 +140,7 @@ ctest -VV

File bug reports, feature requests and questions using [GitHub Issues](https://github.com/jbaldwin/libcappuccino/issues)

Copyright © 2017-2020, Josh Baldwin
Copyright © 2017-2023, Josh Baldwin

[badge.language]: https://img.shields.io/badge/language-C%2B%2B17-yellow.svg
[badge.license]: https://img.shields.io/badge/license-Apache--2.0-blue
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ Currently tested distros:
* fedora:latest

Currently tested compilers:
* g++-9
* clang-9
* g++
* clang

Contributing a new feature should include relevant tests. Examples
are welcome if understanding how the feature works is difficult or provides some additional value the tests otherwise cannot.
Expand All @@ -221,7 +221,7 @@ ctest -VV

File bug reports, feature requests and questions using [GitHub Issues](https://github.com/jbaldwin/libcappuccino/issues)

Copyright © 2017-2020, Josh Baldwin
Copyright © 2017-2023, Josh Baldwin

[badge.language]: https://img.shields.io/badge/language-C%2B%2B17-yellow.svg
[badge.license]: https://img.shields.io/badge/license-Apache--2.0-blue
Expand Down
Loading
Loading