| .. |
|
aarch64
|
4de8ca8393
* fpcr and fpsr are 64 bit on aarch64
|
4 years ago |
|
aix
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
amicommon
|
50cb5707ef
amiga: check if P is nil while processing params. this should never happen, except sometimes in real world it still happens. so lets be defensive about it
|
4 years ago |
|
amiga
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
android
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
arm
|
d712c64236
* thumb2: Optimize fillchar a bit more with a wider inner loop chunk size
|
4 years ago |
|
aros
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
atari
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
avr
|
bc21634b46
* AVR: made avr_des intrinsic more usefull
|
4 years ago |
|
beos
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
bsd
|
d8021a1102
+ FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441)
|
4 years ago |
|
charmaps
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 years ago |
|
darwin
|
49ff6f5126
* patch by Alfred to fix cross building to darwin, resolves #39109
|
4 years ago |
|
dragonfly
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
embedded
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
emx
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
freebsd
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
freertos
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
gba
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
go32v2
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
haiku
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
i386
|
bff09e8e9e
+ CPU units: check for SHA support
|
4 years ago |
|
i8086
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
5 years ago |
|
inc
|
91cf1774dd
* replace MT random generator by Xoshiro128**, resolves #38237
|
4 years ago |
|
java
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
jvm
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
8 years ago |
|
linux
|
f8c92914c2
* indention fixed
|
4 years ago |
|
m68k
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
5 years ago |
|
macos
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
mips
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
5 years ago |
|
mipsel
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
8 years ago |
|
morphos
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
msdos
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
msxdos
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
nativent
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
nds
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
netbsd
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
netware
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
netwlibc
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
objpas
|
2210143239
fix wording of error message when field not found during reading of lfm file
|
4 years ago |
|
openbsd
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
os2
|
6c6cb13a5e
* Fix for issue #39379 by bart broersma
|
4 years ago |
|
palmos
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
powerpc
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
5 years ago |
|
powerpc64
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
5 years ago |
|
qnx
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
riscv
|
90afbc8114
* RiscV: unified cpu initialization and FPU exception handling, resolves #38893
|
4 years ago |
|
riscv32
|
90afbc8114
* RiscV: unified cpu initialization and FPU exception handling, resolves #38893
|
4 years ago |
|
riscv64
|
90afbc8114
* RiscV: unified cpu initialization and FPU exception handling, resolves #38893
|
4 years ago |
|
sinclairql
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
solaris
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
sparc
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
5 years ago |
|
sparc64
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
5 years ago |
|
symbian
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
ucmaps
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 years ago |
|
unix
|
d0b1402e10
* fix for Mantis #37252: apply patch by Bi0T1N to implement TThread.NameThreadForDebugging for Mac OS X 10.6 and newer (older versions don't provide the required functions)
|
4 years ago |
|
wasi
|
bae50d80d2
* preopen fd names and current dir changed to use ansistring, as well as the
|
4 years ago |
|
wasm32
|
387c80cc57
+ default exception handling in WebAssembly native exceptions mode
|
4 years ago |
|
watcom
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
wii
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
win
|
0ae0e741cf
win: fix default ShortDateFormat and LongDateFormat
|
4 years ago |
|
win16
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
win32
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
win64
|
4236bee6f1
* win64: factored out cpu specific code
|
4 years ago |
|
wince
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
x86_64
|
bff09e8e9e
+ CPU units: check for SHA support
|
4 years ago |
|
xtensa
|
1c13db554c
* patch by Christo Crause: Xtensa [patch] Use syscall 0 to spill registers on ESP32, resolves #39221
|
4 years ago |
|
z80
|
ac5093274d
+ add support for port object on Z80 using the new IN/OUT intrinsics
|
5 years ago |
|
zxspectrum
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
COPYING.FPC
|
8117e33c2a
+ Made license more clear, upgraded to LGPL 2.1
|
21 years ago |
|
COPYING.txt
|
e5a1231931
* updated FSF address (mantis #30198, patch by Paul Gevers)
|
9 years ago |
|
Makefile
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
|
Makefile.fpc
|
8f376d1be9
+ added WASI to the main RTL makefile
|
5 years ago |
|
README.txt
|
c1f368f8d9
rtl: removed the long obsolete README section mentioning FPC 1.0
|
7 years ago |
|
fpmake.inc
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
11 years ago |
|
fpmake.pp
|
f9672b53a2
- removed old float-to-string and string-to-float conversion code
|
5 years ago |