Commit Graph

21 Commits (6be381bf20800f40600fd601d73ec9d1813ac0b5)

Author SHA1 Message Date
Bailey Chittle 6be381bf20 added scrambling 2 years ago
Bailey Chittle e9344434eb change string view to spdlogs, remove bool type 2 years ago
Felix Heitmann 59b09c7a18 Included missing header 2 years ago
Felix Heitmann 16492bde1b TDS2 compatible version
Uses type traits to enable specific overloads
- std::to_string is implemented for integral types and floating point types (s. cppreference std::to_string)
- Boolean values get written as true/false
- string like types are converted to strings
2 years ago
Bailey Chittle 0d6afd9d5e matching the overloads from popular compilers 2 years ago
Bailey Chittle a146cd6c02 forgot an overload for pure std strings 2 years ago
Bailey Chittle 8c76d5c3c4 capture every integer type 2 years ago
Bailey Chittle a6d80d7710 using structs to define type conversions 2 years ago
Bailey Chittle 15ef6042d4 overloads that work 2 years ago
Felix Heitmann 736c46e660 Make it C++11 compatible
This is more in line with spdlog
2 years ago
Felix Heitmann 57bea28e22 Re-patch log_attr: make it valid for all integral/floating types
- Is C++20 allowed?
2 years ago
Felix Heitmann 60527f2c4b Re-patch log_attr: make it valid for all integral/floating types 2 years ago
Alex Denisov 08f42fb985 fix: attr<T> constructor breaks on types that don't support std::to_string 2 years ago
Bailey Chittle d03d2be752 more endpoints, removed commas from logfmt 2 years ago
Bailey Chittle 89d53711a1 C++11 backwards compat fixes by replacing std::string_view with built-in string_view_t 2 years ago
Bailey Chittle 10d144f3e9 more well-defined definition of list instantiation using a pre-defined type 2 years ago
Bailey Chittle feca242449 scrambling key and value to escape ascii codes 2 years ago
Bailey Chittle a37be70b3b formats log messages (at least for default) 2 years ago
Bailey Chittle 7e2a93191a attributes passed to root API 2 years ago
Bailey Chittle 76b7158ec1 some bug fixes to attribute fork to get compilation working 2 years ago
Alex Denisov b6f496fc51 experimenting with attributes 2 years ago