Commit c6e81a0
Base header (#3486)
* Split off declarations of base module to header and exposed everything externally for potential unit tests
* Split off base declarations to base.h, and remove static linkage for future unit test purposes
* Should fix WASM build
* Test a static.c change
* WASM compatibility, courtesy of pmp-p
Co-authored-by: pmp-p <mail.peny@free.fr>
* re-include base.h for declarations to exist
* Moved static.c to base.c
* Removed (probably) unnecessary declaration of pgExc_SDLError
* for meson build test
* wasm meson build test ( no _sdl2 )
* ok no _sdl2
* fence _sdl2, in for non-meson
* _sdl2 ok
* Fix volatile linkage for c_api
* Fix Emscripten build
* WASM fixes
* remove unnecessary preprocessing in mixer module definition
---------
Co-authored-by: pmp-p <mail.peny@free.fr>1 parent b7f0c25 commit c6e81a0
File tree
8 files changed
+978
-885
lines changed- buildconfig
- src_c
- include
- src_py
8 files changed
+978
-885
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | 41 | | |
45 | 42 | | |
| 43 | + | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| |||
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| 54 | + | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments