summaryrefslogtreecommitdiff
path: root/python/types.py
AgeCommit message (Expand)Author
2025-07-14Change return type of parse_types_from_string to BasicTypeParserResultAlexander Khosrowshahi
2025-06-24abb: temp workaround pending binding updateRyan Snyder
2025-06-24Add comment on Pointer.offset being uselessPeter LaFosse
2025-04-29Fix memory leak in python Enumeration classPeter LaFosse
2025-03-28missed the older dates!Jordan Wiens
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-06-21Fix some type hintsJosh Ferrell
2024-05-23Docs for type attributesGlenn Smith
2024-05-23Based pointersGlenn Smith
2024-05-23Expose Type::PointerSuffixGlenn Smith
2024-05-23Add TypeBuilder::SetWidth and TypeBuilder::SetAlignmentGlenn Smith
2024-04-11Change default paddingCols value to 64Glenn Smith
2024-04-11Rename lineWidth -> paddingCols in GetTypeLines()Glenn Smith
2024-02-08Revert "Convert some assertions to raise ValueError in NTR creation"Peter LaFosse
2024-02-08Convert some assertions to raise ValueError in NTR creationPeter LaFosse
2024-01-12Add some helpers for reading guid/uuidsPeter LaFosse
2024-01-08update copyright yearJordan Wiens
2024-01-04Add local label symbol type to always prioritize normal local symbols over co...Rusty Wagner
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-11-03Fix 'Type.with_replaced_*' APIsPeter LaFosse
2023-11-03Add some guardrails around creating NamedTypeReferencesPeter LaFosse
2023-11-02Ensure Type objects are created correctly everywhere and add guardrailPeter LaFosse
2023-09-28correct LibraryFunctionSymbol documentationJordan Wiens
2023-08-03Add an API to get structure member including inherited ones. Fix auto structu...Xusheng
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-05-26Add some missing type annotationsMaja Kądziołka
2023-04-18Fix deserialization of EnumerationMember valuesPeter LaFosse
2023-03-30Add support for deriving structures from other structuresRusty Wagner
2023-03-29Fix Type.named_type_from_typeGlenn Smith
2023-03-08Fix improper creation of NTR via Type.registered_namePeter LaFosse
2023-02-25Fix python constructor of QualifiedNames and some of the operators on the C++...Peter LaFosse
2023-02-14Fix crash from creating 0 width enumJosh Ferrell
2023-02-14Python API: Critical fixKyleMiles
2023-01-30Fix Type object leaksRusty Wagner
2023-01-10Fix many type errors in types.pyJosh Ferrell
2023-01-10Annotate TypeBuilder.builder(...) as returning proper subclassJosh Ferrell
2023-01-05Update copyright to 2023Josh F
2022-12-23Fixed missing newlines before `:param` in docstringsGalen Williamson
2022-10-11api: expose methods needed to construct offset pointersRyan Snyder
2022-10-10[Python API] Fixed PointerType.origin to return a valid NTRTypeGlenn Smith
2022-10-10python: support for getting offset pointer origin informationRyan Snyder
2022-08-22Fix issue where EnumerationBuilder couldn't set the width of the enumerationPeter LaFosse
2022-08-18fix typos in various doc strings (a/an, repeated words) (skip-ci)Galen Williamson
2022-08-09Add New Theme and some C++ API Documentationkat
2022-08-05Allow passing QualifiedNameType instead of QualifiedName to many functionsJosh F
2022-07-29Fix stack_adjustment.setterPeter LaFosse
2022-05-18Allow QualifiedName.escape() to accept all of QualifiedNameTypeGlenn Smith
2022-05-11Clang+TypeParser APIsGlenn Smith