Michael VAN CANNEYT
|
a3f441b590
|
* loongarch64 architecture reinstated
|
2023-05-31 09:40:43 +02:00 |
|
Michael VAN CANNEYT
|
babcb631f8
|
* Delegate darwin ifdef out of program flow, towards const, for clarity
|
2023-05-31 09:34:24 +02:00 |
|
Michael VAN CANNEYT
|
c0893e5c16
|
* get rid os some warnings
|
2023-05-31 09:34:24 +02:00 |
|
Michael VAN CANNEYT
|
c6effbd676
|
* Refactor: add utility routine to handle command-line changes
|
2023-05-31 09:34:24 +02:00 |
|
Michael VAN CANNEYT
|
a52b3522dc
|
* Refactor: Rename some variables for clarity
|
2023-05-31 09:34:24 +02:00 |
|
Michael VAN CANNEYT
|
647f211aa5
|
Refactor check for -PB and -PP for clarity of flow
|
2023-05-31 09:34:23 +02:00 |
|
Michael VAN CANNEYT
|
5d104c9115
|
Refactor initialization of binary and processor name for clarity of flow
|
2023-05-31 09:34:23 +02:00 |
|
Michael VAN CANNEYT
|
27476a915b
|
* Refactor processorname -> suffix name for clarity of flow
|
2023-05-31 09:34:23 +02:00 |
|
Michaël Van Canneyt
|
5ee294f224
|
* GetExtendedFieldinfo, patch to fix #40300
|
2023-05-30 14:24:52 +02:00 |
|
Michaël Van Canneyt
|
8696ca652d
|
* Emit comments in RTTI info for classes/interfaces
|
2023-05-29 13:41:25 +00:00 |
|
Michaël Van Canneyt
|
0515be62b4
|
* Add option to allow emitting comments in RTTI info
|
2023-05-29 13:41:25 +00:00 |
|
marcoonthegit
|
f0debbe649
|
* change HDEVNOTIFY to lpvoid/pointer instead of thandle
|
2023-05-29 13:32:44 +02:00 |
|
marcoonthegit
|
67eac52f07
|
* RegisterDeviceNotification
|
2023-05-28 21:37:54 +02:00 |
|
marcoonthegit
|
fc8b28eecd
|
* change types of method from integre to single for tpointf (probably copy-paste the interface error from integer TPoint )
|
2023-05-28 15:55:47 +02:00 |
|
marcoonthegit
|
f4155dc710
|
* movefile_* consts expanded
|
2023-05-28 15:47:49 +02:00 |
|
marcoonthegit
|
e9352b4894
|
* use predefined pointer types from system as much as possible. This avoids trouble between objpas.pinteger and windows.pinteger in generics. (if windows is only in implementation).
|
2023-05-28 12:40:49 +02:00 |
|
Sven/Sarah Barth
|
5a0ace6d45
|
* replace Length(<array>) - 1 with High(<array>) which leads to slightly shorter/better code (reported by lagprogramming on the forum)
|
2023-05-26 22:19:32 +02:00 |
|
Pierre Muller
|
3bb2586269
|
Fix for sparc64 specific code generation bug report #40252
|
2023-05-26 17:10:23 +02:00 |
|
Pierre Muller
|
484c178c15
|
Add new make variable BETATARGETS, for CPU targets in beta stage, to include it into distclean list
|
2023-05-26 11:32:16 +00:00 |
|
Pierre Muller
|
5a123d33ba
|
Add -Awin64-as option for aarch64 compiler for win64 target
|
2023-05-26 11:15:55 +00:00 |
|
Pierre Muller
|
c1e2f557f1
|
Add '-b pei_aarch64' option for aarch64-win64 system
|
2023-05-26 11:15:55 +00:00 |
|
Pierre Muller
|
a342b74f66
|
Set iconv_is_in_libc macro for DragonFly OS
|
2023-05-26 09:39:39 +02:00 |
|
Pierre Muller
|
d24548f8d8
|
Disable -EB/-EL passing for freertos OS as the corresponding released binutils do not support this option
|
2023-05-25 21:47:27 +00:00 |
|
Michaël Van Canneyt
|
ba9fc5edca
|
* Fill algorithm for polygon fills. Patch by Werner Pamler. Fixes issue #40286
|
2023-05-24 00:43:01 +02:00 |
|
Pierre Muller
|
6f3582954c
|
Use same features for riscv32 as for arm and xtensa CPUs
|
2023-05-23 22:39:03 +02:00 |
|
Pierre Muller
|
c38cc828e8
|
Add new test code to verify that tentfile.buf limits are not overpassed
|
2023-05-23 22:39:03 +02:00 |
|
Michaël Van Canneyt
|
513b02f3fd
|
* Add overload, so system unit version of interlocked* calls is also found. Fixes issue #40283
|
2023-05-23 12:14:22 +02:00 |
|
Michael VAN CANNEYT
|
b2f2c5671c
|
* Make sure it compiles with previous release
|
2023-05-23 10:16:07 +02:00 |
|
Pierre Muller
|
a7578e144d
|
Fix compilation for msdos targets
|
2023-05-22 23:53:48 +02:00 |
|
Michaël Van Canneyt
|
02b6e9143a
|
* Patch from Werner Pamler to implement FillEllipsePattern. Fixes issue #40282
|
2023-05-22 22:46:43 +02:00 |
|
ccrause
|
be54d40660
|
Also add boot information to board aliases.
|
2023-05-22 19:08:01 +00:00 |
|
ccrause
|
289fdc72c5
|
[AVR] Include bootloader starting address and max size where relevant.
|
2023-05-22 19:08:01 +00:00 |
|
Pierre Muller
|
c6d936dc25
|
Use clang instead of as for AsBinStr for aarch64-win64 target
|
2023-05-22 13:27:48 +00:00 |
|
Pierre Muller
|
8b00faa4eb
|
Remove accidentally added binary file
|
2023-05-22 13:26:41 +00:00 |
|
Pierre Muller
|
498b8be957
|
Add symbian target to UItypesOSes
|
2023-05-22 09:13:14 +00:00 |
|
Pierre Muller
|
ba9e93cde6
|
Add CPU_UNITS for arm and i386 symbian
|
2023-05-22 09:13:14 +00:00 |
|
Pierre Muller
|
13368fbb8a
|
Add dummy version for symbian
|
2023-05-22 09:13:14 +00:00 |
|
marcoonthegit
|
b11d526fdf
|
* patch from werne to rename parameters to avoid clashes with extended record rect. fixes 40281
|
2023-05-22 11:07:42 +02:00 |
|
Pierre Muller
|
53e3f7a5f7
|
Extend UItypesOSes set
|
2023-05-22 08:20:10 +00:00 |
|
ACTom
|
c39a9ffad3
|
Fix the error of Chinese system getting language information under Windows system
|
2023-05-22 06:53:25 +00:00 |
|
Michaël Van Canneyt
|
a99575b74c
|
* Fix never-ending loop
|
2023-05-21 21:29:10 +02:00 |
|
florian
|
8ae016fb85
|
* clearified message is mentioned in documentation issue 39349
|
2023-05-21 15:38:21 +02:00 |
|
mattias
|
e83bb19642
|
gtk2: fixed PPGdkScreen
|
2023-05-21 08:50:01 +02:00 |
|
Pierre Muller
|
4927025a2c
|
Do not define HasSignal for aarch64-win64 target
|
2023-05-20 21:12:22 +00:00 |
|
marcoonthegit
|
b77fec3433
|
* TTimespan overload. Mostly fixes #37495
|
2023-05-20 16:40:52 +02:00 |
|
marcoonthegit
|
452ec93f06
|
* implement waitformultiple for win32 only.
* Change interface to allow for COM waiting + a basic windows implementation. (only for desktop apps? Use msgwait* for the rest?)
|
2023-05-20 14:37:26 +02:00 |
|
Pierre Muller
|
31c225f6b5
|
Change m68k-embedded target to handle standard RTL units as most other CPUs do (fixes compilation failure in utils/h2pas package)
|
2023-05-20 09:32:15 +00:00 |
|
Michael VAN CANNEYT
|
a6b01f2b20
|
* Rework so scanner & lexer files do not contain actual code. Code is moved to scanbase and h2pbase units
|
2023-05-19 18:01:10 +02:00 |
|
Sven/Sarah Barth
|
7420dc545d
|
- remove unused variable; reported by Alexey Torgashin on the forum
|
2023-05-18 16:50:54 +02:00 |
|
Pierre Muller
|
219fedfea6
|
Restore start section at end of assembler block inside z80 asm reader
|
2023-05-15 19:51:11 +02:00 |
|