-
**Describe the bug**
A CMake build of Abseil on my Mac mini M1 fails
```
$ cmake -S . -B cmake-out
$ cmake --build cmake-out -- VERBOSE=1
...
[ 0%] Building CXX object absl/base/CMakeFile…
-
Hi,
I am trying to figure out some issues with using the pybind11_abseil.status usage. TensorFlow as well as some other Google projects are using the pybind11_abseil modules. I found that as of Ten…
-
This issue collects ToDos that need to be addressed in order to create a new ROS binary release.
## General preparation
Code is in a stable state so far.
* tag `cartographer` - [2.0.0](https://…
-
+ pushd ./third_party/abseil-cpp
/Users/zhouchengming/webrtc-checkout/webrtc-builds/util.sh: line 346: pushd: ./third_party/abseil-cpp: No such file or directory
Is this a problem of webrtc source…
-
I'm trying to build against abseil and found a new release 20200923.1 from two weeks ago. I build using cmake, by adding the definition `GTEST_HAS_ABSL` and linking against the required absl libraries…
-
### Describe the bug
I'm trying to install the `abseil` package, I'm hoping that my default profile's `compiler.cppstd=17` will be respected, but it's not.
Running `conan install . -of build --…
-
When trying to specify a py::arg with C++ type absl::Span (or more specifically in my case absl::optional), I get an compile error:
./third_party/pybind11_abseil/absl_casters.h:378:12: error: no ma…
-
# Description
When trying to do a CMake-based build with test of abseil-cpp, I got an compile error on
types\optional_test.cc
note: I've applied the PR #194 (absl::container similar issue?) and #…
Mizux updated
4 years ago
-
```
[100%] Linking CXX executable bloaty
/opt/local/bin/cmake -E cmake_link_script CMakeFiles/bloaty.dir/link.txt --verbose=ON
/opt/local/bin/g++-mp-14 -std=c++11 -W -Wall -Wno-sign-compare -fdiagn…
-
Title: djb2CaseInsensitiveHash may cause excessive probing with Abseil hash tables
Description: My colleagues who implemented the Abseil containers (@fowles and @sbenzaquen) mentioned that [djb2Cas…