Historie revizí

Autor SHA1 Zpráva Datum
  Michaël Van Canneyt af3ebf1464 * Change GetSystemTimes signature to be delphi compatible, implement for linux před 1 rokem
  Michaël Van Canneyt 49100cc42b * Add Current and CurrentIsMain před 1 rokem
  Michaël Van Canneyt 29e2277d98 * Add CreateAnonymousThread with anonymous procedure před 1 rokem
  Michaël Van Canneyt 972b5181eb * Delta stream support před 1 rokem
  Michaël Van Canneyt 594090b215 * Add delphi-compatible observers to classes před 1 rokem
  Michaël Van Canneyt e4ebf46df3 * Some delphi compatibility types and consts před 1 rokem
  Michael VAN CANNEYT ccfa38c68e * Dotted RTL compiles před 2 roky
  Michael VAN CANNEYT 68db04d89e * Adapt classes to Unicode RTL : Give string/char correct type depending on case před 2 roky
  Michael VAN CANNEYT 98cdab5200 * Add MainUnit před 2 roky
  Michael VAN CANNEYT d23fa5a87f * Char -> AnsiChar před 2 roky
  Sven/Sarah Barth e774a6275c * change Result of CheckSynchronize to true when at least one method was executed (matches with both FPC and Delphi documentation) před 2 roky
  Sven/Sarah Barth b2b2606e36 + add function reference suitable overload of TThread.ForceQueue() před 2 roky
  Michaël Van Canneyt 0e2102e172 * Resource handle is not resource ID před 2 roky
  Michaël Van Canneyt c3c3bd3471 * Fix windows compilation před 2 roky
  Michaël Van Canneyt f9a96e5e63 * Avoid useless exceptions by checking existence of resource před 2 roky
  mattias ea4768456f rtl: ObjectBinaryToText, ObjectTextToBinary: support unitname/classname před 2 roky
  marcoonthegit e5ac0b2689 * anonymous method overloads for synchronize/queue. před 3 roky
  Michaël Van Canneyt 52c8ac0ca0 * Fix by Mark Paley to add IfThen for StringList and TStringDynArray. Issue #39314 před 4 roky
  ondrej 706d89d6cc * GlobalNameSpace must EndWrite before it is released to unlock the critical section před 4 roky
  ondrej 192bbc07f5 * simplify TThread.RemoveQueuedEvent - decide what to delete and not what to leave (better corresponds with the docs) před 5 roky
  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) před 5 roky
  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 před 5 roky
  michael b7bd9f3325 * Add TerminatedSet (delphi compatibility, bug ID #37388) před 5 roky
  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) před 5 roky
  michael e3973e9c4e * Fix bug #35305, lazy instantiation of class alias list. Patch from Ondrej Pokorny před 6 roky
  svenbarth b810d8f32b * fix for Mantis #35027: ensure that the synchronize event entry is reset correctly in case of an exception před 6 roky
  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 před 6 roky
  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 před 6 roky
  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 před 6 roky
  pierre 921b406c05 Fix for webtbs/tw11006.pp and test/tbs/tb0632.pp instability. před 7 roky