-
In the top-level project there is https://github.com/vtil-project/VTIL-Utils/blob/master/cmake/VTIL-Core.cmake:
```cmake
CPMAddPackage(
NAME VTIL-Core
GIT_REPOSITORY https://github.com/m…
-
## Enhancement
-
The repro code is very simple:
```
// test.cu
#include
int main() { return 0; }
```
By default NVCC 12.2 compiles this code just fine, but when c++20 standard is used a few errors are thr…
-
test code is listed below。It works well with version 8.0.1,but will get a compile error with newer version even the newest version 10.0.0。when build with 10.0.0,I uncomment two formmater in the code…
-
I am using stable spdlog 1.11.0 with stable fmt 10.0.0. To make it work I've added patch 0ca574ae168820da0268b3ec7607ca7b33024d05. The compilation now works, but the test unit [test_daily_logger](http…
-
Now that https://github.com/Homebrew/homebrew-core/pull/130646 has merged, we need another stable release of Drake to keep up.
---
**Update**:
* macOS users with fmt 9 should use stable relea…
-
https://github.com/facebook/fbthrift/blob/main/thrift/lib/cpp2/server/ParallelConcurrencyController.cpp#L159
It seems like the line should look
"{{ParallelConcurrencyController executionLimit={}}…
-
This issue was discovered by @eliransin because of changes to CAST dtests that did not refer to any specific change in Scylla and were never explained. The dtests for CAST of float to text expected a …
-
Hello. I am updating from {fmt} 9.1.0 to 10.0.0, but have run into a breaking change.
https://godbolt.org/z/Khezo961G
It seems like classes with implicit conversion operators are no longer formatta…
-
Hi, I tried to build Bear and get error as follows.
```
[ 95%] Performing test step for 'BearSource'
/bin/sh: 1: ctest: not found
CMakeFiles/BearSource.dir/build.make:125: recipe for target 'subpr…