0ad/source/lib/file
Itms 944994b21e Do not use atomic CAS in VfsDirectory
The compare-and-switch operation in this situation does not need to be
atomic.

This class must be copyable, so the CAS'd flag cannot be adapted to use
std::atomic.
2024-09-25 21:57:15 +02:00
..
archive Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
common Change %c to %lc for wchar arguments. 2023-07-05 07:37:28 +00:00
disabled_tests Remove VFS cache, because it is less effective and less efficient than the OS cache (and partially redundant with higher level application caches). 2017-12-10 17:33:03 +00:00
io Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
vfs Do not use atomic CAS in VfsDirectory 2024-09-25 21:57:15 +02:00
file.cpp Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
file.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
file_system.cpp Fix build with Boost 1.85 2024-08-02 16:17:22 +00:00
file_system.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00