uap-cpp
uap-cpp copied to clipboard
C++ implementation of ua-parser
The current master does not build on Ubuntu 23.10: ``` root@df7042aa9f8f:/uap-cpp# make g++ -c -std=c++0x -Wall -Werror -g -fPIC -O3 UaParser.cpp -o UaParser.o g++ -c -std=c++0x -Wall -Werror -g -fPIC...
RE2 offers a couple of lesser known features for [matching multiple regular expressions](https://abseil.io/fast/21#bonus-matching-multiple-regular-expressions). Given that [`internal/README.md`](https://github.com/ua-parser/uap-cpp/blob/master/internal/README.md) describes a "snippet index", which sounds remarkably like [`FilteredRE2`](https://github.com/google/re2/blob/main/re2/filtered_re2.h), you might want to consider...
Hi, I just stumbled upon this repo as I was looking for a user agent parser in c++. I was looking to adding it to my project but realized there's...
I've got very little knowledge of this yet, but it does let me ```sh $ nix develop $ make bench ``` after adjusting the compiler to C++17 (because I'm getting...