Commit Graph

683 Commits

Author SHA1 Message Date
mattias
7e130ffc53 pastojs: filer skip not fully specialized 2020-12-03 20:57:09 +00:00
mattias
8b35ab0512 pastojs: filer: fixed specialize A<B<C>> 2020-12-03 16:21:06 +00:00
mattias
718f6bfa79 fcl-passrc: resolver: fixed specialize name of A<B<C>> 2020-12-03 16:20:48 +00:00
mattias
758492a59c pastojs: filer: fixed restoring overload names of specialized methods 2020-12-03 10:44:57 +00:00
mattias
cc7c15f35e pastojs: filer: read inline specialize expr 2020-12-03 09:49:12 +00:00
mattias
c15fe1bef2 pastojs: filer: skip generic references to generic types 2020-12-03 08:42:56 +00:00
mattias
cf989afccc pas2js: filer: fixed storing reference to await and debugger 2020-12-02 15:12:44 +00:00
mattias
5034dc1b56 pastojs: delayed inits only for fully specialized types 2020-12-02 13:59:47 +00:00
mattias
748853981c set pas2js fixes version 2.0.0RC4 2020-11-30 22:32:56 +00:00
mattias
e42140d8d4 pastojs: shortrefglobals: unit initialization and empty implementation 2020-11-30 22:05:02 +00:00
mattias
ade8d75bb0 pastojs: filer: add identifiers to scope for immediate specializations of TPasSpecializeType 2020-11-29 23:12:51 +00:00
mattias
84321a4c29 fcl-passrc: resolver: error on using generic types without params 2020-11-29 00:06:47 +00:00
mattias
0bfef62666 pastojs: fixed test TestExternalClass_SameNamePublishedProperty 2020-11-28 13:19:53 +00:00
mattias
c24f8c9a35 pastojs: fixed -OoShortRefGlobals 2020-11-28 13:09:28 +00:00
mattias
dab747c65d pastojs: fixed typeinfo path of inline specialize type 2020-11-28 11:43:03 +00:00
mattias
5236a86500 pastojs: fixed crash when parser error in inline specialize expression, issue 38111 2020-11-28 10:42:37 +00:00
mattias
40cd9a84c7 pastojs: filer: fixed testsuite using shortrefglobals for all tests, added FormData js keyword, fixed shortrefglobals new/free instance fields 2020-11-27 16:57:51 +00:00
michael
81538babe2 * Merging revisions 941,942,950,951,952,953 from trunk:
------------------------------------------------------------------------
    r941 | svenbarth | 2020-11-13 16:02:27 +0100 (Fri, 13 Nov 2020) | 1 line
    
    * TStack<>.TrimExcess should override TCustomList<>.TrimExcess
    ------------------------------------------------------------------------
    r942 | svenbarth | 2020-11-15 12:26:08 +0100 (Sun, 15 Nov 2020) | 1 line
    
    * fix compilation of Tetris demo
    ------------------------------------------------------------------------
    r950 | michael | 2020-11-24 15:59:49 +0100 (Tue, 24 Nov 2020) | 1 line
    
    * Added rendercolumn, so columns can be disabled
    ------------------------------------------------------------------------
    r951 | michael | 2020-11-25 12:15:19 +0100 (Wed, 25 Nov 2020) | 1 line
    
    * Add Focus and ReplaceClasses/AddRemoveClasses
    ------------------------------------------------------------------------
    r952 | michael | 2020-11-27 09:41:43 +0100 (Fri, 27 Nov 2020) | 1 line
    
    * Make creation of data-tags optional
    ------------------------------------------------------------------------
    r953 | michael | 2020-11-27 17:12:43 +0100 (Fri, 27 Nov 2020) | 1 line
    
    * Correct options objects
    ------------------------------------------------------------------------
2020-11-27 16:34:51 +00:00
mattias
dc4f984172 pastojs: async modifier not needed in impl 2020-11-20 10:40:48 +00:00
mattias
79d1c35407 pastojs: check await(T,callasyncfunc) type match 2020-11-19 23:29:49 +00:00
mattias
c1c3fd60ed pastojs: fixed aPromise:=AsyncFunctionWithCOMIntfResult 2020-11-18 14:35:15 +00:00
mattias
0e769ac13d pastojs: fixed await(arg) and fixed hint await needs a promise 2020-11-17 10:05:46 +00:00
michael
79e245988b * Merging revisions 944 from trunk:
------------------------------------------------------------------------
    r944 | michael | 2020-11-16 16:29:21 +0100 (Mon, 16 Nov 2020) | 1 line
    
    * Assigned instead of <>Nil
    ------------------------------------------------------------------------
2020-11-16 15:29:54 +00:00
mattias
c3bdbfcd6e pastojs: fixed await on as operator 2020-11-15 23:13:34 +00:00
mattias
75d759c763 set pas2js fixes version 2.0.0RC3 2020-11-13 11:51:56 +00:00
mattias
541735fe84 rtl: added overload TryStrToInt64 with int64, TryStrToQWord with QWord, TryStrToUInt64 with UInt64 2020-11-13 11:18:47 +00:00
mattias
b50b1ac90c fcl-passrc: useanalyzer: fixed implementation class forward 2020-11-13 01:29:23 +00:00
mattias
46053a8ce5 rtl: removed obsolete widechar declaration 2020-11-12 23:42:33 +00:00
mattias
55ebba76b2 fcl-passrc: fixed var arg char=widechar 2020-11-12 23:39:17 +00:00
mattias
3c19035a27 pastojs: typeinfo unicodestring andf widechar 2020-11-12 23:13:11 +00:00
mattias
d50c45362d set pas2js fixes version 2.0.0RC2 2020-11-11 09:02:22 +00:00
michael
992481dffe * Merge * Support for $I %unit% %module% %filename% includes 2020-11-10 21:54:45 +00:00
michael
6b2fb0f806 * Merge -Jrnone skips resources 2020-11-10 21:33:10 +00:00
michael
f0f1855f73 * Merging revisions 925 from trunk:
------------------------------------------------------------------------
    r925 | michael | 2020-11-10 10:35:17 +0100 (Tue, 10 Nov 2020) | 1 line
    
    * Check browse mode before setting recno
    ------------------------------------------------------------------------
2020-11-10 09:48:40 +00:00
michael
9405cae183 * Check browse mode before setting recno 2020-11-10 09:35:17 +00:00
mattias
0f2ec58bbe pastojs: fixed shortrefglobals for minimal class interface, issue 38042 2020-11-07 12:10:24 +00:00
mattias
d497f63429 pastojs: fixed shortrefglobals for proc without args, issue 38043 2020-11-07 11:05:09 +00:00
mattias
e760b9bd79 pastojs: fixed diable optimization using fpc syntax prepend No, issue 38045 2020-11-07 10:56:57 +00:00
mattias
3dfa40f9a8 pastojs: fixed diable optimization using fpc syntax prepend No, issue 38045 2020-11-07 10:25:55 +00:00
michael
465e01eac9 * Merging revisions 918 from trunk:
------------------------------------------------------------------------
    r918 | michael | 2020-11-05 09:51:34 +0100 (Thu, 05 Nov 2020) | 1 line
    
    * Allow seconds to be empty
    ------------------------------------------------------------------------
2020-11-05 08:52:59 +00:00
michael
07d4e4a9fe * Allow seconds to be empty 2020-11-05 08:51:34 +00:00
michael
3091868cf5 * Merging revisions 915 from trunk:
------------------------------------------------------------------------
    r915 | michael | 2020-11-05 09:34:37 +0100 (Thu, 05 Nov 2020) | 1 line
    
    * Avoid returning undefined when getting field data
    ------------------------------------------------------------------------
2020-11-05 08:36:25 +00:00
michael
1a5c3bba66 * Avoid returning undefined when getting field data 2020-11-05 08:34:37 +00:00
mattias
2a9433fc93 pastojs: filer: generic constraints 2020-11-04 23:45:34 +00:00
mattias
d2f8bbadbe set pas2js fixes version 2.0.0 2020-11-04 22:37:48 +00:00
michael
eaebf015f8 * Copy externals 2020-11-04 20:29:47 +00:00
michael
26c9f176a6 * Branch for 2.0.0 release 2020-11-04 20:21:12 +00:00
michael
5fdeab5490 * Allow descendents to copy row using fieldmapper 2020-11-01 12:09:23 +00:00
mattias
25cd5e607a rtl: added TStrings.ToObjectArray and TStrings.ToStringArray 2020-10-29 22:05:26 +00:00
michael
d51ccfbc13 * Fixed buggy support for + between long strings 2020-10-23 10:34:17 +00:00