florian
|
06f8ad2e3d
* write " as octal number as well in assembler output, it is more compatible
|
8 сар өмнө |
florian
|
dc6057a112
* .toc sections do not need a .csect on powerpc-macosclassic
|
8 сар өмнө |
florian
|
f7264d3f29
* MacOS Classic uses apparently very similiar mechanisms for the TOC as powerpc-aix
|
8 сар өмнө |
mattias
|
8c28eb0935
pastojs: fixed compile
|
8 сар өмнө |
mattias
|
9a7d1ad07c
fcl-passrc: option to parse directive rtti
|
8 сар өмнө |
Michaël Van Canneyt
|
835c50d97c
* Build unixsockets for linux
|
8 сар өмнө |
Michaël Van Canneyt
|
3741d4443f
* Fix len field types
|
8 сар өмнө |
florian
|
83f1d1eefb
* write sections/section names correctly for as-macos
|
8 сар өмнө |
florian
|
8674d45d7b
* better checking of valid addr_no
|
8 сар өмнө |
Sven/Sarah Barth
|
4185e1dc67
* fix typo in comment
|
8 сар өмнө |
Sven/Sarah Barth
|
ead882f58d
* fix #40876: correctly check for generic constant parameters without concrete value
|
8 сар өмнө |
mattias
|
c40dd8bdc1
fcl-passrc: added todo
|
8 сар өмнө |
florian
|
bc3b68ae7e
+ as-macos for using as from Retro68
|
8 сар өмнө |
Jonas Maebe
|
f3b2836947
Extended RTTI: generate RTTI for Objective-C fields like for generic pointers
|
8 сар өмнө |
florian
|
5add799193
* fix trvinlinenode.second_fma
|
8 сар өмнө |
Sven/Sarah Barth
|
ceed183e33
* declare Msgs parameter as "const" for better code generation
|
8 сар өмнө |
Sven/Sarah Barth
|
cffb0a0845
* use StartsStr() instead of a manual copy to check whether the line starts with the message id
|
8 сар өмнө |
Sven/Sarah Barth
|
2c9bbc932a
* the message id might not be at the start of the line, but after a visibility specifier followed by a colon and space
|
8 сар өмнө |
Jonas Maebe
|
540807c5c8
WPO: don't crash on TP-style objects with only abstract virtual methods
|
8 сар өмнө |
Sven/Sarah Barth
|
2a6fb32974
* don't use $MINSTACKSIZE and $MAXSTACKSIZE on non-Windows instead of disabling the warning
|
8 сар өмнө |
Sven/Sarah Barth
|
72a3729ca0
- remove further unnecessary sub classing of a specialization
|
8 сар өмнө |
Sven/Sarah Barth
|
9627f98f7b
* disable notes for the Collections.Generics unit
|
8 сар өмнө |
Sven/Sarah Barth
|
4f5b708d49
* fix typo in comment
|
8 сар өмнө |
Sven/Sarah Barth
|
faf085662d
- current Lazarus IDEs can handle generic methods, so no need for NoGenericMethods anymore
|
8 сар өмнө |
Sven/Sarah Barth
|
70c153123b
+ add tests for the adjusted message handling, especially one that checks that messages inside generics can be silenced correctly
|
8 сар өмнө |
Sven/Sarah Barth
|
558a7ef1ed
* store the current verbosity as part of the settings so that they're stored as part of a generic token stream as well
|
8 сар өмнө |
Sven/Sarah Barth
|
59be46a6fb
* reset the message state only inside flushpendingswitchesstate(), not during $POP itself
|
8 сар өмнө |
Sven/Sarah Barth
|
b1791af0a3
* also (re)store the pending state when replaying a token stream
|
8 сар өмнө |
Sven/Sarah Barth
|
3ba27d3160
* ensure that current_settings.pmessage is reset when doing a replay and when loading the current message state from the token stream
|
8 сар өмнө |
Sven/Sarah Barth
|
5ec9386d27
* ensure that only the newest message state is applied
|
8 сар өмнө |