Andrey Semashev
Andrey Semashev
`std::filesystem::path` [passes](http://eel.is/c++draft/filesystems#fs.path.construct-6) `std::locale` objects as opposed to `codecvt` facets. We can support both, using `std::use_facet(loc)`.
Currently, constructor/assignment/appending methods that accept `codecvt_type` arguments only perform character code conversion when the source character type does not match `path::value_type`. C++ standard requires (e.g. [here](http://eel.is/c++draft/filesystems#fs.path.construct-6) and [here](http://eel.is/c++draft/filesystems#fs.path.construct-7)) that when...
Switch Boost.Filesystem to use `std::chrono`/Boost.Chrono for various file timestamps. This would be an API breaking change, so there should be an option to revert to `std::time_t` timestamps (to be removed...
It was [reported](https://lists.boost.org/Archives/boost/2021/03/250968.php) that on Windows file open and close operations are much more expensive than on other systems, e.g. Linux. This affects `text_multifile_backend`, which opens and closes a file...
On a Core i7 12700K libopenh264 detects 64 logical cores as it prints "NUMBER OF LOGIC PROCESSORS ON CHIP: 64" during encoder context initialization. On this CPU, with E-cores disabled,...
This PR makes build type and target directories to be customizable in Makefile and fixes pkgconfig file generation accordingly. This is necessary to be able to integrate the library building...
The conf file is `source`d into the `wondershaper` bash script, so it must be a conforming bash code. Section names in square brackets are not valid bash syntax.
Pidgin with a Skypeweb account crashes when a remote Skype user sends me a file. Pidgin opens a dialog to save the file, I select the target directory, Pidgin opens...
With apparently no activity in the group chat, the chat window opens, highlighted in the task list. I suspect, this happens on some internal notifications, like the user typing, although...
There seems to be no way to leave a group chat room. I have to go to the web interface to do that. Please, add such option to the Pidgin...