1622 Commits

Author SHA1 Message Date
Rémi Bernon
d792982335 vrclient: Generate thiscall wrappers separately.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
fc59438043 lsteamclient: Generate thiscall wrappers separately.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
d804a77404 vrclient: Introduce a new Method cursor wrapper.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
96bf31be96 lsteamclient: Introduce a new Method cursor wrapper.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
83cba5d854 vrclient: Introduce a new Class cursor wrapper.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
8a120213e6 lsteamclient: Introduce a new Class cursor wrapper.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
3b0b42cfce vrclient: Use the generated names in the C++ method.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
4213ae6ffd vrclient: Simplify next-is-size handling a bit.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
a38b4562a1 lsteamclient: Use the names array for the param converters.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
d61d96fb36 vrclient: Use declspec to generate C++ method signature.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
cdcced0ddf lsteamclient: Use declspec to generate C++ method signature.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
ea8aaaa4a6 vrclient: Use method.get_arguments instead of get_params.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
6ad3395f34 vrclient: Split C++/C method generation helpers.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
3eaaff84f7 lsteamclient: Split C++/C method generation helpers.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
4ea34adb14 lsteamclient: Reorder do_cb_wrap first parameters.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
1e0e0b1d12 vrclient: Split cpp_h generation to a dedicated method.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
031bcf671e lsteamclient: Split cpp_h generation to a dedicated method.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
24ccee527f vrclient: Return all struct abis from find_struct.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
2a780473e1 lsteamclient: Return all struct abis from find_struct.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
bdd76a9962 vrclient: Filter structs and classes while parsing.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
4270de7e02 lsteamclient: Filter structs and classes while parsing.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
08023fdb49 vrclient: Use the all_records dict to lookup structs.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
ff93611af1 lsteamclient: Use the all_records dict to lookup structs.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
187d34222b vrclient: Introduce new canonical_typename helper.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Rémi Bernon
7756658df1 lsteamclient: Introduce new canonical_typename helper.
CW-Bug-Id: #22729
2023-09-27 16:04:49 +03:00
Paul Gofman
f11a4dedaf proton: Enable WINE_HEAP_DELAY_FREE for Trivia Tricks.
CW-Bug-Id: #22774
2023-09-27 16:04:48 +03:00
Arkadiusz Hiler
a21bd533c6 configure.sh: Remove mentions of --no-proton-sdk. 2023-09-27 16:04:48 +03:00
Nozomi Miyamori
a25c539463 configure.sh: drop --steam-runtime help text
This commit dropped the help text for --steam-runtime option.
That option is no longer used since the commit bc63dbbf2a041b.

Link: https://github.com/ValveSoftware/Proton/pull/7114
2023-09-27 16:04:48 +03:00
Arkadiusz Hiler
af426778e2 README: Document compile_commands.json. 2023-09-27 16:04:48 +03:00
Arkadiusz Hiler
a60519fcd8 configure.sh: Add --enable-bear for autotools builds.
With --enable-bear all autotools projects will be built via bear so
compile_commands.json are generated.
2023-09-27 16:04:48 +03:00
Arkadiusz Hiler
9f42631228 make: Don't copy compile_commands.json over to the build directory sources. 2023-09-27 16:04:48 +03:00
Arkadiusz Hiler
96b23c3494 make: Collect compile_commands.json in $(OBJ)/compile_commands/
All compile_commands.json from the build directories will be copied to
the compile_commands subdirectory adjusting the paths of the source to
point to the real (not the rsynced) one.

NOTE: it still may point to the build dir for things like generated config.h
2023-09-27 16:04:48 +03:00
Arkadiusz Hiler
b29bb7ffd6 Makefile.in: Update Proton SDK image to 0.20230905.59202-0
It has Bear 3.1.1 which is usable with larger projects.
2023-09-27 16:04:48 +03:00
Arkadiusz Hiler
b13f460c0f docker: Update base Sniper SDK to 0.20230905.59202 2023-09-27 16:04:48 +03:00
Rémi Bernon
d606a9c9f8 vrclient: Sort classes by their version string.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
09df35ed1f lsteamclient: Sort classes by their version string.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
3385aa1c24 vrclient: Filter classes by version before generating.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
18b465a393 lsteamclient: Filter classes by version before generating.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
cd3d0d1978 lsteamclient: Strip interface version suffixes early.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
84cf1cc6f7 vrclient: Parse SDK versions and ABIs in parallel.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
5a44cce1d4 lsteamclient: Parse SDK versions and ABIs in parallel.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
6a3447715c vrclient: Split loading, parsing, and generating steps.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
4dea878825 lsteamclient: Split loading, parsing, and generating steps.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
abc91fc8f7 vrclient: Introduce a dedicated parsing function.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
e08712c5aa lsteamclient: Introduce a dedicated parsing function.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
08dc64ade0 vrclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
977b589c03 lsteamclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
f2fdf176a1 vrclient: Use upper-case global constants.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
5e80091874 lsteamclient: Use upper-case global constants.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00
Rémi Bernon
6a06a8177f vrclient: Remove unused imports and duplicate entries.
CW-Bug-Id: #22729
2023-09-27 16:04:48 +03:00