fpc/packages
Michaël Van Canneyt e86a4a9c1f * Forgot to commit
2025-01-28 16:10:50 +01:00
..
a52
ami-extra
amunits
arosunits
aspell
bfd
build
bzip2
cairo * enable gtk2 for android, based on a patch (adapated to 3.3.1) by Alfred Glänzer in #40994 2024-11-05 21:49:18 +01:00
cdrom
chm
cocoaint
dblib * made dblib/fpmake.pp to use the same structure as other fpmake files => avoids hint on unused variable during make all 2024-11-09 14:38:27 +01:00
dbus
dts
fastcgi
fcl-async
fcl-base * Fixes for unicode rtl 2024-12-13 14:40:35 +01:00
fcl-css * Patch from Don Siders to fix typo in CSS attribute name. Fixes issue #41050 2024-12-05 14:54:54 +01:00
fcl-db * Last patch did not contain all changes... 2024-11-27 23:38:11 +01:00
fcl-extra
fcl-fpcunit * Loop variable must be integer, count can be -1 2025-01-23 14:49:23 +01:00
fcl-fpterm
fcl-hash
fcl-image * enable gtk2 for android, based on a patch (adapated to 3.3.1) by Alfred Glänzer in #40994 2024-11-05 21:49:18 +01:00
fcl-js
fcl-json fcl-json: less hints 2025-01-20 11:06:36 +01:00
fcl-jsonschema * Fix naming for string types 2025-01-27 21:45:11 +01:00
fcl-mustache
fcl-net * Localhost fallback in case no DNS servers found. Patch from NiteHawk, fixes issue #41047 2024-11-30 19:01:36 +01:00
fcl-openapi * Correction in naming of types 2025-01-27 21:45:11 +01:00
fcl-passrc * Forgot to commit 2025-01-28 16:10:50 +01:00
fcl-pdf
fcl-process * the null file is called NUL, not NULL on Windows/WinCE 2025-01-13 23:30:02 +01:00
fcl-registry
fcl-report * Fix aggregates calculation. Fixes issue #41018 2025-01-10 22:11:29 +01:00
fcl-res * fix #41091: apply patch by @yoozaa80 to use the length of the WideString instead of the single-/multibyte encoded string 2025-01-07 21:22:04 +01:00
fcl-sdo
fcl-sound
fcl-stl GetMutableValue and TryGetMutableValue for fcl-stl.TMap and rtl-generics.generics.TDictionary 2024-11-19 16:42:59 +00:00
fcl-web - remove what appears to be debug output (will otherwise lead to exceptions on systems where Output is not open (e.g. Windows service)) 2025-01-10 09:57:06 +01:00
fcl-xml
fcl-yaml * Add IsYAMLfileName 2024-12-31 13:46:32 +01:00
fftw
fpgtk
fpindexer
fpmkunit
fppkg
fuse
fv Screen width more than 255 chars (for Unixes at least) 2025-01-10 21:16:29 +00:00
gdbint
gdbm
ggi
gitlab
gmp
gnome1
gnutls
googleapi
graph
gstreamer
gtk1
gtk2 + g_array* aliases as proposed by sechshelme, resolves #41026 2024-11-30 14:07:44 +01:00
h68units
hash Unroll SHA1Transform. 2024-11-10 14:04:48 +00:00
hermes
httpd13
httpd20
httpd22
httpd24
ibase
iconvenc
ide fp parameter N - no long file names (DOS only) 2025-01-21 07:23:55 +00:00
imagemagick
imlib
iosxlocale
jni
ldap
libc
libcups
libcurl
libenet
libffi The ffi_closure_alloc return fCode is real do 2025-01-15 14:40:16 +08:00
libfontconfig
libgbafpc
libgc
libgd
libjack + added example program capture_client.pp to libjack (translated from capture_client.c) 2025-01-14 04:39:12 +02:00
libmagic
libmicrohttpd
libndsfpc
libnettle
libogcfpc
libpcre
libpipewire * Add libpipewire 2025-01-22 13:05:16 +01:00
libpng
librsvg
libsee
libsndfile - libsndfile: removed the ctypes. prefix from all types, in order to fix compilation with the dotted units RTL 2025-01-15 02:09:06 +02:00
libtar
libusb
libvlc
libxml
lua
mad
matroska
modplug
morphunits
mysql
ncurses
newt
numlib
nvapi
objcrtl
odata
odbc
oggvorbis
openal
opencl
opengl
opengles
openssl * Patch from Andrew Haines to add EC_* functions. Fixes issue #41056 2024-12-09 19:46:02 +01:00
oracle
os2units
os4units
palmunits
pasjpeg
pastojs * fix duplicate identifiers 2025-01-18 14:25:56 +01:00
paszlib
pcap
postgres
proj4
ptc
ptckvm
pthreads
pxlib
qlunits
regexpr
rexx
rtl-console Correct mouse button mapping under Unix 2025-01-10 21:25:38 +00:00
rtl-extra * Build unixsockets for linux 2025-01-03 12:12:36 +01:00
rtl-generics - remove further unnecessary sub classing of a specialization 2024-12-31 18:32:17 +01:00
rtl-objpas * also handle enumeration results and integer result sizes, other than 32-bit in System.Rtti.Invoke for WebAssembly 2025-01-26 09:25:25 +02:00
rtl-unicode
sdl
sqlite
svgalib
symbolic
syslog
tcl
testinsight
tosunits
tplylib
univint
unixutil
unzip
users
utmp
uuid
vcl-compat Base64: UnicodeRTL support 2024-12-09 16:16:16 +01:00
wasm-job Fix TJSArray._GetStrings: exit once you get correct value, do not fall through to raising error 2024-12-09 22:13:31 +01:00
wasm-oi
wasm-utils * Remove erroneously commited commented line 2024-12-03 23:42:49 +01:00
wasmedge
wasmtime
webidl
winceunits
winunits-base * TAutoObject.GetTypeInfo function should return DispTypeInfo instead of ClassInfo. Fix by Korba812. Fixes Eventsinks for openoffice. 2025-01-04 18:33:30 +01:00
winunits-jedi
x11 * enable gtk2 for android, based on a patch (adapated to 3.3.1) by Alfred Glänzer in #40994 2024-11-05 21:49:18 +01:00
xforms
zlib
zorba
fpmake_add.inc * Add libpipewire 2025-01-22 13:05:16 +01:00
fpmake_proc.inc * Add libpipewire 2025-01-22 13:05:16 +01:00
fpmake.pp
Makefile
Makefile.fpc
Makefile.fpc.fpcmake
regenmakefiles.sh