Commit Graph

5 Commits

Author SHA1 Message Date
Nobuhiro Iwamatsu
8f6c990c9b Add License field to pkg-config files (#746)
The pkg-config file has a License field which describes the software license.
Set this to 'BSD-3-Clause WITH PCRE2-exception'.

Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116
2025-05-02 13:27:09 +01:00
Carlo Marcelo Arenas Belón
a8a875eb89 windows: integrate visibility attributes without conflicts (#249)
When using a DLL in Windows, the function declarations (and definitions)
that are public are decorated with attributes but those declarations would
conflict with the ones that are selected when the compiler supports the
visibility feature.

Define instead a new macro that would be added to the corresponding
macros independently and while at it allow setting visibility with cmake.
2023-05-16 15:05:13 +01:00
Philip.Hazel
ed489f99ae Fix Windows debug builds (Bugzilla #2600) using CMake. 2020-06-22 15:51:19 +00:00
Philip.Hazel
eb59159ce0 Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes;
change "pcre" to "pcre2" in a number of files.
2014-10-17 15:52:57 +00:00
Philip.Hazel
f4174bab90 Create dummy framework for all functions and programs. 2014-03-07 17:28:52 +00:00