Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: rollback utf8 validation
  • Loading branch information
proost committed Mar 8, 2026
commit c9bf1e88a08f2d0fe58fddee5ed79a7ee703039b
3 changes: 0 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ The Apache Software Foundation (http://www.apache.org/).

Prior to moving to ASF, the software for this project was developed at
Yahoo Inc. (https://developer.yahoo.com).

This product includes utf8cpp (https://github.com/nemtrif/utfcpp),
licensed under the Boost Software License, Version 1.0.
11 changes: 0 additions & 11 deletions common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,3 @@ install(FILES
include/serde.hpp
include/xxhash64.h
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches")

install(FILES
include/third_party/utf8cpp/utf8.h
include/third_party/utf8cpp/utf8/checked.h
include/third_party/utf8cpp/utf8/core.h
include/third_party/utf8cpp/utf8/cpp11.h
include/third_party/utf8cpp/utf8/cpp17.h
include/third_party/utf8cpp/utf8/cpp20.h
include/third_party/utf8cpp/utf8/unchecked.h
include/third_party/utf8cpp/LICENSE
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches/third_party/utf8cpp")
23 changes: 0 additions & 23 deletions common/include/third_party/utf8cpp/LICENSE

This file was deleted.

46 changes: 0 additions & 46 deletions common/include/third_party/utf8cpp/utf8.h

This file was deleted.

Loading