commit | 0f3bf78f0f3fa91234d9a594b164c701dc7ad323 | [log] [tgz] |
---|---|---|
author | Paul Wankadia <junyer@google.com> | Thu Jun 01 12:45:45 2023 +0000 |
committer | Paul Wankadia <junyer@google.com> | Thu Jun 01 13:11:56 2023 +0000 |
tree | e62b1cabb2634df081a9835cf7efa02265333510 | |
parent | 315514c44af388a68337c8da3a169260a3105f32 [diff] |
Export `PCRE::no_more_args` and the functors. To produce a DLL, CMake can automatically export code symbols, but not data symbols, so we have to annotate those manually... Set up CI to exercise `-D BUILD_SHARED_LIBS=ON` on everything. Fixes #429. Change-Id: Ibc232913e5f7121b9804748ea03422862893e482 Reviewed-on: https://code-review.googlesource.com/c/re2/+/61392 Reviewed-by: Paul Wankadia <junyer@google.com> Reviewed-by: Perry Lorier <perryl@google.com>