[buck-yeh-bux] Update to 1.7.0 (#40278)

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: buck-yeh <github-actions>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
This commit is contained in:
Buck Yeh 2024-08-20 01:04:59 +08:00 committed by GitHub
parent c2a2189c1e
commit a993be073c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 24 additions and 30 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO buck-yeh/bux-mariadb-client
REF aa7a543ed98081f357f1f27e2d77b66b81d727d6 # v1.0.3
SHA512 35877ec1f17f43c4215c2662613ec00fc4e8a851087809aadcf4770ef1691b645a6804bfd12124af39db9338e28e9c1ed87fe03bf38e1675651a9c325df23b24
REF "${VERSION}"
SHA512 89ae1d7c49ed9f1bd600a4da91aa4ff0853cdb8a3e3724bf0902aecdcd8706f6ee1d5355926e1cf2a6225063b109a055efa28a40475e31d22f9c57a38582483a
HEAD_REF main
)

View File

@ -1,14 +1,12 @@
{
"name": "buck-yeh-bux-mariadb-client",
"version": "1.0.3",
"port-version": 1,
"version": "1.0.4",
"description": "Loose-coupled throw-on-error C++20 wrapper classes and utilities over mysql/mariadb Connector/C API",
"homepage": "https://github.com/buck-yeh/bux-mariadb-client",
"license": "MIT",
"supports": "!(arm | uwp | osx | linux)",
"supports": "!(android | linux | osx | uwp)",
"dependencies": [
"buck-yeh-bux",
"fmt",
"libmariadb",
{
"name": "vcpkg-cmake",

View File

@ -1,12 +0,0 @@
diff --git a/include/bux/FA.h b/include/bux/FA.h
index 907ed95..f8439b8 100644
--- a/include/bux/FA.h
+++ b/include/bux/FA.h
@@ -9,6 +9,7 @@
#include <map> // std::map<>
#include <set> // std::set<>
#include <vector> // std::vector<>
+#include <iterator>
namespace bux {

View File

@ -2,10 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO buck-yeh/bux
REF "${VERSION}"
SHA512 7b58e67d0744ead50fb5a826118d1026dc85b6bd880a2d3f30a9d355fc20f48697057eec139ad3960a65cebfbd0e30b99bee42b71bd23058c815a50b6df10c5c
SHA512 4ef6578d16f96bfaa96f85a0deda69e7d766b263972fa5f2a894902dc8d8db930f9169e0c36146e7ac69a2f3655e8dbf2108e7187440866bcace2c90cb3bcbfe
HEAD_REF main
PATCHES
fix-build-error-with-fmt11.patch
)
vcpkg_cmake_configure(

View File

@ -1,13 +1,11 @@
{
"name": "buck-yeh-bux",
"version": "1.6.8",
"port-version": 2,
"version": "1.7.0",
"description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.",
"homepage": "https://github.com/buck-yeh/bux",
"license": "MIT",
"supports": "!(arm | uwp | osx | linux)",
"supports": "!(android | linux | osx | uwp)",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true

View File

@ -159,7 +159,9 @@ boringssl:x64-windows-static=skip
boringssl:x64-windows-static-md=skip
boringssl:x86-windows=skip
brpc:x64-android=fail
buck-yeh-bux:x64-android=fail
buck-yeh-bux:x64-uwp=skip
buck-yeh-bux:x86-windows=skip
buck-yeh-bux-mariadb-client:x86-windows=skip
caf:arm-neon-android=fail
caf:arm64-uwp=fail
caf:arm64-android=fail

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "31efb6a6c246eb273825024fb22f318cdaff14e7",
"version": "1.0.4",
"port-version": 0
},
{
"git-tree": "f0ad91f620ffdc0ad8b2618c79f38aefa00accf4",
"version": "1.0.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b1488eb5aead16b36f0d8f7d98b5036bd62ba695",
"version": "1.7.0",
"port-version": 0
},
{
"git-tree": "856dddcbc547f4351ff1382b163f7c1d4f5de495",
"version": "1.6.8",

View File

@ -1397,12 +1397,12 @@
"port-version": 0
},
"buck-yeh-bux": {
"baseline": "1.6.8",
"port-version": 2
"baseline": "1.7.0",
"port-version": 0
},
"buck-yeh-bux-mariadb-client": {
"baseline": "1.0.3",
"port-version": 1
"baseline": "1.0.4",
"port-version": 0
},
"buck-yeh-bux-sqlite": {
"baseline": "1.0.1",