You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
Use C++17, Minimum CMake 3.10
Update google test
added negative return codes for stack buffer pop and circular buffer pop to indicate insufficient size in memory storage.
Fixed
some threading issues with the WorkQueue and simpleQueue
Added
DualStringMappedVector and StringMappedVector which are specializations of DualMappedVector and MappedVector with the first search term as a std::string and using stable references.
added a header for suppressing warnings
added several CI tests and precommit.ci
Removed
removed optionalDefinition as we are now using std::optional