This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
720bb3c87d32d44d1dfbab3c7f23cba141e7af21
0ad
/
source
/
lib
/
file
/
vfs
T
History
janwas
1a2a7677fd
replace set/map with boost::unordered_* to reduce the number of expensive filesystem::basic_path::operator< calls based on a patch by ortalo (thanks!)
...
This was SVN commit r8947.
2011-02-19 21:24:39 +00:00
..
file_cache.cpp
parallel studio 2011 warning fixes
2010-10-28 12:22:11 +00:00
file_cache.h
…
vfs_lookup.cpp
fix file/dir mode bits
2010-11-08 15:02:05 +00:00
vfs_lookup.h
skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present.
2010-10-10 10:22:11 +00:00
vfs_path.cpp
replace set/map with boost::unordered_* to reduce the number of expensive filesystem::basic_path::operator< calls based on a patch by ortalo (thanks!)
2011-02-19 21:24:39 +00:00
vfs_path.h
replace set/map with boost::unordered_* to reduce the number of expensive filesystem::basic_path::operator< calls based on a patch by ortalo (thanks!)
2011-02-19 21:24:39 +00:00
vfs_populate.cpp
skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present.
2010-10-10 10:22:11 +00:00
vfs_populate.h
…
vfs_tree.cpp
…
vfs_tree.h
…
vfs.cpp
skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present.
2010-10-10 10:22:11 +00:00
vfs.h
…