https://github.com/llvm/llvm-project/commit/86af6f5088b1
src/core/hle/service/sockets/bsd.cpp:450:55: error: no matching member function for call to 'emplace'
FileDescriptor& descriptor = file_descriptors[fd].emplace();
~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/core/hle/service/sockets/bsd.cpp:545:63: error: no matching member function for call to 'emplace'
FileDescriptor& new_descriptor = file_descriptors[new_fd].emplace();
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/c++/v1/optional:820:5: note: candidate template ignored: requirement 'is_constructible_v<Service::Sockets::BSD::FileDescriptor>' was not satisfied [with _Args = <>]
emplace(_Args&&... __args)
^
/usr/include/c++/v1/optional:835:5: note: candidate function template not viable: requires at least argument '__il', but no arguments were provided
emplace(initializer_list<_Up> __il, _Args&&... __args)
^
A few popular OpenGL X11 demos from Mesa:
- glxinfo prints capabilities of OpenGL driver
- glxgears draws rotating gears and prints FPS
Inspired by: D26077, glx-utils (CentOS, PkgSrc), glxinfo (AUR, MacPorts, Nix)
Motivated by: testing GLX on Xwayland, avoiding cruft and extra deps
- Add pkg-plist
- Update description
Short summary of differences between earlier versions and v2:
- Now VirtualPG is available as both a standard C/C++ library (libvirtualpg) and a dynamic extension module to SQLite (mod_virtualpg).
- Now the user can freely choose his/her preferred format for DATE / TIME / TIMESTAMP values.
- Transactions (BEGIN / COMMIT / ROLLBACK) are now fully honoured also on the PostgreSQL side.
- Write operations (INSER / UPDATE / DELETE) are now allowed only if the PostgreSQL user has the corresponding GRANT permissions.
- Write operations can be enabled only for PostgreSQL Tables explicitly declaring a PRIMARY KEY.
Changelog:
- 1.8.17 (2020-09-09)
- To fix issue #952 the fio-cat command no longer cuts feature geometries at the anti-meridian by default.
- A cut-at-antimeridian option has been added to allow cutting of geometries in a geographic destination coordinate reference system.
- 1.8.16 (2020-09-04)
- More OGR errors and warnings arising in calls to GDAL C API functions are surfaced (#946).
- A circular import introduced in some cases in 1.8.15 has been fixed (#945).
- 1.8.15 (2020-09-03)
- Change shim functions to not return tuples (#942) as a solution for the packaging problem reported in #941.
- Raise a Python exception when VSIFOpenL fails (#937).