Commit Graph

15758 Commits

Author SHA1 Message Date
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
Michaël Van Canneyt
d3316831ca * Dirwatch component 2024-12-09 19:46:02 +01:00
Ondrej Pokorny
63a2a4d9e7 Base64: UnicodeRTL support 2024-12-09 16:16:16 +01:00
Jonas Maebe
ccf1bf8add utcfpmonitor: fix compilation on targets where TThreadID is not an ordinal 2024-12-07 15:07:22 +01:00
mattias
4d67cd80fc fcl-passrc: useanalyzer: fixed marking inline specialize expression of a record method 2024-12-06 20:00:27 +01:00
mattias
9f16b0a0f4 fcl-passc: fixed GetDeclaration of specialize param types 2024-12-06 19:59:44 +01:00
Michaël Van Canneyt
a1a0c0e9ba * Int64 support for AsType 2024-12-05 17:25:12 +01:00
Michaël Van Canneyt
7b3fcc2a2e * Patch from Don Siders to fix typo in CSS attribute name. Fixes issue #41050 2024-12-05 14:54:54 +01:00
Michaël Van Canneyt
d775dadced * Atomics 2024-12-04 23:28:56 +01:00
Karoly Balogh
8685ec918f fcl-base: less typos after 5887b1fe 2024-12-04 01:35:54 +01:00
Michaël Van Canneyt
4ac0781dd8 * Remove erroneously commited commented line 2024-12-03 23:42:49 +01:00
Michaël Van Canneyt
7f682589c7 * Fix compilation 2024-12-03 23:42:49 +01:00
Michaël Van Canneyt
eb08fd88f2 * Allow Boolean -> TValue 2024-12-03 23:42:49 +01:00
Michaël Van Canneyt
5887b1fee3 Allow mutex on wasm 2024-12-03 23:42:49 +01:00
Pierre Muller
1f2ecc9a42 Add missing fpcssresparser unit in fcl-css package 2024-12-03 10:53:38 +00:00
Michaël Van Canneyt
1cd1415df7 * Localhost fallback in case no DNS servers found. Patch from NiteHawk, fixes issue #41047 2024-11-30 19:01:36 +01:00
florian
c8b649186f + g_array* aliases as proposed by sechshelme, resolves #41026 2024-11-30 14:07:44 +01:00
Margers
7e593750e8 fvclip unit file name fixes 2024-11-30 12:46:43 +00:00
Michaël Van Canneyt
9c4a354d7b * Add SharedMemoryBuffer 2024-11-29 11:58:29 +01:00
Michaël Van Canneyt
45f7be1b3c * Unique names for imports 2024-11-28 16:57:08 +01:00
Michaël Van Canneyt
fc0fb5968a * Make names unique across modules 2024-11-28 16:17:46 +01:00
Michaël Van Canneyt
7b213bb4e6 * Store session info only for project files 2024-11-28 11:40:48 +01:00
Michaël Van Canneyt
74ea291454 * Typecast to pointer of self() needed 2024-11-28 11:38:30 +01:00
Margers
ae495ab888 Editor load files in read only mode 2024-11-28 07:47:24 +00:00
Michaël Van Canneyt
7b4a5c9728 * Last patch did not contain all changes... 2024-11-27 23:38:11 +01:00
Michaël Van Canneyt
a30222daed * Fix issue where refresh causes access violation in TBufDataset. Fixes issue #40987 2024-11-27 22:46:26 +01:00
Michaël Van Canneyt
1b8209fee4 * correct TValue.Cast<AnsiString>, patch by Евгений Савин. Fixes issue #41042 2024-11-26 09:04:08 +01:00
Michaël Van Canneyt
7148866f8d * Correctly get callback type 2024-11-25 21:58:17 +01:00
Michaël Van Canneyt
8cedb10c3a * Search for correct element type when checking array types 2024-11-25 21:58:17 +01:00
Michaël Van Canneyt
0ca0990e8b * System.Types for Delphi code 2024-11-25 21:58:17 +01:00
Michaël Van Canneyt
8d24a28c56 * Do not call parsing if JSON is empty (e.g. return 204 with empty body) 2024-11-25 21:58:17 +01:00
Michaël Van Canneyt
8ffbbe6a93 * Patch from Евгений Савин to fix TValue.From<managedrecord>. Fixes issue #41013 2024-11-25 14:01:26 +01:00
Michaël Van Canneyt
e03e62f013 * Some fixes in handling of headers 2024-11-23 22:54:40 +01:00
Michaël Van Canneyt
b05e85dda9 * Implement some GetValue methods 2024-11-23 22:08:17 +01:00
Michaël Van Canneyt
26b6d0223e * Add IsType with aEmptyAsAnyType param 2024-11-23 10:23:36 +01:00
florian
09f3600cc4 * patch by Lipinast Lekrisov: fix building ffi.pp on macOS, resolves #41035 2024-11-21 22:02:10 +01:00
mattias
3c6f111209 pastojs: added resourcestring 2024-11-21 12:13:40 +01:00
mattias
3fbb5e3ecf fcl-passrc: started test for method param attributes 2024-11-21 12:13:40 +01:00
Michaël Van Canneyt
03f98e749c * Fix TValue casts, patch by Евгений Савин, fixes issue #41030 2024-11-21 11:51:11 +01:00
Michaël Van Canneyt
1230e5a623 * Delphi-compatible output for tvalue.asstring for float value. Fixes issue #41027 2024-11-19 23:34:28 +01:00
zamtmn
b3e8d88f68 GetMutableValue and TryGetMutableValue for fcl-stl.TMap and rtl-generics.generics.TDictionary 2024-11-19 16:42:59 +00:00
Ondrej Pokorny
bc7ed55aab fix TCustomBase64Encoding.DoEncode(TStream) 2024-11-18 22:24:21 +00:00
Ondrej Pokorny
303834e2a2 TCustomBase64Encoding.DoDecode/DoEncode(array of Byte): no UTF8 encoding/decoding 2024-11-18 22:24:21 +00:00
Ondrej Pokorny
ddf56bee7a System.NetEncoding: Delphi-compatible Base64 and Base64String encodings 2024-11-18 22:24:21 +00:00
Michaël Van Canneyt
94a4a38ad6 * Added new test unit 2024-11-18 23:02:36 +01:00
Michaël Van Canneyt
2301f09d77 * OpenAPI support for SQLDBRest 2024-11-18 23:02:36 +01:00
Michaël Van Canneyt
3855187038 Type maps signature changed 2024-11-18 23:02:36 +01:00
Michaël Van Canneyt
d84731a07e * Corrected tests 2024-11-18 23:02:36 +01:00