summaryrefslogtreecommitdiff
path: root/python/platform.py
AgeCommit message (Expand)Author
2019-09-24typelibrary: more consistent naming, type exportsRyan Snyder
2019-09-24typelibrary: minimal api commitRyan Snyder
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-08-30Make GetPlatformFunctionByName optionally strip leading underscores when matc...Peter LaFosse
2019-06-08final refactor for missing parametersJordan Wiens
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-06-11Add empty list properties to some classes to allow for visibilitynegasora
2018-03-20Cache all created CoreArchitecture objectsRyan Snyder
2018-02-26Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-02-09API for accessing platform-specific types and function definitionsRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2016-10-31Refactoring and other improvements of the python apiplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse