Commit History

Autor SHA1 Mensaxe Data
  yury a70eba78a6 * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. %!s(int64=18) %!d(string=hai) anos
  yury bbd9f6f993 * Removed $E- directive from tests to fix compilation for arm-wince. %!s(int64=18) %!d(string=hai) anos
  yury d1c2f41c66 * Fixed passing variant parameters by value for ARM. It fixes tw7806.pp. %!s(int64=18) %!d(string=hai) anos
  yury 5b5050a09c * Fixed integer to single conversion for arm-wince. It fixes tw8055.pp test. %!s(int64=18) %!d(string=hai) anos
  Vincent Snijders 2794cef7b7 fixed checksynchronize so that it can be called recursively, fixes issue #9068 and #9079 %!s(int64=18) %!d(string=hai) anos
  yury 029fb7e187 * adapted test for slow cpus like arm. %!s(int64=18) %!d(string=hai) anos
  yury 8e45887e1b * allow assignment of empty dynarray to variant and empty vararray to dynarray. %!s(int64=18) %!d(string=hai) anos
  micha c0fa8fd255 * heap manager: fix thread exit race condition by using single global lock %!s(int64=18) %!d(string=hai) anos
  yury 17764bbbf6 * this test not for wince. %!s(int64=18) %!d(string=hai) anos
  yury 206d027e9e * for ARM CPU records must be aligned in stack depending of record size to prevent misaligned error when the record is passed as parameter in registers. It fixes tcalext* tests for ARM. %!s(int64=18) %!d(string=hai) anos
  yury be65e77702 * fixed test. %!s(int64=18) %!d(string=hai) anos
  yury e305433639 * skip test for wince. %!s(int64=18) %!d(string=hai) anos
  yury 38b8731ba0 * Restored relocs generation for dlls by internal linker. It fixes bug #9048. %!s(int64=18) %!d(string=hai) anos
  Jonas Maebe 2700c4eeb0 * fixed leaking of CGImage in every screen drawing operation %!s(int64=18) %!d(string=hai) anos
  yury 8beb015957 * fixed test. %!s(int64=18) %!d(string=hai) anos
  yury 63965406c4 * VarArrayRedim should accept new HighBound if it is LowBound-1. It clears the array. %!s(int64=18) %!d(string=hai) anos
  michael a7a0e9a307 * Component name can be empty %!s(int64=18) %!d(string=hai) anos
  yury 1ae31b4037 * Delphi compatibility: VarArrayOf([]) should create empty array of variant. %!s(int64=18) %!d(string=hai) anos
  yury 93e72c2079 * Fixed bug introduced by r7667. Do not release pushed return value be callee for cdecl on win32. It fixes error3 of bug #9098. %!s(int64=18) %!d(string=hai) anos
  Almindor a1108a8fbb * update lNet to 0.5.2 %!s(int64=18) %!d(string=hai) anos
  yury 9525ad6edf * removed debug output. %!s(int64=18) %!d(string=hai) anos
  yury a4dfa3b4fd * fixed bug #9107: procedure which have pushed parameters in its body fails if only -OoSTACKFRAME switch is used. %!s(int64=18) %!d(string=hai) anos
  yury 51493d673e * fixed test. %!s(int64=18) %!d(string=hai) anos
  yury ff3bd9fa6f * fixed compilation for arm targets. %!s(int64=18) %!d(string=hai) anos
  yury 3b7e458f02 * Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977. %!s(int64=18) %!d(string=hai) anos
  yury 9bbff8042f * Set return value of safecall procedure if implicit try/finally blocks are disabled. %!s(int64=18) %!d(string=hai) anos
  micha 3b7792ead1 * heaptrace: cleanup orphaned lock only in case of threading used %!s(int64=18) %!d(string=hai) anos
  yury 7a6c15bfcd * fixed test. %!s(int64=18) %!d(string=hai) anos
  yury 5afc9355f8 * use proper runtime error codes for EIntfCastError and ESafecallException exceptions. %!s(int64=18) %!d(string=hai) anos
  yury 9844174e5e * It is needed to destroy exception object in safecall procedure as well. %!s(int64=18) %!d(string=hai) anos