Skip to content

Commit

Permalink
Remove tinyxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Nov 28, 2023
1 parent 8041251 commit b3bff28
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 5,734 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,8 @@ set(TINYUSDZ_C_API_SOURCES ${PROJECT_SOURCE_DIR}/src/c-tinyusd.cc)
set(TINYUSDZ_DEP_SOURCES
${PROJECT_SOURCE_DIR}/src/integerCoding.cpp
${PROJECT_SOURCE_DIR}/src/lz4-compression.cc
#${PROJECT_SOURCE_DIR}/src/pxrLZ4/lz4.cpp
${PROJECT_SOURCE_DIR}/src/lz4/lz4.c
${PROJECT_SOURCE_DIR}/src/external/pystring.cpp
#${PROJECT_SOURCE_DIR}/src/external/staticstruct.cc
#${PROJECT_SOURCE_DIR}/src/external/tinyxml2/tinyxml2.cpp
)

if (TINYUSDZ_WITH_BUILTIN_IMAGE_LOADER)
Expand Down
6 changes: 0 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ include src/external/simple_match/README.md
include src/external/simple_match/include/simple_match/implementation/some_none.hpp
include src/external/simple_match/include/simple_match/simple_match.hpp
include src/external/simple_match/include/simple_match/utility.hpp
include src/external/staticstruct.cc
include src/external/staticstruct.hh
include src/external/stb_image.h
include src/external/stb_image_resize.h
include src/external/stb_image_write.h
Expand Down Expand Up @@ -265,10 +263,6 @@ include src/external/tiny_obj_loader.cc
include src/external/tiny_obj_loader.h
include src/external/tinyexr.cc
include src/external/tinyexr.h
include src/external/tinyxml2/LICENSE.txt
include src/external/tinyxml2/readme.md
include src/external/tinyxml2/tinyxml2.cpp
include src/external/tinyxml2/tinyxml2.h
include src/external/floaxie/README.md
include src/external/floaxie/LICENSE
include src/external/floaxie/floaxie/atof.h
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ TinyUSDZ is licensed under MIT license and Apache 2.0 license.
* mapbox/earcut.hpp: ISC license. https://github.com/mapbox/earcut.hpp
* par_shapes.h generate parametric surfaces and other simple shapes: MIT license https://github.com/prideout/par
* MaterialX: Apache 2.0 license. https://github.com/AcademySoftwareFoundation/MaterialX
* tinyxml2: zlib license. https://github.com/leethomason/tinyxml2
* string_id: zlib license. https://github.com/foonathan/string_id
* cityhash: MIT license. https://github.com/google/cityhash
* fast_float: Apache 2.0/MIT dual license. https://github.com/fastfloat/fast_float
Expand Down
18 changes: 0 additions & 18 deletions src/external/tinyxml2/LICENSE.txt

This file was deleted.

330 changes: 0 additions & 330 deletions src/external/tinyxml2/readme.md

This file was deleted.

Loading

0 comments on commit b3bff28

Please sign in to comment.