svenbarth
|
bb11ec6375
+ add TRttiType.GetMethod to find a method by name
|
7 years ago |
svenbarth
|
be698b970b
* ensure the correct values for TValue.GetReferenceToRawData for TObject and dynamic array types
|
7 years ago |
svenbarth
|
a8b2ad31d1
* fix for Mantis #34355: correctly check whether the array constructor is empty (aka []) or not
|
7 years ago |
svenbarth
|
00e700d598
* adjust Invoke API of FunctionCallManager to not rely on TValue
|
7 years ago |
svenbarth
|
76a95f61e2
* fix warning about result not being initialized
|
7 years ago |
svenbarth
|
608da3d255
* ensure that a valid reference to the raw data is provided as long as the typeinfo is set
|
7 years ago |
svenbarth
|
daa91bc462
* fix casing of constructors so that Lazarus doesn't complete them in lowercase
|
7 years ago |
svenbarth
|
2f74a51eb8
* fix .seh_savereg: the offset is checked with a bitmask, not a divisor, so use "and", not "mod"
|
7 years ago |
florian
|
40598944f8
+ support fpc include output in avx test generation code
|
7 years ago |
florian
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
7 years ago |
florian
|
172384fedd
* fix to write correct output file name
|
7 years ago |
florian
|
5604e98b1c
+ lazarus project files for the avx assembler test generators
|
7 years ago |
yury
|
87c5e703fb
* revision.inc
|
7 years ago |
yury
|
42c46207cd
* Corrected TUContext record for aarch64-linux and aarch64-android. It fixes obtaining of an address of the instruction where a signal has thrown.
|
7 years ago |
florian
|
15e656c36e
+ -x option to output all numeric constants as hex constants
|
7 years ago |
yury
|
19fa828466
* android: Use the current dir as temp.
|
7 years ago |
yury
|
ff3d7862d6
* Erase the temp file.
|
7 years ago |
yury
|
ddb4e37104
* Define slowcpu for android.
|
7 years ago |
yury
|
5e92e2d23f
* Fixed crash in DiskFree() and DiskSize() on Unices due to out of bound read of the DriveStr[] array in rare cases.
|
7 years ago |
yury
|
212eca24d1
* Set ICU data dir if it is not set by the system. It fixes issues on newer Android versions.
|
7 years ago |
yury
|
46b89f0ef9
* Modified test to not create sub-dirs outside the test's directory.
|
7 years ago |
yury
|
8c59eb1ce5
* Regenerated makefiles to support aarch64-android.
|
7 years ago |
yury
|
671d31df1d
+ Added support for the aarch64-android target.
|
7 years ago |
florian
|
c7a0022146
* fix building with LLVM=1, thanks to Karl-Michael Schindler for the hint
|
7 years ago |
yury
|
23006d16f5
* Fixed UnhookSignal when RTL_SIGDEFAULT is passed. The bug have caused crash on aarch64-android due to out of bounds read of the rtlsig2ossig[] array.
|
7 years ago |
Mattias Gaertner
|
ada940e80d
pastojs: char(#10), widechar(#$e000)
|
7 years ago |
Mattias Gaertner
|
3115dbc450
fcl-passrc: resolver: char(#10), widechar(#$e000)
|
7 years ago |
Mattias Gaertner
|
34c7fe4d65
fcl-passrc: resolver: char(#10), widechar(#$e000)
|
7 years ago |
Mattias Gaertner
|
dee3d638d4
fcl-js: started adapting jswriter for pas2js
|
7 years ago |
Mattias Gaertner
|
e150f1f8cb
fcl-js: adapted jsbase for pas2js
|
7 years ago |