mattias
|
54faf24ff6
|
codetools: added intrinsic writestr
git-svn-id: trunk@58042 -
|
2018-05-28 06:57:50 +00:00 |
|
mattias
|
65f9818baa
|
IDE: parse custom compiler option -FN for default namespaces
git-svn-id: trunk@57801 -
|
2018-05-07 08:06:37 +00:00 |
|
mattias
|
1f153b731b
|
codetools: added proc modifier vectorcall, patch #33134
git-svn-id: trunk@57287 -
|
2018-02-12 14:55:09 +00:00 |
|
mattias
|
e568cca991
|
codetools: TBaseKeyWordFunctionList: do not sort on add
git-svn-id: trunk@57149 -
|
2018-01-26 09:42:38 +00:00 |
|
mattias
|
eb52382d06
|
codetools: TBaseKeyWordFunctionList: fixed resorting
git-svn-id: trunk@57148 -
|
2018-01-26 09:39:23 +00:00 |
|
ondrej
|
b1ddbb8f12
|
CodeTools: remove inline, private, public and published from keyword list - they can be used as identifiers as well. Issue #32336
git-svn-id: trunk@55779 -
|
2017-09-03 10:19:53 +00:00 |
|
mattias
|
b3a9a3d9ce
|
codetools: guess type of default()
git-svn-id: trunk@55331 -
|
2017-06-12 10:39:42 +00:00 |
|
mattias
|
878dfd23f9
|
codetools: added predefined fpc identifier get_frame
git-svn-id: trunk@54859 -
|
2017-05-10 15:48:45 +00:00 |
|
mattias
|
7518ea353a
|
codetools: fixed guesstype of copy()
git-svn-id: trunk@54821 -
|
2017-05-07 09:13:40 +00:00 |
|
mattias
|
34d59e8593
|
codetools: added predefine str
git-svn-id: trunk@54665 -
|
2017-04-21 18:59:41 +00:00 |
|
mattias
|
f10396a790
|
codetools: added nativeint, nativeuint for pas2js
git-svn-id: trunk@54659 -
|
2017-04-21 17:05:58 +00:00 |
|
mattias
|
d78b765eac
|
codetools: keywordfunclists: use fast property Count
git-svn-id: trunk@54640 -
|
2017-04-19 11:02:03 +00:00 |
|
mattias
|
9a0ddd60ef
|
codetools: delphi predefined identifiers: nativeint, bools
git-svn-id: trunk@54636 -
|
2017-04-19 10:34:32 +00:00 |
|
mattias
|
d82739d93e
|
codetools: fixed predefine dlist fpc, delphi cardinal, longint
git-svn-id: trunk@54630 -
|
2017-04-18 16:11:30 +00:00 |
|
mattias
|
63b04ac2da
|
codetools: updated predefined identifiers
git-svn-id: trunk@54626 -
|
2017-04-17 15:34:14 +00:00 |
|
mattias
|
1352581471
|
codetools: skip keywords in asm..blocks
git-svn-id: trunk@54508 -
|
2017-04-02 23:34:00 +00:00 |
|
mattias
|
2c17cc7edf
|
codetools: pas2js: added jsvalue to predefined words
git-svn-id: trunk@54507 -
|
2017-04-01 22:41:09 +00:00 |
|
mattias
|
9a663cc51d
|
codetools: added compiler mode pas2js
git-svn-id: trunk@54284 -
|
2017-02-26 22:18:28 +00:00 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
mattias
|
418b895590
|
codetools: parsing operators Initialize and Finalize
git-svn-id: trunk@53682 -
|
2016-12-14 15:44:21 +00:00 |
|
juha
|
9367da0ae5
|
Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
|
2016-08-17 10:40:29 +00:00 |
|
ondrej
|
72d7b7a01a
|
codetools: add Insert compiler intrinsic from FPC 3.1.1
git-svn-id: trunk@52567 -
|
2016-06-22 18:16:03 +00:00 |
|
ondrej
|
a21850f1bc
|
codetools: add Delete compiler intrinsic from FPC 3.1.1
git-svn-id: trunk@52565 -
|
2016-06-22 17:31:02 +00:00 |
|
ondrej
|
fef0aed03e
|
revert r51463 #2022201d06+r51465: IfThen was removed from FPC.
git-svn-id: trunk@51577 -
|
2016-02-10 16:36:57 +00:00 |
|
ondrej
|
2022201d06
|
codetools: add IfThen compiler intrinsic. Issue #29555
added to FPC in r33036 #2e2567a84d.
git-svn-id: trunk@51463 -
|
2016-01-31 17:03:50 +00:00 |
|
ondrej
|
c91dcd1309
|
codetools: fix PREC->PRED function name typo.
git-svn-id: trunk@51354 -
|
2016-01-20 13:52:32 +00:00 |
|
ondrej
|
696ae12a21
|
codetools: add Default compiler magic
git-svn-id: trunk@51353 -
|
2016-01-20 13:50:12 +00:00 |
|
juha
|
5f8660b1de
|
CodeTools, JCF: Support more procedure directives. Issue #28462, patch from Jeppe Johansen.
git-svn-id: trunk@49591 -
|
2015-08-03 22:21:59 +00:00 |
|
juha
|
9dc2acfa82
|
Codetools: Accept the "&" character. Issue #28221, patch from Ondrej Pokorny.
git-svn-id: trunk@49307 -
|
2015-06-10 09:02:52 +00:00 |
|
paul
|
df1425b1ec
|
codetools: also support *noreturn* directive for methods
git-svn-id: trunk@43732 -
|
2014-01-16 05:11:47 +00:00 |
|
paul
|
4db78960d0
|
codetools: understand 'noreturn' procedure modifier
git-svn-id: trunk@43643 -
|
2014-01-04 14:33:24 +00:00 |
|
mattias
|
be888580b8
|
codetools: removed duplicate
git-svn-id: trunk@42391 -
|
2013-08-11 21:03:47 +00:00 |
|
mattias
|
8fe38c58a3
|
codetools: procedure specifier syscall
git-svn-id: trunk@41073 -
|
2013-05-08 17:42:27 +00:00 |
|
mattias
|
006205e9c2
|
codetools: allow protected as variable name
git-svn-id: trunk@40762 -
|
2013-04-09 14:45:35 +00:00 |
|
mattias
|
17337ba49d
|
codetools: parsing if-then-else in TPascalParserTool.ReadTilBlockEnd, bug #23542
git-svn-id: trunk@39656 -
|
2012-12-26 19:38:02 +00:00 |
|
mattias
|
bb6b47fcf8
|
codetools: added <<, >> operators
git-svn-id: trunk@39587 -
|
2012-12-18 22:53:59 +00:00 |
|
mattias
|
cb398e865c
|
codetools: added operator ><
git-svn-id: trunk@34991 -
|
2012-01-28 17:04:18 +00:00 |
|
mattias
|
c69b510a58
|
codetools: never add spaces in front of newline and space
git-svn-id: trunk@34971 -
|
2012-01-27 10:07:22 +00:00 |
|
mattias
|
0ba4bd89c0
|
codetools: parse class operators
git-svn-id: trunk@34886 -
|
2012-01-23 17:49:30 +00:00 |
|
mattias
|
4b54faa3c2
|
codetools: added proc specifiers
git-svn-id: trunk@34722 -
|
2012-01-12 23:46:04 +00:00 |
|
mattias
|
d8b85e3a4c
|
codetools: methods: modifier external
git-svn-id: trunk@34437 -
|
2011-12-26 17:29:38 +00:00 |
|
mattias
|
dd9da10275
|
codetools: TStringToPointerTree
git-svn-id: trunk@32877 -
|
2011-10-13 20:38:20 +00:00 |
|
mattias
|
2453363069
|
codetools: parse method specifier assembler, bug #20437
git-svn-id: trunk@32762 -
|
2011-10-08 07:48:31 +00:00 |
|
paul
|
aa5f483f17
|
codetools: support rtlproc modifier
git-svn-id: trunk@32420 -
|
2011-09-19 07:57:24 +00:00 |
|
mattias
|
1fb1d33e84
|
codetools: TStandardCodeTool.CommentUnitsInUsesSections: dotted names
git-svn-id: trunk@32119 -
|
2011-08-30 16:24:42 +00:00 |
|
mattias
|
76ed2c599f
|
codetools: param specifier out only if modeswitch out is on
git-svn-id: trunk@32062 -
|
2011-08-26 11:38:37 +00:00 |
|
mattias
|
8c39496157
|
codetools: fixed use of keywordlists
git-svn-id: trunk@30954 -
|
2011-05-29 08:34:20 +00:00 |
|
mattias
|
8c9b6e6548
|
codetools: unsing less AnsiCompareText
git-svn-id: trunk@30953 -
|
2011-05-28 10:46:55 +00:00 |
|
mattias
|
de68945dc9
|
codetools: started parsing delphi generics
git-svn-id: trunk@29396 -
|
2011-02-05 16:59:53 +00:00 |
|
mattias
|
1c4d2b4f3e
|
codetools: using special keyword list in macpas mode
git-svn-id: trunk@29392 -
|
2011-02-05 10:55:13 +00:00 |
|