Commit Graph

15805 Commits

Author SHA1 Message Date
Michaël Van Canneyt
abeccabdf1 * Add IsYAMLfileName 2024-12-31 13:46:32 +01:00
Michaël Van Canneyt
2b56b2d725 * Add possibility to scan single document in consecutive calls 2024-12-31 13:39:14 +01:00
Michaël Van Canneyt
417ba4cca8 * Alias support 2024-12-31 13:12:07 +01:00
Michaël Van Canneyt
349003662c * Fix extensions in filenames 2024-12-31 12:47:45 +01:00
Michaël Van Canneyt
e9eb8297bc * Handle case where there is no end-of-document 2024-12-31 12:33:41 +01:00
Michaël Van Canneyt
2f086e1ec2 * Some formatting fixes, make sure string argument is const where possible 2024-12-31 12:33:41 +01:00
Michaël Van Canneyt
52d1a5da94 * Add YAML parser & converter to JSON 2024-12-30 18:14:34 +01:00
mattias
80c59d2474 fcl-passrc: parser: forbid anonymous/local types in proc args and result types 2024-12-30 15:00:34 +01:00
mattias
4e5be1337c fcl-passrc: parser: forbid local types as proc args 2024-12-30 11:54:52 +01:00
mattias
459e1901d2 fcl-passrc: fixed forbid anonymous range type as proc arg type 2024-12-30 11:30:18 +01:00
mattias
1748f7d860 fcl-passrc: parse and resolve attributes of method arguments 2024-12-30 11:30:18 +01:00
Sven/Sarah Barth
4aed151833 * fix compilation on i8086 where depending on the memory type code and data pointers may be different (Note: this does not mean that the code works as the RTTI data generated by the compiler does not seem valid either) 2024-12-29 18:42:15 +01:00
Sven/Sarah Barth
a2826343bb - remove unnecessary subclassing inside TCustomAVLTreeMap<> 2024-12-27 16:32:06 +01:00
Sven/Sarah Barth
5d65194777 * TList<>.Pack() with method pointer parameter already passes Default(T) to the check function, so use R instead of Default(T) in the Pack() overload without method pointer 2024-12-27 16:32:06 +01:00
Michaël Van Canneyt
d169225b8e * Add MSG_NOSIGNAL and MSG_WAITFORONE. Fixes issue #41073 2024-12-25 16:34:14 +01:00
Michaël Van Canneyt
7245902660 * Correctly set FDeclaredProperties length 2024-12-24 16:19:36 +01:00
Michaël Van Canneyt
a6e7e3e743 * Order of parent/child methods is now same as in delphi documentation 2024-12-23 19:47:19 +01:00
Michaël Van Canneyt
774e96f8a9 * Fixes after re-running test 2024-12-23 19:42:26 +01:00
Michaël Van Canneyt
8834c109fa * Extend error message SErrInvokeArgInvalidType 2024-12-23 19:21:32 +01:00
Michaël Van Canneyt
1f19edef00 * optimization of TRttiInstanceType.ResolveExtendedDeclaredProperties 2024-12-23 18:02:25 +01:00
Michaël Van Canneyt
e552165b7a * GetHasExtendedInfo returns false in TRttiMethod 2024-12-23 17:59:53 +01:00
Michaël Van Canneyt
2070a45217 * GetDataSize is 0 for empty TValue 2024-12-23 17:56:52 +01:00
Michaël Van Canneyt
4afc656ac5 * SMall optimization in TRttiInstanceMethod.GetParameters 2024-12-23 17:54:38 +01:00
Michaël Van Canneyt
b447ab211f * Small change in indexed property .ToString 2024-12-23 17:45:17 +01:00
Michaël Van Canneyt
dfd8f5c62b * TValue.Asstring for double 2024-12-23 17:45:17 +01:00
Alligator-1
886c2ab7d1 Reducing indirect addressing to out parameters 2024-12-20 11:28:58 +00:00
Michaël Van Canneyt
cb072b6b8c * Forgot to commit, main part of indexed properties implementation by Lipinast Lekrisov 2024-12-19 10:40:50 +01:00
Michaël Van Canneyt
b8bf81bc65 * Patch from Lipinast Lekrisov to implement indexed properties 2024-12-18 22:00:11 +01:00
Michaël Van Canneyt
76e2ee9970 * Small improvement in setting method prop, by Lipinast Lekrisov 2024-12-17 21:41:08 +01:00
Michaël Van Canneyt
a1892091ed * Improvements to TValue.ToString by Lipinast Lekrisov 2024-12-17 21:36:43 +01:00
Michaël Van Canneyt
2deb5e6557 * Invoke for record methods, refactoring method rtti by Lipinast Lekrisov 2024-12-17 21:21:23 +01:00
Michaël Van Canneyt
8a92f5f01e * Read/Write static properties. Patch from Lipinast Lekrisov 2024-12-17 18:59:53 +01:00
Michaël Van Canneyt
0acff7a7c1 * Introduce TRttiMethodType.GetMethodKind. Patch by Lipinast Lekrisov 2024-12-17 18:20:32 +01:00
Michaël Van Canneyt
4a596a2de3 * Fix compiler warnings and hints 2024-12-17 18:17:12 +01:00
Michaël Van Canneyt
cc6aabaf8b * Introduce IsClassProperty, Index and Default in TRttiProperty. Patch from Lipinast Lekrisov 2024-12-17 18:10:35 +01:00
Michaël Van Canneyt
fd10c88264 * Correct TRttiOrdinalType.GetIsOrdinal. Patch from Lipinast Lekrisov 2024-12-17 18:06:00 +01:00
Michaël Van Canneyt
072cb55315 * Get method by address. Patch by Lipinast Lekrisov 2024-12-17 17:57:30 +01:00
Michaël Van Canneyt
6c1c3e35ee * Introduce AsOrdinal. Patch by Lipinast Lekrisov 2024-12-17 17:50:31 +01:00
Michaël Van Canneyt
5a6b4ed8e4 * Delphi-compatible ToString for TRttiType. Patch from Lipinast Lekrisov 2024-12-17 17:47:36 +01:00
Michaël Van Canneyt
98a7fe6204 * TValue.From with buffer and typeinfo. Patch from Lipinast Lekrisov 2024-12-17 17:44:57 +01:00
Michaël Van Canneyt
69140d22eb * Allow to cast pointer TValue to class pointer. Patch from Lipinast Lekrisov 2024-12-17 17:39:09 +01:00
Michaël Van Canneyt
5945722811 * Introduce AsRecord. Patch by Lipinast Lekrisov 2024-12-17 17:31:01 +01:00
Michaël Van Canneyt
1c816990c3 * Allow assign of pointer to TValue. Patch by Lipinast Lekrisov 2024-12-17 17:26:33 +01:00
Michaël Van Canneyt
bb2d12457c * Add all test files to project 2024-12-17 17:25:31 +01:00
Michaël Van Canneyt
c29fb28bda * Fixes for unicode rtl 2024-12-13 14:40:35 +01:00
Michaël Van Canneyt
a8ccf71bd0 * Add overload, needed when specializing in Delphi mode 2024-12-13 12:36:27 +01:00
Michaël Van Canneyt
b412765116 * Add service module creation 2024-12-11 11:42:05 +01:00
Michaël Van Canneyt
f38cfbb23f * Append extension, needed for Laz codetools. Fixes issue #41061 2024-12-11 11:42:05 +01:00
Michalis Kamburelis
4c8f718a8b Fix TJSArray._GetStrings: exit once you get correct value, do not fall through to raising error 2024-12-09 22:13:31 +01:00
Michaël Van Canneyt
77ff0bd111 * Patch from Andrew Haines to add EC_* functions. Fixes issue #41056 2024-12-09 19:46:02 +01:00