summaryrefslogtreecommitdiff
path: root/settings.cpp
AgeCommit message (Collapse)Author
2025-06-20Update the Settings IsEmpty API for querying resources.Brian Potchik
2025-04-29Fix memory leaks in Sections, Segments, Settings, ExternalLibrary, and ↵Peter LaFosse
BackgroundTask
2024-09-30Use title for generation of function analysis actions.Brian Potchik
2024-08-20Initial support for per-function settings.Brian Potchik
2023-12-14Fix object settings.Brian Potchik
2023-11-10Add support for object settingsJosh Ferrell
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-10Add LoadSettingsFile API to support ephemeral settings.Brian Potchik
2022-03-11Use memory tracking API when in core for rapidjsonRusty Wagner
2022-01-28Format All FilesKyleMiles
2020-06-20Remove CopyValuesFrom Settings API.Brian Potchik
2020-06-17ResetAll settings API resets settings in the active schema by default.Brian Potchik
2019-09-21Access Settings Values as Json.Brian Potchik
2019-08-29Add settings API to query keys and json stringified values.Brian Potchik
2019-08-11Eliminate mandatory ephemeral view creation during open with options.Brian Potchik
2019-08-07Settings system improvements.Brian Potchik
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-06-13Initial rebase on file load support.Brian Potchik
2019-05-27Add API to query settings properties.Brian Potchik
2019-01-25Add CopyValue to Settings APi.Brian Potchik
2018-11-21Add ability to serialize/deserialize settings from BinaryViews.Brian Potchik
2018-10-18Initial Enhanced Settings System.Brian Potchik
2018-09-28Namespace API cleanupPeter LaFosse
2018-01-14Container Memory Reservations.Brian Potchik
2018-01-11API Temporary Object Elimination.Brian Potchik
2017-08-04Fixing UAF in settingsPeter LaFosse
2017-07-03Add setting removal APIs, allow negative integersPeter LaFosse
2017-07-02expose Settings 'Set' APIs to C++Peter LaFosse
2017-07-01Refactor of metadata api names. modify how QueryMetadata worksPeter LaFosse
2017-07-01Remove need for explicitly initializing settings filePeter LaFosse