8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/.github/workflows
Adriano dos Santos Fernandes 637c92403b Build and use static libc++ in MacOS.
We are already using static libstdc++ in Linux due to a problem
now appearing in MacOS when using Boost.Test.

When shared C++ library (with C++ interface) is used and
executable does not export its new/delete operators, a situation
of one program/library allocating objects with "new" operator
and another program/library deallocating them with "delete"
operator makes program to crash.

We haven't yet seen these crashes in Windows, even using
Boost.Test. That may be pure luck or because Microsoft std C++
library is coded in a way that makes it not happen.
2022-07-20 23:00:44 -03:00
..
main.yml Build and use static libc++ in MacOS. 2022-07-20 23:00:44 -03:00
trim-trailing-spaces.yml Add workflow to trim trailing spaces from source files. 2022-06-29 21:35:12 -03:00
tzdata-update.yml Include tzdata version in PR and commit message. 2021-10-23 10:53:51 -03:00