Historia zmian

Autor SHA1 Wiadomość Data
  mattias 1ab29086f8 rtl: fixed indentation 2 lat temu
  Michaël Van Canneyt 1afe0114d4 * Correct name 2 lat temu
  Michaël Van Canneyt 92eab370c3 * Add some methods for improved DUnit compatibility 2 lat temu
  Michaël Van Canneyt 1d7e346831 * Disable result, explicit list cmmand-line argument 2 lat temu
  Michaël Van Canneyt 21f57606a6 * GetAttribute call 2 lat temu
  Michaël Van Canneyt 4d66ac9118 * Add PProcedureSignature 2 lat temu
  Michaël Van Canneyt b8738944ed * Add TNoRefCountObject (delphi compatibility) 2 lat temu
  Sven/Sarah Barth d24eeffa2b * fix #40293: have the SysUtils unit use the TArray<> declaration in the ObjPas unit instead of declaring it again 2 lat temu
  Michaël Van Canneyt 462536ca9b * Forgot to add file 2 lat temu
  Michaël Van Canneyt a50be08348 * Reorganize tests in more clear sets 2 lat temu
  Michaël Van Canneyt bcdd3cd84b * Correct command-line handling 2 lat temu
  Michaël Van Canneyt 6e324989eb * Delphi compatibility: Add conversion between TValue from/to variant and TVarRec 2 lat temu
  florian 52147baa04 * correct tripletcpustr, resolves #40301 2 lat temu
  Michael VAN CANNEYT a3f441b590 * loongarch64 architecture reinstated 2 lat temu
  Michael VAN CANNEYT babcb631f8 * Delegate darwin ifdef out of program flow, towards const, for clarity 2 lat temu
  Michael VAN CANNEYT c0893e5c16 * get rid os some warnings 2 lat temu
  Michael VAN CANNEYT c6effbd676 * Refactor: add utility routine to handle command-line changes 2 lat temu
  Michael VAN CANNEYT a52b3522dc * Refactor: Rename some variables for clarity 2 lat temu
  Michael VAN CANNEYT 647f211aa5 Refactor check for -PB and -PP for clarity of flow 2 lat temu
  Michael VAN CANNEYT 5d104c9115 Refactor initialization of binary and processor name for clarity of flow 2 lat temu
  Michael VAN CANNEYT 27476a915b * Refactor processorname -> suffix name for clarity of flow 2 lat temu
  Michaël Van Canneyt 5ee294f224 * GetExtendedFieldinfo, patch to fix #40300 2 lat temu
  Michaël Van Canneyt 8696ca652d * Emit comments in RTTI info for classes/interfaces 2 lat temu
  Michaël Van Canneyt 0515be62b4 * Add option to allow emitting comments in RTTI info 2 lat temu
  marcoonthegit f0debbe649 * change HDEVNOTIFY to lpvoid/pointer instead of thandle 2 lat temu
  marcoonthegit 67eac52f07 * RegisterDeviceNotification 2 lat temu
  marcoonthegit fc8b28eecd * change types of method from integre to single for tpointf (probably copy-paste the interface error from integer TPoint ) 2 lat temu
  marcoonthegit f4155dc710 * movefile_* consts expanded 2 lat temu
  marcoonthegit e9352b4894 * use predefined pointer types from system as much as possible. This avoids trouble between objpas.pinteger and windows.pinteger in generics. (if windows is only in implementation). 2 lat temu
  Sven/Sarah Barth 5a0ace6d45 * replace Length(<array>) - 1 with High(<array>) which leads to slightly shorter/better code (reported by lagprogramming on the forum) 2 lat temu