Antoine Pitrou
Antoine Pitrou
For one (and only one) of the classes in my project, I get a "duplicate declaration error" than I cannot explain: ``` Warning, treated as error: /home/antoine/arrow/docs/source/cpp/api/builder.rst:31:Duplicate declaration. Makefile:71: recipe...
`doxygengroup` shows the following slightly weird behaviour: * classes get prefixed with their C++ namespace, functions don't * classes show a `#include` header, functions don't The inconsistency seems unexpected to...
Given the following C++ declarations: ```cpp template class NumericArray; class Date64Type; using Date64Array = NumericArray; ``` (note the `Date64Type` and `NumericArray` classes are documented in other headers) and the following...
Each benchmark has a preference for real time or CPU time, depending on what's being tested, but gbenchmark always stores both values in JSON output files. This means it's not...
A bunch of significant issues were fixed since 1.9.3 was released (such as various sanitizer errors), it would be nice if a 1.9.4 version could be released soon.
PR created only to get a Travis-CI build for #12913
While looking at the [clang patch](https://reviews.llvm.org/rL357340) that added `-ftime-trace`, I noticed that it uses `std::chrono::steady_clock`. That is most certainly a wall clock, not a CPU clock. That means the numbers...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x] I've searched for [previous...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x] I've searched for [previous...
### Describe the feature Be able to access HTTP headers of successful S3 responses from the returned `Outcome` instance. (note: this is a repost of #1466). ### Is your Feature...