]> granicus.if.org Git - icinga2/commit
Add 'third-party/utf8cpp/' from commit '82344d605146dca6b19abc21578482cecda7f5d7'
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 15 Mar 2019 12:33:44 +0000 (13:33 +0100)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 15 Mar 2019 12:33:44 +0000 (13:33 +0100)
commitdd15f33c1702ee945403cc0dabdacf01389e4234
treebf4bcb94cfd78741f3e87d6c3781b65c398c151b
parent002f8e36f5ef8517cb9b870351bff9da617abe23
parent82344d605146dca6b19abc21578482cecda7f5d7
Add 'third-party/utf8cpp/' from commit '82344d605146dca6b19abc21578482cecda7f5d7'

git-subtree-dir: third-party/utf8cpp
git-subtree-mainline: 002f8e36f5ef8517cb9b870351bff9da617abe23
git-subtree-split: 82344d605146dca6b19abc21578482cecda7f5d7
16 files changed:
third-party/utf8cpp/.gitignore
third-party/utf8cpp/CMakeLists.txt
third-party/utf8cpp/LICENSE
third-party/utf8cpp/README.md
third-party/utf8cpp/samples/docsample.cpp
third-party/utf8cpp/source/utf8.h
third-party/utf8cpp/source/utf8/checked.h
third-party/utf8cpp/source/utf8/core.h
third-party/utf8cpp/source/utf8/unchecked.h
third-party/utf8cpp/test_data/negative/utf8_invalid.txt
third-party/utf8cpp/test_data/utf8samples/UTF-8-demo.txt
third-party/utf8cpp/test_data/utf8samples/Unicode_transcriptions.html
third-party/utf8cpp/test_data/utf8samples/quickbrown.txt
third-party/utf8cpp/test_drivers/negative/negative.cpp
third-party/utf8cpp/test_drivers/smoke_test/test.cpp
third-party/utf8cpp/test_drivers/utf8reader/utf8reader.cpp