reduce number of lines slightly by using yield from filter(match, ...)
[openpower-isa.git] / src / openpower / insndb / core.py
2023-06-10 Luke Kenneth Casso... reduce number of lines slightly by using yield from...
2023-06-10 Luke Kenneth Casso... lambda is a singleton (hashable) therefore can be safel...
2023-06-10 Dmitry Selyutininsndb/core: switch Fields to Dict class
2023-06-10 Dmitry Selyutininsndb/core: make Dict almost immutable
2023-06-10 Dmitry Selyutininsndb/core: switch Fields to Dict class
2023-06-10 Dmitry Selyutininsndb/core: introduce Dict class
2023-06-10 Dmitry Selyutininsndb: make walk yield paths
2023-06-10 Dmitry Selyutininsndb/core: fix Record ppc field
2023-06-10 Dmitry Selyutininsndb/core: switch PCode to Tuple
2023-06-10 Dmitry Selyutininsndb/core: switch PPCRecord.Flags to Tuple
2023-06-10 Dmitry Selyutininsndb/core: switch PPCMultiRecord to Tuple
2023-06-10 Dmitry Selyutininsndb/core: introduce Tuple type
2023-06-10 Dmitry Selyutininsndb/core: replace walkability check
2023-06-10 Dmitry Selyutininsndb/core: rename Section.path to Section.csv
2023-06-10 Dmitry Selyutininsndb/core: deprecate custom classes
2023-06-10 Dmitry Selyutininsndb/core: deprecate Extra class
2023-06-10 Dmitry Selyutininsndb: holy-cow visitors
2023-06-09 Dmitry Selyutininsndb/core: support class walking
2023-06-09 Dmitry Selyutininsndb: rename subnodes into walk
2023-06-09 Dmitry Selyutininsndb/core: introduce Records type
2023-06-09 Dmitry Selyutininsndb/core: switch dataclasses to Dataclass type
2023-06-09 Dmitry Selyutininsndb/core: introduce Path type
2023-06-08 Dmitry Selyutininsndb/core: inroduce String type
2023-06-08 Dmitry Selyutininsndb: decouple visitors and walking
2023-06-07 Dmitry Selyutininsndb: decouple visitors and walking
2023-06-07 Dmitry Selyutininsndb: refactor visitors (again)
2023-06-07 Dmitry Selyutininsndb: refactor visitors
2023-06-07 Dmitry Selyutininsn/core: rename extra-related classes
2023-06-04 Dmitry Selyutininsn/core: introduce visitable extra
2023-06-04 Dmitry Selyutininsndb/db: support extras command
2023-06-03 Luke Kenneth Casso... must check *implicit* SelType which comes from the...
2023-06-03 Dmitry Selyutininsndb/db: support pcode command
2023-06-03 Dmitry Selyutininsndb: rename types into core