Mattias Gaertner
|
a9baac5a48
fcl-passrc: implemented @@ memory address operator in scanner, parser and resolver
|
8 éve |
michael
|
ada62f0b41
* Use correct paths for files when demo database is created on demand (Patch from Graeme Geldenhuys, Bug ID #32360)
|
8 éve |
michael
|
f40c23fcc8
* Demo database is created on demand (Patch from Graeme Geldenhuys, Bug ID #32360)
|
8 éve |
michael
|
10caba2bcc
* Patch from Graeme Geldenhuys with some minor code formatting changes (Bug ID 32360)
|
8 éve |
michael
|
628b2e5717
* Demo database is created on demand
|
8 éve |
michael
|
0415de90e7
* Fix TPasWriter so it produces compileable output, add more constructs. Sample program to rewrite a source file
|
8 éve |
svenbarth
|
d8e0404e8f
* use AddUnit() instead of Add()
|
8 éve |
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 éve |
svenbarth
|
179b59753d
+ add optional, not by default enabled test for Invoke
|
8 éve |
svenbarth
|
236c2344a9
+ add Invoke() function and functions to generate callback functions with a procedure or method variable
|
8 éve |
svenbarth
|
2471cd57b5
+ add manager framework which provides implementations for invoking functions at runtime and generating function implementations
|
8 éve |
svenbarth
|
c6cd64a790
+ add new methods AsUnicodeString and AsAnsiString which are internally used by AsString depending on the type of String
|
8 éve |
svenbarth
|
4fcd0391ae
* use new SetSize field to simplify set handling in TValue
|
8 éve |
svenbarth
|
5c97248f85
+ also write the set's size to the RTTI as that simplifies handling in Invoke()
|
8 éve |
svenbarth
|
1950e57899
* fix order in tinternaltypeprefix so that it fits internaltypeprefixName
|
8 éve |
Mattias Gaertner
|
e54f02048f
pastojs: fixed tests
|
8 éve |
Mattias Gaertner
|
b5332501d7
fcl-passrc: scanner: fixed error message format to be fpc compatible
|
8 éve |
svenbarth
|
77dad75f3b
* add libffi to packages fpmake
|
8 éve |
svenbarth
|
0553d94765
* generate Makefile after r37084
|
8 éve |
svenbarth
|
0140028d4e
+ add headers for the ffi library, the foreign function call library
|
8 éve |
svenbarth
|
7b675b6769
* correctly write the type of open array parameters as the element def and not the array def
|
8 éve |
svenbarth
|
ce958cacc4
+ add and document a way to hide the generic methods from Lazarus' CodeTools as they don't support them yet
|
8 éve |
svenbarth
|
92caf587f5
+ add generic function TValue.From<> which is a shorthand of TValue.Make()
|
8 éve |
svenbarth
|
83e4585b0f
* correctly handle unit identifiers inside specializations of generic routines
|
8 éve |
blikblum
|
9ead4329c6
sqlite3ds: change ApplyUpdates to raise an exception if an error occurs
|
8 éve |
svenbarth
|
46de720c63
- since DataSize for method pointers works correctly remove the "?"-comment
|
8 éve |
svenbarth
|
4ff6c7bddf
+ add Delphi compatible exception types
|
8 éve |
svenbarth
|
fde056899d
+ add a TArray specialization for TValue as Lazarus does not yet handle inline specializations in parameter declarations gracefully
|
8 éve |
svenbarth
|
0b1b82bb2d
* test reference of empty values of different types
|
8 éve |
svenbarth
|
a06ed3c929
* adjust handling of empty buffer as a valid reference is needed nevertheless
|
8 éve |