76
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ wasm internal object reader: also read the '.debug_frame' and '.debug_str' sections More... 12 months ago
+ wasm internal object reader: pass a TWasmCustomDebugSectionType parameter to ReadDebugSection More... 12 months ago
Use GetProcAddress to set GetFinalPathNameByHandle function pointer More... 12 months ago
Add dependency on objpas unit for syscall unit compiled with -dFPC_USE_LIBC More... 12 months ago
* Remove leftover statement More... 12 months ago
Fix syscall unit compilation for i386-linux using -dFPC_USE_LIBC More... 12 months ago
Fix compilation of syscall unit for Linux with -dFPC_USE_LIBC option More... 12 months ago
pastojs: fixed compile with pas2js More... 12 months ago
fcl-passrc: fixed compile with pas2js More... 12 months ago
fcl-json: fixed compile with pas2js More... 12 months ago
* Make sure dummy tprocess compiles More... almost 1 year ago
* ensure that the SysCall unit is also usable when FPC_USE_LIBC is defined More... almost 1 year ago
+ write debug sections in the wasm internal exe writer More... almost 1 year ago
Fix failing targets for fcl-process by changing Execute into SysExecute inside src/*/process.inc files More... almost 1 year ago
* for some reason my ppu.pas had a version of 18, instead of 20... so now the correct version m( More... about 1 year ago
* increase PPU version due to Extended RTTI related changes More... about 1 year ago
Extended RTTI: fix use of wrong def for the methods table More... about 1 year ago
Extended RTTI: optimise fetching VMT index More... about 1 year ago
Merge branch 'extended_process' More... about 1 year ago
+ implement support for SPARC 64-bit in fpcres More... about 1 year ago
LLVM: fix missing line debug info for some invokes in specialised functions More... about 1 year ago
+ add the debug sections in the WASI internal linker script file More... about 1 year ago
+ wasm object reader: allow other sections to be created before the first code section More... about 1 year ago
* ignore relocation sections for custom sections for now (will be done later), so that we can proceed with the debug info generation in a later phase More... about 1 year ago
+ read debug sections in the wasm internal object reader More... about 1 year ago
+ increased the default stack size of the WASI platform from 64 KB to 8 MB (like in i386-linux) More... about 1 year ago
+ fill the correct minimal number of memory pages required in the wasm internal linker More... about 1 year ago
Add emulation_opt settings for all four mips CPUs More... about 1 year ago
Fix wrong explicit typecast of srsym variable (caught by -CR option) More... about 1 year ago
Fix FillQWord_SSE2 stack usage. More... about 1 year ago