summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-27Fix clang warningsJosh Ferrell
2022-11-27Use windows workaround for GetObjectJosh Ferrell
2022-11-27Add workaround from https://github.com/Tencent/rapidjson/pull/1877Josh Ferrell
2022-11-27Revert rapidjson SIMDJosh Ferrell
2022-11-27Add support for finding rapidjson member from stringJosh Ferrell
2022-11-27Implement hash function for rapidjson valuesJosh Ferrell
2022-11-27Enable rapidjson SIMD supportJosh Ferrell
2022-11-25Use c_char in FFI for better compatibilityRusty Wagner
2022-11-25Tomcrypt is no longer usedRusty Wagner
2022-11-25We no longer include libmspackRusty Wagner
2022-11-25Replace discount with pulldown-cmarkRusty Wagner
2022-11-25Add botan to open source listRusty Wagner
2022-11-23Move HelloPane registered action from Tools->PluginsKyleMiles
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-19Fix issues with building using Visual Studio 2022Rusty Wagner
2022-11-17Update to Qt 6.4.1Rusty Wagner
2022-11-17Remove QGraphicsEffect as it's causing instabilityRusty Wagner
2022-11-16Add python docs for TypePrinter methodsGlenn Smith
2022-11-16Implement Type::IsVolatileGlenn Smith
Technically part of #2750
2022-11-16Add TypePrinter::PrintAllTypes to export C headersGlenn Smith
2022-11-16Add ReplaceInvalidCharsEscapingType for C-compatible escapingGlenn Smith
2022-11-16Add BinaryView::GetDependencySortedTypesGlenn Smith
2022-11-16Small docstring improvementsJosh Ferrell
2022-11-14Revert "Show filtered/total count in search"Glenn Smith
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
2022-11-11Header import dialogGlenn Smith
2022-11-11Convenience helpers for type parsing in c++Glenn Smith
2022-11-11Extra options for type parsersGlenn Smith
2022-11-11Fix some inconsistencies in python bindings between clang and core type parsersPeter LaFosse
2022-11-10Introduce a macro to implement `printf` attributeChristian Blichmann
This lets us remove a lot of `#ifdef __GNUC__` in function declarations, which makes them more readable.
2022-11-10Switch to using the Clang type parser for binding generationPeter LaFosse
2022-11-10Include C++ standard headersChristian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-11-10Windows/MSVC: Avoid compiler warning if `NOMINMAX` is already setChristian Blichmann
2022-11-10Fix some type hints, remove unnecessary parameters, and add some asserts to ↵Peter LaFosse
satisfy the type checker.
2022-11-10Update ambiguous exception message.Sean Deaton
Add typing information.
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-11-10Warning cleanupRusty Wagner
2022-11-10Fix some type hints, remove unnecessary parameters, and add some asserts to ↵Peter LaFosse
satisfy the type checker.
2022-11-10Update ambiguous exception message.Sean Deaton
Add typing information.
2022-11-10Show filtered/total count in searchGlenn Smith
2022-11-10Update to Qt 6.4.0Rusty Wagner
2022-11-10Fix setting typoJosh Ferrell
2022-11-10Prefer to restore location information from qsettings, falling back to ↵Brian Potchik
location information from a database.
2022-11-10Add ability to restore layouts and locations for all sync/no-sync groups.Brian Potchik
2022-11-10Add ability to quiesce views not active in a ViewFrame.Brian Potchik
2022-11-10[Enterprise] Python: Allow LicenseCheckout(release=False)Glenn Smith
2022-11-10Show Type Casts disassembly settingGlenn Smith
2022-11-10Fix regression in BasicBlock outgoing_edges/incoming_edges source/targetPeter LaFosse
2022-11-10fix concepts imageJordan Wiens
2022-11-10Remove old navigation on 'main' symbol added behavior.Brian Potchik
2022-11-10Remove trailing whitespace.Brian Potchik