svenbarth
|
c20cbcc28f
+ add test to check whether ComObj correctly dispatches Ansi-, Unicode- and WideString arguments
|
4 years ago |
svenbarth
|
585edb130a
+ add support for dispatching UnicodeString parameters (in addition to AnsiString parameters)
|
4 years ago |
svenbarth
|
9822ff30cf
* a AnsiString var parameter is supposed to be dispatched in tagVariant.pbstrVal which is a PWideString, so pass a reference to the ComStr field instead of a copy
|
4 years ago |
svenbarth
|
50deb254e5
* correctly mask the argument type of a dispatch parameter (only the top most bit needs to be removed, not the top most *two* bits)
|
4 years ago |
Mattias Gaertner
|
bb3d472251
fcl-passrc: fixed tests
|
4 years ago |
Mattias Gaertner
|
0f391f5e1a
undo
|
4 years ago |
Mattias Gaertner
|
b8d5e9c8d2
fcl-passrc: fixed tests
|
4 years ago |
Mattias Gaertner
|
58bbf7e265
fcl-passrc: fixed tests TTestProcedureFunction
|
4 years ago |
michael
|
132186a5aa
No advanced records
|
4 years ago |
michael
|
5354cf2a61
* Advanced records structure changed, fixed fpdoc
|
4 years ago |
michael
|
713d6a0649
* Empty sections in advanced records
|
4 years ago |
florian
|
96dd5d4f76
* as suggested by Martok, pass Buffer[0] to ReadFile in SerReadTimeout
|
4 years ago |
michael
|
b00450437b
* Changed customization method texts
|
4 years ago |
michael
|
a65ad26bca
* More customization methods
|
4 years ago |
michael
|
ce40a219ba
* Test for cascaded types
|
4 years ago |
michael
|
988cd7235c
* Fix FItems: ^TArray<A>;
|
4 years ago |
michael
|
5c18d04732
* Fix far test
|
4 years ago |
michael
|
215dab8c8a
* far is a procedure type modifier, can appear in type defs
|
4 years ago |
michael
|
37b827c6a0
* Fix hex number evaluation in conditional expressions
|
4 years ago |
michael
|
f8eac112d1
* Absolute is allowed as variable/type/const name
|
4 years ago |
michael
|
185048c631
* Last field before end does not need a semicolon
|
4 years ago |
michael
|
bd571fdd31
* absolute can also take address on some platforms
|
4 years ago |
michael
|
6ee3d6064f
* Fix generics >=Class and type ^File and external vars
|
4 years ago |
Mattias Gaertner
|
45e2c837b8
pastojs: fixed search include file mode objfpc in dir of current include file
|
4 years ago |
Mattias Gaertner
|
909d34e1eb
fcl-passrc: fixed search include file mode objfpc in dir of current include file
|
4 years ago |
michael
|
c986cf9347
* Make fpdoc happy (and me too)
|
4 years ago |
pierre
|
f68804e9cd
Replace cs_link_on_target by cs_assemble_on_target in assemble unit
|
4 years ago |
pierre
|
152208c0be
In FindObjectFile check the assembly file if cs_assemble_on_target is in globlaswitches
|
4 years ago |
pierre
|
47d96efe29
+ options.pas: Add new option -sT, to do only the linking on target, by
|
4 years ago |
michael
|
81344a6f5c
* test for missing semicolon after fields in class declaration
|
4 years ago |