-
Facing below issue, while build with json module for x86 platform.
**Error Log:**
```
gcc.compile.c++ bin.v2/libs/json/build/gcc-7.5.0/release/x86_64/threading-multi/visibility-hidden/src.o
In…
-
Hi, wonderful job with the library. I was wondering whether there are plan to support also protocol version 2.0 and above.
-
An IPP (Internet Printing Protocol) script for honeyd is needed. From a quick reading of the protocol, there appears to be two different ports that are commonly used: TCP 631 and UDP 631. The TCP port…
altf4 updated
11 years ago
-
Let's build in `.ipp` files for this starter in case users want to reference the code that way. Just like [mapnik vector tile](https://github.com/mapbox/mapnik-vector-tile/tree/master/src).
-
**Before you write the report**
Read the [REPORTING_ISSUES.md](https://github.com/OpenPrinting/cups/blob/master/REPORTING_ISSUES.md) file in the main repository and prepare data mentioned there which…
-
```cpp
template
constexpr void set_left_into(Value& target, size_t offset, bool state) NOEXCEPT
{
const auto bit = bit_left(offset);
state ? target |= bit : target &= bit_not(bit);
}
`…
-
Add support for functioning as an IPP INFRA Proxy, using both the PWG 5100.18 (INFRA) and PWG 5100.22 (SYSTEM) operations to register and accept print jobs via an INFRA server. Specific tasks:
- [ …
-
Start VASI as second step toward completing LHDI countermeasures.
Steps:
- [x] talk to Yarden on Friday about initiating VASI
- [x] confirm steps with Yarden
- [x] complete, submit to LHDI
-
Crash report:
Date 6:11:2024. Time 9:28
//=====================================================
*** Hardware ***
Processor: 13th Gen Intel(R) Core(TM) i5-13500HX
Number Of Processors: 20
Physic…
-
### Description
When I try to build boost with MinGW GCC 13.2.0 posix threads, it fails to compile stacktrace lib:
```
gcc.compile.c++ C:\Users\spaceim\.conan2\p\b\boost7cbfb5750e75c\b\build-re…