Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@john-paulsmith
Copy link

Merge TBB 2020 Update 3 from the official repo. Also, std_thread_test does not compile on macOS 12 and has been commented out as it is deprecated.

john-paulsmith and others added 7 commits May 9, 2022 17:09
std_thread_test doesn’t compile with the macOS 12 SDK due to conflicts with the native std::thread implementation. As this functionality is deprecated anyway, just disable the test.
…r with different allocator type"

The function is deprecated, so removal should not pose a problem.

This fixes a compiler error in Visual Studio 2017
The explicit invocation of ${CMAKE_CXX_COMPILER} to generate lists of
exported symbols was not taking into account the target architecture;
instead it would inherit whatever architecture was running the actual
build process. This could cause missing symbol errors when building the
macOS arm64 target from an x86_64 shell session.
There was a quoting error in fd76ffb which meant the space between -arch
and the architecture was escaped. Also this commit adds the stdlib
argument to suppress a warning about the failure to find libstdc++, which
has not been available on macOS for some time.
Newer GCCs do not allow the meaning of "task" to change in the scope of
a class declaration, which is apparently invalid C++.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants