marco
|
68b3a79e15
* fix from #32373 (cryptstringtobinary external name) by Michal Gawrycki
|
8 年之前 |
michael
|
9ad7c50cdd
* Fix writing of interface methods with calling convention
|
8 年之前 |
michael
|
4761b22ef3
* WriteEnumType must be virtual
|
8 年之前 |
michael
|
e9779e3c89
* No extra semicolon after enum type, and in mkxmlrpc classes for functions
|
8 年之前 |
michael
|
2b12c46fe3
fix typo in previous commit
|
8 年之前 |
michael
|
e408d0ad81
* Reinstate old mkxmlrpc procedure element writing
|
8 年之前 |
michael
|
5f1ca4c1de
* Fix forward class definition writing
|
8 年之前 |
michael
|
cb41314faa
* Some fixes, added forceoverload
|
8 年之前 |
maciej-izak
|
8b5524ac3a
* ignore is_publishable for properties in interfaces (related to $M+ directive). $M has effect on visibility of default section for classes. Interface has always only public section (fix for problem in tb0631.pp)
|
8 年之前 |
marco
|
b6824290fc
* initial fileflush, mantis #15824
|
8 年之前 |
michael
|
bb31bc6ca4
* Compile & install jssrcmap
|
8 年之前 |
Mattias Gaertner
|
b484d77894
fcl-passrc: resolver: compile time range checks
|
8 年之前 |
Mattias Gaertner
|
78e1047ce2
pastojs: allow assign any constant to jsvalue
|
8 年之前 |
Mattias Gaertner
|
0b3b61d261
fcl-passrc: error if semicolon is missing between block statements, fixed parsing finalization
|
8 年之前 |
michael
|
3787d52dee
* Fix bug ID #32353, reset ref count fields in destructor
|
8 年之前 |
Mattias Gaertner
|
0088673d13
pastojs: @@ operator
|
8 年之前 |
Mattias Gaertner
|
fe6a82fd14
fcl-passrc: comment
|
8 年之前 |
svenbarth
|
2ae6292c44
* fix compilation after r37108
|
8 年之前 |
Mattias Gaertner
|
a9baac5a48
fcl-passrc: implemented @@ memory address operator in scanner, parser and resolver
|
8 年之前 |
michael
|
ada62f0b41
* Use correct paths for files when demo database is created on demand (Patch from Graeme Geldenhuys, Bug ID #32360)
|
8 年之前 |
michael
|
f40c23fcc8
* Demo database is created on demand (Patch from Graeme Geldenhuys, Bug ID #32360)
|
8 年之前 |
michael
|
10caba2bcc
* Patch from Graeme Geldenhuys with some minor code formatting changes (Bug ID 32360)
|
8 年之前 |
michael
|
628b2e5717
* Demo database is created on demand
|
8 年之前 |
michael
|
0415de90e7
* Fix TPasWriter so it produces compileable output, add more constructs. Sample program to rewrite a source file
|
8 年之前 |
svenbarth
|
d8e0404e8f
* use AddUnit() instead of Add()
|
8 年之前 |
svenbarth
|
135b5de410
+ add function call manager based on libffi; currently only tested on x86_64-linux; all other targets need to be explicitely tested before being enabled
|
8 年之前 |
svenbarth
|
179b59753d
+ add optional, not by default enabled test for Invoke
|
8 年之前 |
svenbarth
|
236c2344a9
+ add Invoke() function and functions to generate callback functions with a procedure or method variable
|
8 年之前 |
svenbarth
|
2471cd57b5
+ add manager framework which provides implementations for invoking functions at runtime and generating function implementations
|
8 年之前 |
svenbarth
|
c6cd64a790
+ add new methods AsUnicodeString and AsAnsiString which are internally used by AsString depending on the type of String
|
8 年之前 |