Import solvespace_3.0.rc2+repack1.orig.tar.xz
authorMichael R. Crusoe <crusoe@debian.org>
Sat, 23 Jan 2021 19:15:11 +0000 (19:15 +0000)
committerMichael R. Crusoe <crusoe@debian.org>
Sat, 23 Jan 2021 19:15:11 +0000 (19:15 +0000)
commita7d85be9a88cc7300c3e3b29ac26415ac92a60de
tree6324fb44b1f1c8f0725f84e5941630eba43c4f5f
Import solvespace_3.0.rc2+repack1.orig.tar.xz

[dgit import orig solvespace_3.0.rc2+repack1.orig.tar.xz]
693 files changed:
.clang-format [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYING.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
THIRD_PARTIES.txt [new file with mode: 0644]
bench/CMakeLists.txt [new file with mode: 0644]
bench/harness.cpp [new file with mode: 0644]
cmake/AddVendoredSubdirectory.cmake [new file with mode: 0644]
cmake/DisableWarnings.cmake [new file with mode: 0644]
cmake/FindSpaceWare.cmake [new file with mode: 0644]
cmake/FindVendoredPackage.cmake [new file with mode: 0644]
cmake/GetGitCommitHash.cmake [new file with mode: 0644]
cmake/MacOSXBundleInfo.plist.in [new file with mode: 0644]
cmake/Toolchain-mingw32.cmake [new file with mode: 0644]
cmake/Toolchain-mingw64.cmake [new file with mode: 0644]
cmake/c_flag_overrides.cmake [new file with mode: 0644]
cmake/cxx_flag_overrides.cmake [new file with mode: 0644]
developer_docs/Solver_Transforms.txt [new file with mode: 0644]
exposed/CDemo.c [new file with mode: 0644]
exposed/CMakeLists.txt [new file with mode: 0644]
exposed/DOC.txt [new file with mode: 0644]
exposed/VbDemo.vb [new file with mode: 0644]
extlib/libdxfrw/CMakeLists.txt [new file with mode: 0644]
extlib/libdxfrw/drw_base.h [new file with mode: 0644]
extlib/libdxfrw/drw_classes.cpp [new file with mode: 0644]
extlib/libdxfrw/drw_classes.h [new file with mode: 0644]
extlib/libdxfrw/drw_entities.cpp [new file with mode: 0644]
extlib/libdxfrw/drw_entities.h [new file with mode: 0644]
extlib/libdxfrw/drw_header.cpp [new file with mode: 0644]
extlib/libdxfrw/drw_header.h [new file with mode: 0644]
extlib/libdxfrw/drw_interface.h [new file with mode: 0644]
extlib/libdxfrw/drw_objects.cpp [new file with mode: 0644]
extlib/libdxfrw/drw_objects.h [new file with mode: 0644]
extlib/libdxfrw/intern/drw_cptable932.h [new file with mode: 0644]
extlib/libdxfrw/intern/drw_cptable936.h [new file with mode: 0644]
extlib/libdxfrw/intern/drw_cptable949.h [new file with mode: 0644]
extlib/libdxfrw/intern/drw_cptable950.h [new file with mode: 0644]
extlib/libdxfrw/intern/drw_cptables.h [new file with mode: 0644]
extlib/libdxfrw/intern/drw_dbg.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/drw_dbg.h [new file with mode: 0644]
extlib/libdxfrw/intern/drw_textcodec.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/drw_textcodec.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgbuffer.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgbuffer.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader15.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader15.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader18.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader18.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader21.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader21.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader24.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader24.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader27.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgreader27.h [new file with mode: 0644]
extlib/libdxfrw/intern/dwgutil.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dwgutil.h [new file with mode: 0644]
extlib/libdxfrw/intern/dxfreader.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dxfreader.h [new file with mode: 0644]
extlib/libdxfrw/intern/dxfwriter.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/dxfwriter.h [new file with mode: 0644]
extlib/libdxfrw/intern/rscodec.cpp [new file with mode: 0644]
extlib/libdxfrw/intern/rscodec.h [new file with mode: 0644]
extlib/libdxfrw/libdwgr.cpp [new file with mode: 0644]
extlib/libdxfrw/libdwgr.h [new file with mode: 0644]
extlib/libdxfrw/libdxfrw.cpp [new file with mode: 0644]
extlib/libdxfrw/libdxfrw.h [new file with mode: 0644]
extlib/mimalloc/.gitattributes [new file with mode: 0644]
extlib/mimalloc/.gitignore [new file with mode: 0644]
extlib/mimalloc/CMakeLists.txt [new file with mode: 0644]
extlib/mimalloc/LICENSE [new file with mode: 0644]
extlib/mimalloc/azure-pipelines.yml [new file with mode: 0644]
extlib/mimalloc/cmake/mimalloc-config-version.cmake [new file with mode: 0644]
extlib/mimalloc/cmake/mimalloc-config.cmake [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-override-test.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-override-test.vcxproj.filters [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-override.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-override.vcxproj.filters [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-test-stress.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-test-stress.vcxproj.filters [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-test.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc-test.vcxproj.filters [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc.sln [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2017/mimalloc.vcxproj.filters [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc-override-test.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc-override.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc-override.vcxproj.filters [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc-test-api.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc-test-stress.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc-test.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc.sln [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc.vcxproj [new file with mode: 0644]
extlib/mimalloc/ide/vs2019/mimalloc.vcxproj.filters [new file with mode: 0644]
extlib/mimalloc/include/mimalloc-atomic.h [new file with mode: 0644]
extlib/mimalloc/include/mimalloc-internal.h [new file with mode: 0644]
extlib/mimalloc/include/mimalloc-new-delete.h [new file with mode: 0644]
extlib/mimalloc/include/mimalloc-override.h [new file with mode: 0644]
extlib/mimalloc/include/mimalloc-types.h [new file with mode: 0644]
extlib/mimalloc/include/mimalloc.h [new file with mode: 0644]
extlib/mimalloc/readme.md [new file with mode: 0644]
extlib/mimalloc/src/alloc-aligned.c [new file with mode: 0644]
extlib/mimalloc/src/alloc-override-osx.c [new file with mode: 0644]
extlib/mimalloc/src/alloc-override.c [new file with mode: 0644]
extlib/mimalloc/src/alloc-posix.c [new file with mode: 0644]
extlib/mimalloc/src/alloc.c [new file with mode: 0644]
extlib/mimalloc/src/arena.c [new file with mode: 0644]
extlib/mimalloc/src/bitmap.inc.c [new file with mode: 0644]
extlib/mimalloc/src/heap.c [new file with mode: 0644]
extlib/mimalloc/src/init.c [new file with mode: 0644]
extlib/mimalloc/src/options.c [new file with mode: 0644]
extlib/mimalloc/src/os.c [new file with mode: 0644]
extlib/mimalloc/src/page-queue.c [new file with mode: 0644]
extlib/mimalloc/src/page.c [new file with mode: 0644]
extlib/mimalloc/src/random.c [new file with mode: 0644]
extlib/mimalloc/src/region.c [new file with mode: 0644]
extlib/mimalloc/src/segment.c [new file with mode: 0644]
extlib/mimalloc/src/static.c [new file with mode: 0644]
extlib/mimalloc/src/stats.c [new file with mode: 0644]
extlib/mimalloc/test/CMakeLists.txt [new file with mode: 0644]
extlib/mimalloc/test/main-override-static.c [new file with mode: 0644]
extlib/mimalloc/test/main-override.c [new file with mode: 0644]
extlib/mimalloc/test/main-override.cpp [new file with mode: 0644]
extlib/mimalloc/test/main.c [new file with mode: 0644]
extlib/mimalloc/test/readme.md [new file with mode: 0644]
extlib/mimalloc/test/test-api.c [new file with mode: 0644]
extlib/mimalloc/test/test-stress.c [new file with mode: 0644]
include/slvs.h [new file with mode: 0644]
pkg/flatpak/.gitignore [new file with mode: 0644]
pkg/flatpak/build.sh [new file with mode: 0755]
pkg/flatpak/com.solvespace.SolveSpace.json [new file with mode: 0644]
pkg/snap/.gitignore [new file with mode: 0644]
pkg/snap/build.sh [new file with mode: 0755]
pkg/snap/snap/snapcraft.yaml [new file with mode: 0644]
res/CMakeLists.txt [new file with mode: 0644]
res/banner.txt [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_128x128.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_128x128@2x.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_16x16.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_16x16@2x.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_256x256.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_256x256@2x.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_32x32.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_32x32@2x.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_512x512.png [new file with mode: 0644]
res/cocoa/AppIcon.iconset/icon_512x512@2x.png [new file with mode: 0644]
res/cocoa/MainMenu.xib [new file with mode: 0644]
res/cocoa/SaveFormatAccessory.xib [new file with mode: 0644]
res/fonts/BitstreamVeraSans-Roman-builtin.ttf [new file with mode: 0644]
res/fonts/private/0-check-false.png [new file with mode: 0644]
res/fonts/private/1-check-true.png [new file with mode: 0644]
res/fonts/private/2-radio-false.png [new file with mode: 0644]
res/fonts/private/3-radio-true.png [new file with mode: 0644]
res/fonts/private/4-stipple-dot.png [new file with mode: 0644]
res/fonts/private/5-stipple-dash-long.png [new file with mode: 0644]
res/fonts/private/6-stipple-dash.png [new file with mode: 0644]
res/fonts/private/7-stipple-zigzag.png [new file with mode: 0644]
res/fonts/unicode.lff.gz [new file with mode: 0644]
res/freedesktop/solvespace-16x16.png [new file with mode: 0644]
res/freedesktop/solvespace-16x16.xpm [new file with mode: 0644]
res/freedesktop/solvespace-24x24.png [new file with mode: 0644]
res/freedesktop/solvespace-24x24.xpm [new file with mode: 0644]
res/freedesktop/solvespace-32x32.png [new file with mode: 0644]
res/freedesktop/solvespace-32x32.xpm [new file with mode: 0644]
res/freedesktop/solvespace-48x48.png [new file with mode: 0644]
res/freedesktop/solvespace-48x48.xpm [new file with mode: 0644]
res/freedesktop/solvespace-flatpak-mime.xml [new file with mode: 0644]
res/freedesktop/solvespace-flatpak.desktop.in [new file with mode: 0644]
res/freedesktop/solvespace-mime.xml [new file with mode: 0644]
res/freedesktop/solvespace-scalable.svg [new file with mode: 0644]
res/freedesktop/solvespace-snap.desktop [new file with mode: 0644]
res/freedesktop/solvespace.desktop.in [new file with mode: 0644]
res/icons/graphics-window/angle.png [new file with mode: 0644]
res/icons/graphics-window/arc.png [new file with mode: 0644]
res/icons/graphics-window/assemble.png [new file with mode: 0644]
res/icons/graphics-window/bezier.png [new file with mode: 0644]
res/icons/graphics-window/circle.png [new file with mode: 0644]
res/icons/graphics-window/construction.png [new file with mode: 0644]
res/icons/graphics-window/equal.png [new file with mode: 0644]
res/icons/graphics-window/extrude.png [new file with mode: 0644]
res/icons/graphics-window/helix.png [new file with mode: 0644]
res/icons/graphics-window/horiz.png [new file with mode: 0644]
res/icons/graphics-window/image.png [new file with mode: 0644]
res/icons/graphics-window/in3d.png [new file with mode: 0644]
res/icons/graphics-window/lathe.png [new file with mode: 0644]
res/icons/graphics-window/length.png [new file with mode: 0644]
res/icons/graphics-window/line.png [new file with mode: 0644]
res/icons/graphics-window/ontoworkplane.png [new file with mode: 0644]
res/icons/graphics-window/other-supp.png [new file with mode: 0644]
res/icons/graphics-window/parallel.png [new file with mode: 0644]
res/icons/graphics-window/perpendicular.png [new file with mode: 0644]
res/icons/graphics-window/point.png [new file with mode: 0644]
res/icons/graphics-window/pointonx.png [new file with mode: 0644]
res/icons/graphics-window/rectangle.png [new file with mode: 0644]
res/icons/graphics-window/ref.png [new file with mode: 0644]
res/icons/graphics-window/revolve.png [new file with mode: 0644]
res/icons/graphics-window/same-orientation.png [new file with mode: 0644]
res/icons/graphics-window/sketch-in-3d.png [new file with mode: 0644]
res/icons/graphics-window/sketch-in-plane.png [new file with mode: 0644]
res/icons/graphics-window/step-rotate.png [new file with mode: 0644]
res/icons/graphics-window/step-translate.png [new file with mode: 0644]
res/icons/graphics-window/symmetric.png [new file with mode: 0644]
res/icons/graphics-window/tangent-arc.png [new file with mode: 0644]
res/icons/graphics-window/text.png [new file with mode: 0644]
res/icons/graphics-window/trim.png [new file with mode: 0644]
res/icons/graphics-window/vert.png [new file with mode: 0644]
res/icons/text-window/constraint.png [new file with mode: 0644]
res/icons/text-window/construction.png [new file with mode: 0644]
res/icons/text-window/edges.png [new file with mode: 0644]
res/icons/text-window/faces.png [new file with mode: 0644]
res/icons/text-window/mesh.png [new file with mode: 0644]
res/icons/text-window/normal.png [new file with mode: 0644]
res/icons/text-window/occluded-invisible.png [new file with mode: 0644]
res/icons/text-window/occluded-stippled.png [new file with mode: 0644]
res/icons/text-window/occluded-visible.png [new file with mode: 0644]
res/icons/text-window/outlines.png [new file with mode: 0644]
res/icons/text-window/point.png [new file with mode: 0644]
res/icons/text-window/shaded.png [new file with mode: 0644]
res/icons/text-window/workplane.png [new file with mode: 0644]
res/locales.txt [new file with mode: 0644]
res/locales/de_DE.po [new file with mode: 0644]
res/locales/en_US.po [new file with mode: 0644]
res/locales/fr_FR.po [new file with mode: 0644]
res/locales/ru_RU.po [new file with mode: 0644]
res/locales/uk_UA.po [new file with mode: 0644]
res/locales/zh_CN.po [new file with mode: 0644]
res/messages.pot [new file with mode: 0644]
res/shaders/edge.frag [new file with mode: 0644]
res/shaders/edge.vert [new file with mode: 0644]
res/shaders/imesh.frag [new file with mode: 0644]
res/shaders/imesh.vert [new file with mode: 0644]
res/shaders/imesh_point.frag [new file with mode: 0644]
res/shaders/imesh_point.vert [new file with mode: 0644]
res/shaders/imesh_tex.frag [new file with mode: 0644]
res/shaders/imesh_tex.vert [new file with mode: 0644]
res/shaders/imesh_texa.frag [new file with mode: 0644]
res/shaders/mesh.frag [new file with mode: 0644]
res/shaders/mesh.vert [new file with mode: 0644]
res/shaders/mesh_fill.frag [new file with mode: 0644]
res/shaders/mesh_fill.vert [new file with mode: 0644]
res/shaders/outline.vert [new file with mode: 0644]
res/threejs/SolveSpaceControls.js [new file with mode: 0644]
res/threejs/hammer-2.0.8.js.gz [new file with mode: 0644]
res/win32/icon.ico [new file with mode: 0644]
res/win32/manifest.xml [new file with mode: 0644]
res/win32/versioninfo.rc.in [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/bsp.cpp [new file with mode: 0644]
src/clipboard.cpp [new file with mode: 0644]
src/config.h.in [new file with mode: 0644]
src/confscreen.cpp [new file with mode: 0644]
src/constraint.cpp [new file with mode: 0644]
src/constrainteq.cpp [new file with mode: 0644]
src/describescreen.cpp [new file with mode: 0644]
src/draw.cpp [new file with mode: 0644]
src/drawconstraint.cpp [new file with mode: 0644]
src/drawentity.cpp [new file with mode: 0644]
src/dsc.h [new file with mode: 0644]
src/entity.cpp [new file with mode: 0644]
src/export.cpp [new file with mode: 0644]
src/exportstep.cpp [new file with mode: 0644]
src/exportvector.cpp [new file with mode: 0644]
src/expr.cpp [new file with mode: 0644]
src/expr.h [new file with mode: 0644]
src/file.cpp [new file with mode: 0644]
src/generate.cpp [new file with mode: 0644]
src/graphicswin.cpp [new file with mode: 0644]
src/group.cpp [new file with mode: 0644]
src/groupmesh.cpp [new file with mode: 0644]
src/importdxf.cpp [new file with mode: 0644]
src/importidf.cpp [new file with mode: 0644]
src/lib.cpp [new file with mode: 0644]
src/mesh.cpp [new file with mode: 0644]
src/modify.cpp [new file with mode: 0644]
src/mouse.cpp [new file with mode: 0644]
src/platform/entrycli.cpp [new file with mode: 0644]
src/platform/entrygui.cpp [new file with mode: 0644]
src/platform/gui.cpp [new file with mode: 0644]
src/platform/gui.h [new file with mode: 0644]
src/platform/guigtk.cpp [new file with mode: 0644]
src/platform/guimac.mm [new file with mode: 0644]
src/platform/guinone.cpp [new file with mode: 0644]
src/platform/guiwin.cpp [new file with mode: 0644]
src/platform/platform.cpp [new file with mode: 0644]
src/platform/platform.h [new file with mode: 0644]
src/polygon.cpp [new file with mode: 0644]
src/polygon.h [new file with mode: 0644]
src/polyline.cpp [new file with mode: 0644]
src/render/gl3shader.cpp [new file with mode: 0644]
src/render/gl3shader.h [new file with mode: 0644]
src/render/render.cpp [new file with mode: 0644]
src/render/render.h [new file with mode: 0644]
src/render/render2d.cpp [new file with mode: 0644]
src/render/rendercairo.cpp [new file with mode: 0644]
src/render/rendergl1.cpp [new file with mode: 0644]
src/render/rendergl3.cpp [new file with mode: 0644]
src/request.cpp [new file with mode: 0644]
src/resource.cpp [new file with mode: 0644]
src/resource.h [new file with mode: 0644]
src/sketch.h [new file with mode: 0644]
src/solvespace.cpp [new file with mode: 0644]
src/solvespace.h [new file with mode: 0644]
src/srf/boolean.cpp [new file with mode: 0644]
src/srf/curve.cpp [new file with mode: 0644]
src/srf/merge.cpp [new file with mode: 0644]
src/srf/ratpoly.cpp [new file with mode: 0644]
src/srf/raycast.cpp [new file with mode: 0644]
src/srf/surface.cpp [new file with mode: 0644]
src/srf/surface.h [new file with mode: 0644]
src/srf/surfinter.cpp [new file with mode: 0644]
src/srf/triangulate.cpp [new file with mode: 0644]
src/style.cpp [new file with mode: 0644]
src/system.cpp [new file with mode: 0644]
src/textscreens.cpp [new file with mode: 0644]
src/textwin.cpp [new file with mode: 0644]
src/toolbar.cpp [new file with mode: 0644]
src/ttf.cpp [new file with mode: 0644]
src/ttf.h [new file with mode: 0644]
src/ui.h [new file with mode: 0644]
src/undoredo.cpp [new file with mode: 0644]
src/util.cpp [new file with mode: 0644]
src/view.cpp [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/Gentium-R.ttf [new file with mode: 0644]
test/analysis/contour_area/normal.png [new file with mode: 0644]
test/analysis/contour_area/normal.slvs [new file with mode: 0644]
test/analysis/contour_area/test.cpp [new file with mode: 0644]
test/commit.sh [new file with mode: 0755]
test/constraint/angle/free_in_3d.png [new file with mode: 0644]
test/constraint/angle/free_in_3d.slvs [new file with mode: 0644]
test/constraint/angle/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/angle/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/angle/normal.png [new file with mode: 0644]
test/constraint/angle/normal.slvs [new file with mode: 0644]
test/constraint/angle/normal_v20.slvs [new file with mode: 0644]
test/constraint/angle/normal_v22.slvs [new file with mode: 0644]
test/constraint/angle/reference.png [new file with mode: 0644]
test/constraint/angle/reference.slvs [new file with mode: 0644]
test/constraint/angle/reference_free_in_3d.png [new file with mode: 0644]
test/constraint/angle/reference_free_in_3d.slvs [new file with mode: 0644]
test/constraint/angle/reference_free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/angle/reference_free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/angle/reference_v20.slvs [new file with mode: 0644]
test/constraint/angle/reference_v22.slvs [new file with mode: 0644]
test/constraint/angle/skew.png [new file with mode: 0644]
test/constraint/angle/skew.slvs [new file with mode: 0644]
test/constraint/angle/skew_v22.slvs [new file with mode: 0644]
test/constraint/angle/test.cpp [new file with mode: 0644]
test/constraint/arc_line_tangent/normal.png [new file with mode: 0644]
test/constraint/arc_line_tangent/normal.slvs [new file with mode: 0644]
test/constraint/arc_line_tangent/normal_v20.slvs [new file with mode: 0644]
test/constraint/arc_line_tangent/normal_v22.slvs [new file with mode: 0644]
test/constraint/arc_line_tangent/test.cpp [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_free_in_3d.png [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_free_in_3d.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_normal.png [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_normal.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_normal_v20.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_plane_normal_v22.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_free_in_3d.png [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_free_in_3d.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_normal.png [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_normal.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_normal_v20.slvs [new file with mode: 0644]
test/constraint/at_midpoint/line_pt_normal_v22.slvs [new file with mode: 0644]
test/constraint/at_midpoint/test.cpp [new file with mode: 0644]
test/constraint/comment/normal.png [new file with mode: 0644]
test/constraint/comment/normal.slvs [new file with mode: 0644]
test/constraint/comment/normal_v20.slvs [new file with mode: 0644]
test/constraint/comment/normal_v22.slvs [new file with mode: 0644]
test/constraint/comment/test.cpp [new file with mode: 0644]
test/constraint/cubic_line_tangent/free_in_3d.png [new file with mode: 0644]
test/constraint/cubic_line_tangent/free_in_3d.slvs [new file with mode: 0644]
test/constraint/cubic_line_tangent/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/cubic_line_tangent/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/cubic_line_tangent/normal.png [new file with mode: 0644]
test/constraint/cubic_line_tangent/normal.slvs [new file with mode: 0644]
test/constraint/cubic_line_tangent/normal_v20.slvs [new file with mode: 0644]
test/constraint/cubic_line_tangent/normal_v22.slvs [new file with mode: 0644]
test/constraint/cubic_line_tangent/test.cpp [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_arc.png [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_arc.slvs [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_arc_v20.slvs [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_arc_v22.slvs [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_cubic.png [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_cubic.slvs [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_cubic_v20.slvs [new file with mode: 0644]
test/constraint/curve_curve_tangent/arc_cubic_v22.slvs [new file with mode: 0644]
test/constraint/curve_curve_tangent/test.cpp [new file with mode: 0644]
test/constraint/diameter/normal.png [new file with mode: 0644]
test/constraint/diameter/normal.slvs [new file with mode: 0644]
test/constraint/diameter/normal_v20.slvs [new file with mode: 0644]
test/constraint/diameter/normal_v22.slvs [new file with mode: 0644]
test/constraint/diameter/reference.png [new file with mode: 0644]
test/constraint/diameter/reference.slvs [new file with mode: 0644]
test/constraint/diameter/reference_v20.slvs [new file with mode: 0644]
test/constraint/diameter/reference_v22.slvs [new file with mode: 0644]
test/constraint/diameter/test.cpp [new file with mode: 0644]
test/constraint/eq_len_pt_line_d/normal.png [new file with mode: 0644]
test/constraint/eq_len_pt_line_d/normal.slvs [new file with mode: 0644]
test/constraint/eq_len_pt_line_d/normal_v20.slvs [new file with mode: 0644]
test/constraint/eq_len_pt_line_d/normal_v22.slvs [new file with mode: 0644]
test/constraint/eq_len_pt_line_d/test.cpp [new file with mode: 0644]
test/constraint/eq_pt_ln_distances/normal.png [new file with mode: 0644]
test/constraint/eq_pt_ln_distances/normal.slvs [new file with mode: 0644]
test/constraint/eq_pt_ln_distances/normal_v20.slvs [new file with mode: 0644]
test/constraint/eq_pt_ln_distances/normal_v22.slvs [new file with mode: 0644]
test/constraint/eq_pt_ln_distances/test.cpp [new file with mode: 0644]
test/constraint/equal_angle/normal.png [new file with mode: 0644]
test/constraint/equal_angle/normal.slvs [new file with mode: 0644]
test/constraint/equal_angle/normal_v20.slvs [new file with mode: 0644]
test/constraint/equal_angle/normal_v22.slvs [new file with mode: 0644]
test/constraint/equal_angle/other.png [new file with mode: 0644]
test/constraint/equal_angle/other.slvs [new file with mode: 0644]
test/constraint/equal_angle/other_v20.slvs [new file with mode: 0644]
test/constraint/equal_angle/other_v22.slvs [new file with mode: 0644]
test/constraint/equal_angle/test.cpp [new file with mode: 0644]
test/constraint/equal_length_lines/normal.png [new file with mode: 0644]
test/constraint/equal_length_lines/normal.slvs [new file with mode: 0644]
test/constraint/equal_length_lines/normal_v20.slvs [new file with mode: 0644]
test/constraint/equal_length_lines/normal_v22.slvs [new file with mode: 0644]
test/constraint/equal_length_lines/test.cpp [new file with mode: 0644]
test/constraint/equal_line_arc_len/normal.png [new file with mode: 0644]
test/constraint/equal_line_arc_len/normal.slvs [new file with mode: 0644]
test/constraint/equal_line_arc_len/normal_v20.slvs [new file with mode: 0644]
test/constraint/equal_line_arc_len/normal_v22.slvs [new file with mode: 0644]
test/constraint/equal_line_arc_len/pi.png [new file with mode: 0644]
test/constraint/equal_line_arc_len/pi.slvs [new file with mode: 0644]
test/constraint/equal_line_arc_len/tau.png [new file with mode: 0644]
test/constraint/equal_line_arc_len/tau.slvs [new file with mode: 0644]
test/constraint/equal_line_arc_len/test.cpp [new file with mode: 0644]
test/constraint/equal_radius/normal.png [new file with mode: 0644]
test/constraint/equal_radius/normal.slvs [new file with mode: 0644]
test/constraint/equal_radius/normal_v20.slvs [new file with mode: 0644]
test/constraint/equal_radius/normal_v22.slvs [new file with mode: 0644]
test/constraint/equal_radius/test.cpp [new file with mode: 0644]
test/constraint/horizontal/line.png [new file with mode: 0644]
test/constraint/horizontal/line.slvs [new file with mode: 0644]
test/constraint/horizontal/line_v20.slvs [new file with mode: 0644]
test/constraint/horizontal/line_v22.slvs [new file with mode: 0644]
test/constraint/horizontal/pt_pt.png [new file with mode: 0644]
test/constraint/horizontal/pt_pt.slvs [new file with mode: 0644]
test/constraint/horizontal/pt_pt_v20.slvs [new file with mode: 0644]
test/constraint/horizontal/pt_pt_v22.slvs [new file with mode: 0644]
test/constraint/horizontal/test.cpp [new file with mode: 0644]
test/constraint/length_difference/normal.png [new file with mode: 0644]
test/constraint/length_difference/normal.slvs [new file with mode: 0644]
test/constraint/length_difference/normal_v22.slvs [new file with mode: 0644]
test/constraint/length_difference/reference.png [new file with mode: 0644]
test/constraint/length_difference/reference.slvs [new file with mode: 0644]
test/constraint/length_difference/reference_v22.slvs [new file with mode: 0644]
test/constraint/length_difference/test.cpp [new file with mode: 0644]
test/constraint/length_ratio/normal.png [new file with mode: 0644]
test/constraint/length_ratio/normal.slvs [new file with mode: 0644]
test/constraint/length_ratio/normal_v20.slvs [new file with mode: 0644]
test/constraint/length_ratio/normal_v22.slvs [new file with mode: 0644]
test/constraint/length_ratio/reference.png [new file with mode: 0644]
test/constraint/length_ratio/reference.slvs [new file with mode: 0644]
test/constraint/length_ratio/reference_v20.slvs [new file with mode: 0644]
test/constraint/length_ratio/reference_v22.slvs [new file with mode: 0644]
test/constraint/length_ratio/test.cpp [new file with mode: 0644]
test/constraint/parallel/free_in_3d.png [new file with mode: 0644]
test/constraint/parallel/free_in_3d.slvs [new file with mode: 0644]
test/constraint/parallel/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/parallel/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/parallel/normal.png [new file with mode: 0644]
test/constraint/parallel/normal.slvs [new file with mode: 0644]
test/constraint/parallel/normal_v20.slvs [new file with mode: 0644]
test/constraint/parallel/normal_v22.slvs [new file with mode: 0644]
test/constraint/parallel/test.cpp [new file with mode: 0644]
test/constraint/perpendicular/normal.png [new file with mode: 0644]
test/constraint/perpendicular/normal.slvs [new file with mode: 0644]
test/constraint/perpendicular/normal_v20.slvs [new file with mode: 0644]
test/constraint/perpendicular/normal_v22.slvs [new file with mode: 0644]
test/constraint/perpendicular/test.cpp [new file with mode: 0644]
test/constraint/points_coincident/free_in_3d.png [new file with mode: 0644]
test/constraint/points_coincident/free_in_3d.slvs [new file with mode: 0644]
test/constraint/points_coincident/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/points_coincident/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/points_coincident/normal.png [new file with mode: 0644]
test/constraint/points_coincident/normal.slvs [new file with mode: 0644]
test/constraint/points_coincident/normal_v20.slvs [new file with mode: 0644]
test/constraint/points_coincident/normal_v22.slvs [new file with mode: 0644]
test/constraint/points_coincident/test.cpp [new file with mode: 0644]
test/constraint/proj_pt_distance/normal.png [new file with mode: 0644]
test/constraint/proj_pt_distance/normal.slvs [new file with mode: 0644]
test/constraint/proj_pt_distance/normal_v20.slvs [new file with mode: 0644]
test/constraint/proj_pt_distance/normal_v22.slvs [new file with mode: 0644]
test/constraint/proj_pt_distance/reference.png [new file with mode: 0644]
test/constraint/proj_pt_distance/reference.slvs [new file with mode: 0644]
test/constraint/proj_pt_distance/reference_v20.slvs [new file with mode: 0644]
test/constraint/proj_pt_distance/reference_v22.slvs [new file with mode: 0644]
test/constraint/proj_pt_distance/test.cpp [new file with mode: 0644]
test/constraint/pt_face_distance/normal.png [new file with mode: 0644]
test/constraint/pt_face_distance/normal.slvs [new file with mode: 0644]
test/constraint/pt_face_distance/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_face_distance/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_face_distance/reference.png [new file with mode: 0644]
test/constraint/pt_face_distance/reference.slvs [new file with mode: 0644]
test/constraint/pt_face_distance/reference_v20.slvs [new file with mode: 0644]
test/constraint/pt_face_distance/reference_v22.slvs [new file with mode: 0644]
test/constraint/pt_face_distance/test.cpp [new file with mode: 0644]
test/constraint/pt_in_plane/normal.png [new file with mode: 0644]
test/constraint/pt_in_plane/normal.slvs [new file with mode: 0644]
test/constraint/pt_in_plane/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_in_plane/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_in_plane/test.cpp [new file with mode: 0644]
test/constraint/pt_line_distance/extended.png [new file with mode: 0644]
test/constraint/pt_line_distance/extended.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/free_in_3d.png [new file with mode: 0644]
test/constraint/pt_line_distance/free_in_3d.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/normal.png [new file with mode: 0644]
test/constraint/pt_line_distance/normal.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/reference.png [new file with mode: 0644]
test/constraint/pt_line_distance/reference.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/reference_v20.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/reference_v22.slvs [new file with mode: 0644]
test/constraint/pt_line_distance/test.cpp [new file with mode: 0644]
test/constraint/pt_on_circle/negative_dia.slvs [new file with mode: 0644]
test/constraint/pt_on_circle/normal.png [new file with mode: 0644]
test/constraint/pt_on_circle/normal.slvs [new file with mode: 0644]
test/constraint/pt_on_circle/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_on_circle/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_on_circle/test.cpp [new file with mode: 0644]
test/constraint/pt_on_face/normal.png [new file with mode: 0644]
test/constraint/pt_on_face/normal.slvs [new file with mode: 0644]
test/constraint/pt_on_face/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_on_face/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_on_face/test.cpp [new file with mode: 0644]
test/constraint/pt_on_line/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/pt_on_line/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/pt_on_line/left_free_in_3d.png [new file with mode: 0644]
test/constraint/pt_on_line/left_free_in_3d.slvs [new file with mode: 0644]
test/constraint/pt_on_line/normal.png [new file with mode: 0644]
test/constraint/pt_on_line/normal.slvs [new file with mode: 0644]
test/constraint/pt_on_line/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_on_line/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_on_line/right_free_in_3d.png [new file with mode: 0644]
test/constraint/pt_on_line/right_free_in_3d.slvs [new file with mode: 0644]
test/constraint/pt_on_line/test.cpp [new file with mode: 0644]
test/constraint/pt_plane_distance/normal.png [new file with mode: 0644]
test/constraint/pt_plane_distance/normal.slvs [new file with mode: 0644]
test/constraint/pt_plane_distance/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_plane_distance/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_plane_distance/reference.png [new file with mode: 0644]
test/constraint/pt_plane_distance/reference.slvs [new file with mode: 0644]
test/constraint/pt_plane_distance/reference_v20.slvs [new file with mode: 0644]
test/constraint/pt_plane_distance/reference_v22.slvs [new file with mode: 0644]
test/constraint/pt_plane_distance/test.cpp [new file with mode: 0644]
test/constraint/pt_pt_distance/free_in_3d.png [new file with mode: 0644]
test/constraint/pt_pt_distance/free_in_3d.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/normal.png [new file with mode: 0644]
test/constraint/pt_pt_distance/normal.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/normal_v20.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/normal_v22.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/reference.png [new file with mode: 0644]
test/constraint/pt_pt_distance/reference.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/reference_v20.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/reference_v22.slvs [new file with mode: 0644]
test/constraint/pt_pt_distance/test.cpp [new file with mode: 0644]
test/constraint/same_orientation/normal.png [new file with mode: 0644]
test/constraint/same_orientation/normal.slvs [new file with mode: 0644]
test/constraint/same_orientation/normal_v20.slvs [new file with mode: 0644]
test/constraint/same_orientation/normal_v22.slvs [new file with mode: 0644]
test/constraint/same_orientation/same_group.png [new file with mode: 0644]
test/constraint/same_orientation/same_group.slvs [new file with mode: 0644]
test/constraint/same_orientation/test.cpp [new file with mode: 0644]
test/constraint/symmetric/free_in_3d.png [new file with mode: 0644]
test/constraint/symmetric/free_in_3d.slvs [new file with mode: 0644]
test/constraint/symmetric/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/symmetric/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/symmetric/normal.png [new file with mode: 0644]
test/constraint/symmetric/normal.slvs [new file with mode: 0644]
test/constraint/symmetric/normal_v20.slvs [new file with mode: 0644]
test/constraint/symmetric/normal_v22.slvs [new file with mode: 0644]
test/constraint/symmetric/test.cpp [new file with mode: 0644]
test/constraint/symmetric_horiz/normal.png [new file with mode: 0644]
test/constraint/symmetric_horiz/normal.slvs [new file with mode: 0644]
test/constraint/symmetric_horiz/normal_v20.slvs [new file with mode: 0644]
test/constraint/symmetric_horiz/normal_v22.slvs [new file with mode: 0644]
test/constraint/symmetric_horiz/test.cpp [new file with mode: 0644]
test/constraint/symmetric_line/normal.png [new file with mode: 0644]
test/constraint/symmetric_line/normal.slvs [new file with mode: 0644]
test/constraint/symmetric_line/normal_v20.slvs [new file with mode: 0644]
test/constraint/symmetric_line/normal_v22.slvs [new file with mode: 0644]
test/constraint/symmetric_line/test.cpp [new file with mode: 0644]
test/constraint/symmetric_vert/normal.png [new file with mode: 0644]
test/constraint/symmetric_vert/normal.slvs [new file with mode: 0644]
test/constraint/symmetric_vert/normal_v20.slvs [new file with mode: 0644]
test/constraint/symmetric_vert/normal_v22.slvs [new file with mode: 0644]
test/constraint/symmetric_vert/test.cpp [new file with mode: 0644]
test/constraint/vertical/line.png [new file with mode: 0644]
test/constraint/vertical/line.slvs [new file with mode: 0644]
test/constraint/vertical/line_v20.slvs [new file with mode: 0644]
test/constraint/vertical/line_v22.slvs [new file with mode: 0644]
test/constraint/vertical/pt_pt.png [new file with mode: 0644]
test/constraint/vertical/pt_pt.slvs [new file with mode: 0644]
test/constraint/vertical/pt_pt_v20.slvs [new file with mode: 0644]
test/constraint/vertical/pt_pt_v22.slvs [new file with mode: 0644]
test/constraint/vertical/test.cpp [new file with mode: 0644]
test/constraint/where_dragged/free_in_3d.png [new file with mode: 0644]
test/constraint/where_dragged/free_in_3d.slvs [new file with mode: 0644]
test/constraint/where_dragged/free_in_3d_v20.slvs [new file with mode: 0644]
test/constraint/where_dragged/free_in_3d_v22.slvs [new file with mode: 0644]
test/constraint/where_dragged/normal.png [new file with mode: 0644]
test/constraint/where_dragged/normal.slvs [new file with mode: 0644]
test/constraint/where_dragged/normal_v20.slvs [new file with mode: 0644]
test/constraint/where_dragged/normal_v22.slvs [new file with mode: 0644]
test/constraint/where_dragged/test.cpp [new file with mode: 0644]
test/core/expr/test.cpp [new file with mode: 0644]
test/core/locale/test.cpp [new file with mode: 0644]
test/core/path/test.cpp [new file with mode: 0644]
test/debugtool.cpp [new file with mode: 0644]
test/group/link/normal.png [new file with mode: 0644]
test/group/link/normal.slvs [new file with mode: 0644]
test/group/link/normal_v20.slvs [new file with mode: 0644]
test/group/link/normal_v22.slvs [new file with mode: 0644]
test/group/link/rect_v20.slvs [new file with mode: 0644]
test/group/link/test.cpp [new file with mode: 0644]
test/group/translate_asy/normal.png [new file with mode: 0644]
test/group/translate_asy/normal.slvs [new file with mode: 0644]
test/group/translate_asy/normal_v22.slvs [new file with mode: 0644]
test/group/translate_asy/test.cpp [new file with mode: 0644]
test/group/translate_nd/normal.png [new file with mode: 0644]
test/group/translate_nd/normal.slvs [new file with mode: 0644]
test/group/translate_nd/normal_v22.slvs [new file with mode: 0644]
test/group/translate_nd/test.cpp [new file with mode: 0644]
test/harness.cpp [new file with mode: 0644]
test/harness.h [new file with mode: 0644]
test/request/arc_of_circle/normal.png [new file with mode: 0644]
test/request/arc_of_circle/normal.slvs [new file with mode: 0644]
test/request/arc_of_circle/normal_v20.slvs [new file with mode: 0644]
test/request/arc_of_circle/normal_v22.slvs [new file with mode: 0644]
test/request/arc_of_circle/test.cpp [new file with mode: 0644]
test/request/circle/free_in_3d.png [new file with mode: 0644]
test/request/circle/free_in_3d.slvs [new file with mode: 0644]
test/request/circle/free_in_3d_dof.png [new file with mode: 0644]
test/request/circle/free_in_3d_v20.slvs [new file with mode: 0644]
test/request/circle/free_in_3d_v22.slvs [new file with mode: 0644]
test/request/circle/normal.png [new file with mode: 0644]
test/request/circle/normal.slvs [new file with mode: 0644]
test/request/circle/normal_dof.png [new file with mode: 0644]
test/request/circle/normal_v20.slvs [new file with mode: 0644]
test/request/circle/normal_v22.slvs [new file with mode: 0644]
test/request/circle/test.cpp [new file with mode: 0644]
test/request/cubic/normal.png [new file with mode: 0644]
test/request/cubic/normal.slvs [new file with mode: 0644]
test/request/cubic/normal_v20.slvs [new file with mode: 0644]
test/request/cubic/normal_v22.slvs [new file with mode: 0644]
test/request/cubic/test.cpp [new file with mode: 0644]
test/request/cubic_periodic/normal.png [new file with mode: 0644]
test/request/cubic_periodic/normal.slvs [new file with mode: 0644]
test/request/cubic_periodic/normal_v20.slvs [new file with mode: 0644]
test/request/cubic_periodic/normal_v22.slvs [new file with mode: 0644]
test/request/cubic_periodic/test.cpp [new file with mode: 0644]
test/request/datum_point/normal.png [new file with mode: 0644]
test/request/datum_point/normal.slvs [new file with mode: 0644]
test/request/datum_point/normal_v20.slvs [new file with mode: 0644]
test/request/datum_point/normal_v22.slvs [new file with mode: 0644]
test/request/datum_point/test.cpp [new file with mode: 0644]
test/request/image/drawing.png [new file with mode: 0644]
test/request/image/linked.slvs [new file with mode: 0644]
test/request/image/normal.slvs [new file with mode: 0644]
test/request/image/test.cpp [new file with mode: 0644]
test/request/line_segment/normal.png [new file with mode: 0644]
test/request/line_segment/normal.slvs [new file with mode: 0644]
test/request/line_segment/normal_v20.slvs [new file with mode: 0644]
test/request/line_segment/normal_v22.slvs [new file with mode: 0644]
test/request/line_segment/test.cpp [new file with mode: 0644]
test/request/ttf_text/normal.png [new file with mode: 0644]
test/request/ttf_text/normal.slvs [new file with mode: 0644]
test/request/ttf_text/normal_v20.slvs [new file with mode: 0644]
test/request/ttf_text/normal_v22.slvs [new file with mode: 0644]
test/request/ttf_text/test.cpp [new file with mode: 0644]
test/request/workplane/normal.png [new file with mode: 0644]
test/request/workplane/normal.slvs [new file with mode: 0644]
test/request/workplane/normal_v20.slvs [new file with mode: 0644]
test/request/workplane/normal_v22.slvs [new file with mode: 0644]
test/request/workplane/test.cpp [new file with mode: 0644]
wishlist.txt [new file with mode: 0644]