Komit Sejarah

Pembuat SHA1 Pesan Tanggal
  Michaël Van Canneyt a164b7ca7b * Delta stream support 1 tahun lalu
  Michaël Van Canneyt 0b5764ef9d * Add delphi-compatible observers to classes 1 tahun lalu
  Michaël Van Canneyt 080e31d17b * Some delphi compatibility types and consts 1 tahun lalu
  Michael VAN CANNEYT e04f02dc37 * Dotted RTL compiles 2 tahun lalu
  Michael VAN CANNEYT 04362649b6 * Adapt classes to Unicode RTL : Give string/char correct type depending on case 2 tahun lalu
  Michael VAN CANNEYT c24cae15d9 * Add MainUnit 2 tahun lalu
  Michael VAN CANNEYT 4fdb7094e2 * Char -> AnsiChar 2 tahun lalu
  Sven/Sarah Barth 9e5c8446ae * change Result of CheckSynchronize to true when at least one method was executed (matches with both FPC and Delphi documentation) 2 tahun lalu
  Sven/Sarah Barth 42472aac89 + add function reference suitable overload of TThread.ForceQueue() 2 tahun lalu
  Michaël Van Canneyt e273d3cbaa * Resource handle is not resource ID 2 tahun lalu
  Michaël Van Canneyt fd80464d50 * Fix windows compilation 2 tahun lalu
  Michaël Van Canneyt 220ffdbb92 * Avoid useless exceptions by checking existence of resource 2 tahun lalu
  mattias 7b72ee640f rtl: ObjectBinaryToText, ObjectTextToBinary: support unitname/classname 2 tahun lalu
  marcoonthegit e5ac0b2689 * anonymous method overloads for synchronize/queue. 3 tahun lalu
  Michaël Van Canneyt 52c8ac0ca0 * Fix by Mark Paley to add IfThen for StringList and TStringDynArray. Issue #39314 4 tahun lalu
  ondrej 706d89d6cc * GlobalNameSpace must EndWrite before it is released to unlock the critical section 4 tahun lalu
  ondrej 192bbc07f5 * simplify TThread.RemoveQueuedEvent - decide what to delete and not what to leave (better corresponds with the docs) 5 tahun lalu
  svenbarth a624348692 * when removing a method from the synchronization queue using TThread.RemoveQueuedEvent then both the Code and the Data need to match (Delphi does the same) 5 tahun lalu
  svenbarth 11b601d44c * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 5 tahun lalu
  michael b7bd9f3325 * Add TerminatedSet (delphi compatibility, bug ID #37388) 5 tahun lalu
  svenbarth c8b7094378 * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionality to the thread manager to set a thread's debug name (if supported by the platform) 5 tahun lalu
  michael e3973e9c4e * Fix bug #35305, lazy instantiation of class alias list. Patch from Ondrej Pokorny 6 tahun lalu
  svenbarth b810d8f32b * fix for Mantis #35027: ensure that the synchronize event entry is reset correctly in case of an exception 6 tahun lalu
  svenbarth 1502a13e7c * fix for Mantis #35028: when the mainthread executes a queued ThreadMethod make sure that the queue entry is released even if an exception is raised 6 tahun lalu
  svenbarth 81fa0924d8 * an exception does not need to inherit from Exception, so declare that as such for the thread queue entry for the sake of clarity 6 tahun lalu
  svenbarth 3e0da1ef1c * fix for Mantis #34640: don't access the thread queue entry directly after it was added to the queue if it's a Queue()d entry instead of a Synchronize()d one 6 tahun lalu
  pierre 921b406c05 Fix for webtbs/tw11006.pp and test/tbs/tb0632.pp instability. 7 tahun lalu
  svenbarth 640480272f * adjust TThread.Synchronize so that it also works correctly if the passed in thread instance is not the instance of the current thread 7 tahun lalu
  svenbarth 2d52536460 * only check for the method if one is given at all (otherwise everything would be skipped) 7 tahun lalu
  svenbarth 81a0f88d8c + add Delphi compatible TThread.ForceQueue() which enqueues the method also for the main thread (at least if the RTL is in multi threading mode, otherwise it's still executed right away - whether this is Delphi compatible needs to be tested as I only have a 10.1 currently which does not yet support TThread.ForceQueue()) 8 tahun lalu