-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix class and attribute types #40
base: master
Are you sure you want to change the base?
Fix class and attribute types #40
Commits on Oct 31, 2024
-
Fix some attribute types in classes DiagramObjectGluePoint, VCompIEEE…
…Type2, WindContPType3IEC for cpp and modernpython Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7944f6e - Browse repository at this point
Copy the full SHA 7944f6eView commit details -
Add class property "is_a_primitive_class" and attribute property "is_…
…primitive_float_attribute" Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b6e9d2 - Browse repository at this point
Copy the full SHA 3b6e9d2View commit details -
Fix type and default of some attributes for modernpython (for enums a…
…nd attribute types Date, DateTime, MonthDay, Status, StreetAddress, StreetDetail, TownDetail) Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bded89c - Browse repository at this point
Copy the full SHA bded89cView commit details -
Fix handling of Decimal as float class
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 037dc1c - Browse repository at this point
Copy the full SHA 037dc1cView commit details -
Remove generation of unused classes for modernpython
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08dfa2e - Browse repository at this point
Copy the full SHA 08dfa2eView commit details -
Improve setting of long profile names
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ad48d7 - Browse repository at this point
Copy the full SHA 4ad48d7View commit details -
Refactor _merge_profiles and _merge_classes in cimgen.py
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac487b3 - Browse repository at this point
Copy the full SHA ac487b3View commit details -
Fix attribute type of TieFlow in class Terminal for cpp and modernpython
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ce0983 - Browse repository at this point
Copy the full SHA 4ce0983View commit details -
Add generation of string classes for cpp
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c3a497 - Browse repository at this point
Copy the full SHA 7c3a497View commit details -
Improve cpp templates: make debugstring() const
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68f0df3 - Browse repository at this point
Copy the full SHA 68f0df3View commit details -
Add generated-via-cimgen comment to the header of all generated files…
… for cpp Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6aa544 - Browse repository at this point
Copy the full SHA c6aa544View commit details -
Improve cpp templates (skip empty comments, improve indentations)
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e4855e - Browse repository at this point
Copy the full SHA 8e4855eView commit details -
Fix cpp create_assign functions for string attribute types (Date, Dat…
…eTime, MonthDay) Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04a1c99 - Browse repository at this point
Copy the full SHA 04a1c99View commit details -
Fix cpp create_class_assign functions to prevent duplicate entries in…
… attributes with attribute_type list Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2409049 - Browse repository at this point
Copy the full SHA 2409049View commit details -
Add class comment to cpp templates for float and string classes
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed8eb99 - Browse repository at this point
Copy the full SHA ed8eb99View commit details -
Simplify and unify cpp templates for enum, float and string classes
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1833e80 - Browse repository at this point
Copy the full SHA 1833e80View commit details -
Unify formatting of the generated cpp classes
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 450ff19 - Browse repository at this point
Copy the full SHA 450ff19View commit details -
Add static cpp sources and parser classes (copied from libcimpp)
Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e09334 - Browse repository at this point
Copy the full SHA 6e09334View commit details -
Remove String, Date, Float from static directory (they are now genera…
…ted) Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75a69ae - Browse repository at this point
Copy the full SHA 75a69aeView commit details -
Update static cpp sources and parser classes to new generated String …
…class; unify BaseClass, Integer, Boolean with generated classes; fix debugstring() in UnknownType Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c60c319 - Browse repository at this point
Copy the full SHA c60c319View commit details -
Fix unused import (pre-commit flake8: cimgen/cimgen.py:5:1: F401 're'…
… imported but unused) Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab563b3 - Browse repository at this point
Copy the full SHA ab563b3View commit details
Commits on Nov 12, 2024
-
Add dependency to setuptools to fix ModuleNotFoundError for distutils…
… in modernpython/lang_pack.py Signed-off-by: Thomas Günther <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 997988e - Browse repository at this point
Copy the full SHA 997988eView commit details