Skip to content

Commit

Permalink
Move src/io/libsvg/ -> src/libsvg (openscad#5326)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller authored Sep 26, 2024
1 parent 50ff1f8 commit 40b1da3
Show file tree
Hide file tree
Showing 36 changed files with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ set_property(TARGET OpenSCAD PROPERTY CXX_STANDARD_REQUIRED ON)
set_property(TARGET OpenSCAD PROPERTY EXPORT_COMPILE_COMMANDS ON)
set_property(TARGET OpenSCAD PROPERTY LINKER_LANGUAGE CXX)
# Verbose link step
if(("${CMAKE_CXX_COMPILER_FRONTEND_VARIANT}" STREQUAL "GNU") OR
if(("${CMAKE_CXX_COMPILER_FRONTEND_VARIANT}" STREQUAL "GNU") OR
("${CMAKE_CXX_COMPILER_ID}" MATCHES "AppleClang|Clang|GNU"))
target_link_options(OpenSCAD BEFORE PRIVATE "-v")
endif()
Expand Down Expand Up @@ -211,7 +211,7 @@ find_package(PkgConfig)

add_subdirectory(submodules)

# The submodules will set up mimalloc if needed, and we need to defer any
# The submodules will set up mimalloc if needed, and we need to defer any
# target_link_libraries() calls until after that.

if (MXECROSS)
Expand Down Expand Up @@ -732,136 +732,136 @@ endif()
set(CORE_SOURCES
src/Feature.cc
src/FontCache.cc
src/handle_dep.cc
src/LibraryInfo.cc
src/RenderStatistic.cc
src/version.cc
src/core/AST.cc
src/core/Arguments.cc
src/core/Builtins.cc
src/core/Assignment.cc
src/core/BuiltinContext.cc
src/core/Builtins.cc
src/core/CSGNode.cc
src/core/CSGTreeEvaluator.cc
src/core/CgalAdvNode.cc
src/core/Children.cc
src/core/ColorNode.cc
src/core/Context.cc
src/core/ContextFrame.cc
src/core/ContextMemoryManager.cc
src/core/control.cc
src/core/CSGNode.cc
src/core/CsgOpNode.cc
src/core/CSGTreeEvaluator.cc
src/core/customizer/Annotation.cc
src/core/customizer/CommentParser.cc
src/core/DrawingCallback.cc
src/core/EvaluationSession.cc
src/core/Expression.cc
src/core/builtin_functions.cc
src/core/function.cc
src/core/FreetypeRenderer.cc
src/core/FunctionType.cc
src/core/GroupModule.cc
src/core/ImportNode.cc
src/core/LinearExtrudeNode.cc
src/core/LocalScope.cc
src/core/ScopeContext.cc
src/core/module.cc
src/core/node.cc
src/core/ModuleInstantiation.cc
src/core/NodeDumper.cc
src/core/NodeVisitor.cc
src/core/OffsetNode.cc
src/core/Parameters.cc
src/core/parsersettings.cc
src/core/primitives.cc
src/core/progress.cc
src/core/ProjectionNode.cc
src/core/RenderNode.cc
src/core/RenderVariables.cc
src/core/DrawingCallback.cc
src/core/RotateExtrudeNode.cc
src/core/ScopeContext.cc
src/core/SourceFile.cc
src/core/SourceFileCache.cc
src/core/StatCache.cc
src/core/SurfaceNode.cc
src/core/TextNode.cc
src/core/TransformNode.cc
src/core/Tree.cc
src/core/UndefType.cc
src/core/Value.cc
src/core/Assignment.cc
src/core/AST.cc
src/core/FreetypeRenderer.cc
src/core/GroupModule.cc
src/core/ModuleInstantiation.cc
src/core/NodeVisitor.cc
src/core/SourceFile.cc
src/core/SourceFileCache.cc
src/core/StatCache.cc
src/core/UserModule.cc
src/core/Tree.cc
src/core/Value.cc
src/core/builtin_functions.cc
src/core/control.cc
src/core/customizer/Annotation.cc
src/core/customizer/CommentParser.cc
src/core/customizer/ParameterObject.cc
src/core/customizer/ParameterSet.cc
src/ext/lodepng/lodepng.cpp
src/ext/polyclipping/clipper.cpp
src/core/function.cc
src/core/module.cc
src/core/node.cc
src/core/parsersettings.cc
src/core/primitives.cc
src/core/progress.cc
src/ext/libtess2/Source/bucketalloc.c
src/ext/libtess2/Source/dict.c
src/ext/libtess2/Source/geom.c
src/ext/libtess2/Source/mesh.c
src/ext/libtess2/Source/priorityq.c
src/ext/libtess2/Source/sweep.c
src/ext/libtess2/Source/tess.c
src/ext/lodepng/lodepng.cpp
src/ext/polyclipping/clipper.cpp
src/geometry/ClipperUtils.cc
src/geometry/Geometry.cc
src/geometry/GeometryCache.cc
src/geometry/GeometryEvaluator.cc
src/geometry/GeometryUtils.cc
src/geometry/Polygon2d.cc
src/geometry/linalg.cc
src/geometry/PolySet.cc
src/geometry/PolySetBuilder.cc
src/geometry/PolySetUtils.cc
src/geometry/GeometryEvaluator.cc
src/geometry/linear_extrude.cc
src/geometry/Polygon2d.cc
src/geometry/boolean_utils.cc
src/glview/OffscreenContextFactory.cc
src/glview/RenderSettings.cc
src/geometry/linalg.cc
src/geometry/linear_extrude.cc
src/glview/Camera.cc
src/glview/ColorMap.cc
src/glview/OffscreenContextFactory.cc
src/glview/RenderSettings.cc
src/glview/preview/CSGTreeNormalizer.cc
src/handle_dep.cc
src/io/DxfData.cc
src/io/dxfdim.cc
src/io/export.cc
src/io/export_amf.cc
src/io/export_dxf.cc
src/io/export_obj.cc
src/io/export_off.cc
src/io/export_wrl.cc
src/io/export_param.cc
src/io/export_pdf.cc
src/io/export_stl.cc
src/io/export_svg.cc
src/io/export_param.cc
src/io/export_wrl.cc
src/io/fileutils.cc
src/io/import_amf.cc
src/io/import_stl.cc
src/io/import_json.cc
src/io/import_obj.cc
src/io/import_off.cc
src/io/import_stl.cc
src/io/import_svg.cc
src/io/import_json.cc
src/io/libsvg/circle.cc
src/io/libsvg/data.cc
src/io/libsvg/ellipse.cc
src/io/libsvg/group.cc
src/io/libsvg/libsvg.cc
src/io/libsvg/line.cc
src/io/libsvg/path.cc
src/io/libsvg/polygon.cc
src/io/libsvg/polyline.cc
src/io/libsvg/rect.cc
src/io/libsvg/shape.cc
src/io/libsvg/svgpage.cc
src/io/libsvg/text.cc
src/io/libsvg/transformation.cc
src/io/libsvg/tspan.cc
src/io/libsvg/use.cc
src/io/libsvg/util.cc
src/libsvg/circle.cc
src/libsvg/data.cc
src/libsvg/ellipse.cc
src/libsvg/group.cc
src/libsvg/libsvg.cc
src/libsvg/line.cc
src/libsvg/path.cc
src/libsvg/polygon.cc
src/libsvg/polyline.cc
src/libsvg/rect.cc
src/libsvg/shape.cc
src/libsvg/svgpage.cc
src/libsvg/text.cc
src/libsvg/transformation.cc
src/libsvg/tspan.cc
src/libsvg/use.cc
src/libsvg/util.cc
src/platform/PlatformUtils.cc
src/utils/StackCheck.h
src/utils/boost-utils.cc
src/utils/calc.cc
src/utils/degree_trig.cc
src/utils/hash.cc
src/utils/printutils.cc
src/utils/StackCheck.h
src/utils/svg.cc
src/utils/version_check.h
src/version.cc
${LIB3MF_SOURCES}
${PLATFORM_SOURCES}
${FLEX_openscad_lexer_OUTPUTS}
Expand Down Expand Up @@ -921,7 +921,7 @@ set(MANIFOLD_CGAL_SOURCES
if(EXPERIMENTAL AND ENABLE_TBB)
# Note: currently only Manifold-related code makes use of TBB parallelization
# ("exact" CGAL numerics are not thread-safe)
target_compile_options(OpenSCAD PRIVATE
target_compile_options(OpenSCAD PRIVATE
-DENABLE_TBB
)
find_package(TBB QUIET)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 40b1da3

Please sign in to comment.