Historie revizí

Autor SHA1 Zpráva Datum
  Rika Ichinose 6a7d42bb22 Fix leaks on DLL unloading. před 2 dny
  Pierre Muller b1f0c504cc Fix wince compilation using FPC_HAS_SYSRELOCATETHREADVAR_ASM macro. před 1 rokem
  Rika Ichinose c68788e03e Low-level optimistic implementations of SysRelocateThreadvar that directly read TEB. před 1 rokem
  Rika Ichinose 6489b6fc36 Shorten win/systhrd.inc; fix SetThreadStackGuarantee signature. před 1 rokem
  Sven/Sarah Barth 75b5e8e63d * fix #40603: před 1 rokem
  florian acb6c7f36b * win64 has always SetThreadStackGuarantee před 1 rokem
  Rika Ichinose a774075f2f Support Windows XP where SetThreadStackGuarantee is absent. před 1 rokem
  florian a2f2af87d2 * Windows CE does not support SetThreadStackGuarantee před 1 rokem
  florian 14ab1cfb71 * set stack margin on windows, so there is stack space left for exception handling in case of a stack overflow, resolves #40589 před 1 rokem
  Sven/Sarah Barth 38ca4f9157 * remove semicolon to make Lazarus happy před 1 rokem
  Rika Ichinose 62bc640306 Also prevent SyncObjs.THandleObject.WaitForMultiple from unconditionally linking to ole32.dll. před 2 roky
  Rika Ichinose 943b88e3da Delay-load CoWaitForMultipleHandles to not force the dependency on ole32.dll. před 2 roky
  Michael VAN CANNEYT 706e090457 * Char -> AnsiChar před 2 roky
  marcoonthegit f1fcdcfbc3 * Switched from waitformultiple objects to -handles for xp/w7 compat, closes 40297 před 2 roky
  marcoonthegit 452ec93f06 * implement waitformultiple for win32 only. před 2 roky
  svenbarth 5a20531d9b * rework the basic event on Windows so that peventstate directly represents the Event handle před 4 roky
  ondrej c64429cdd0 * lazy thread initialization support před 5 roky
  svenbarth 73026618c8 * protect against empty strings inside the SetThreadDebugNameA and -U functions před 5 roky
  svenbarth 68d743a83e * fix for Mantis #36941: apply (adjusted) patch by Bi0T1N to implement SetThreadDebugNameA and -U for Windows, with the exception of Windows CE 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
  svenbarth e131a4e014 * nicely align assignment of TThreadManager.CloseThread před 5 roky
  marco 98b1d2b975 * use wingetprocaddress instead of getprocaddress in code under SUPPORT_WIN95. před 5 roky
  florian bb8b8f2eae * do not set IsMultithread on windows, if no second thread is started, resolves #30535 před 8 roky
  svenbarth f8b458106e * fix for Mantis #30747: for anonymous events CreateEvent() needs to be called with a Nil parameter for the name, not an empty string před 9 roky
  svenbarth 535621faaa Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATION which is more logical considering the record's name před 9 roky
  svenbarth 6afda909d4 Rework TlsKey handling on Windows so that it works as intended with indirect main information před 9 roky
  sergei 83deae45b8 * First part of 64-bit Windows fixes from Mantis #23074. před 11 roky
  sergei 179586f589 + SEH support for Win32. Enable by cycling with OPT=-dTEST_WIN32_SEH. před 12 roky
  sergei 6788fd6433 + Win64 SEH: install a top-level exception handler around thread functions. This was a missing puzzle piece of SEH support. Now behavior of unhandled exceptions in non-main threads is consistent with that of main thread, and, in general, behavior of SEH-enabled RTL is consistent with one without SEH. před 12 roky
  sergei 7969fb4ee1 - Removed TlsSize variable, it duplicates threadvarblocksize. před 12 roky