Timo Röhling
Timo Röhling
This PR updates the fmt::formatter specialization as documented in the fmtlib documentation for fmtlib >= 7, and fixes the build errors with fmtlib >= 8. --- This change is [](https://reviewable.io/reviews/isl-org/open3d/5303)
I'm currently working on packaging Filament for Debian (congratulations on the wonderful engine btw), and I would appreciate your input on a design decision. Filament builds ~20 libraries, some of...
The libidl library from the 0.8.0 release conflicts with the CORBA libidl in Debian. Generally, the library names are far too generic IMO. Especially since package name are derived from...
The MAXTHREADNAMESIZE macro is not (yet?) defined for builds on GNU Hurd, so the ddsrt_thead_getname() function cannot rely on it.
For some applications, it is beneficial that the registered depth image adopts the time stamp from the RGB image, e.g. if one wants to pair them with ExactTime policy afterwards....
### System Info - Operating System: Ubuntu 14.04 LTS - Python Version: 2.7 - Version of catkin_tools: 0.4.2 - ROS Distro: Indigo ### Build / Run Issue I apologize in...
git-buildpackage will create the appropriate symlinks for pristine-tar anyway, so there is no need to force uscan to do it and potentially override settings from the user configuration.
GCC hidden visibility closely mimics the Windows DLL import/export feature, which cleans up the symbol export table and leads to faster startup times as well as a more stable ABI....
C++ exceptions which are potentially thrown across DSO boundaries need to have their type info exported.
Since CycloneDDS regularly [changes the set of exported symbols](https://github.com/eclipse-cyclonedds/cyclonedds/files/9428351/cdds.txt) between releases and clearly states the everything besides the Public API is not stable, I was wondering if you could not...