Commit History

Author SHA1 Message Date
  J. Gareth "Curious Kit" Moreton 1bba83cebb * Flags specific to TVecNode have been moved to their own field 1 year ago
  Michaël Van Canneyt b1b5c13671 * Do not dump certificate. Fixes issue #40678 1 year ago
  Michaël Van Canneyt 05f0ceeb26 * Atributes for class/record methods 1 year ago
  florian 4e1f854d49 * patch by Rika + test: Don’t explicitly change GetMem(0) to GetMem(1), it works anyway, resolves #40456 1 year ago
  Michaël Van Canneyt 6bdf9eb096 * Fix compilation with -CriotR 1 year ago
  Michaël Van Canneyt 29b14fec57 * Fix wrong return value in case of multithreaded initialize. Fixes issue #40676 1 year ago
  Michaël Van Canneyt bc2d1cf51c * Remove additional memleak 1 year ago
  Rika Ichinose 9fe350bd91 Alternative implementation of TMonitor for Windows Vista+. 1 year ago
  florian e107aa5b5e * patch by foxpas to disable use of crc32 instructions on x86_64-darwin as they apparently don't work, resolves #40344 1 year ago
  Michaël Van Canneyt 9247957477 * Fix memory leaks 1 year ago
  Michaël Van Canneyt ef6612170c * Implement GetCodeAddress for TRttiInstanceMethod 1 year ago
  Michaël Van Canneyt 2c9870f85a * Attributes must be assigned only to elements before the first colon 1 year ago
  florian 11f076f0e7 + CMPXCHG16BSupport 1 year ago
  mattias 0566580f15 fcl-passrc: delphi multiline strings as separate TPasExprKind pekStringMultiLine 1 year ago
  Michaël Van Canneyt 2463faf5c0 * Implement TRttiField.(G|S)etValue 1 year ago
  Michaël Van Canneyt 4769ed948a * Add codeaddress to extended RTTI for static methods 1 year ago
  mattias d8a2f7f714 pastojs: convert pascal ** to js ** 1 year ago
  mattias 3822465e2f fcl-passrc: fixed precedence of multiply and power 1 year ago
  mattias f1bc31b057 fcl-js: parse power token 1 year ago
  Michaël Van Canneyt 85494cdb1d * Fix wrong type for threadID 1 year ago
  florian f9b98092c4 * stack checking is actually 'S' 1 year ago
  Nikolay Nikolov 6a28ac53da + support the native exception instructions in TWasmValidationStacks.Validate 1 year ago
  Nikolay Nikolov 9da276b352 * fixed bug in thlcgwasm.a_op_reg_reg_reg_checkoverflow that used to generate 1 year ago
  Michaël Van Canneyt 492717a25c * Do not prefix with unit name unless necessary 1 year ago
  Michaël Van Canneyt 8b40033964 * Change argument name 1 year ago
  Rika Ichinose c2176d27ea Use exponential backoff in timeouted ‘TMonitor.Enter’ and explain why it’s still a bad solution. 1 year ago
  Rika Ichinose d1432b7302 TMonitor.Wait temporarily unlocks through recursive calls. 1 year ago
  Rika Ichinose 54bb95da81 ‘LockCount’ does not require atomics. 1 year ago
  Rika Ichinose 074cb3bcf4 Manage ‘TPulseData’s as linked list of structures allocated in ‘Wait’ stack frames. 1 year ago
  Rika Ichinose 7589bb39b8 Set ‘TMonitorData’s without locking. 1 year ago