| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Fixed a small mystake with latest ALTNAME work | ptitSeb | 2024-12-28 | 1 | -1/+1 |
| | | |||||
| * | [ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224) | olegos2 | 2024-12-28 | 1 | -5/+2 |
| | | | | | | * [WRAPPED][ANDROID] A few more ALTNAMEs * [WRAPPED][ANDROID] Unwrap ifdefs for lib names | ||||
| * | Added more curl function wrapper (#1738) | Yang Liu | 2024-08-16 | 1 | -0/+150 |
| | | |||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -6/+0 |
| | | | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs | ||||
| * | More work on libcurl and friends (and set to used emulated version of curl ↵ | ptitSeb | 2024-02-08 | 1 | -24/+139 |
| | | | | | if possible) | ||||
| * | Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004) | KreitinnSoftware | 2023-10-02 | 1 | -1/+6 |
| | | | | | | * Add __sF, __assert2 Symbol and set PThread Symbols on libc * [ANDROID] Fix Most Library Names | ||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -11/+11 |
| | | | |||||
| * | | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ | ptitSeb | 2023-04-28 | 1 | -11/+11 |
| |/ | | | | platform), conversion not finished | ||||
| * | Added curl_easy_opt 20094 and friend (for #497) | ptitSeb | 2023-01-19 | 1 | -2/+27 |
| | | |||||
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -0/+108 |
| | | |||||
| * | Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ | ptitSeb | 2022-05-09 | 1 | -31/+3 |
| | | | | | more straight forward usage of native wrapped functions (ported from box86) | ||||
| * | Added option 20219 to crul wrapped lib (for #21) | ptitSeb | 2021-07-08 | 1 | -1/+24 |
| | | |||||
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 1 | -6/+1 |
| | | |||||
| * | First pass | rajdakin | 2021-04-14 | 1 | -2/+2 |
| | | |||||
| * | Added wrapped libcurl/libcurl-gnutls | ptitSeb | 2021-04-07 | 1 | -0/+562 |