Mattias Gaertner
|
7324fda194
pastojs: for e in TArrEnum do, for VT in TArrOfT do
|
7 年 前 |
Mattias Gaertner
|
b1a45494d3
fcl-passrc: resolver: for e in TArrEnum do
|
7 年 前 |
Mattias Gaertner
|
a8f18c29fb
fcl-js: test var a=1,b=2,c=3
|
7 年 前 |
Mattias Gaertner
|
effbafabd2
pas2js: fixed globbing * ignoring . and ..
|
7 年 前 |
svenbarth
|
88a9d07820
* extend test so that the methods and parameters of interfaces are checked as well
|
7 年 前 |
svenbarth
|
1ee24374f1
* implement GetDeclaredMethods() for interface types
|
7 年 前 |
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 年 前 |
svenbarth
|
f8c5272b8f
+ add method to query the method count of an interface
|
7 年 前 |
svenbarth
|
3e25e153e0
+ add implementation class for methods of an interface
|
7 年 前 |
svenbarth
|
6c02433e1e
+ add methods to easily access a context token's AddObject() and GetByHandle() methods inside the Rtti unit
|
7 年 前 |
svenbarth
|
7ad3a0f12c
+ add implementation class for parameters of methods that belong to a VMT-based type
|
7 年 前 |
svenbarth
|
68c7308de3
- remove unused variable
|
7 年 前 |
svenbarth
|
28640ba350
+ add base types for the RTTI of methods and parameters
|
7 年 前 |
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 年 前 |
Mattias Gaertner
|
8d36c0d64e
pas2js: added -i -iD -iSO -iSP -TO -iTP
|
7 年 前 |
marco
|
09dd6047f7
* comment spelling fix
|
7 年 前 |
michael
|
3496256179
* Added library version of pas2js
|
7 年 前 |
michael
|
3990686be3
* Some fixes for names when installing libraries
|
7 年 前 |
michael
|
024a92b2da
* Support for shared libraries
|
7 年 前 |
michael
|
8342c502c5
* Initial check-in of pas2js changes
|
7 年 前 |
nickysn
|
5fd1d28f62
* changed the parameters to SetMouseXRange and SetMouseYRange (used internally
|
7 年 前 |
nickysn
|
91a182081f
* initialize regs.ax at once, instead of setting regs.ah and regs.al to two
|
7 年 前 |
nickysn
|
9d4e9dc9c8
+ zero out the TVESAInfoBLock structure before doing the VBE get information
|
7 年 前 |
nickysn
|
4655e4a424
+ ported the 'vesamode' unit to i8086-msdos
|
7 年 前 |
nickysn
|
aebc0a74f7
+ enabled compilation of the 'fv' package for i8086-msdos
|
7 年 前 |
nickysn
|
a82740d7a7
+ implemented the video and mouse units for i8086-msdos
|
7 年 前 |
nickysn
|
81b56c9d4b
* use movedata() in the msdos crt unit
|
7 年 前 |
nickysn
|
29f307589e
+ added an i8086-specific procedure MoveData, that allows moving of far data,
|
7 年 前 |
Mattias Gaertner
|
53940cdfb2
pastojs: convert Assigned() to !=null, so that Assigned(undefined) gives false
|
7 年 前 |
nickysn
|
d8a2285a91
+ enabled compilation of unit classes for win16; compiles only in the large
|
7 年 前 |