michael
|
c2c561a827
* QR Code printable element, plus demo report, using newly added QR Code generator unit
|
8 سال پیش |
svenbarth
|
fcc1ce7a08
* fix for Mantis #30344: applied patch by Mario Ray Mahardhika to add new command line option -Sj[-|+] to control writeable typed constants (with a small adjustment to the help text)
|
8 سال پیش |
michael
|
656405d7dc
+ Added QR code generator, image drawer
|
8 سال پیش |
michael
|
f218a369d6
* Remove debug writeln
|
8 سال پیش |
Mattias Gaertner
|
bc6b6fe7c9
fcl-passrc: resolver: fixed CheckClassIsClass if DestType is forward class
|
8 سال پیش |
Mattias Gaertner
|
061c0b4da3
pastojs: test raise functioncall
|
8 سال پیش |
Mattias Gaertner
|
40b359c1ba
fcl-passrc: resolver: raise functioncall
|
8 سال پیش |
michael
|
243002023c
* Patch from Markus Beth to fix some comments
|
8 سال پیش |
nickysn
|
d96558cd64
* fixed bug in assembling some 32-bit instructions on the i8086 target (e.g.
|
8 سال پیش |
svenbarth
|
f6a867ef04
* move handling of Concat to tinlinenode so that it can be easily extended for dynamic arrays
|
8 سال پیش |
svenbarth
|
c01b36a2fa
* the checks for no parameters are not needed for Insert() and Delete() as they take care of that themselves with an overload listing
|
8 سال پیش |
michael
|
9d32f87ebb
* Added license statement
|
8 سال پیش |
svenbarth
|
fe95d73fe5
* move RTTI header include above ObjPas header include
|
8 سال پیش |
michael
|
43867344cd
* Demo how to create pdf from text file
|
8 سال پیش |
svenbarth
|
a0fb85b690
- remove no longer needed aligntoptr() and aligntoqword() functions (all this should be handled by the typinfo unit in the future)
|
8 سال پیش |
svenbarth
|
89645633a9
* get rid of calls to aligntoptr by using methods provided by TClassData and TPropInfo
|
8 سال پیش |
svenbarth
|
da30391a6a
* FillChar for the properties is not needed as SetLength already initializes the array elements
|
8 سال پیش |
svenbarth
|
57db4b47e1
- remove unneeded type declaration
|
8 سال پیش |
svenbarth
|
1ae344394a
+ add data record for easier access to a class' data
|
8 سال پیش |
florian
|
3d3298f64d
* write absolute references correctly on avr, resolves #32040
|
8 سال پیش |
svenbarth
|
d9bc656852
* use new pool functionality for property instances
|
8 سال پیش |
svenbarth
|
1cbb4266d7
* rework Rtti pool so that non-types (e.g. properties, etc.) can be stored as well based on their handle
|
8 سال پیش |
svenbarth
|
f8d919970a
* since the property data is different for records, classes and interfaces they need to be handled by the concrete Rtti type (currently only TRttiInstanceType) and not the general TRttiType type
|
8 سال پیش |
svenbarth
|
29eb742ded
* move aligntoptr() and aligntoqword() further up so they can be used by other code as well
|
8 سال پیش |
svenbarth
|
49fc13ea73
* move Handle property to TRttiObject (Delphi compatible and is probably also used for the caching mechanism)
|
8 سال پیش |
svenbarth
|
4489163620
* declare TRttiObject as abstract
|
8 سال پیش |
svenbarth
|
c35f694fb8
- remove unused local type
|
8 سال پیش |
florian
|
4cf2a2672a
changes to fix #32043
|
8 سال پیش |
nickysn
|
8ba4de3885
+ test lea with non-native address sizes (16-bit on i386, 32-bit on x86_64)
|
8 سال پیش |
nickysn
|
92a52a9f4d
+ implemented support for instructions with non-native address size on i8086
|
8 سال پیش |