Historique des commits

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