summaryrefslogtreecommitdiff
path: root/type.cpp
AgeCommit message (Expand)Author
2023-03-30Add support for deriving structures from other structuresRusty Wagner
2023-03-29Fix NameList::operator!=Glenn Smith
2023-02-25Fix python constructor of QualifiedNames and some of the operators on the C++...Peter LaFosse
2023-02-17Ensure we reserve space in the vector in NameList constructorPeter LaFosse
2023-01-30Fix Type object leaksRusty Wagner
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat
2023-01-05Update copyright to 2023Josh F
2022-11-16Implement Type::IsVolatileGlenn Smith
2022-11-10Include C++ standard headersChristian Blichmann
2022-11-10Warning cleanupRusty Wagner
2022-10-11api: expose methods needed to construct offset pointersRyan Snyder
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-03-23Fix a bunch of reference miscounts in the C++ and python apisPeter LaFosse
2022-02-16Escape type names and definitionsGlenn Smith
2022-02-10Move TypeView::getLinesForType into core as Type::GetLinesGlenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-19Add getters and setters for syscall number in type objectsPeter LaFosse
2022-01-19Make enumeration's signed property BoolWithConfidencePeter LaFosse
2022-01-13Allow the creation of const/volatile NTRsPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-09-06Remove bad type definitionPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Change NamedTypeReference.GetTypeClass to GetTypeReferenceClass as it was con...Peter LaFosse
2021-09-05Remove CreateEnumerationBuilderOfWidth instead just use the normal API and p...Peter LaFosse
2021-09-05Add TypeBuilder SetAlternateName/SetParameters/SetSignedPeter LaFosse
2021-09-05Move MemberAccess/MemberScope to StructureMemberPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05Add ability for TypeBuilder objects to utilize StructureBuilder/EnumerationBu...Peter LaFosse
2021-05-26Add the ability to automatically create struct membersXusheng
2021-03-01Add methods for creating wide char typesJosh Ferrell
2021-02-17add support for type xref and variable xrefXusheng
2021-01-18updating copyright yearJordan Wiens
2020-09-15display as in linear viewXusheng
2020-02-04Add registered name to type objectsRusty Wagner
2020-01-01update copyright year to 2020Jordan Wiens
2019-12-18Return self reference from builders for chainingRusty Wagner
2019-12-17Immutable type/struct/enum objects, allowing deduplication for reduced memory...Rusty Wagner
2019-11-15Type workflow improvementsPeter LaFosse
2019-10-27Eliminate most warnings on LinuxRusty Wagner
2019-04-22Add BNGetStructureMemberByName API and add __getitem__ to python Structure APIPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-10-19Expose DataRender APIs, allow setting const on types, and allow type comparisonPeter LaFosse
2018-10-18Fix qualified names in API.Brian Potchik
2018-09-28Namespace API cleanupPeter LaFosse
2018-09-20Adding NameSpace tokens and plumbing through some namespce apisPeter LaFosse
2018-09-12Merging with devPeter LaFosse
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-07-30Adding support for namespacesPeter LaFosse