Sign in
chromium
/
chromium
/
src
/
6b91c40ac881e3512d204256b87c2b4ed83beb0f
/
ppapi
/
c
/
pp_var.h
6b91c40a
by
[email protected]
· 15 years ago
f98c6a1
Some minor tweaks to doxygen code. Namely adding @file sections to the start
by
[email protected]
· 15 years ago
040d5e8
Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct (enums, interfaces, and so on).
by
[email protected]
· 15 years ago
6ea6954
Change ppapi C++ comment style into C.
by
[email protected]
· 15 years ago
1ad2a1db
Add compile assertions to enforce the sizes of all structs and enums in the C API. Adjust some structs to make their sizes consistent across architectures. Note that some structs contain pointers, so are difficult to make consistent between 32-bit and 64-bit. Those types are in test_struct_sizes.c. Other types have a compile assertion immediately after their definition.
by
[email protected]
· 15 years ago
7631cf8
Add a macro (PP_ENUM) that ensures that enums are always 4 bytes. Wherever
by
[email protected]
· 15 years ago
6f2e391
Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on Windows). This includes changing bool to PP_Bool and adding a PP_INLINE macro.
by
[email protected]
· 15 years ago
1758e88
Move PPAPI into the Chrome repo. The old repo was http://ppapi.googlecode.com/
by
[email protected]
· 15 years ago