]> git.cworth.org Git - apitrace/commit
Move os::Path to a separate header.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 30 Oct 2011 12:59:40 +0000 (12:59 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 30 Oct 2011 12:59:40 +0000 (12:59 +0000)
commit46b8284dcbcda773ecc34f510b5e288e4e5cbda4
tree2770a08485b008989397af675e594485c7b39f3d
parent22c30268664781adae88534fe5e91c10eb58e916
Move os::Path to a separate header.

Much less re-compiles.

Also eliminate wide-spread use of PATH_MAX.
common/os.hpp
common/os_path.hpp [new file with mode: 0644]
common/os_posix.cpp
common/os_win32.cpp
common/trace_writer_local.cpp
glretrace_main.cpp
glsnapshot.cpp