Commit graph

1691 commits

Author SHA1 Message Date
Rémi Bernon
0c2a05b757 vrclient: Introduce a new Class cursor wrapper.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
2087258dc1 lsteamclient: Introduce a new Class cursor wrapper.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
d9aa610ab5 vrclient: Use the generated names in the C++ method.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
0b01dbee04 vrclient: Simplify next-is-size handling a bit.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
0c8b164036 lsteamclient: Use the names array for the param converters.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
4caba0be92 vrclient: Use declspec to generate C++ method signature.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
da3bf9b709 lsteamclient: Use declspec to generate C++ method signature.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
27736adb76 vrclient: Use method.get_arguments instead of get_params.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
32dff08a42 vrclient: Split C++/C method generation helpers.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
9082bfb035 lsteamclient: Split C++/C method generation helpers.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
5120d0f423 lsteamclient: Reorder do_cb_wrap first parameters.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
c58925af68 vrclient: Split cpp_h generation to a dedicated method.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
16c292fa1b lsteamclient: Split cpp_h generation to a dedicated method.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
eaf6d83cf1 vrclient: Return all struct abis from find_struct.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
3a7b436f7a lsteamclient: Return all struct abis from find_struct.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
67d2ae8e88 vrclient: Filter structs and classes while parsing.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
cb630d307e lsteamclient: Filter structs and classes while parsing.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
c2e6c8c56d vrclient: Use the all_records dict to lookup structs.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
819257a800 lsteamclient: Use the all_records dict to lookup structs.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
95f33e076d vrclient: Introduce new canonical_typename helper.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
5537343715 lsteamclient: Introduce new canonical_typename helper.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
04aa1b2efa vrclient: Sort classes by their version string.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
f6ebb7f506 lsteamclient: Sort classes by their version string.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
430cf3601a vrclient: Filter classes by version before generating.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
6451808497 lsteamclient: Filter classes by version before generating.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
3008287221 lsteamclient: Strip interface version suffixes early.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
d1baf2d116 vrclient: Parse SDK versions and ABIs in parallel.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
7d61cb59ad lsteamclient: Parse SDK versions and ABIs in parallel.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
d4ac89c481 vrclient: Split loading, parsing, and generating steps.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
07e1819ebb lsteamclient: Split loading, parsing, and generating steps.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
6f66cf2ffd vrclient: Introduce a dedicated parsing function.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
2ac946310c lsteamclient: Introduce a dedicated parsing function.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
bdac7963b3 vrclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
7f722fb6d1 lsteamclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
732ee565b5 vrclient: Use upper-case global constants.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
5fd4f7d72e lsteamclient: Use upper-case global constants.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
ac07abfc26 vrclient: Remove unused imports and duplicate entries.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
2cb0c9a2b6 lsteamclient: Remove unused imports and duplicate entries.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Bernhard Kölbl
dbca97049d build: Add and build Vosk submodule. 2023-12-19 19:42:12 +01:00
Bernhard Kölbl
40a46dbbb6 build: Add and build Kaldi submodule. 2023-12-19 19:42:12 +01:00
Bernhard Kölbl
5e051512c3 build: Add and build OpenFST submodule. 2023-12-19 19:42:12 +01:00
Arkadiusz Hiler
8e997b1456 Revert ".gitmodules: Use downstream dxvk."
This reverts commit 15854dbb99.
2023-12-19 19:42:12 +01:00
Arkadiusz Hiler
5ce08f259f Bump prefix version to one higher than Proton Stable. 2023-12-19 19:42:12 +01:00
Arkadiusz Hiler
6ab939a36c proton: Make copying d3d12core for vkd3d-proton mandatory. 2023-12-19 19:42:12 +01:00
Andrew Eikum
d9a9410ed2 Handle steampipe quirks in deploy builds 2023-12-19 19:42:12 +01:00
Andrew Eikum
8ac4af3909 Don't ship proton dist files in a tarball anymore 2023-12-19 19:42:12 +01:00
Rémi Bernon
d729306f6c build: Make sure configure uses configure.ac mtime.
Since we moved the rsync into the container, configure dependency on
configure.ac was broken, leading to it not being regenerated until a
second build. This is because timestamps are read by make earlier than
the rsync, which runs after the top-level rules are checked.
2023-12-19 19:36:40 +01:00
Anna Lasky
0a19090d66 proton: Enable AMD AGS for Devil May Cry 5 2023-12-15 18:32:25 +01:00
Arkadiusz Hiler
68cd5ce6a9 update wine 2023-12-12 17:37:56 +02:00
Arkadiusz Hiler
3c44ca59da update vkd3d-proton to v2.11-19-g0e681135 2023-12-12 17:37:45 +02:00