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 година |
svenbarth
|
4fcd0391ae
* use new SetSize field to simplify set handling in TValue
|
пре 8 година |
svenbarth
|
5c97248f85
+ also write the set's size to the RTTI as that simplifies handling in Invoke()
|
пре 8 година |
svenbarth
|
1950e57899
* fix order in tinternaltypeprefix so that it fits internaltypeprefixName
|
пре 8 година |
Mattias Gaertner
|
e54f02048f
pastojs: fixed tests
|
пре 8 година |
Mattias Gaertner
|
b5332501d7
fcl-passrc: scanner: fixed error message format to be fpc compatible
|
пре 8 година |
svenbarth
|
77dad75f3b
* add libffi to packages fpmake
|
пре 8 година |
svenbarth
|
0553d94765
* generate Makefile after r37084
|
пре 8 година |
svenbarth
|
0140028d4e
+ add headers for the ffi library, the foreign function call library
|
пре 8 година |
svenbarth
|
7b675b6769
* correctly write the type of open array parameters as the element def and not the array def
|
пре 8 година |
svenbarth
|
ce958cacc4
+ add and document a way to hide the generic methods from Lazarus' CodeTools as they don't support them yet
|
пре 8 година |
svenbarth
|
92caf587f5
+ add generic function TValue.From<> which is a shorthand of TValue.Make()
|
пре 8 година |
svenbarth
|
83e4585b0f
* correctly handle unit identifiers inside specializations of generic routines
|
пре 8 година |
blikblum
|
9ead4329c6
sqlite3ds: change ApplyUpdates to raise an exception if an error occurs
|
пре 8 година |
svenbarth
|
46de720c63
- since DataSize for method pointers works correctly remove the "?"-comment
|
пре 8 година |
svenbarth
|
4ff6c7bddf
+ add Delphi compatible exception types
|
пре 8 година |
svenbarth
|
fde056899d
+ add a TArray specialization for TValue as Lazarus does not yet handle inline specializations in parameter declarations gracefully
|
пре 8 година |
svenbarth
|
0b1b82bb2d
* test reference of empty values of different types
|
пре 8 година |
svenbarth
|
a06ed3c929
* adjust handling of empty buffer as a valid reference is needed nevertheless
|
пре 8 година |
svenbarth
|
25d9c85a87
- remove debug output -.-
|
пре 8 година |
svenbarth
|
36451e271c
* test for unassigned TypeInfo
|
пре 8 година |
svenbarth
|
93a65d3a78
* correctly handle the case of an unassigned TypeInfo
|
пре 8 година |
svenbarth
|
4de7b43a5c
* enable tests of TTestMethod, TTestEnum and TTestSet now that they're public and Delphi doesn't complain anymore about them not having any runtime information...
|
пре 8 година |