]> git.cworth.org Git - apitrace/commit
Don't abuse double-underscore prefix.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 19 Apr 2012 06:18:59 +0000 (07:18 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 19 Apr 2012 06:39:59 +0000 (07:39 +0100)
commit632a78d5c90941c896fa3c7156131f27c5a58b24
tree101c737c138d68f8a0b0e0eaaa0269ad8bd950e2
parente32a797c854b8f7b281fc9e5a4b6e3cafda58f25
Don't abuse double-underscore prefix.

To avoid conflicts, as C++ standard reserved them for system libraries.
30 files changed:
DEVELOPMENT.markdown
dispatch/dispatch.py
dispatch/eglimports.hpp
dispatch/glproc.py
dispatch/glproc_egl.cpp
dispatch/glproc_gl.cpp
helpers/glsize.hpp
retrace/d3dretrace.py
retrace/dllretrace.py
retrace/glretrace.py
retrace/glstate_images.cpp
retrace/glstate_params.py
retrace/glstate_shaders.cpp
retrace/glws_wgl.cpp
retrace/retrace.py
specs/cglapi.py
specs/eglapi.py
specs/glapi.py
specs/glesapi.py
specs/glxapi.py
specs/scripts/glspec.py
specs/wglapi.py
wrappers/d3d9trace.py
wrappers/dlltrace.py
wrappers/egltrace.py
wrappers/glcaps.cpp
wrappers/gltrace.hpp
wrappers/gltrace.py
wrappers/glxtrace.py
wrappers/trace.py