kamischi
|
aa6e8141ec
Update errore.msg
|
2 years ago |
Michael VAN CANNEYT
|
f8fe7b2670
* Forbid use of string alias in system unit
|
2 years ago |
Michaël Van Canneyt
|
febe40201a
* Allow widechar sets, reduce to ansichar set
|
2 years ago |
Pierre Muller
|
fc9d46c15a
Add -Tlinux for loongarch64 compiler
|
2 years ago |
Nikolay Nikolov
|
20a1f0f49a
+ disallow using sizeof() and bitsizeof() on WebAssembly reference types
|
2 years ago |
Nikolay Nikolov
|
e3f0f30e8f
+ added comment for the new error message
|
2 years ago |
Nikolay Nikolov
|
37c4ec8681
+ disallow WebAssembly reference types in records, objects and classes
|
2 years ago |
Michael VAN CANNEYT
|
a2e440bbdf
* Check that system unit is actually loaded before using it to search for system symbols
|
2 years ago |
Michael VAN CANNEYT
|
1c96f1007b
* Implement -t and -x options
|
2 years ago |
Nikolay Nikolov
|
919a4fdbd2
+ comments for the new error messages
|
2 years ago |
Nikolay Nikolov
|
b63c3306d9
+ print a proper error message if a suspending external is used on a non-WebAssembly platform
|
2 years ago |
Nikolay Nikolov
|
245ee90877
+ print an error message, in case 'promising' exports are used on non-WebAssembly platform
|
2 years ago |
Nikolay Nikolov
|
773b36c21e
* disallow WebAssembly reference types to be declared as var, constref or out parameters
|
2 years ago |
Nikolay Nikolov
|
e06dad148d
+ disallow taking the address of WebAssembly externref type
|
2 years ago |
Michaël Van Canneyt
|
fbcf52d45e
* Add option to allow emitting comments in RTTI info
|
2 years ago |
florian
|
6b5b85780a
* clearified message is mentioned in documentation issue 39349
|
2 years ago |
florian
|
da9bdad3cb
+ exec_e_cant_call_linker shows now the error message
|
2 years ago |
florian
|
719e88a96e
* copyright for 2023 updated
|
2 years ago |
Pierre Muller
|
91b40b2a56
Improve warning message about invalid class to classref or vice-versa conversion
|
2 years ago |
Pierre Muller
|
2fd294b990
Add warning about dangerous typecast
|
2 years ago |
Tomas Hajny
|
10136d2dca
* improved consistency as suggested in bug #40008
|
2 years ago |
Pierre Muller
|
d585ae9e3a
Improve warning message about invalid class to classref or vice-versa conversion
|
2 years ago |
Pierre Muller
|
46d3627185
Add warning about dangerous typecast
|
2 years ago |
Ondrej Pokorny
|
55629aeb19
do not publish enums with jumps
|
3 years ago |
Jonas Maebe
|
403292a131
LLVM backend: address sanitizer support
|
3 years ago |
Nikolay Nikolov
|
14dc066d6b
+ added check whether PPU and program are compiled in the same WebAssembly
|
3 years ago |
Jonas Maebe
|
3ef0db2404
LLVM: list supported LLVM/Xcode versions
|
3 years ago |
Sven/Sarah Barth
|
ea8e3cfc37
+ add an error message that a nested function variable can not be assigned to a function reference
|
3 years ago |
Nikolay Nikolov
|
1fce5121f3
+ added the 'wasmthreads' target switch (enabled via -CTwasmthreads)
|
3 years ago |
Sven/Sarah Barth
|
a0171e4335
+ add an error message for when a symbol can't be captured
|
3 years ago |