Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-05 | refactor: Block unsafe fs::path std::string conversion calls | Russell Yanofsky | |
There is no change in behavior. This just helps prepare for the transition from boost::filesystem to std::filesystem by avoiding calls to methods which will be unsafe after the transaction to std::filesystem to due lack of a boost::filesystem::path::imbue equivalent and inability to set a predictable locale. Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Co-authored-by: Kiminuo <kiminuo@protonmail.com> Co-authored-by: MarcoFalke <falke.marco@gmail.com> | |||
2021-04-23 | multiprocess: Add Ipc interface implementation | Russell Yanofsky | |