* Add double-precision option to ccd
* Bump ccd port version
* Update version database
* format
* format
* x-add-version
* Update ccd.json
* add license
* x-add-version
Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [jsonnet] Update to 0.18.0 (#20627)
* Update jsonnet to 0.18.0
* update patch files
* add 0005-use-upstream-rapidyaml.patch to use system rapidyaml
* use system rapidyaml
* update version
* Added license "Apache-2.0" to vcpkg.json
from https://github.com/google/jsonnet/blob/master/LICENSE
* Add bullet3 features double-precision and rtti, enable a few extras
* [bullet3] bump port-version, format, x-add-version
* [bullet3] bump port-version
* Update version database
* [bullet3] reduce port-version
* Update version database
* do not use stack protection
fixes#25760
* update version
* update baseline
* only remove stack protection for mingw64
* update version
* Make variable visible even if unused
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* update version
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* [CPR] Update to 1.8.3 (again, see details)
* update version
* [CPR] Update to 1.8.4
* update version
* [CPR] Update to 1.9.0
* remove v1.8.4 in cpr.json
* update version
* STB patch no longer needed.
* Replace deprecated dependency lodepng-c.
* Added 'sdl' and 'threads' features.
Libtcod can now be compiled without linking to SDL2.
Problematic threading functions can be disabled, and are disabled by
default.
* Update to 1.21.0.
Change head ref to 'main'.
* Update Ubuntu to 22.04.
* Add libxtst-dev from https://github.com/microsoft/vcpkg/pull/24934
* Add standard prereqs.
* Update some package references for Ubuntu 22.04.
* [cuda] Update to search in /usr/bin as used on Ubuntu 22.04.
* [cudnn] Add where ubuntu 22.04 puts it.
* Add update-nvidia-cudnn calls.
* Update powershell to 7.2.5
* Re-add NCCL installation from CUDA official sources.
* Update pools.
* [folly] update to v2022.07.11.00
* update version
* [proxygen] update to v2022.07.11.00
* update version
* Add License
* update version
* update version
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year.
- Edit CMakeList.txt to target precomputed library.
- Edit libsecp256k1-config.h to undef and define VARS compilation.
- Edit portfile.cmake to download new sources from repository, commit reference 44c2452fd387f7ca604ab42d73746e7d3a44d8a2 (bitcoin-core/secp256k1)
- Edit vcpkg.json to new version portfile
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year
>> vcpkg x-add-version secp256k1
- Update secp256k1.json version
- Update baseline.json version
* Update ports/secp256k1/portfile.cmake
Added JonLiu1993 suggestion. Put PREFER_NINJA to secp256k1/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/secp256k1/vcpkg.json
Added JonLiu1993 suggestion. Put dependencies to secp256k1/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update port-version, REQUIRED to "x-add-version"
>> vcpkg x-add-version secp256k1
* Update port file to secp256k1 identation
* Update vcpkg.json identation
>> vcpkg format-manifest ports/secp256k1/vcpkg.json
* Update x-add-version command
vcpkg x-add-version secp256k1
* [secp256k1 ]Update secp256k1 from 2017 to 2022
* update version
* Add license
* update version
* Update, add features
* version
* fix
* version
* clean port version
* version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* add vcpkg-cmake-wrapper.cmake
* update version
* overwrite version
* Include all custom cmake module files
* update version
* update version
* overwrite version
* Fix build failure for cross-compiling
* update port version database
* Fix build failure for windows.
* update port version
* update port version database
* Adjust logic to remove gdk-pixbuf-thumbnailer.
* update port version database
* [gtk] Fix build failure for windows
* update port version database
* ci's down, just force it to rerun.
* Revert "ci's down, just force it to rerun."
This reverts commit 6d1040207f.
* Update gdk-pixbuf.json
* overwrite port version
* update port version database
* Update gdk-pixbuf.json
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* [google-cloud-cpp] update to latest release (v2.0.0)
* Disable `channel` and `asset` features on Windows
Protobuf <= 3.19 does not know about the `TRUE` and `DOMAIN` macros on
Windows, so it cannot hide said macros when used as enum values in a
proto file. vcpkg uses protobuf==3.19.4
* Fix formatting
* Fix versions
* Update gRPC to 1.46.3 and upb to 2022-06-01
* fix(upb): Ensure that protoc-gen-upb has been build before running protobuf_generate. Also add license to vcpkg.json
* fix(upb): Let abseil propagate cxx_std_11. Build upb codegen tools in host triplet
* Revert abseil's cxx_std propagation
* fix(upb): Attempt to fix missing -std=c++11 flag when compiling x64-osx
* Downgrade upb to the version used by gRPC. No longer installed generated descriptor.upb.h files just to use them when compiling target triplet
* Remove absl-sync patch from gRPC since it is always enabled by default now
* Use vcpkg's upb library in gRPC instead of embedded one. Also fix gRPC's pkgconfig patch
* grpc: Remove the upb::all_libs target
* grpc: Adjust versions json
* upb: Adjust versions json
* Set feature absl-sync as deprecated
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
## 1.0.0 (2022-07-07)
### Breaking Changes
- Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration.
Co-authored-by: Victor Romero <viromer@microsoft.com>
* [azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.2
## 1.0.0-beta.2 (2022-06-30)
### Breaking Changes
- The `Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider` type can only be instantiated via a factory method: `OpenTelemetryProvider::Create()`.
### Other Changes
- Removed `_internal` APIs from the public API surface. Also removed most of the `_internal` APIs from the public `opentelemetry.hpp` headers.
* [azure-core-cpp] Update to 1.7.0
## 1.7.0 (2022-06-30)
### Features Added
- Added prototypes and initial service support for Distributed Tracing.
* [kf5] Remove copyright dir part 1
* part 2
* version
* format
* version
* Diagram has only a single license file
* version
* Delete docs
* version
* Fix empty dirs
* version
* Only remove readme
* version
* [imgui] Enable C++ 11 standard as code requires it
see vcpkg issue microsoft#25588
* [imgui] Enable C++ 11 standard using target_compile_features
As lerppana suggested:
It is better to use cxx_std_11 meta feature instead of locking the version number.
This should indicate cmake to use at least 11 instead of exactly 11.
see vcpkg issue microsoft#25588
* [imgui] update versions (vcpkg x-add-version imgui)
Enable C++ 11 standard as code requires it
see vcpkg issue microsoft#25588
* feature upgrade rxcpp version from v4.1.0 to v4.1.1
* feature x-add-version
* fix rxcpp version hash diff
* feature migrating new cmake function
* feature upgrade vcpkg from v4.1.0 to v4.1.1
* fix format-manifest
* feature use version instead of version-string
* feature run x-add-version for rxcpp
* feature add license to rxcpp
* feature x-add-version for rxcpp
* update vcpkg.json
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* Add support for loongarch64 cpu.
* update port version database
* update port version
* Do nothing...
* Revert "Do nothing..."
This reverts commit b73b0e4cb8.
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
* Add new port ezfoundation
* Update version registry for ezfoundation
* Skip unsupported Linux and OSX build for ezfoundation
* Add license field for ezfoundation
* Update version registry for ezfoundation
* Add supports spec in manifest
* Update version registry
Co-authored-by: Mark Keinz <makei@microsoft.com>
* Revert "[wxwidgets] Remove debug asserts from Release build. (#25240)"
This reverts commit 6e16931acd.
* Update to 3.1.7
* Update installation layout
* Upstream CMake export is not ready for use
* Update versions
* Remove obsolete patch
* Use msvc layout for mingw on windows
* Add debug-support feature
* Update versions
* Fix condition
* Update versions
* Restore symlink patch
* Update versions
* Remove trace option from test port
* Enable testing without feature debug-support
* Fixup defaults for using without debug support
* Expect wxrc-3.1 for mingw cross builds ("unix" layout)
* Update versions
* [quickcpplib] Update port @2022-07-04
* [quickcpplib] Invert polyfill features
* [quickcpplib] Update version database
* [quickcpplib] Exclude CI failures
* Fix build failure for loongarch64 cpu.
* Update port version of boost-build.
* Update port version database.
* update sha512 of libharu-shading-pr-157.patch
* update vcpkg.json of libharu
* fix spelling wrong for 'version-date'.
* update port version database
* Revert "update sha512 of libharu-shading-pr-157.patch"
This reverts commit 64410af12c.
* update port version database
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
* Always save config.log, even on error
* Always save config.log and CMakeCache.txt[.log]
* Add SAVE_LOG_FILES option
* Make implicit lookups explicit
* Update versions
Explicitly disable icu feature if not selected in vcpkg
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* [json-c] Updated to the latest version
* [json-c] Change
* [json-c] Fixes
* [json-c] Changes that have been requested
* [json-c] Formatted and x-add-version
* [json-c] Changes that have been requested
* [json-c] Changes that have been requested
* [json-c] Fix SHA
* Fix failure of cross-compiling for ffmpeg due to use inappropriate strip.
* Update port version of ffmpeg.
* Remove redundant adjust condition.
* Update version database
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
* Updated portfile and patches for the osgEarth 3.3 release
* Updated portfile and patches for the osgEarth 3.3 release
* Update version database
* Update vcpkg.json
* added license
* re-formatted
* re-formmatted again
* update port
* Update version database
* Update versions/baseline.json
upstream osgearth changed, set port back to 0
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* updated version
* Update portfile.cmake
added cleanup
* updated version
* Update find-package.patch
fix Blosc
* Update find-package.patch
fix Blosc again
* version update
* Removed optional dependencies and submodule downloads
* update version
* Remove downloaded imgui in case it was not cleaned, better comments, and only download imgui if tools enabled
* updated version
* Update versions/o-/osgearth.json
* Update versions/o-/osgearth.json
Co-authored-by: Paul Levy <plevy@pelicanmapping.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update isalConfig.cmake
* Refactor build process
* Remove debug/share on non-Windows
* Fix build, fix config.cmake, correct usage info
* version
* Add supports, add license
* cleanup baseline
* version
* update supports
* version
* Correct include path
* version
* Fix lib name on non-Windows
* version
* Apply suggestion
* version
* Apply suggestions
* version
* Apply suggestion
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* Initial port for Ableton Link
* Added missing versions/a-/ableton.json file
* Added double quotes to all relative paths in portfile.cmake
* Removed CMakeLists.txt file from the installed files
* Use Catch2 only in CMakeLists.txt, when test features are enabled
* Made find_package asio conditional too
* Update the sqlpp11 port to version 0.61 + SQLite3
* Update the sqlpp11 version to 0.61
* Update dependencies in sqlpp11 ports
* Update sqlpp11 and its connectors versions
* Update files according to the maintainer guide
* Update the sqlpp11 version
* Update SHA512
* Version instead of version-string
* Update the sqlpp11 version
* Version-string instead of version
* Version update
* Vesrion update after script
* Update according to checks
* Replace connector ports by empty one
* Update the sqlite3 connector port to dummy one
* Remove non exsistent sqlpp11 sqlite3 version
* Make the mysql connector port as obsolete
* Format vcpkg.json in sqlpp11's ports
* Update sqlpp11's ports versions
* Backward compatibility in the mysql connector
* Update version in sqlpp11's mysql connector
* Remove non exsistent sqlpp11 mysql version
* Updated gamenetworkingsockets to 1.4.1
Also use "version-semver" to specify the version, since we are using
Semantic Versioning.
* Add gamenetworkingsockets v1.4.1
* [gamenetworkingsockets] update version to 1.4.1
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* Updating version info.
* [libdatachannel] chore(version): updated to 0.17.7
* [libdatachannel] chore(version): updated to 0.17.7 version
* [libdatachannel] chore(version): updated to 0.17.7 version sha
* update version
* [libdatachannel] update version to 0.17.8
* del version
* update version
* format patch
* overwrite version
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
* [test] Test rapidjson hash
* Restore the origin hash
* version
* Re-trigger download
* version
* Try to check hash again
* version
* Remove empty space to reduce changes size
* version
* increase num
* version
* [qtbase] Change qt source downloads to point at GitHub
* [qtbase] Rewrite update system to emit tarball data
* [qtbase] PR feedback
* Update Qt to 6.3.1
* reenable qtlocation ?
* v db
* move buildtrees - to b in pipeline; trying to get webengine logs
* fix patch
* v db
* remove special handling of arm cross case fixed in windows toolchain
* v db
* Fix stuff
* fix more stuff
* fix more stuff
* retry
* fix regex replacement
* fix regex stuff. And qtinterface ref?
* more fixes
* remove unused variable
* v db
* Revert scripts/azure-pipelines/test-modified-ports.ps1
* v db fix
* revert qtlocation changes
* revert v db
* v db
* v db
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* QT arm64-windows build (WIP)
* Updated versions
* Undo changes made to graphviz in error
* Only remove OpenGL for ARM
* Update version database
* Update version database
* updated libs not compatible with uwp+arm
* Update version database
* Enable QT in CI
* qt5-base not compat
* Update ports/qtapplicationmanager/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update ports/qt5-imageformats/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Updated versions
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking
* x-add-version
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* [librdkafka] Upgrade up to 1.9.0
* [librdkafka] Upgrade up to 1.9.0
* [librdkafka] Upgrade up to 1.9.0
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
* New port for dv-processing library
* formatting manifest
* Version update in manifest
* Adding to the versioning system
* Better compatibility for compiler checking when installing
* Version update
* Not using archive release anymore; cli11 is now a vcpkg dependency; cmakemod cloned and copied to the correct directory
* Version update
Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
* [imgui] Update to 1.88
* [imgui] Update version files
* [imgui-sfml] Build for C++11 to support imgui 1.88 changes
* [imgui-sfml] Update version files
* [Many ports] Fix copyright
* version
* [moos-core] Fix deprecated cmake
* version
* Fix cmake
* version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Fix zeromq mingw build issues
* upd. zeromq port version (5 to 6)
* upd. zeromq version files
* Made dynamically set and declared flags based on VCPKG_LIBRARY_LINKAGE more explicit
* Update version database
* I mean
* version
* Update ports/zeromq/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* upd. zeromq version
* revert WITH_PERF_TOOLS changes
* upd. zeromq version
* reset zeromq BUILD_TESTS option to ZMQ_BUILD_TESTS CACHE var
* upd. zeromq version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Opencascade fix build on Linux
* Added fontconfig to deps
* Updated version database
* Updated license identifier
* revert back the license
* bump up the port version
* vcpk add all
* Update versions/o-/opencascade.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Fix the application of VCPKG_CMAKE_CONFIGURE_OPTIONS with more than one option
VCPKG_CMAKE_CONFIGURE_OPTIONS (plural) is meant to be a list of options to be added to a cmake invocation.
But it was being applied quoted, which disallowed it from containing multiple options.
- If it was initialized with a list, cmake would get the options ";"-separated.
- If it was initialized with a blank-separated string, cmake would get the entire astring quoted as a single argument.
The fix is simple: don't (ever) quote arguments to list(APPEND) unless they are really meant to be a single element to append to the list.
* Update the version-date of vcpkg-cmake
* Update hash after rebase
* Fix vcpkg-cmake.json
In my defence, I'm new to this...
Co-authored-by: Juan Carlos Arevalo Baeza (JCAB) <jcab@ntdev.microsoft.com>
* Updating ktx zstd patch to work for non-windows platforms
* Formatting
* Updating version
* Extra version nonsense
* Private zstd
* Versioning
* Updating hash of ktx revision and tweaking mingw toolchain to find gcc/g++ differently
* Updating version
* Removing change to mingw
* Revise portfile
* Plugins are a default feature; fix disabling
* Remove line continuations from pc file
vcpkg_fixup_pkgconfig cannot handle it.
* Control nvtt plugin via feature
* Control dae plugin, not find_package
* Control fontconfig via feature
Use CMake's (3.14) find module for which vcpkg provides a wrapper.
OSG links to Fontconfig::Fontconfig.
OSG default is to use Fontconfig except for ios and android.
* Control freetype via feature
Use CMake's find module for which vcpkg provides a wrapper.
OSG links to FREETYPE_LIBRARIES.
* Control RestHttpDevice via feature
Only this plugin needs boost.
* Drop unused liblas dependency
* Drop unused coin dependency
Coin was meant to be used for the inventor plugin,
but this plugin is disabled.
* Control sdl1 via feature
* Enable apps on linux
* Disable apps and docs for debug
* Drop example application patch
* Use option, not patch, to disable DLL versioning
* Fix osg plugin PDB installation
* Prefer <Pkg>_LIBRARIES for linking
<Pkg>_LIBRARIES carries debug+release config and transitive usage requirements.
* Curl patches are obsolete now.
We leverage CURL_LIBRARIES via link-libraries.patch.
* Add unofficial config export
* Use toolchain's windows version
Fixes mingw build.
* Avoid extra dependency lookups
* Silence warnings about plugin control variables
* Define OSG_LIBRARY_STATIC
* Revise copying of plugins
* Control OpenEXR via feature
Unblock uwp.
* Allow jasper without opengl
* [osgearth] Remove obsolete geos patching
The build uses exported geos config.
* [osgearth] Serialize linking to avoid OOM errors
* [osgearth] Fix minor portfile issues
* [osgearth] Prefer <Pkg>_LIBRARIES for linking
<Pkg>_LIBRARIES carries debug+release config and transitive usage requirements.
* [osgearth] Use unofficial osg config
* [osgearth] Fix lib installation dir
* [osgearth] Revise OSGEARTH_LIBRARY_STATIC
* [osgearth] Revise find_package patching
* [osgearth] Revise copying of plugins
* [osgearth] Disable tools for debug variant
* [osgearth] Control Blend2D via feature
* Update versions
* Fix plugin lookup
* Update versions
* CR request
* Update versions
* [osgearth] Remove tools from default features
* Update versions
* [quickcpplib] Update port to ned14/quickcpplib@568e1811
* [quickcpplib] Fix incorrect license information
* [quickcpplib] Switch to the version-date scheme
* [quickcpplib] Add version 2022-06-17 to database
* cppcms
* cudnn
* devicenameresolver
* epsilon
* fann
* cudnn license
* devicenameresolver version
* epsilon
* version
* Remove from ci baseline
* license
* version
* libbf
* version
* Why are those ports unsupported on static? I think because of failing post build lint
* version
* cppcms
* version
* epsilon
* version
* typo
* version
* test on static
* version
* cppcms not supported on static
* version
* cudnn
* device
* version
* try again...
* version
* version-date
* version
* [cppcms] Patch out tests & examples
* version
* Fix patch
* version
* remove debug include
* version
* [cppcms] copy pdbs
* version
* Add another post-release update.
https://sourceforge.net/p/wtl/patches/66/
* Put the WTL includes into a subdirectory again.
This reverts 1323f4b8.
* Update metadata.
* Update more metadata.
* Mention the source of the post-release update list
* Refresh metadata.
* Revert "Put the WTL includes into a subdirectory again."
This reverts commit 1d9c1d6120.
* [saucer] add new port
[saucer] add lockpp dependency
beleg
* [lockpp] add new port
* [saucer] update ref
* [saucer] only support static
* fix: revert cibaseline
* refactor: also disable uwp
* [saucer,lockpp] remove superflous dependencies
* [lockpp] update version
* [saucer] update to 1.0.0
* [saucer] specifiy only static library
* [saucer] bump ref
* [saucer] remove unused dependency
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [saucer] use vcpkg webview2
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [mygui] Add feature tools
* x-add-version
* Test tools on CI
* overwrite-version
* Add the part of install tools to source's cmakefile
* x-add-version --overwrite-version
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* [wxWidgets] Remove debug asserts from Release build.
Currently when building wxWidgets in Release mode, the debug asserts are enabled.
This fixes this issue by providing a necessary define to disable them.
Ref: https://docs.wxwidgets.org/3.1.6/group__group__funcmacro__debug.html
[wxCharts, vcpkg-ci-wxwidgets] Update ports to include fix for wxWidgets release build with debug asserts off when building a dynamic/shared library.
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* Update wxcharts.json
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* [bux] Add new port
* Corrections according to Create Pull Request suggested questions
* SHA512
* Mark fails into .\scripts\ci.baseline.txt
* Mark fails into .\scripts\ci.baseline.txt
* No need of "port-version": 1 in vcpkg.json
* Update version database
* Update ports/bux/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/bux/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/bux/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/bux/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update bux.json
* Update ports/bux/vcpkg.json
* update version
* Update scripts/ci.baseline.txt
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update bux support
* update version
* update version
* Rename bux to buck-yeh-bux
* Update version database
* [buck-yeh-bux] upgrade to v1.5.0
1. [New] `bux::C_ParaLog` is ready for a variety of parallel logging configurations, filtered or unfiltered.
2. [New] Necessary helper classes for implementation _s.t_ logger users no longer need to declare child source instances explicitly.
3. [New] Add methods to `ParaLog.h` & `SyncLog.h` to support testability.
4. [New] Add unit test cases to `ParaLog.h` & `SyncLog.h` (test_paralog & test_logger)
5. [New] Update what are found in `test/` to `test/archlinux/aur_poc/`
6. [Bug] `std::uniform_int_distribution<unsigned char>` no longer allowed.
7. [Change] `CUR_FUNC_` for Windows (MSVC)
8. [Change] `tbb` is no longer implicitly needed by C++ standard library.
9. [Change] `smoke_filtlog.cpp` verifies 2-level log filters ok.
* Missing comma in versions/b-/buck-yeh-bux.json
* buck-yeh-bux 1.6.0
* Corrections made according to NancyLi1013's requests in PR #20813
* Fix SHA key in versions/b-/buck-yeh-bux.json
* Update to buxk-yeh-bux v1.6.2
* [buck-yeh-bux-mariadb-client] The first release
* Add dependency to libmariadb
* Inccorect git-tree value in versions/b-/buck-yeh-bux-mariadb-client.json
* linux build is enabled
* [buck-yeh-bux] Upgrade to 1.6.3 to allow u64-linux
* linux build is disabled again for not recognizing C++20 header <concpts> yet
* Mark vcpkg.json to support Linux but ci.baseline.txt to fail the CI build
* Repair buck-buck-yeh-bux in version database.
* [buck-yeh-bux] Upgrade to 1.6.5
* [buck-yeh-bux] Upgrade to 1.6.5
* Add "license" field
* Correction nade by `./vcpkg format-manifest ports/buck-yeh-bux/vcpkg.json`
* Update according to `git rev-parse HEAD:ports/buck-yeh-bux`
* [buck-yeh-bux-mariadb-client] Upgrade to 1.0.3
* [buck-yeh-bux-sqlite] New port
* `vcpkg.json`/"supports" changed to "!(arm | uwp | osx | linux)" for all my ports
And remove the corresponding lines from `ci.baseline.txt`
* Update "port-version" & "git-tree"
* Update "port-version"
* Update "git-tree" but revert "port-version"
* Update ports/buck-yeh-bux-mariadb-client/vcpkg.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update ports/buck-yeh-bux/vcpkg.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Run `./vcpkg x-add-version ...` to update port-version
* Update buck-yeh-bux-mariadb-client.json
* Update buck-yeh-bux.json
* [buck-yeh-bux] Update to 1.6.6
* [buck-yeh-bux] Update to 1.6.6
* [buck-yeh-bux] Update to 1.6.6
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>
* [hdf5] Refix msmpi library path in pkgconfig
* version
* version
* Apply suggestion
* version
* [hdf5] Use post-hoc string replacement
* version
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Provide Deshaw Research's Random123 implementation
* Convert CONTROL to vcpkg.json.
* Update versions/baseline.json.
* Remove call to deprecated function.
* Address reviewer comments by using vcpkg_from_github.
* Implement recommended changes from MR review.
* Update x-add-version.
* Random123 uses a proprietary license that is very similar to BSD.
* Random123 uses a proprietary license that is very similar to BSD.
* Update versions file.
* format portfile.cmake
* x-add-version
* apply suggestion
* x-add-version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
* Adding libcaer port file
* Formatting libcaer config
* Adding version info
* Git tree update for libcaer
* Updating static builds and osx / linux platforms
* Version update
* Removing deprecated methods and fixing linux build
* libcaer version update
* Fix macos build
* Version update
* Macos test
* Version update
* Update patch file
* Version update
* Version update
* Fixing comments
* Formatting
* Versioning update
* Adding pkgconfig fixup
* Version update
Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>