summaryrefslogtreecommitdiff
path: root/type.cpp
AgeCommit message (Expand)Author
2018-03-28Prevent creation of invalid Type wrappersRyan Snyder
2018-03-18Add api for getting total string output size of QualifiedName objectPeter LaFosse
2018-01-14Container Memory Reservations.Brian Potchik
2018-01-11API Temporary Object Elimination.Brian Potchik
2017-08-29Updating APIs to deal with stack adjustmentRusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-07-18Add instruction for indirect structure accessRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-25Modify how structures are created in the type system, expose additional struc...Peter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-05-14Expose some core API's for the demangling and type creationPeter LaFosse
2017-02-09APIs for handling platform typesRusty Wagner
2017-02-06Add type IDs for types to track across renamesRusty Wagner
2017-01-11Add a qualified name object in the C APIRusty Wagner
2017-01-11Create qualified name objectRusty Wagner
2017-01-11Use named type references for registered types, use qualified names for typesRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2016-12-01Adding APIs to manipulate structuresRusty Wagner
2016-10-09adding gnu3 demangler apisplafosse
2016-07-07Adding DemangleMS API and extending types for C++plafosse
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-27Implement platform type libraries, though types folder is not yet automatical...Rusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner
2015-09-04Add type classes to Python APIRusty Wagner
2015-08-21Adding type parserRusty Wagner
2015-08-19Add C preprocessor in preparation for type parsingRusty Wagner
2015-07-28Initial implementation of type infoRusty Wagner