Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-17Bug 484701 - [QDesigner] Refactoring - code generators, architecture ↵Ansgar Radermacher378-49519/+0
exploration and component based design should be organised in common directory Bug 478797 - [model library] Decide which model library to use for C++ primitive types Change-Id: Idade4edfcf803da3528c0873aa04b754915866fd
2015-12-15Bug 484389 - [CDT integration] Deleting a package in the model explorer ↵Ansgar Radermacher1-14/+15
throws an exception
2015-11-30Bug 481296 - [C++ codegen] Initialization of static const member of aShuai Li1-1/+1
class - Add "const" in front of static const variable initialization in body file Signed-off-by: Shuai Li <shuai.li@cea.fr>
2015-11-25Bug 481296 - [C++ codegen] Initialization of static const member of aShuai Li1-3/+2
class - Generate default value of static const variable in .cpp - Do not in .h - Update JUnit test for static const initialization test Change-Id: Ica243081ffeb9d0d2b32493b91282d7376f035ca Signed-off-by: Shuai Li <shuai.li@cea.fr>
2015-11-13482082 - [C++ codegen] Code generator does not generate all required codeAnsgar Radermacher5-66/+26
2015-11-06481527 - [CDT integration]Open CDT editor throws exceptionAnsgar Radermacher1-1/+1
2015-10-23Bug 478818 - [C++ codegen] Inner classifier generationShuai Li1-1/+1
- Fix regression: package header generator no longer generates classes and datatypes owned by the package Signed-off-by: Shuai Li <shuai.li@cea.fr>
2015-10-21Bug 479649 - [C++ codegen] Mutable and variadicShuai Li17-13/+883
- Stereotype <<Variadic>> extends Operation - Stereotype <<Mutable>> extends Property - Code generator for these entities Change-Id: I75d25e11def1d27b84567f45ebf8883c1868c561 Signed-off-by: Shuai Li <shuai.li@cea.fr>
2015-10-21Bug 478818 - [C++ codegen] Inner classifier generationShuai Li7-28/+206
- Generate inner classifiers in a classifier (recursive) - Generate body of a class including its inner classifier methods (recursive) - When including a type, include its closest owner who is itself owned by a package Patch set 6: - Copyright Change-Id: I25bf80a7e1cd7c3efa0c3cc9b02aa9b6f19713f7 Signed-off-by: Shuai Li <shuai.li@cea.fr>
2015-10-16479957 - [C_CPP] Profile : stereotype <<Include>> cannot be applied on UML ↵Ansgar Radermacher9-163/+202
Interface
2015-10-16479927 - [C++ codegen] The code generator does not support the types Real ↵Ansgar Radermacher2-4/+15
and Unlimited Natural
2015-09-22478005 - [QDesigner] The first generation of code fails with an NPEAnsgar Radermacher1-5/+3
2015-09-09474339 - [CDT integration] Synchronization of code to model requires ↵bugs/476559-expand-performanceAnsgar Radermacher4-37/+64
additional information (element based eligibility filtering)
2015-09-03474339 - [CDT integration] Synchronization of code to model requires ↵Ansgar Radermacher2-34/+88
additional information (fix NPE)
2015-09-01476302 - [C++ profile] C++ profile definition: no extensions for ↵Ansgar Radermacher62-3004/+2143
StorageClass, wrong multiplicity for Volatile
2015-09-01474339 - [CDT integration] Synchronization of code to model requires ↵Ansgar Radermacher15-169/+507
additional information
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez28-153/+138
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2015-08-20457841 - [codegen] It should be possible to manage a list of changes / ↵Ansgar Radermacher1-0/+6
editor: support changes related to stereotypes
2015-08-17474339 - [CDT integration] Synchronization of code to model requries ↵Ansgar Radermacher1-13/+17
additional information
2015-08-06474339 - [CDT integration] Synchronization of code to model requries ↵Ansgar Radermacher6-36/+136
additional information
2015-08-05473514 - [CDT integration] Generated code within a method block is not ↵Ansgar Radermacher1-2/+1
filtered during synchronization
2015-07-24473514 - [CDT integration] Generated code within a method block is not ↵Ansgar Radermacher3-1/+95
filtered during synchronization
2015-07-24473513 - [CDT integration] Synchronisation of behaviors without ↵Ansgar Radermacher4-105/+163
specification is not supported
2015-07-24473511 - [C++ codegen] methods corresponding to transition effects use ↵Ansgar Radermacher5-22/+40
simple name only
2015-07-09472274 - [CDT integration] Some model changes are not propagated to the CDT ↵Ansgar Radermacher1-0/+27
editor
2015-07-09472272 - [CDT integration] Opening a CDT editor on a transition without ↵Ansgar Radermacher4-45/+64
effect will cause an NPE
2015-07-03468965 - [CDT integration] Use an extension point to configure the code ↵Ansgar Radermacher1-1/+2
generator associated with the CDT editor
2015-07-03468965 - [CDT integration] Use an extension point to configure the code ↵Ansgar Radermacher12-32/+130
generator associated with the CDT editor
2015-06-24Merge branch 'master' into QompassAnsgar Radermacher14-28/+28
2015-06-23468965 - [CDT integration] Use an extension point to configure the code ↵Ansgar Radermacher33-488/+664
generator associated with the CDT editor
2015-06-11469953: [Releng] Update the build to support a global POMCamille Letavernier14-28/+28
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469953 Change-Id: I050cf9dbbdd5705aaf8d45f2db3458226d148002 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-09Merge branch 'master' into QompassAnsgar Radermacher18-2/+36
2015-06-09464481 - [C++ codegen] Bad change detection in C/C++ viewAnsgar Radermacher18-2/+36
2015-06-08464481 - [C++ codegen] Bad change detection in C/C++ viewAnsgar Radermacher4-68/+60
2015-06-08464481 - [C++ codegen] Bad change detection in C/C++ viewAnsgar Radermacher5-69/+61
2015-06-01468965 - [CDT integration] Use an extension point to configure the code ↵Ansgar Radermacher28-194/+619
generator associated with the CDT editor
2015-05-27468249 - [C++ codegen] Code generation context menu is missingAnsgar Radermacher2-1/+2
Change-Id: I7ef3b3aa4cf35451177b1bd798c82f07cd5657ef Reviewed-on: https://git.eclipse.org/r/48748 Reviewed-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Tested-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
2015-05-27468249 - [C++ codegen] Code generation context menu is missingAnsgar Radermacher2-1/+28
Change-Id: I7ef3b3aa4cf35451177b1bd798c82f07cd5657ef Reviewed-on: https://git.eclipse.org/r/48748 Reviewed-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Tested-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
2015-05-07Bug 466742: The "provider name" is wrong for the eclipse UML profile. See ↵Christian W. Damus3-2/+354
attached screen captures. https://bugs.eclipse.org/bugs/show_bug.cgi?id=466742 Ensure that all deployed UML Profiles, Libraries, and Metamodels provided by Papyrus declare their provider name as 'Eclipse Modeling Project'.
2015-04-13[releng] undo removal of Acceleo plugins, fix AcceleoDriver. 464482 - [C++ ↵Ansgar Radermacher1-0/+3
codegen] The C++ view should not depend on Acceleo
2015-04-13464516 - [CDT integration] Changing from code to model triggers a ↵Ansgar Radermacher1-2/+2
confirmation dialog
2015-04-13464482 - [C++ codegen] The C++ view should not depend on AcceleoAnsgar Radermacher6-64/+8
2015-03-30435352 - [Property view] Attribute selection takes way too longAnsgar Radermacher1-16/+0
2015-03-25463003 - [C++ codegen] regressions related to templates and initializers ↵Ansgar Radermacher1-5/+5
(commit also changed GenUtils)
2015-03-24463003 - [C++ codegen] regressions related to templates and initializersAnsgar Radermacher5-16/+17
2015-03-04457841 [codegen] It should be possible to manage a list of changes / editor ↵Ansgar Radermacher3-4/+4
- Fix permissions, move to Java 1.7
2015-03-04460452 - [QDesigner] component to OO transformation is for C++ onlyAnsgar Radermacher4-117/+191
2015-02-17Bug 457266 - Remove pdoc from papyrus repositoryBenoit Maggi8-13/+7
Change-Id: I621a26b4b5fb54cf096817c7859f8628e423645c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-02-11455360 - [CDT integration] text editor integration in model explorer not ↵Ansgar Radermacher12-112/+141
working any more
2015-01-26Bug 457956 : Applying the xtend maven plugin to all eclipse pluginsFrancois Le Fevre - CEA21-2693/+44
Focusing on org.eclipse.papyrus.cpp.codegen and all others involved plugins, adding a developer profile, removing the xtend-gen content and not the folder itself,ignoring its content for git. Change-Id: Ibc5694ac25dc150c5413728a09d5ba7970435cbe Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>

Back to the top