michael
|
743e7c1c1b
* Forgot to commit
|
5 лет назад |
marco
|
1332915a10
* still add files that start with ., just not to FTS
|
5 лет назад |
florian
|
12adb47d65
* clean up
|
5 лет назад |
michael
|
7ee4954b0b
* Refactor HTML engine so it can more easily be extended
|
5 лет назад |
michael
|
7be3d2f80c
* get rid of some warnings
|
5 лет назад |
svenbarth
|
b8578f804f
* fix compilation on targets that use Stabs debug information: ignore generic dummy symbols with no procdefs for generating stabs data
|
5 лет назад |
svenbarth
|
4a274cd63a
+ add a copyright/license header for the nullable unit
|
5 лет назад |
michael
|
1afca037c6
* Help for markdown
|
5 лет назад |
Mattias Gaertner
|
9825d3b552
pastojs: filer export nameexpr
|
5 лет назад |
Mattias Gaertner
|
e911431ed4
fcl-passrc: parser: export unit.symbol, resolver: started library export
|
5 лет назад |
svenbarth
|
c96029ebd5
* Delphi does not allow a generic method to be overloaded by a non generic type of the same name (unlike for generic types and non generic routines); this is probably done to simplify the implementation of implicit specializations of generic methods so we do this as well. For this we change the dummy symbol for generic routines from a typesym to a procsym
|
5 лет назад |
svenbarth
|
7343e9c4a2
* correctly handle the case should the generic dummy symbol be a procsym instead of a typesym
|
5 лет назад |
svenbarth
|
e4eed4e259
* when only a symbol name is provided to generate_specialization_phase1 allow a symbol table to be provided as well
|
5 лет назад |
svenbarth
|
a65d778f73
* also handle call nodes when determining the generic symbol for inline specializations
|
5 лет назад |
svenbarth
|
f42b39a7b5
* use a case statement instead of nested if-then statements
|
5 лет назад |
svenbarth
|
43ba5b69d2
* ensure that the dummy symbol is registered if it's added due to a routine
|
5 лет назад |
svenbarth
|
9179f9d43b
* always add a generic dummy if it is a procsym
|
5 лет назад |
svenbarth
|
d854d18bd9
* instead of blindly consuming whatever comes next trigger an explicit error if the parsed expression does not match for "INDEX ordexpr" or "NAME strexpr"
|
5 лет назад |
nickysn
|
5524de3be8
- removed redundant comment
|
5 лет назад |
nickysn
|
8f376d1be9
+ added WASI to the main RTL makefile
|
5 лет назад |
nickysn
|
67206943e8
+ added WASI RTL makefile
|
5 лет назад |
nickysn
|
e7cd823692
* fixed -Sew warnings in agwat.pas
|
5 лет назад |
nickysn
|
5c4e4228f6
+ handle all cases in hlcgcpu.pas to avoid warning with -Sew
|
5 лет назад |
nickysn
|
5a98127ae6
+ added makefile.cpu for wasm32
|
5 лет назад |
nickysn
|
cf6c173653
* regenerated makefiles
|
5 лет назад |
nickysn
|
19b06cdf81
+ added wasi to the list of OSes in fpcmake
|
5 лет назад |
florian
|
3109005791
+ fold also (string const+(string const+string var))
|
5 лет назад |
nickysn
|
a84b091b5e
* makefiles regenerated after fpcmake update
|
5 лет назад |
tg74
|
f8fc007324
internal assembler-reader x86 (local/global var) - validate asm-opcode-attsuffix and memrefsize
|
5 лет назад |
nickysn
|
70f19c4a6e
* the 'wasm' CPU renamed 'wasm32' in fpcmake
|
5 лет назад |