Histórico de Commits

Autor SHA1 Mensagem Data
  svenbarth 74a1b6406e --- Merging r45159 into '.': há 4 anos atrás
  svenbarth 432fcd52bc Merged revision(s) 45409, 46897-46898, 47007, 47011, 47065, 47084 from trunk: há 4 anos atrás
  michael a14117e0bb * Merging revisions r45805 from trunk: há 5 anos atrás
  marco a4864e36f2 # revisions: 39668,39669,39671,39672,40652,41280,41281,42240,42244,42245,42286,42326,42456,42461,43048,43107,43108,43109,43110,43111,43112,43113 há 5 anos atrás
  michael b3760f5daa * Merging revisions 41819 from trunk: há 6 anos atrás
  marco da5c47ee16 --- Merging r40651 into '.': há 6 anos atrás
  pierre 921b406c05 Fix for webtbs/tw11006.pp and test/tbs/tb0632.pp instability. há 7 anos atrás
  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 há 7 anos atrás
  svenbarth 2d52536460 * only check for the method if one is given at all (otherwise everything would be skipped) há 7 anos atrás
  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()) há 8 anos atrás
  pierre 78343902bf Allow objpas classes and sysutils units to compile with threading support disabled há 8 anos atrás
  svenbarth ed144a6535 * fix for Mantis #30567; the method only needs to be left with nothing to do if both method and thread are Nil há 9 anos atrás
  svenbarth dc5d9c7001 rtl/objpas/classes/classes.inc, TThread: há 9 anos atrás
  svenbarth d5cc59c22e Avoid the creation of a TExternalThread instance for Synchronize() and Queue() (Delphi does the same). há 9 anos atrás
  michael 789b80f702 * ExecuteInThread added há 9 anos atrás
  michael 9157a11b7e * Applied partial patch from barlone to change var->out for IdentToInt há 9 anos atrás
  yury 7c62aadf65 * Fixed string conversion warnings in RTL. há 10 anos atrás
  svenbarth b0fa341006 Fix for Mantis #28271. há 10 anos atrás
  Károly Balogh cdea58317e classes: since AThreads supports suspended thread creation, enable resume code in AfterConstruction for Amiga-like platforms too há 10 anos atrás
  michael af9798c761 * MOve update of threadqueuetail to critical section há 10 anos atrás
  michael 0b52513c18 * Fix for bug ID #27628 há 10 anos atrás
  Tomas Hajny 590e2f7977 * fix for bug #16884 for OS/2 há 10 anos atrás
  Károly Balogh e89669bedc rewrite SpinLock to still work without the need to accidentally disable optimizations for a large part of the classes unit há 11 anos atrás
  pierre d4368c55b9 Fix windows problem with FindResource function há 11 anos atrás
  michael ddf6de1b29 * Implemented ReadComponentRes(ex) for bug #21785 há 11 anos atrás
  nickysn 015c7e951a * Changed the default packset setting to 1 and disabled the padding of 3-byte há 11 anos atrás
  michael b5a2b3860b * Added AddEmptyStrings to ExtractStrings (bug 25633) há 11 anos atrás
  nickysn e342c11085 + introduced a private type TCodePtrList, which is the specialization há 12 anos atrás
  svenbarth bd7cc36ea6 The documentation says that a "BeginThread" needs to be followed by a "CloseThread". The implementation of TThread did not respect this yet. há 12 anos atrás
  svenbarth da7b24e242 Avoid multiple threadvar lookups when querying the current TThread. Inspired by Michael Schnell. há 12 anos atrás