Commit Graph

69864 Commits

Author SHA1 Message Date
florian
886f91dee3 + tvardata.vuint32, resolvers #40729 2024-04-05 20:29:13 +02:00
Michaël Van Canneyt
760484c7a4 * Fix parsing of type with attributes 2024-04-05 18:51:41 +02:00
Michaël Van Canneyt
afa3cc5439 * Parse complete browser api 2024-04-05 18:42:40 +02:00
Michaël Van Canneyt
1933127d41 * Support for namespaces 2024-04-05 15:24:45 +02:00
Michaël Van Canneyt
323adefec5 * Add sequence types (FrozenArray,ObservableArray) 2024-04-05 09:45:23 +02:00
Michaël Van Canneyt
d12d82dab4 * Allow more keywords as argument identifiers 2024-04-04 20:39:33 +02:00
Michaël Van Canneyt
02c4ac974a * Long long with enforcerange 2024-04-04 20:24:58 +02:00
Michaël Van Canneyt
af8f1167f0 * Fix [EnforceRange] long 2024-04-04 18:06:03 +02:00
Michaël Van Canneyt
d7b8e1c351 * Fix parsing of mozilla ID 2024-04-04 17:08:22 +02:00
Pierre Muller
f56587bddd Use correct check for unsigned size in a_op64_{const/reg}_reg_reg_checkoverflow methods 2024-04-03 23:41:50 +02:00
Pierre Muller
8511b0fc7b Increase default stack size to 8Mb for i386 and sparc solaris systems 2024-04-03 23:17:55 +02:00
florian
8cdb3deebd * another fix for min/max intrinsics on x86_64 for non constant/reference/register locations, resolves #40724 2024-04-03 22:03:30 +02:00
Pierre Muller
8fa80295d0 Avoid running cleanppulogs and ppulogs rules in parallel 2024-04-03 14:56:51 +00:00
marcoonthegit
2ec99cc82e * skip empty path components in concatpaths, related to #40682 2024-04-03 14:40:32 +02:00
marcoonthegit
654a8e564b * CommonPrefixWith has a 2nd OUT parameter, reported in the forum 2024-04-03 11:57:12 +02:00
marcoonthegit
56eb1e03ee * don't recurse findfirst/next if filename = . or ..
closes #40722
2024-04-03 11:14:24 +02:00
marcoonthegit
d0093b019d * remove packed from some jedi structures to improve 64-bit compatibility.
closes bug #40100
2024-04-03 10:15:10 +02:00
marcoonthegit
6b5b8e8b8c * close -> clone in IEnumMoniker, reported on forum. 2024-04-03 09:27:35 +02:00
florian
e7716dc05f + avr: overflow checking for abs, together with the other recent abs-related commits, resolves #40694 2024-04-02 19:01:42 +02:00
florian
b00e9543a7 * sparc: overflow support for 64 bit operations 2024-04-02 16:41:38 +02:00
florian
80e8dce98f * remove unused variables 2024-04-02 16:41:24 +02:00
florian
3b8fcfc6eb * fix min/max intrinsics on x86_64 for non constant/reference/register locations, resolves #40721 2024-04-01 23:25:24 +02:00
Michael Ring
7c3ab69c50 Fixed missing section for Raspberry Pi Pico 2024-04-01 21:00:12 +00:00
Jeppe
7dac620e2d embedded, arm, stm32: Fix CAN register definition
- bxCAN controller only has 2 RX mailboxes.
The registers behind were misplaced.
Refer to RM0008 section 24.9.3 and 24.9.4
2024-04-01 14:20:18 +02:00
florian
e88248d453 + comment to explain last commit 2024-03-31 22:33:22 +02:00
florian
bf1c674672 * don't remove align directives before case jump tables (they have the type alt_addr) 2024-03-31 22:15:08 +02:00
Ondrej Pokorny
910a70ed0d HTTPClient: check for changed host/port for KeepConnection 2024-03-31 12:28:22 +02:00
Michaël Van Canneyt
37f145707a * Fix compilation 2024-03-31 11:21:10 +02:00
Michaël Van Canneyt
6689e2fe21 * Fix result of TFPSList.Expand in case of early exit 2024-03-31 11:14:50 +02:00
Michaël Van Canneyt
33f6a9042d * Minor improvement of TFPSList.Expand 2024-03-31 11:11:08 +02:00
Michaël Van Canneyt
5c4f365be4 * Fix DeleteDirectory 2024-03-31 11:00:55 +02:00
Michaël Van Canneyt
0b38f99b47 * Fix compilation of example. Fixes issue #40715 2024-03-31 11:00:55 +02:00
florian
a90691435b + abs(long/int64): overflow checking for xtensa implemented 2024-03-30 20:29:48 +01:00
Michael Van Canneyt
c17cbbe788 * Observe max capacity. Resolves issue #40720 2024-03-30 11:23:42 +01:00
Rika Ichinose
e42209457e Shorter i386 Exp(). 2024-03-29 21:04:32 +00:00
florian
240739e71d * compilation on 64 bit targets fixed 2024-03-29 21:44:23 +01:00
florian
a8d496ade7 * i386 uses generic x86 abs(long/int64) code now 2024-03-29 20:54:52 +01:00
florian
13e7f947ea * all CPUs use now internal abs(<int64>) so overflow checking is possible
+ added overflow checking to generic abs(<longint>)
2024-03-29 20:30:57 +01:00
florian
c87213085f * overflow checking for generic abs(<int64>)
* fix overflow checking on arm for 64 bit signed numbers
  * arm uses generic abs(<int64>)
2024-03-29 20:06:23 +01:00
florian
8132ccd42b + generic implementation of abs(<int64>) 2024-03-29 15:30:18 +01:00
florian
9a32c00070 * improve TFPSList.Delete as proposed by Alexey Torgashin, resolves #40718 2024-03-29 14:28:54 +01:00
florian
56d84c9283 * compilation fixed 2024-03-28 18:31:38 +01:00
florian
0efd3afb8c + arm: internal abs(<int64>)
+ arm: overflow checking for abs(...)
2024-03-28 15:56:52 +01:00
florian
f0cc07fe68 + 8086: overflow checking for abs(<long/int64>) 2024-03-28 15:07:47 +01:00
florian
2641f65bb7 * compilation with -dEXTDEBUG fixed 2024-03-28 15:07:35 +01:00
florian
22e9033076 + MMXSupport added to cpu unit
* mmx unit makes more use of cpu unit
2024-03-28 10:42:08 +01:00
Rika Ichinose
6c8acf28cd Shorten MMX unit. 2024-03-28 09:13:43 +00:00
florian
f28cbbf73b * run test with different options as it is tricky 2024-03-27 22:40:06 +01:00
J. Gareth "Curious Kit" Moreton
889c55ecae * "tminmax" test now prints out 'ok' if it passes and the error code if it fails 2024-03-27 02:56:44 +00:00
florian
fea8050457 * fix i386 building after fb3c4ff75b 2024-03-27 00:04:46 +01:00