mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-18 20:28:18 +01:00
Problem: exception thrown when debugging cl.exe x64 build with LLDB (#4129)
* Problem: exception thrown when debugging cl.exe x64 build with LLDB Solution: Use __try __except with cl.exe and use pthread_setname_np with MinGW. Remove usage of pushing exception handler to TIB->ExceptionList.
This commit is contained in:
15
RELICENSE/c-zhao-3g.md
Normal file
15
RELICENSE/c-zhao-3g.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
|
||||
|
||||
This is a statement by Lingqiao Zhao
|
||||
that grants permission to relicense its copyrights in the libzmq C++
|
||||
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other
|
||||
Open Source Initiative approved license chosen by the current ZeroMQ
|
||||
BDFL (Benevolent Dictator for Life).
|
||||
|
||||
A portion of the commits made by the Github handle "s-zhao-3g", with
|
||||
commit author "s-zhao-3g <forever.3g@hotmail.com>", are copyright of Lingqiao Zhao.
|
||||
This document hereby grants the libzmq project team to relicense libzmq,
|
||||
including all past, present and future contributions of the author listed above.
|
||||
|
||||
Lingqiao Zhao
|
||||
2021/01/26
|
||||
Reference in New Issue
Block a user