-
Options include: Boost, Abseil, Folly, and others.
These could replace:
- Our handling of time in `common/data_format.hpp` and #216.
- Our moodycammel queue (from Folly)
- Stuff from stdlib back…
-
### What happened?
Compilation failed when targeting aarch64. See below error:
```
SUBCOMMAND: # @com_google_absl//absl/strings:cord_internal [action 'Compiling absl/strings/internal/cord_rep_btr…
-
Here's the build log:
```
[ 35%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o
In file included from /Users/lyy/workspace/C++/abseil-cpp/absl/ti…
-
### Description
Hi,
Our users are facing crash and the crash is rising drastically within a day of our iOS app release.
We use cocoapods to install latest Firebased SDK. We upgraded Firebase Pe…
-
with higher gcc version, old code may easy fail to compile because of more strict flags given from gcc by default.
here are few know problems:
- zookeeper c client:
- libcppunit change: https…
-
### Description of the feature request:
Proposal to add a handful of new "features" to the default c++ toolchain that enables setting C/C++ standards (names tentative):
- default_cxx_standard (r…
-
Hello,
I am trying to build OLA from source on macos (M2) but when running ./configure I run into this problem:
```
checking for protoc... /Users/user1/miniconda3/bin/protoc
checking protoc ve…
-
http://google.github.io/googletest/gmock_cook_book.html has examples that show stacktraces for both EXPECT_CALL invocations and the actually mocked function calls.
https://github.com/google/googletes…
-
DR's handling of `rt_sigprocmask` doesn't fail even if a bad address is passed. `handle_sigprocmask` indeed checks whether the passed address is valid: https://github.com/DynamoRIO/dynamorio/blob/2232…
-
That is, sourcetrail is treating MSVC options as file/dir
![image](https://user-images.githubusercontent.com/1279292/66934488-26871800-f06d-11e9-8416-25f684828de1.png)
The compdb generate from nin…