Commit Graph

251 Commits

Author SHA1 Message Date
Nikolay Nikolov
0d069b160f + added wasip1threads to fpmake.pp 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
4423989868 * renamed wasi -> wasip1 in fpmake.pp files 2025-02-28 15:12:19 +02:00
Michaël Van Canneyt
835c50d97c * Build unixsockets for linux 2025-01-03 12:12:36 +01:00
Michaël Van Canneyt
3741d4443f * Fix len field types 2025-01-03 12:12:36 +01:00
Michaël Van Canneyt
d169225b8e * Add MSG_NOSIGNAL and MSG_WAITFORONE. Fixes issue #41073 2024-12-25 16:34:14 +01:00
Ondrej Pokorny
0f591ee616 implement missing TryStrToNetAddr 2024-11-15 15:56:15 +00:00
Rika Ichinose
0b97f169b0 Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
Nikolay Nikolov
c333863330 + added the IPC_PRIVATE constant for NetBSD 2024-10-26 13:51:53 +03:00
Karoly Balogh
ac0287b5e0 human68k: fpmake changes, disable everything that cannot be built currently 2023-11-30 23:43:27 +00:00
marcoonthegit
d3ac7f1d26 * fixes #40438 signed zero handling. 2023-09-15 11:27:49 +02:00
Ondrej Pokorny
75338da133 Sockets errors redefined as regular Berkeley error constants also for Linux + add EINTR for Win 2023-08-21 21:11:29 +00:00
Michaël Van Canneyt
db83f9ea44 * Dotted filenames for package rtl-extra 2023-07-27 19:04:22 +02:00
Michael VAN CANNEYT
bd4e9676fa * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Michaël Van Canneyt
2289c1f6a2 * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
Michaël Van Canneyt
bb1b1bc705 * Regenerate makefiles with subtarget support 2023-07-24 16:32:02 +02:00
Michaël Van Canneyt
6b5a4dbf6e * use cthreads in correct location 2023-07-19 14:27:28 +02:00
Michaël Van Canneyt
103b8164a5 * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
5f0fadc575 * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
9a7ec30db3 * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
62086bfc99 * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
395ff00f9c * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
f12605d210 * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
02db58c182 * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
d28bbd789c * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
marcoonthegit
fa44cd9da6 Sin/cos combinations to math.sincos. resolves gitlab #40288 by Alexey T minus the Amiga parts. 2023-07-10 17:18:24 +02:00
Dmytro Bogatskyy
327aac7f24 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
Jinyang He
783bbb66f9 Update Makefiles 2023-02-05 19:18:48 +00:00
Jinyang He
7cde8df8c7 Add loongarch64 packages support 2023-02-05 19:18:48 +00:00
Michaël Van Canneyt
00e3cdddce * Add NetAddrIsPrivate function from Ondrej Pokorny 2023-01-09 09:37:23 +01:00
florian
5b73fc4d0e * marked parameters in ucomplex with const 2022-10-08 20:49:33 +02:00
marcoonthegit
3eb800fac6 * merge in different openbsd langinfo.h with some ifdefs.
* alternate solution that generates less new files at the expense of a few ifdefs.   bug #29317
2022-08-21 14:18:48 +02:00
Pierre Muller
84c04f36f3 Fix compilation for x86_64-linux target using libc with -dFPC_USE_LIBC option 2022-06-07 23:51:27 +02:00
marcoonthegit
c4be74abf3 * typo fix in last commit 2022-06-05 15:28:03 +02:00
marcoonthegit
009816cbc5 * Also set clock12 to false if ampm is before %I. bug #39760 and fix from liao bozhi 2022-06-05 12:37:29 +02:00
Nikolay Nikolov
8c562995d7 * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
marcoonthegit
41704feab4 * fix ipv6_ constants in unxsockh. bug 29111 Apparently changed since 2005 2022-05-15 18:25:11 +02:00
Pierre Muller
2f28c5596f Regenerate all Makefile's to fix problem on x86_64 linux 2022-03-07 23:46:15 +00:00
Pierre Muller
ad2ac98858 Update Makefile's 2022-03-07 22:35:29 +00:00
Pierre Muller
4da4c96349 Regenerate Makefile's with mips gcc fixes and new enabled mips64-linux target 2022-02-15 15:45:15 +00:00
Nikolay Nikolov
21593942a1 * regenerate all makefiles with the latest fpcmake 2022-02-13 15:26:54 +02:00
Nikolay Nikolov
c224661836 * fixed object names in comments 2022-02-13 14:44:10 +02:00
Nikolay Nikolov
e2f1be3306 * new RawByteString and UnicodeString methods and objects in the 'objects' unit
put behind ifdefs (FPC_HAS_FEATURE_ANSISTRINGS,
  FPC_HAS_FEATURE_UNICODESTRINGS, FPC_HAS_CPSTRING) to fix compilation on
  embedded systems
2022-02-13 14:41:30 +02:00
Nikolay Nikolov
2d5f0fbde0 Merge remote-tracking branch 'origin/main' into unicodekvm 2022-02-12 09:28:38 +02:00
Thorsten Otto
454365325e rtl-extra: fix printer device 2022-02-11 22:50:38 +00:00
Thorsten Otto
b4cc4f851b rtl-extra: add printer unit for atari 2022-02-11 22:50:38 +00:00
Nikolay Nikolov
39daa64949 Merge remote-tracking branch 'origin/main' into unicodekvm 2022-02-06 16:35:22 +02:00
Nikolay Nikolov
b407b67ca1 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
Robert Roland
53e5a4a03a Adding aaarch64-embedded target
This adds support for aarch64-embedded, specifically for the Raspberry Pi 3.

Uses UART0 at 115200 baud 8N1 for console IO.
2022-01-05 12:29:00 +00:00
Pierre Muller
b02b3b79b4 Remove sortalgs unit for wasm32 CPU instead of only wasi target, as it is the wasm32 cpu that does not support gotos 2022-01-04 11:13:49 +00:00
Nikolay Nikolov
efe08183be Merge commit 'f289f2694ab837b414aa131a0514c56fee4950bc' into unicodekvm 2021-12-26 05:25:41 +02:00