florian
|
cf6b38c35f
* regenerated Makefiles after last commit
|
1 年之前 |
Michael Ring
|
6fadd49fb6
Added missing RP2040 definition in Makefile.rtl to make sure that regenerating of Makefiles does not remove rp2040 unit
|
1 年之前 |
florian
|
b7322ae4c3
* write correct type name in error message
|
1 年之前 |
florian
|
367beaaef4
+ extend test to test overflow checking
|
1 年之前 |
florian
|
4100f75056
+ optimize s:=s+[e] into include(s,e)
|
1 年之前 |
florian
|
06fc6f1e6b
* use destination location instead of a temp when constructing sets, resolves #40384
|
1 年之前 |
florian
|
8aca910435
* improve test so it exits with the proper error code
|
1 年之前 |
Michaël Van Canneyt
|
5bcedcfe30
* Small improvements, quiet mode
|
1 年之前 |
Michaël Van Canneyt
|
173233d78e
* Correct dependency for SYSUTILS
|
1 年之前 |
Michaël Van Canneyt
|
77673c5e37
* Fix typo
|
1 年之前 |
Michaël Van Canneyt
|
3fcd891577
* Namespace support
|
1 年之前 |
Michaël Van Canneyt
|
4680d41d67
* Add dpktolpk unit plus example
|
1 年之前 |
florian
|
635b06d53c
+ test for commit e1297e085928a274220a6d5d6da7d8e4f7a2dee2
|
1 年之前 |
J. Gareth "Curious Kit" Moreton
|
e1297e0859
* Adjustment to "(v>=x) and (v<=y)" so it also optimises its inverse: "(v<x) or (v>y)"
|
1 年之前 |
Pierre Muller
|
d0f08ef259
Regenerate RTL Makefile's after RP2040UNIT variable addition, and debug buildrtl.pp unit for Linux OS
|
1 年之前 |
Pierre Muller
|
1caa5dfde8
Re-implement (for debugging purposes) buildrtl.pp unit for Linux OS (not used in regular RTL compilation)
|
1 年之前 |
Pierre Muller
|
36b511f057
FFix compilation of compiler with -dTest_Double_checksum
|
1 年之前 |
Michaël Van Canneyt
|
e7184f3126
* Properly pass on FUsePublishedOnly to properties. Fixes issue #40702
|
1 年之前 |
Michaël Van Canneyt
|
628e0cdbd1
* Fix compilation in unicode RTL
|
1 年之前 |
Michaël Van Canneyt
|
c52794f943
* Fix build of nativent
|
1 年之前 |
J. Gareth "Curious Kit" Moreton
|
f77b9fa4ef
* arm/a64: Fixed bug where shifter operand was not preserved in AND/CMP -> TST optimisation
|
1 年之前 |
marcoonthegit
|
c5f2f79dbf
* reenable chmls and chmcmd building
|
1 年之前 |
Michaël Van Canneyt
|
91756b9e3e
* Attributes for methods
|
1 年之前 |
marcoonthegit
|
3f93fe0743
* fix dependency on rtl-objpas
|
1 年之前 |
Michaël Van Canneyt
|
2cec5996df
* Fixed namespaced compilation, rename sender to client to be in line with class name
|
1 年之前 |
Michaël Van Canneyt
|
5ea775dc58
* CLI example for FCM push messages
|
1 年之前 |
Michael Ring
|
cba5e252d1
Fix missing configuration for namespaces to make rp2040.pp build on main compiler
|
1 年之前 |
florian
|
316e127948
* overflow checking for ti386inlinenode.second_abs_long
|
1 年之前 |
florian
|
7c95ff434b
* patch by Rika: fix incorrect exception handling if an exception raised in TThread decendant class's constructor, resolves #40677
|
1 年之前 |
florian
|
c3b8b51cb5
* more overflow checking for abs(...)
|
1 年之前 |