Commit Graph

70911 Commits

Author SHA1 Message Date
Pierre Muller
7b492b9975 Add DosExitCode to DosError shl 16 to set ExitCode value in utils/dosbox/exitcode.pas program 2024-11-06 22:21:22 +00:00
Pierre Muller
dd6efefdbf Adapt to dosbox-x 2024-11-06 22:21:22 +00:00
Pierre Muller
3bee7636dd Add command line in verbose mode 2024-11-06 22:21:22 +00:00
Pierre Muller
f4a413fabd Add rule to generate exitcode.exe dos/go32v2 binary, required by dosbox_wrapper 2024-11-06 22:21:22 +00:00
Michaël Van Canneyt
f523503828 * Calculate dependencies correctly, only generate definitions for schema types 2024-11-06 21:19:32 +01:00
Michaël Van Canneyt
8486986ad7 * Remove double 2024-11-06 16:57:36 +01:00
marcoonthegit
4affa41a43 * and redef with int64 typing 2024-11-06 16:51:06 +01:00
marcoonthegit
715e727dc3 * add getfilesizeex as per 440BX' request. 2024-11-06 16:51:06 +01:00
Michaël Van Canneyt
091189a40c * Allow attributes on sub types. Fixes issue #40997 2024-11-06 16:47:13 +01:00
Michaël Van Canneyt
2d40b7c463 * SortProperties public 2024-11-06 16:47:13 +01:00
Michaël Van Canneyt
75987e9f0a * Make sure it compiles with dotted units 2024-11-06 16:40:48 +01:00
Sven/Sarah Barth
8450d4f5e7 * fix #40993: "inherit" the default RTTI options of a non-System unit from TObject as that picks up whatever had been declared in the System unit 2024-11-05 23:23:56 +01:00
Sven/Sarah Barth
bcdef8341e * fix #40992: correctly handle padding inside the FFI Invoke manager
+ added test
2024-11-05 23:23:56 +01:00
Pierre Muller
6e575e753e Add missing sub-directories from test/packages directory 2024-11-05 21:53:21 +00:00
florian
4784c141e3 * 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
Sven/Sarah Barth
d9ec917586 * in the Win64 ABI all const record parameters are passed by reference 2024-11-04 23:15:29 +01:00
Rika Ichinose
8498eacdeb Remove unused cutils functions. 2024-11-04 22:05:03 +00:00
Sven/Sarah Barth
f70a430b6f * fix compilation on systems where SizeOf(CodePointer) <> SizeOf(Pointer): disable ToString for tkMethod on these systems for now 2024-11-04 21:59:50 +01:00
Michaël Van Canneyt
cce871258e * Rename version constant 2024-11-04 11:49:18 +01:00
Rika Ichinose
0b97f169b0 Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
Michaël Van Canneyt
e2431d41ae * Some minor cleanup. Fixes issue #40991 2024-11-04 11:27:39 +01:00
Michaël Van Canneyt
cc0adf66d0 * Tests for code generation. Change type handling to create pascal type data for all data 2024-11-04 11:27:39 +01:00
Michaël Van Canneyt
b8cc7fb175 * Some cleanup, fix warnings/hints 2024-11-04 11:27:39 +01:00
Lipinast Lekrisov
2469fe8d70 Fixed TRttiRecordType.ResolveProperties (records do not have a published section) 2024-11-03 20:28:09 +00:00
Lipinast Lekrisov
f7bcabd956 Added TRttiIndexedProperty, the whole property handling infrastructure has been significantly redesigned 2024-11-03 18:07:45 +00:00
Rika Ichinose
2596af84fa Optimize {$DEFINE x := y} and refactor tmacro.buftext. 2024-11-03 17:33:44 +00:00
J. Gareth "Curious Kit" Moreton
2a50d5abf8 * ARMv7A / A64: Constant writes to memory merged to larger forms where possible 2024-11-03 15:02:51 +00:00
Rika Ichinose
7343a12908 Use “set of (op_unary, op_binary)” to check for supported operator overloads. 2024-11-03 14:52:26 +00:00
Rika Ichinose
bff561063f Use TFPList.FreeAndNilDisposing in four more places. 2024-11-03 14:39:24 +00:00
florian
183a10b292 * avoid code duplication :) 2024-11-03 15:37:50 +01:00
Frederic Kehrein
1778fb6fe3 Implementing TImplementedInterface.getcopy to allow copying of interfaced objectcs
It's probably not fully correct(see comment about procdef copy) but
seems good enough ¯\_(ツ)_/¯
2024-11-03 14:08:45 +00:00
florian
4cf202180e * really fix bootstrapping with 3.2.2 on arm-linux 2024-11-02 22:32:40 +01:00
Rika Ichinose
7a963ac56a Align htypechk.pas:is_better_candidate to the left edge of the screen. 2024-11-02 18:53:30 +03:00
florian
bea36238e7 * generate fmrx instruction only if the cpu has the vfp extension, resolves #40985 2024-11-01 22:29:11 +01:00
Karoly Balogh
5acf85a932 rtl-console/amicommon: added a way to redefine colors externally in the video unit 2024-11-01 17:37:07 +01:00
Michaël Van Canneyt
f8b454779f * Bridge to allow system.regexp* to work 2024-11-01 17:19:55 +01:00
Michaël Van Canneyt
5d0e2993fa * Needed for unicode rtl 2024-11-01 17:15:57 +01:00
Michaël Van Canneyt
f7b9eac515 * Only build simplewebserver for oses with sockets 2024-11-01 17:07:33 +01:00
Michaël Van Canneyt
d790d7bf50 * Build on top of new fpsimpleserver 2024-11-01 16:49:51 +01:00
Michaël Van Canneyt
9352e09849 * Move simple server to unit so it can be reused (pas2js webcompiler) 2024-11-01 16:49:51 +01:00
Sven/Sarah Barth
782b707763 * clarify purpose of texrtti18 and texrtti19 2024-11-01 15:31:20 +01:00
Sven/Sarah Barth
823b376a9d * texrtti18.pp is no longer relevant due to 59a1199110 which adds support for array properties in Extended RTTI, so move the new texrtti20.pp over to texrtti18.pp 2024-11-01 15:30:18 +01:00
Michaël Van Canneyt
dfb4015067 * Show info in a more structured way
* Allow to compile with FPC 3.2.2
* Fix --coi option.
* Allow to specify custom response headers in config file [Headers] section
2024-11-01 11:44:22 +01:00
Michaël Van Canneyt
18e519963f + Allow customization of response through callback
+ Allow customization of response through custom headers
+ Log error conditions (403,400,404)
2024-11-01 11:44:22 +01:00
florian
99a9cfbc71 + additional test 2024-11-01 10:52:35 +01:00
florian
63734fb792 * unnecessary directives removed 2024-10-31 22:35:04 +01:00
Karoly Balogh
7a31353164 rtl/amicommon: fix some comment typos in Sysutils unit. No functional change. 2024-10-31 22:28:17 +01:00
Karoly Balogh
a602ae8685 rtl/amicommon: fix some comment typos in DOS unit. No functional change. 2024-10-31 22:28:17 +01:00
Karoly Balogh
ac4f90b4a7 rtl/amicommon: reduce the string sizes in the IllegalDevice list of DOS unit. This in turn reduces binary sizes by almost 3 KiB. 2024-10-31 22:28:17 +01:00
Nikolay Nikolov
800fb6624e + added a missing 'br 1' instruction in the code, generated by
GenerateCode_InitSharedMemory. This should fix the loading error in browsers,
  when using multithreading.
2024-10-31 22:55:17 +02:00