Commit Graph

32 Commits

Author SHA1 Message Date
juha
02ba3da476 JCF2: Support "otherwise" in a case clause. Issue #34592, patch from BrunoK.
git-svn-id: trunk@59640 -
2018-11-23 17:38:31 +00:00
juha
f6c1395ad6 JCF2: Support record helper types. Issue #31175, patch from delfion.
git-svn-id: trunk@57550 -
2018-03-22 12:57:14 +00:00
juha
b5ce4f63c4 JCF2: Support operators in records. Issue #32942, patch from delfion.
git-svn-id: trunk@56972 -
2018-01-05 21:36:51 +00:00
juha
f0c3017757 jcf2: Support type helpers. Issue #32267, patch from delfion.
git-svn-id: trunk@55791 -
2017-09-06 16:20:13 +00:00
juha
1739ad3e93 jcf2: Improve parsing uses clause. Issue #24678, patch from delfion.
git-svn-id: trunk@55773 -
2017-09-02 16:12:43 +00:00
juha
a41f345980 jcf2: Support "specialize" keyword. Issue #31348, patch from delfion.
git-svn-id: trunk@55765 -
2017-08-31 10:15:40 +00:00
juha
d88911aefa JCF2: Support finalization without initialization. Issue #31821, patch from CCRDude.
git-svn-id: trunk@54965 -
2017-05-18 08:52:46 +00:00
juha
19d467d3e1 JCF2: Support nested procedure types. Issue #31823, patch from CCRDude.
git-svn-id: trunk@54963 -
2017-05-18 08:36:48 +00:00
juha
fae13ccae8 JCF2: Support class destructors. Issue #31749, patch from CCRDude.
git-svn-id: trunk@54825 -
2017-05-07 21:35:48 +00:00
bart
2a41a0e2f4 Fix spelling errors. Issue #0030258. Patch by Paul Gevers.
git-svn-id: trunk@52489 -
2016-06-12 16:07:57 +00:00
juha
32f2f78b28 JCF2: Use String type + UTF-8 instead of WideString. Prevents conversions and compiler warnings. Also related to issue #27945.
git-svn-id: trunk@51043 -
2015-12-26 16:52:28 +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
d75669f8f9 JCF2: Support constref keyword. Issue #27677, patch from Julian Puhl.
git-svn-id: trunk@48401 -
2015-03-16 23:40:53 +00:00
juha
a739015b9c JCF: Support for "enumerator" operator. Patch from Julian Puhl.
git-svn-id: trunk@46973 -
2014-11-23 16:24:58 +00:00
juha
8f66caf323 JCF: Implement basic generics support. Issue #16128, patch from Julian Puhl.
git-svn-id: trunk@46971 -
2014-11-23 16:24:49 +00:00
juha
ae5fd0e0e9 JCF2: Improve parser error message
git-svn-id: trunk@33199 -
2011-11-01 09:47:01 +00:00
paul
ba5a30c086 jcf: fix operator parsing after the *var* section
git-svn-id: trunk@23718 -
2010-02-16 14:17:16 +00:00
paul
66216cd1eb jcf2: update from the main repository to r823
git-svn-id: trunk@22217 -
2009-10-18 08:58:08 +00:00
paul
959cc1aa90 components: jcf2: commit Graeme Geldenhuys patch for recognizing xor, and, or operators overloading
git-svn-id: trunk@20887 -
2009-07-18 12:58:05 +00:00
paul
75d3718f7d jcf: update to r803 revision of main repository:
- support for c-style fpc operators

git-svn-id: trunk@19236 -
2009-04-06 02:19:13 +00:00
paul
5a9e74a1fa jcf: update from the main repository
git-svn-id: trunk@19107 -
2009-03-26 05:55:59 +00:00
paul
ce19796997 jcf: sync with r764:
- Fix to 2130798 - Indentation strange on procedure local type/var declarations
  - Notepad UI has save and save as for input files, and remembers the file name
  - Fix to SF bug ID: 2490118 Parser exception with empty var section in a class
  - Fixed an issue in handling utf-8 encoded files

git-svn-id: trunk@18246 -
2009-01-11 02:27:52 +00:00
paul
a4326b440c jcf: sync with r746 (misc fixes in comments)
git-svn-id: trunk@17880 -
2008-12-22 08:35:35 +00:00
paul
52c3090688 jcf: further work on operators (r743)
git-svn-id: trunk@17879 -
2008-12-21 15:26:48 +00:00
paul
9aaa60fc8b jcf: more work on operators (r742)
git-svn-id: trunk@17877 -
2008-12-21 14:47:55 +00:00
paul
c50309a06c jcf2: sync with r741 (finished MoveSpaceToBeforeColon, initial support of fpc *operators*, misc fixes)
git-svn-id: trunk@17873 -
2008-12-21 03:44:59 +00:00
paul
7409df351c jcf: sync with r723 (fix error found in graphics.pp - "absolute" with a dotted name was not handled, fixes for lazarus source, and tests on it)
git-svn-id: trunk@17828 -
2008-12-13 17:04:34 +00:00
paul
2f530e41d5 jcf2: sync with main repository r718
git-svn-id: trunk@17811 -
2008-12-12 02:06:31 +00:00
paul
d7aa0f69fd jcf2: update to r683
git-svn-id: trunk@16990 -
2008-10-14 08:54:52 +00:00
paul
d3cc59116c jcf2: try to isolate/remove windows unit dependency
git-svn-id: trunk@16955 -
2008-10-11 09:30:16 +00:00
paul
7c0a1d29a9 jcf:
- add JcfUtils unit with almost empty implementation
  - replace usage of Jcl units with JcfUtils.
  - add lazarus project for console jcf application

git-svn-id: trunk@16945 -
2008-10-10 05:33:07 +00:00
paul
255062d13d components: initial of jcf2 r676 as is without output, tests and help directories. It does not useful for lazarus at moment
git-svn-id: trunk@16938 -
2008-10-09 08:06:32 +00:00