Commit Graph

761 Commits

Author SHA1 Message Date
mattias
e50b806902 set pas2js fixes version 2.0.2 2021-03-09 09:58:14 +00:00
mattias
241cea1865 pastojs: fixed creating enum shortrefs for precompiled code 2021-03-08 20:34:43 +00:00
mattias
6ff084bbea pastojs: read old pcu files from 2.0.0 2021-03-08 12:02:06 +00:00
mattias
b04ce38c78 pastojs: fixed attributes of indirectly used class 2021-03-07 12:48:43 +00:00
mattias
405757a04a pastojs: fixed create TGUID object literal 2021-03-06 21:35:09 +00:00
mattias
b3070f3e6e fcl-passrc: fixed spaces 2021-03-02 09:21:00 +00:00
mattias
dbb9b3b67c fcl-passrc: useanalyzer: fixed marking nested type 2021-03-01 22:02:12 +00:00
mattias
e69a192fb6 fcl-passrc: fixed debugging 2021-03-01 21:57:17 +00:00
mattias
37ca94c354 pastojs: fixed IsTGUID 2021-03-01 21:26:13 +00:00
mattias
c66025c9e3 fcl-passrc: fixed IsTGUID 2021-03-01 21:25:34 +00:00
mattias
43427913a8 pastojs: fixed calling Instance.StaticMethod 2021-02-28 21:28:30 +00:00
mattias
4953371b04 pastojs: anonymous vartype 2021-02-23 01:37:44 +00:00
mattias
a3346a1c63 pastojs: nicer filer error messages 2021-02-15 12:06:45 +00:00
mattias
0c50b6a698 fcl-passrc: useanalyzer: fixed omitting not used hints for properties 2021-02-13 13:19:56 +00:00
mattias
3787087cae fcl-passrc: resolver: include(intset,int) 2021-02-01 22:13:41 +00:00
mattias
e1d0d3b185 pastojs: ord(integer) 2021-01-20 21:22:36 +00:00
mattias
ea2fcf3efb pastojs: fixed if then asm a;b end 2021-01-20 20:25:06 +00:00
mattias
51e72b06c9 pastojs: fixed freeing temp intf var if nil 2021-01-19 21:52:31 +00:00
mattias
5810175e08 fcl-passrc: fixed checking statement after except-on 2021-01-19 19:09:02 +00:00
mattias
d07e0cd1d2 pastojs: fixed o as intftype, when o is nil 2021-01-19 09:43:25 +00:00
mattias
0c84602aeb rtl: fixed TTypeInfoStaticArray.Dims 2021-01-14 22:17:04 +00:00
mattias
3678564156 rtl: removed TTypeInfoDynArray.DimCount 2021-01-14 22:11:50 +00:00
mattias
9887ffdd6a branch fixes 2.0 2021-01-11 22:14:19 +00:00
mattias
e1a54398da set pas2js fixes version 2.0.0 2021-01-11 22:09:28 +00:00
mattias
7e556c55f2 pastojs: clean up 2021-01-11 22:04:08 +00:00
mattias
30678055c2 packages: rtl: fixed TTypeInfoRecord.RecordType 2021-01-10 23:00:22 +00:00
mattias
58d29c2b2b pastojs: record complex only for records with class vars 2021-01-10 22:59:04 +00:00
mattias
f1bb7ae595 set pas2js fixes version 2.0.0.RC8 2020-12-31 10:29:33 +00:00
mattias
187fb9cad2 pastojs: fixed delay init specialized interface 2020-12-31 01:07:56 +00:00
mattias
3df05fb6bb fcl-passrc: resolver: fixed typecast a(b.func) marking implicit call 2020-12-30 16:13:45 +00:00
mattias
807fddf658 pastojs: await with one param must be async function 2020-12-29 23:27:28 +00:00
mattias
8c7e8e568e fcl-passrc: separate hints for not used fields: 4501, 4502 2020-12-29 02:39:15 +00:00
mattias
56096412cb fcl-passrc: resolver: fixed resolving string lit switching to utf-16 2020-12-29 02:38:53 +00:00
mattias
0947a7b0c2 fcl-passrc: fixed implicit call of specialized method 2020-12-29 01:16:46 +00:00
mattias
26ca4e7d16 fcl-passrc: fixed parsing a(b).c<d>() 2020-12-29 00:26:24 +00:00
mattias
917aba3de2 fcl-passrc: fixed resolve string lit on non utf-8 system 2020-12-28 18:19:58 +00:00
mattias
dc85b9283f fcl-passrc: fixed typecast specialized array to specialized type 2020-12-28 16:51:25 +00:00
michael
19213ac89b * Merging revisions 1013 from trunk:
------------------------------------------------------------------------
    r1013 | michael | 2020-12-14 11:58:17 +0100 (Mon, 14 Dec 2020) | 1 line
    
    * Fix TFrameRequestCallback
    ------------------------------------------------------------------------
2020-12-28 14:41:42 +00:00
michael
ad4c6a67f4 * Merging revisions 1008 from trunk:
------------------------------------------------------------------------
    r1008 | michael | 2020-12-11 22:28:24 +0100 (Fri, 11 Dec 2020) | 1 line
    
    * WordDynArray
    ------------------------------------------------------------------------
2020-12-28 14:40:43 +00:00
michael
ecccf34572 * Merging revisions 999 from trunk:
------------------------------------------------------------------------
    r999 | michael | 2020-12-11 14:35:11 +0100 (Fri, 11 Dec 2020) | 1 line
    
    * Additional overloads
    ------------------------------------------------------------------------
2020-12-28 14:39:36 +00:00
michael
f963c95094 * Merging revisions 998 from trunk:
------------------------------------------------------------------------
    r998 | michael | 2020-12-11 14:34:26 +0100 (Fri, 11 Dec 2020) | 1 line
    
    * Fix compilation, TStringDynArray moved
    ------------------------------------------------------------------------
2020-12-28 14:38:19 +00:00
michael
81dad750c0 * Merging revisions 1016 from trunk:
------------------------------------------------------------------------
    r1016 | michael | 2020-12-19 00:14:43 +0100 (Sat, 19 Dec 2020) | 1 line
    
    * HTMLStyleElement
    ------------------------------------------------------------------------
2020-12-28 14:36:54 +00:00
michael
25bf59edf6 * Merging revisions 1028 from trunk:
------------------------------------------------------------------------
    r1028 | michael | 2020-12-28 12:51:21 +0100 (Mon, 28 Dec 2020) | 1 line
    
    * Fix StringReplace not working on ? (bug ID 38224)
    ------------------------------------------------------------------------
2020-12-28 14:36:40 +00:00
mattias
94cee0dc39 fcl-passrc: check class intf impl proc type modifiers match 2020-12-27 20:52:16 +00:00
mattias
f9b7f1dbb2 fcl-passrc: typecast generic template type to generic template type 2020-12-23 01:07:26 +00:00
mattias
3c51a0d851 pastojs: fixed UTF-16 chars 2020-12-21 15:52:44 +00:00
mattias
a9b4ca33c3 fcl-passrc: resolver: split source and target codepage 2020-12-21 15:51:15 +00:00
mattias
e34698f1d5 fcl-js: writer: fixed writing invalid UTF-16 2020-12-21 15:49:12 +00:00
mattias
7633a39273 fcl-passrc: use fmShareDenyNone when writing pas 2020-12-19 11:47:14 +00:00
mattias
f211913978 pastojs: use fmShareDenyNone when writing js 2020-12-19 11:46:30 +00:00