Historia zmian

Autor SHA1 Wiadomość Data
  svenbarth af7532fd67 Fix startup problem in Lazarus if compiled with ARC-branch compiler. 11 lat temu
  svenbarth b3be4d9992 Fix usage of refcounted types from another unit. 11 lat temu
  svenbarth 2c39beaecd Fix initialization/finalization of good old objects that have a parent 11 lat temu
  svenbarth 83375bf566 Fix usage of good old objects with VMT. 11 lat temu
  svenbarth 70e2785dbd Ensure that legacy code does not unnecessarily interfere with ARC. 11 lat temu
  svenbarth c599464608 Fix compilation of PPUDump. 11 lat temu
  svenbarth 745c981b5d Avoid access to a non existing field during cycling (just in case). 11 lat temu
  svenbarth 8c6d22bf18 Fix cycling. 11 lat temu
  svenbarth 9868b82f64 Rename ARC related methods of TObject so that they conflict less with existing methods/fields (in this case the "refcount" field of TSymtable in the compiler) 11 lat temu
  svenbarth c085b1bdcf Fix compilation with 2.6.x series. 11 lat temu
  svenbarth a55ac22d32 Fix compilation with 2.6.x. 11 lat temu
  svenbarth 6225112e52 Fix compilation with 2.6.x. 11 lat temu
  svenbarth 3c800c5563 Various checks for "weak" variables/parameters/fields. 11 lat temu
  svenbarth 59198b8503 Avoid an internal error for accessing fields of a reference counted class. 11 lat temu
  svenbarth b8af1f912a Don't return class instances in parameters even if they are reference counted (might lead to potential problems, but otherwise some of the compiler's expectations regarding class instances fail). 11 lat temu
  svenbarth 8b7f561408 Revert unintended commit. 11 lat temu
  svenbarth 0c9cca0a20 Correctly handle reference counted classes inside their constructors. 11 lat temu
  svenbarth 80faa51a90 Don't try to load the RTTI for reference counted classes. 11 lat temu
  svenbarth 3a0fca6380 Reference counted classes are considered as needing an init table. 11 lat temu
  svenbarth 8721896d92 Initialize reference counted class variables (or out parameters) with Nil. 11 lat temu
  svenbarth 41269d6072 Call the RTL helpers for reference counted classes. 11 lat temu
  svenbarth e358ac5482 Handle initialization/finalization and copying of records. 11 lat temu
  svenbarth 2a4e3a5c3b Add support for manual reference counting of reference counted class instances. 11 lat temu
  svenbarth 7e9484ad0a Add RTL Helpers for increasing and decreasing reference count as well as assigning reference counted class instances to one another. 11 lat temu
  svenbarth eef2c1652f Add the offset to the reference count field relative to Self to the VMT (which works better than adding it to the RTTI). 11 lat temu
  svenbarth 878483ad50 Add possibility to query the hidden field of a class that represents the reference count 11 lat temu
  svenbarth 4b6216ddd7 "Self" variable is considered as "weak". 11 lat temu
  svenbarth d71f6a6ac3 Correctly denote the Result symbol as "weak" if it was parsed as such. 11 lat temu
  svenbarth 586c54dad2 Add support for parsing "refcounted" in classes. 11 lat temu
  svenbarth 1671645bc0 Add support for parsing "weak" directive for variables, fields and parameters. 11 lat temu