Jonas Maebe
|
bc1b1e5d1f
* added missing method declarations for AOPowerManager.InnerWakeLock class
|
5 years ago |
Jonas Maebe
|
5be84e8079
* replaced custom packed record with tmethod
|
5 years ago |
svenbarth
|
d05997db74
* fix compilation after r45461
|
5 years ago |
svenbarth
|
90c1bf2e12
* add tests\test\unit\types directory to list of tested directories
|
5 years ago |
michael
|
4247c8b1d0
* Test for otherwise without semicolon before it (laz sources)
|
5 years ago |
michael
|
b1e78f1e75
* Add missing calling conventions
|
5 years ago |
michael
|
4dcae91474
* Trim content of directives
|
5 years ago |
florian
|
d2d2904d78
* make more use of is_typeparam
|
5 years ago |
florian
|
51da470757
* constrained type parameters are not undefined defs, resolves #37107
|
5 years ago |
Jonas Maebe
|
4caa471a24
* implemented a_load_undefined_cgpara for LLVM, fixes LLVM code generator
|
5 years ago |
marcus
|
571095773a
Amiga: optimized video unit drawing
|
5 years ago |
yury
|
627fcb4354
* Do not use the LOC_VOID location to indicate unused parameters.
|
5 years ago |
michael
|
a409f63a55
* Fix use of defines
|
5 years ago |
nickysn
|
56632b720c
+ Z80: handle the flags register in TAoptBaseCpu.RegModifiedByInstruction
|
5 years ago |
nickysn
|
88b6bbe6cc
* compilation fixed after r45450
|
5 years ago |
nickysn
|
cc47a49c81
+ Z80: handle all instructions that modify registers, that are not an operand in TAoptBaseCpu.RegModifiedByInstruction
|
5 years ago |
nickysn
|
2507c1ace6
* Reg1ReadDependsOnReg2 moved to TAoptBaseCpu
|
5 years ago |
florian
|
4f707c3d7e
* patch by Karl-Michael Schindler to update the German help files, resolves #37122
|
5 years ago |
michael
|
c3218e19c7
* Fix for samesite
|
5 years ago |
michael
|
3c75ae82d2
* Add support for SameSite attribute of cookie (bug ID 0037115)
|
5 years ago |
Mattias Gaertner
|
fa267f90a6
pas2js: doc about await
|
5 years ago |
michael
|
74e65f77bc
* Fix bug ID #37118
|
5 years ago |
Mattias Gaertner
|
18fdc0675e
pas2js: function await(atype; p:TJSPromise):atype
|
5 years ago |
Mattias Gaertner
|
b92ffac29a
pas2js: built-in function await(const expr: T): T
|
5 years ago |
florian
|
15baa272fe
* exceptions are side effects which must be considered in boolean expressions
|
5 years ago |
michael
|
5cc7622161
* Uncomment SO_REUSEPORT
|
5 years ago |
yury
|
9d1c814387
* Added the thlcgobj.a_load_undefined_cgpara() method to pass an undefined value as a parameter to a routine. The generic version passes the 0/nil value if the parameter's location is not a register.
|
5 years ago |
yury
|
30e61067a0
* It is needed to mark $parentfp as used for all targets.
|
5 years ago |
yury
|
afc568cf93
* Fixed the jvm target after r45436.
|
5 years ago |
yury
|
2808873d1b
* Reworked the optimization of unused $parentfp for nested routines.
|
5 years ago |