Historique des commits

Auteur SHA1 Message Date
  Rika Ichinose d7352e7b66 Remove most of the VER3_0 conditionals. il y a 1 an
  Rika Ichinose 8d12774d3b Don’t cache process ID. il y a 1 an
  Michaël Van Canneyt e80ce5f61f * Allow to disable monitor il y a 1 an
  Rika Ichinose 6489b6fc36 Shorten win/systhrd.inc; fix SetThreadStackGuarantee signature. il y a 1 an
  Michaël Van Canneyt 4c26e4f989 * Enable monitor support il y a 1 an
  Rika Ichinose 48815baef6 Load oleaut32.dll for widestrings on demand. il y a 2 ans
  florian acb6c7f36b * win64 has always SetThreadStackGuarantee il y a 1 an
  Rika Ichinose a774075f2f Support Windows XP where SetThreadStackGuarantee is absent. il y a 1 an
  florian 14ab1cfb71 * set stack margin on windows, so there is stack space left for exception handling in case of a stack overflow, resolves #40589 il y a 1 an
  Rika Ichinose 943b88e3da Delay-load CoWaitForMultipleHandles to not force the dependency on ole32.dll. il y a 2 ans
  florian 4236bee6f1 * win64: factored out cpu specific code il y a 4 ans
  pierre 297f468cd6 Use // comments as curly brackets not recognized as comment start inside aarch64 assembly blocks il y a 5 ans
  florian 7281ea7a2c * floating point division by zero should throw run time error 208, fixed il y a 5 ans
  yury 8d95da3fea * Windows: Reworked handling of command line arguments to properly support Unicode: il y a 5 ans
  yury 7b425ed4a6 * Moved the common interface part of the win32 and win64 System units to the syswinh.inc include file. il y a 5 ans
  svenbarth 96c52ef16d + implement a main_wrapper for the default exception handler for aarch64-win64 il y a 5 ans
  svenbarth 4e06d66d7f + implement RTL functionality for SEH for aarch64-win64 il y a 5 ans
  svenbarth bfa5bf80e2 * inside the Win64 system unit convert FPC_USE_WIN64_SEH to a SYSTEM_USE_WIN_SEH il y a 5 ans
  svenbarth 5c898fe795 * enable is_prefetch only for x86 code il y a 5 ans
  svenbarth c474b95dfc * disable some x86_64 specific assembly routines il y a 5 ans
  pierre 84ebe96d41 Define FPC_IS_SYSTEM at start of all system.pp source il y a 6 ans
  svenbarth cfa5b9d809 - the external declaration of PascalMain is no longer needed for Win64 on 3.1.1+ il y a 9 ans
  Tomas Hajny e5ceb04725 * patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHandler for Win32 and Win64 il y a 9 ans
  svenbarth 2808be3e20 + add and use sysinit unit for Win64 (only one since we don't support cygwin and gprof there) il y a 9 ans
  svenbarth dbbd7b6969 * use FPCSysInstance instead of SysInstance directly il y a 9 ans
  svenbarth af53fcb48c Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32 il y a 9 ans
  svenbarth b525cecad8 - get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) ) il y a 10 ans
  sergei d93d36e6d3 * Win64: Use separate implementation of CaptureBacktrace that calls RtlCaptureStackBackTrace. This way it does not require non-optimized code to work correctly. il y a 11 ans
  svenbarth 2d454dc8fa Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. il y a 11 ans
  florian 43515ab109 * explicitly add asmmode, resolves #27255 il y a 11 ans