diff options
| author | Buck Yeh <buck-yeh@users.noreply.github.com> | 2021-10-06 05:47:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 14:47:37 -0700 |
| commit | d51f5e402015fcc4a55ccdd7544a197e0c2e1d40 (patch) | |
| tree | 30e96bc96d076cd8d12c6df111138627cba82f2f /versions | |
| parent | b6b6a8b63007df2ff37167a1974652a8e948f045 (diff) | |
| download | vcpkg-d51f5e402015fcc4a55ccdd7544a197e0c2e1d40.tar.gz vcpkg-d51f5e402015fcc4a55ccdd7544a197e0c2e1d40.zip | |
[buck-yeh-bux] Update port to 1.5.0 (#20477)
* [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
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/b-/buck-yeh-bux.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/b-/buck-yeh-bux.json b/versions/b-/buck-yeh-bux.json index 182971718..c81ba8cd2 100644 --- a/versions/b-/buck-yeh-bux.json +++ b/versions/b-/buck-yeh-bux.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b420b8fe7a8712cee4a2317433902c32d4b6634d", + "version": "1.5.0", + "port-version": 0 + }, + { "git-tree": "4cdd433b94429da69f293e95dd60390daf6966a0", "version": "1.4.1", "port-version": 0 diff --git a/versions/baseline.json b/versions/baseline.json index 8a7d3fa94..bc6fd58ca 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1149,7 +1149,7 @@ "port-version": 0 }, "buck-yeh-bux": { - "baseline": "1.4.1", + "baseline": "1.5.0", "port-version": 0 }, "bullet3": { |
