提交历史

作者 SHA1 备注 提交日期
  svenbarth 4ff6c7bddf + add Delphi compatible exception types 8 年之前
  svenbarth fde056899d + add a TArray specialization for TValue as Lazarus does not yet handle inline specializations in parameter declarations gracefully 8 年之前
  svenbarth 0b1b82bb2d * test reference of empty values of different types 8 年之前
  svenbarth a06ed3c929 * adjust handling of empty buffer as a valid reference is needed nevertheless 8 年之前
  svenbarth 25d9c85a87 - remove debug output -.- 8 年之前
  svenbarth 36451e271c * test for unassigned TypeInfo 8 年之前
  svenbarth 93a65d3a78 * correctly handle the case of an unassigned TypeInfo 8 年之前
  svenbarth 4de7b43a5c * enable tests of TTestMethod, TTestEnum and TTestSet now that they're public and Delphi doesn't complain anymore about them not having any runtime information... 8 年之前
  svenbarth 60217d87a4 * implement handling of tkSet (which is a hybrid type regarding its storage) 8 年之前
  svenbarth 820ba03ef0 * allow making a value of a enumeration 8 年之前
  svenbarth b1439c066a * share types to reduce unnecessary duplication 8 年之前
  svenbarth 4dc6d1f8f6 * test for correct DataSize if value is empty 8 年之前
  svenbarth 4ae1d65bad * GetDataSize also needs to return a valid size if the value is empty 8 年之前
  svenbarth 621316c6dc * raw interfaces are not handled through IValueData so correctly return their size in GetDataSize 8 年之前
  svenbarth 5f02c30eed * explicitely state which check failed 8 年之前
  svenbarth 1dccc3469b * more correct cleaning of the variant part of TValueData in case a Pointer is larger or equal to QWord in size 8 年之前
  svenbarth ec7a17d1e3 * extend test for interface helper by tests for "inherited" 8 年之前
  svenbarth 6acba684d4 * class helpers: fix calling virtual methods of the extended type using inherited 8 年之前
  maciej-izak 597cf52a3a fcl-passrc: paswrite: allow to write procedure type 8 年之前
  maciej-izak 2e37c05f23 fcl-passrc: pparser: "class var" is section, not single modifier 8 年之前
  michael 6e308feb60 * Patch from Pascal Riekenberg to fix HasAggregate for functions 8 年之前
  pierre e325284160 Fix compilation failure for systems that do not have dynlibs 8 年之前
  florian 4d5a94644f * do not call a_load_reg_reg with tosize=OS_NO 8 年之前
  michael f6918dac3e * Fix from Graeme Geldenhuys to avoid memleaks by early exit 8 年之前
  michael 4f6b0feda3 * Patch from Graeme Geldenhuys to fix some unused variables warnings 8 年之前
  michael df49642935 * Patch from Graeme Geldenhuys to fix visibility warnings 8 年之前
  michael c74cf991a0 * Patch from Graeme Geldenhuys to avoid compiler warnings 8 年之前
  michael a4c4ce1764 * Capture result in SafeLoadLibrary 8 年之前
  michael b6700f68b8 * Fix bug #32314 (SafeLoadLibrary does nothing on other platforms than windows) 8 年之前
  michael 0117568c25 * Patch from Martok to let CreateElement create correct class (bug ID 32322) 8 年之前