Commit Verlauf

Autor SHA1 Nachricht Datum
  svenbarth b2932393df Reintegration of Custom Attributes branch by Joost van der Sluis with patches reworked by Svetozar Belic [patch 1/3] vor 6 Jahren
  florian 3b77146e1c * adapt FPC_Unwind_Exception for native eh_frame support vor 6 Jahren
  Jonas Maebe ef1757a5a7 + ARM EABI exception handling support for PSABIEH vor 6 Jahren
  Jonas Maebe 3cfad8fba8 * renamed FPC_USE_PSEABIEH to FPC_USE_PSABIEH vor 6 Jahren
  Jonas Maebe b2d1ab7f05 * basic helpers for DWARF/PSABI EH-based exception handling (based on vor 6 Jahren
  florian 0725bfcdf0 * do not generate references to the variant type, if the variants feature is not available vor 7 Jahren
  michael 3787d52dee * Fix bug ID #32353, reset ref count fields in destructor vor 8 Jahren
  michael 9878dc280b * Fix bug ID #32168 vor 8 Jahren
  marco a2d397c064 * pmethod declaration, patch from mantis #31576 by Silvio vor 8 Jahren
  florian 091b31fc76 * fix avr compilation after r34975 by more tests against feature defines, resolves #31036 vor 8 Jahren
  florian bcb7061314 * made TObject usable, even if no ansistring support is available vor 8 Jahren
  michael 784da563ef * Patch from Silvio Clecio to implement QualifiedClassName (bug ID 30985) vor 8 Jahren
  nickysn 7d15b688e8 * TInterfaceEntry changed to a variant record, that overlays a CodePointer on vor 9 Jahren
  nickysn 019f904be8 - removed the FPC 2.6.x compatibility ifdefs from tinterfaceentry vor 9 Jahren
  svenbarth fb6546972b * IID and IIDStr references of the VMT's interface table need to be indirect vor 9 Jahren
  svenbarth 61551cbb0f * move properties and functions of TVMT to the end of the record, so that one only needs to adjust the total entry count TVMTBuilder.generate_vmt_def() vor 9 Jahren
  svenbarth 685f820622 * switch class'/object's parent reference in the VMT to an indirect reference vor 9 Jahren
  Jonas Maebe f22c7cc3fc - removed "packed" and dummy field (that was required because of vor 9 Jahren
  Jonas Maebe 0c904e92ff * moved TResourceStringRecord from the objpas to the system unit so it can be vor 9 Jahren
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 vor 10 Jahren
  Jonas Maebe 87e55caabc * declare tvarrec.vpchar explicitly as pansichar for documentation purposes vor 11 Jahren
  Jonas Maebe 427b05e97c * converted TVMTWriter.intf_write_table() to the high level typed constant vor 11 Jahren
  florian 03c553606e - unneeded spaces removed vor 11 Jahren
  nickysn 4f4e00e758 + i8086 far data memory model fixes in tinterfaceentry and tinterfacetable vor 11 Jahren
  nickysn e1716c097d * set the vmtParent constant according to sizeof(SizeInt) instead of vor 11 Jahren
  sergei b82b6da493 + Win32 SEH: to avoid memory leaks, it is necessary to free exception object for non-FPC exceptions on re-raise (it will be re-created by next exception handler). vor 11 Jahren
  sergei 179586f589 + SEH support for Win32. Enable by cycling with OPT=-dTEST_WIN32_SEH. vor 11 Jahren
  nickysn c1b0fb81f1 * updated all the RTL helper functions related to exceptions and stack traces to use codepointer instead of pointer vor 12 Jahren
  nickysn 728e8c62a7 * virtual method pointers in the objpas.TVmt record declared as codepointer; the vmtXXX constants also fixed vor 12 Jahren
  nickysn ef2423128f * use CodePointer instead of Pointer in TObject.MethodName() and .MethodAddress() for i8086 medium memory model compatibility vor 12 Jahren