| Age | Commit message (Expand) | Author |
| 2022-05-25 | Add BinaryView::ParseTypesFromSource for clang+typelibs | Glenn Smith |
| 2022-03-04 | Add a few optimizations to the python API for querying platform | Peter LaFosse |
| 2022-01-28 | Format All Files | KyleMiles |
| 2022-01-19 | Many type check fixes | Peter LaFosse |
| 2022-01-13 | Fix a bunch of core function calls with bad args | Glenn Smith |
| 2022-01-03 | update copyright years | Jordan Wiens |
| 2021-10-04 | Fix display name of custom Platform objects | Peter LaFosse |
| 2021-09-30 | Add some additional asserts around calls to BNCreatePlatform | Peter LaFosse |
| 2021-09-30 | Fix type errors in Platform and prevent creation of Platform without name | Peter LaFosse |
| 2021-09-30 | Assert when attempting to directly instantiate a Platform object | Peter LaFosse |
| 2021-09-11 | fix Platform.generate_auto_platform_type_ref | Peter LaFosse |
| 2021-09-06 | Fix some unnecessary checks for handle is not None in destructors | Peter LaFosse |
| 2021-09-06 | Commonize _to_core_struct/_from_core_struct | Peter LaFosse |
| 2021-09-06 | Bug fix for new way of created NamedTypeReferences | Peter LaFosse |
| 2021-09-05 | Refactor Python Types | Peter LaFosse |
| 2021-09-05 | type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py | Peter LaFosse |
| 2021-09-05 | add a core.free_string helper | Peter LaFosse |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse |
| 2021-08-20 | platforms: specify platform types and add bvt platform callbacks | Ryan Snyder |
| 2021-03-26 | updating to latest sphinx-rtd theme and many doc formatting fixes | Jordan Wiens |
| 2021-01-18 | updating copyright year | Jordan Wiens |
| 2020-06-23 | Add BinaryView.parse_types_from_string to the python API and update how the u... | Peter LaFosse |
| 2020-05-08 | cleaner check for types on parse_type_from_source | Jordan Wiens |
| 2020-05-07 | better guard rails for some python apis | Jordan Wiens |
| 2020-05-03 | Fix up equality operators and had hash operators | Peter LaFosse |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |
| 2019-09-24 | typelibrary: more consistent naming, type exports | Ryan Snyder |
| 2019-09-24 | typelibrary: minimal api commit | Ryan Snyder |
| 2019-09-14 | lots of small documentation updates, mostly around making sure parameters are... | Jordan Wiens |
| 2019-08-30 | Make GetPlatformFunctionByName optionally strip leading underscores when matc... | Peter LaFosse |
| 2019-06-08 | final refactor for missing parameters | Jordan Wiens |
| 2019-01-30 | Prepare API for Python UI bindings | Rusty Wagner |
| 2019-01-17 | update company name and copyright date | Jordan Wiens |
| 2019-01-03 | lots of spelling / typo fixes | Jordan Wiens |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | addition 3 compatibility changes | Jordan Wiens |
| 2018-07-10 | Additional changes for python 2/3 compatibility | Peter LaFosse |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens |
| 2018-06-11 | Add empty list properties to some classes to allow for visibility | negasora |
| 2018-03-20 | Cache all created CoreArchitecture objects | Ryan Snyder |
| 2018-02-26 | Architecture plugins no longer need to override the perform_* methods (you ca... | Rusty Wagner |
| 2017-08-17 | Support custom calling conventions in the type parser and type objects | Rusty Wagner |
| 2017-07-17 | Fix referenced to old calling convention api, Fixes #739 | Peter LaFosse |
| 2017-05-19 | update copyright year | Jordan Wiens |
| 2017-02-16 | Basic blocks have incoming and outgoing edges with basic block references, us... | Rusty Wagner |
| 2017-02-09 | API for accessing platform-specific types and function definitions | Rusty Wagner |
| 2017-02-09 | APIs for handling platform types | Rusty Wagner |
| 2017-01-05 | Modifying how enumerations are exposed and used, and a bunch of cleanup of ex... | Peter LaFosse |
| 2016-10-31 | Refactoring and other improvements of the python api | plafosse |
| 2016-10-28 | Refactor python api into separate files and add Enumeration support. Also fix... | plafosse |