Commit Graph

9 Commits

Author SHA1 Message Date
Cheney Wang
8c228c8eca
[arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160)
In an internal version of Visual Studio, `arrow`, `concurrencpp` and
`qtwebengine` install failed with following error:
```
arrow:        \cpp\src\arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 'std'
concurrencpp: \include\concurrencpp/threads/thread.h(23): error C2039: 'string': is not a member of 'std'
qtwebengine:  \src\3rdparty\gn\src\gn\escape.h(77): error C2039: 'string': is not a member of 'std'
```
This issue caused by the STL PR:
https://github.com/microsoft/STL/pull/4633, and according to Stephan's
suggestion, the affected files need to include the `Standard <string>
header`.

I have submitted an issue on the qt upstream:
https://bugreports.qt.io/browse/QTBUG-126156
2024-06-10 16:46:17 -07:00
chausner
b83d86364f
[concurrencpp] Update to 0.1.7 (#32646) 2023-07-19 16:06:34 -07:00
gotnone
a293ce5897
Fix [concurrencpp] build failure (#32035) (#32037)
Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
2023-06-28 11:14:43 -07:00
Cheney Wang
48f861d3d9
[concurrencpp] Fix error C2039: 'numeric_limits': is not a member of 'std' (#32121)
* [concurrencpp] Fix error C2039: 'numeric_limits': is not a member of 'std'

* format
2023-06-21 17:38:04 -07:00
chausner
40a3541799
[concurrencpp] Update to 0.1.6 (#30342)
* Update concurrencpp to 0.1.6

* Update CI baseline

* Enable shared builds

https://github.com/David-Haim/concurrencpp/issues/75 has been fixed.

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-03-23 15:53:41 -07:00
chausner
f6db2412a0
[concurrencpp] Update to 0.1.5 (#26963)
* Update concurrencpp to 0.1.5

* Update CI baseline

* Update ci.baseline.txt

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-10-05 15:16:55 -07:00
Mengna Li
a425267b97
[concurrencpp] fix supports (#25884)
* fix supports

* update
2022-07-20 15:43:31 -07:00
chausner
6739ac6ca7
[concurrencpp] Update to 0.1.4 (#23880)
* Update concurrencpp to 0.1.4

* Update CI baseline

* Update ports/concurrencpp/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Add license

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-04-01 14:39:28 -07:00
chausner
cda50b3ecc
[David-Haim/concurrencpp] Add new port (#19997)
* [David-Haim/concurrencpp] Add new package

* Format vcpkg.json

* Add baseline

* Fix version

* Update CI baseline

* Revert "Update CI baseline"

This reverts commit 8e3ed430f2.

* Add patch to make linkage configurable

* Update git-tree hash

* Add patch to set -fcoroutines flag

* Update git-tree hash

* Revert "Update git-tree hash"

This reverts commit b3ccdb2c61.

* Revert "Add patch to set -fcoroutines flag"

This reverts commit a23c736df9.

* Revert "Revert "Update CI baseline""

This reverts commit a50ed32a97.

* Add supports attribute to manifest, disallow dynamic linkage on Windows

* Update git-tree hash

* Apply suggestions from code review

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Fix whitespace

* Update git-tree hash

* Add vcpkg-cmake dependencies to vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Adapt for version 0.1.3, address suggestions

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-09-10 14:18:06 -07:00