You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
roker 2348e3a080 inherit from std::iterator<> to add some typedefs that make GNU G++ happy. Unfortunately, std::iterator<> is deprecated in C++17, for whatever reason. :-/ 4 years ago
..
Makefile add default goal in Makefile. 4 years ago
bloblist.cc remove warning. :-D 4 years ago
bloblist.hh remove warning. :-D 4 years ago
crlf.cc add operator""_CRLF() to ease definition of NET-ASCII/NET-Unicode test data strings. 4 years ago
crlf.hh implement the wrapper for certain types. 4 years ago
identity.cc forgot Wrapper<pEp_identity*>::_new() and ~::free(). 4 years ago
nfc.cc move nfc stuff into namespace pEp. 4 years ago
nfc.hh move nfc stuff into namespace pEp. 4 years ago
nfc_sets.cc generate_nfc_compose() is in namespace pEp. 4 years ago
nfc_sets.hh add NFC functions from pEpMIME. 4 years ago
string_view.hh add operator""_sv(). 4 years ago
stringlist.cc uuuh... a const_cast would silent the compiler. hmm. 4 years ago
types.cc add stringlist wrapper. 4 years ago
types.hh fix cut & paste errors, so the compiler is happy again. :) 4 years ago
wrapper.hh inherit from std::iterator<> to add some typedefs that make GNU G++ happy. Unfortunately, std::iterator<> is deprecated in C++17, for whatever reason. :-/ 4 years ago