Commit History

Author SHA1 Message Date
  svenbarth 88a9d07820 * extend test so that the methods and parameters of interfaces are checked as well 7 years ago
  svenbarth 1ee24374f1 * implement GetDeclaredMethods() for interface types 7 years ago
  svenbarth 16b20911bd + add methods to retrieve an array of methods of a type (both those only declared in the current type as well as all of the type's hierarchy) 7 years ago
  svenbarth f8c5272b8f + add method to query the method count of an interface 7 years ago
  svenbarth 3e25e153e0 + add implementation class for methods of an interface 7 years ago
  svenbarth 6c02433e1e + add methods to easily access a context token's AddObject() and GetByHandle() methods inside the Rtti unit 7 years ago
  svenbarth 7ad3a0f12c + add implementation class for parameters of methods that belong to a VMT-based type 7 years ago
  svenbarth 68c7308de3 - remove unused variable 7 years ago
  svenbarth 28640ba350 + add base types for the RTTI of methods and parameters 7 years ago
  Károly Balogh f7478704cb fpmake's -sp shortcut for -skipcrossprograms changed to -scp in r34685 because it overlapped with -sp for searchpath causing havoc in crossbuilds. clean up some accidental leftovers of -sp in ide and utils directory 7 years ago
  Mattias Gaertner 8d36c0d64e pas2js: added -i -iD -iSO -iSP -TO -iTP 7 years ago
  marco 09dd6047f7 * comment spelling fix 7 years ago
  michael 3496256179 * Added library version of pas2js 7 years ago
  michael 3990686be3 * Some fixes for names when installing libraries 7 years ago
  michael 024a92b2da * Support for shared libraries 7 years ago
  michael 8342c502c5 * Initial check-in of pas2js changes 7 years ago
  nickysn 5fd1d28f62 * changed the parameters to SetMouseXRange and SetMouseYRange (used internally 7 years ago
  nickysn 91a182081f * initialize regs.ax at once, instead of setting regs.ah and regs.al to two 7 years ago
  nickysn 9d4e9dc9c8 + zero out the TVESAInfoBLock structure before doing the VBE get information 7 years ago
  nickysn 4655e4a424 + ported the 'vesamode' unit to i8086-msdos 7 years ago
  nickysn aebc0a74f7 + enabled compilation of the 'fv' package for i8086-msdos 7 years ago
  nickysn a82740d7a7 + implemented the video and mouse units for i8086-msdos 7 years ago
  nickysn 81b56c9d4b * use movedata() in the msdos crt unit 7 years ago
  nickysn 29f307589e + added an i8086-specific procedure MoveData, that allows moving of far data, 7 years ago
  Mattias Gaertner 53940cdfb2 pastojs: convert Assigned() to !=null, so that Assigned(undefined) gives false 7 years ago
  nickysn d8a2285a91 + enabled compilation of unit classes for win16; compiles only in the large 7 years ago
  nickysn 572ec3b0d5 + enabled compilation of unit fgl for win16 7 years ago
  nickysn 0b48943a1e + enabled compilation of unit typinfo for win16 7 years ago
  nickysn 532ff65e87 + enabled compilation of unit types for win16 7 years ago
  nickysn b76bc68214 + enabled compilation of unit math for win16 7 years ago