Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-13 | utils: No hash for upcoming libstdc++ 11 releases | Oliver Reiche | |
2023-08-28 | Fix path hash for libstdc++ bug-fix release 11.4 | Oliver Reiche | |
... std::hash<fs::path> was first implemented in libstdc++ version 12. However, that change was also backported to bug-fix release 11.4, so we may not include our reimplementation if that version is used. | |||
2023-05-31 | utils: Relocate the std::filesystem::hash_value libc fix... | Paul Cristian Sarbu | |
...and make the use of std::hash consistent. This will make it easier to remove the fix once the libc implementation we use catches up with the C++ standard. |