Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcre2: add version 10.43 #22797

Merged
merged 2 commits into from
Feb 22, 2024
Merged

pcre2: add version 10.43 #22797

merged 2 commits into from
Feb 22, 2024

Conversation

toge
Copy link
Contributor

@toge toge commented Feb 17, 2024

Specify library name and version: pcre2/10.43


@conan-center-bot

This comment has been minimized.

@uilianries
Copy link
Member

uilianries commented Feb 20, 2024

Need to pass the new definition for Windows: PCRE2Project/pcre2@pcre2-10.42...pcre2-10.43#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR750


/* By default, we use the standard "extern" declarations. */

#ifndef PCRE2POSIX_EXP_DECL
#  if defined(_WIN32) && defined(PCRE2POSIX_SHARED) && !defined(PCRE2_STATIC)
#    define PCRE2POSIX_EXP_DECL         extern __declspec(dllimport)
#    define PCRE2POSIX_EXP_DEFN         __declspec(dllimport)
#  else
#    define PCRE2POSIX_EXP_DECL         extern PCRE2_EXPORT
#    define PCRE2POSIX_EXP_DEFN
#  endif
#endif
def package_info(self):
    if is_msvc(self) and self.options.shared:
        self.cpp_info.defines.append("PCRE2POSIX_SHARED=1")

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Arigato @toge!

@conan-center-bot conan-center-bot removed the Bump version PR bumping version without recipe modifications label Feb 20, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 2 (4f86e59d2631569baf195138ebc63f0dfb28b33b):

  • pcre2/10.36:
    All packages built successfully! (All logs)

  • pcre2/10.42:
    All packages built successfully! (All logs)

  • pcre2/10.37:
    All packages built successfully! (All logs)

  • pcre2/10.40:
    All packages built successfully! (All logs)

  • pcre2/10.43:
    All packages built successfully! (All logs)

  • pcre2/10.39:
    All packages built successfully! (All logs)

  • pcre2/10.32:
    All packages built successfully! (All logs)

  • pcre2/10.35:
    All packages built successfully! (All logs)

  • pcre2/10.33:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 2 (4f86e59d2631569baf195138ebc63f0dfb28b33b):

  • pcre2/10.42:
    All packages built successfully! (All logs)

  • pcre2/10.43:
    All packages built successfully! (All logs)

  • pcre2/10.40:
    All packages built successfully! (All logs)

  • pcre2/10.39:
    All packages built successfully! (All logs)

  • pcre2/10.37:
    All packages built successfully! (All logs)

  • pcre2/10.35:
    All packages built successfully! (All logs)

  • pcre2/10.36:
    All packages built successfully! (All logs)

  • pcre2/10.33:
    All packages built successfully! (All logs)

  • pcre2/10.32:
    All packages built successfully! (All logs)

@conan-center-bot conan-center-bot merged commit b03197b into conan-io:master Feb 22, 2024
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants