summaryrefslogtreecommitdiff
path: root/python/typeparser.py
AgeCommit message (Expand)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-01-20Other changes related to handling null strings.Alexander Taylor
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-03-28missed the older dates!Jordan Wiens
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-04-03Switch TypeParser to use TypeContainer for its external type sourceGlenn 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-08update copyright yearJordan Wiens
2023-07-20Add BNGetDefaultTypeParser API.Alexander Taylor
2023-06-27Deprecate standalone preprocess API function.Alexander Taylor
2023-01-05Update copyright to 2023Josh F
2022-12-23Fixed missing newlines before `:param` in docstringsGalen Williamson
2022-11-11Extra options for type parsersGlenn Smith
2022-09-29Fix TypeParserResult annotated typeGlenn Smith
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-23Fix TypeParserResult type hintPeter LaFosse
2022-05-11Clang+TypeParser APIsGlenn Smith