joost
|
c3d0757f11
* Added ability to read the name of the configuration file
|
6 vuotta sitten |
Jonas Maebe
|
1b0b81f714
* hopefully fix fpu emulation ppu header flag check after r41846
|
6 vuotta sitten |
Jonas Maebe
|
0b61b5d4cf
* added extra header to ppu inside a subsection, so we won't run into
|
6 vuotta sitten |
marco
|
162bd5e251
* metrics constants by Gareth and 440bx. Added SM_CARETBLINKINGENABLED for good measure.
|
6 vuotta sitten |
svenbarth
|
18519c9559
* fix for Mantis #34526: rely on tc_arrayconstructor_2_set instead of manually converting an array constructor to a set, this way assignment operator overloads are taken into account as well
|
6 vuotta sitten |
svenbarth
|
156b25501d
* improve conversion of array constructor to set so that it behaves as if done inside pass_typecheck
|
6 vuotta sitten |
svenbarth
|
c6d963ccd9
* also enable implementation tests on Win64
|
6 vuotta sitten |
svenbarth
|
cfdd800591
* also handle const untyped parameters if they're to be passed on the stack
|
6 vuotta sitten |
Mattias Gaertner
|
2b606a069b
pastojs: fixed TExt(TExt.new)
|
6 vuotta sitten |
svenbarth
|
4e0cc65c63
* correctly handle untyped parameters
|
6 vuotta sitten |
svenbarth
|
9e9aca6fea
* correctly handle Comp and Currency parameters as well as results (at least on the X86 platforms :/ )
|
6 vuotta sitten |
svenbarth
|
04f681d7c6
* directly pass the pointer to the result value; avoids an unnecessary copy operation
|
6 vuotta sitten |
svenbarth
|
36255a700d
* there is no CPUX86 define that is set for all three X86 variants (i8086, i386, x86_64), so check for each separately
|
6 vuotta sitten |
svenbarth
|
bbac2c1fbf
+ add CreateImplementation to TRttiMethod to create an implementation of a method that can be used with a VMT
|
6 vuotta sitten |
svenbarth
|
69f54b31e7
+ introduce a base type for RTTI related exceptions
|
6 vuotta sitten |
svenbarth
|
f9fe3d0a0a
+ add TValue.ToString implementations for pointers and interfaces
|
6 vuotta sitten |
svenbarth
|
2eb4955613
* extend RTTI tests for untyped parameters
|
6 vuotta sitten |
svenbarth
|
ab35c92816
* handle untyped const parameters like var/out/constref parameters
|
6 vuotta sitten |
svenbarth
|
db5c8e1f0d
* correctly handle untyped parameters (for those the ParamType is Nil)
|
6 vuotta sitten |
svenbarth
|
307ff071e6
* allow any untyped parameter to be passed to a untyped constref parameter
|
6 vuotta sitten |
svenbarth
|
0f2eae2033
- remove unused variables
|
6 vuotta sitten |
nickysn
|
d25e7b1074
* separated the OpenBSD version of the stat structure to a separate ifdef block.
|
6 vuotta sitten |
nickysn
|
122888741c
+ added some comments to the else/endif directives to make it easier to figure
|
6 vuotta sitten |
Mattias Gaertner
|
86fe541c53
pastojs: mark NewInstance function as used
|
6 vuotta sitten |
Mattias Gaertner
|
2ee6f2c7d4
pastojs: fixes filer class helper
|
6 vuotta sitten |
michael
|
1a5faf1cc3
* Dictionaries can be empty
|
6 vuotta sitten |
pierre
|
478b918386
+ Add variables to use gppc386 utils more easily:
|
6 vuotta sitten |
pierre
|
df2cefdc32
Fix OpenBSD rtl compilation when using -dFPC_USE_LIBC option
|
6 vuotta sitten |
nickysn
|
46b98a6da4
* Improvements to the implementation of FpOpenDir for *BSD:
|
6 vuotta sitten |
michael
|
e3973e9c4e
* Fix bug #35305, lazy instantiation of class alias list. Patch from Ondrej Pokorny
|
6 vuotta sitten |