svenbarth
|
04bbfd1746
* fix for Mantis #27378: save and (more importantly) restore verbosity when switching a unit
|
6 年之前 |
florian
|
10ab893de3
* improved explanation for warning 9034
|
6 年之前 |
joost
|
0bdfc51a0b
* Do not choke on a non existing compiler executable during initialization
|
6 年之前 |
svenbarth
|
5d1edc8ca2
* move CallHandler() abstract method out of Windows ifdef so that the include works for non-Windows as well
|
6 年之前 |
florian
|
2ba239ea6d
* more robust fix of #27543
|
6 年之前 |
marco
|
90ca418206
* bug #34758 iolecache.setdata 2nd param now var.
|
6 年之前 |
florian
|
e74a5c89b0
* patch by Marģers: fix wrong button caption in Options -> Save As dialog, resolves #34533
|
6 年之前 |
florian
|
e7c4fccf41
* patch by Simon Ameis: adds mcu STM32F091* to compiler unit t_embed.pas; thus internal error 200902011 is not raised anymore, resolves #34570
|
6 年之前 |
florian
|
91a0de27aa
* pass -meabi=5 when calling the assembler in the linux rtl Makefile, non-eabi target are not supported for years already, so this should cause little problems
|
6 年之前 |
Jonas Maebe
|
a72a12eef6
* don't emit 0-sized parameters for LLVM: clang doesn't either, and some
|
6 年之前 |
Jonas Maebe
|
4d03f3a65e
* fixed LLVM memory leaks
|
6 年之前 |
florian
|
22365a1f57
+ test for #27543 which is fixed meanwhile
|
6 年之前 |
florian
|
22efab7b1a
* patch by Marģers: fix undo of deleting of lines in the text mode ide, resolves #24663
|
6 年之前 |
Jonas Maebe
|
ff8ccb06e5
* changed reverseparameters() from function into procedure: it does not make
|
6 年之前 |
Mattias Gaertner
|
9d079bfb97
pastojs: generate elevated local types as vars
|
6 年之前 |
florian
|
a2cee252e8
* when optimizing range checks in case nodes, unsigned comparisions must be used, resolves #34782
|
6 年之前 |
nickysn
|
635a6c7ef8
* fixed msdos .com file generation
|
6 年之前 |
Mattias Gaertner
|
3099c4db18
pastojs: test precompiled local types
|
6 年之前 |
Mattias Gaertner
|
f2625dd206
fcl-passrc: resolver: class constructor/destructor
|
6 年之前 |
Mattias Gaertner
|
7b050bb17c
pastojs: generate all local types in global function
|
6 年之前 |
joost
|
d63f6ad9d5
* Do not try to write a fppkg compiler-configuration file when the
|
6 年之前 |
florian
|
1641585655
* updated bcase.pp benchmark by Gareth Moreton, now used also as test
|
6 年之前 |
Mattias Gaertner
|
8604d83436
pastojs: fixed tests
|
6 年之前 |
Mattias Gaertner
|
b1752fb4ce
fcl-js: omit brackets on associative operations (a||b)||(c||d), (a&&b)&&(c&&d), (a|b)|c, (a&b)&c, (a^b)^c, (a+b)+c, (a-b)-c, (a*b)*c
|
6 年之前 |
florian
|
bd4b7a6bc4
* more case fixes
|
6 年之前 |
joost
|
514c0e06a5
* Fixed mem-leak of packagevariant
|
6 年之前 |
svenbarth
|
dada756828
* also enable published for TObjA so that the test fails for the correct reason
|
6 年之前 |
svenbarth
|
f31aa97261
+ add a callback implementation for the Win64 calling convention
|
6 年之前 |
svenbarth
|
9642d210c0
* method pointers are also returned by parameter
|
6 年之前 |
svenbarth
|
147dd4021d
+ add functions that abstract working with virtual memory across targets for use with callbacks (for now only Windows is implemented; *nix targets should come next)
|
6 年之前 |