1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00
mold/oneTBB
Rui Ueyama 2f681babf5 Do not attempt to call dlopen
Without this change, statically-linked mold executable crashes
on startup.
2021-07-03 00:08:47 +09:00
..
cmake Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
doc Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
examples Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
include Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
integration Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
modulefiles Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
python Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
src Do not attempt to call dlopen 2021-07-03 00:08:47 +09:00
sys_check Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
test Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
.gitattributes Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
.gitignore Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
CMakeLists.txt Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
LICENSE.txt Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
README.md Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00
third-party-programs.txt Merge commit 'c3c791efcb97384ae25bbdd8a165bbc7473598a8' as 'oneTBB' 2021-07-03 00:01:04 +09:00

oneAPI Threading Building Blocks

Apache License Version 2.0

oneAPI Threading Building Blocks (oneTBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.

Release Information

Here are Release Notes and System Requirements.

Documentation

Support

Please report issues and suggestions via GitHub issues or start a topic on the oneTBB forum.

How to Contribute

To contribute to oneTBB, please open a GitHub pull request (preferred) or send us a patch by e-mail.

Please use the sign-off line at the end of the patch. Your signature certifies that you wrote the patch or otherwise have the right to pass it on as an open-source patch. The rules are pretty simple: if you can certify the https://developercertificate.org then you just add a line to every git commit message:

Signed-off-by: Name Surname <user@email.com>

Use your real name (sorry, no pseudonyms or anonymous contributions).

If you set your user.name and user.email git configs, you can sign your commit automatically with git commit -s.

License

oneAPI Threading Building Blocks is licensed under Apache License, Version 2.0. By its terms, contributions submitted to the project are also done under that license.

Security

To report security issues please go to https://intel.com/security.

Engineering team contacts


Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.

* Other names and brands may be claimed as the property of others.