Subversion Repositories gelsvn

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
37 7289 d 12 h bj /branches/imesh-and-hmesh/ integrated clapack  
/branches/imesh-and-hmesh/src/Geometry/Geometry.vcproj
/branches/imesh-and-hmesh/src/LinAlg/LinAlg.vcproj
/branches/imesh-and-hmesh/GEL.sln
/branches/imesh-and-hmesh/apps/CGLA-test/CGLA-mat_test.vcproj
/branches/imesh-and-hmesh/apps/HMesh/HMesh-boundary_collapse.vcproj
/branches/imesh-and-hmesh/apps/HMesh/HMesh-decimator.vcproj
/branches/imesh-and-hmesh/apps/IMesh/IMesh-trimeshtest.vcproj
/branches/imesh-and-hmesh/src/CGLA/CGLA.vcproj
/branches/imesh-and-hmesh/src/Graphics/Graphics.vcproj
/branches/imesh-and-hmesh/src/HMesh/HMesh.vcproj
/branches/imesh-and-hmesh/src/HMeshUtil/HMeshUtil.vcproj
/branches/imesh-and-hmesh/src/HMeshUtil/x3d_load.cpp
/branches/imesh-and-hmesh/src/IMesh/IMesh.vcproj
/branches/imesh-and-hmesh/src/IMeshUtil/IMeshUtil.vcproj
/branches/imesh-and-hmesh/src/IMeshUtil/x3d_load.cpp
/branches/imesh-and-hmesh/src/LinAlg/LapackFunc.h
/branches/imesh-and-hmesh/src/LinAlg/LinAlgIO.cpp
/branches/imesh-and-hmesh/src/Util/Util.vcproj
32 7309 d 8 h jab /branches/imesh-and-hmesh/src/HMeshUtil/ updated the quadric_simplify prog.  
/branches/imesh-and-hmesh/src/HMeshUtil/quadric_simplify.cpp
29 7310 d 11 h bj /branches/imesh-and-hmesh/ runs in debug mode under MSVC  
/branches/imesh-and-hmesh/apps/IMesh/IMesh-trimeshtest.vcproj
/branches/imesh-and-hmesh/src/HMeshUtil/triangulate.cpp
/branches/imesh-and-hmesh/src/IMesh/AttrVec.h
28 7311 d 9 h bj /branches/imesh-and-hmesh/ added Install build mode which copies header files to %GELEXT%include and builds libs to %GELEXT%lib\windows  
/branches/imesh-and-hmesh/GEL.sln
/branches/imesh-and-hmesh/apps/CGLA-test/CGLA-mat_test.vcproj
/branches/imesh-and-hmesh/apps/HMesh/HMesh-boundary_collapse.vcproj
/branches/imesh-and-hmesh/apps/HMesh/HMesh-decimator.vcproj
/branches/imesh-and-hmesh/apps/IMesh/IMesh-trimeshtest.vcproj
/branches/imesh-and-hmesh/src/CGLA/CGLA.vcproj
/branches/imesh-and-hmesh/src/Graphics/Graphics.vcproj
/branches/imesh-and-hmesh/src/HMesh/HMesh.vcproj
/branches/imesh-and-hmesh/src/HMeshUtil/HMeshUtil.vcproj
/branches/imesh-and-hmesh/src/IMesh/IMesh.vcproj
/branches/imesh-and-hmesh/src/IMeshUtil/IMeshUtil.vcproj
/branches/imesh-and-hmesh/src/Util/Util.vcproj
26 7311 d 10 h bj /branches/imesh-and-hmesh/ comiles under visual studio in release mode.
still minor problems in debug mode
 
/branches/imesh-and-hmesh/apps/HMesh/HMesh-boundary_collapse.vcproj
/branches/imesh-and-hmesh/apps/HMesh/HMesh-decimator.vcproj
/branches/imesh-and-hmesh/apps/IMesh/IMesh-trimeshtest.vcproj
/branches/imesh-and-hmesh/src/Graphics/Graphics.vcproj
/branches/imesh-and-hmesh/src/HMesh/HMesh.vcproj
/branches/imesh-and-hmesh/src/HMeshUtil/HMeshUtil.vcproj
/branches/imesh-and-hmesh/src/IMesh/IMesh.vcproj
/branches/imesh-and-hmesh/src/IMeshUtil/IMeshUtil.vcproj
/branches/imesh-and-hmesh/src/Util/Util.vcproj
/branches/imesh-and-hmesh/GEL.sln
/branches/imesh-and-hmesh/apps/CGLA-test/CGLA-mat_test.vcproj
/branches/imesh-and-hmesh/apps/HMesh/decimator.cpp
/branches/imesh-and-hmesh/src/HMesh/Face.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/build_manifold.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/triangulate.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/x3d_load.cpp
/branches/imesh-and-hmesh/src/Util/Parse.cpp
24 7323 d 6 h jab /branches/imesh-and-hmesh/src/ added a lot of stuff. Especially IMesh and HMesh and the required
pieces and the apps.
 
/branches/imesh-and-hmesh/src/HMesh/FaceCirculator.h
/branches/imesh-and-hmesh/src/HMesh/HalfEdge.cpp
/branches/imesh-and-hmesh/src/HMesh/HalfEdge.h
/branches/imesh-and-hmesh/src/HMesh/Makefile
/branches/imesh-and-hmesh/src/HMesh/Manifold.cpp
/branches/imesh-and-hmesh/src/HMesh/Manifold.h
/branches/imesh-and-hmesh/src/HMesh/Vertex.cpp
/branches/imesh-and-hmesh/src/HMesh/Vertex.h
/branches/imesh-and-hmesh/src/HMesh/VertexCirculator.h
/branches/imesh-and-hmesh/src/HMesh/templates.h
/branches/imesh-and-hmesh/src/HMeshUtil
/branches/imesh-and-hmesh/src/HMeshUtil/Makefile
/branches/imesh-and-hmesh/src/HMeshUtil/build_manifold.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/build_manifold.h
/branches/imesh-and-hmesh/src/HMeshUtil/caps_and_needles.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/caps_and_needles.h
/branches/imesh-and-hmesh/src/HMeshUtil/mesh_optimization.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/mesh_optimization.h
/branches/imesh-and-hmesh/src/HMeshUtil/obj_save.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/obj_save.h
/branches/imesh-and-hmesh/src/HMeshUtil/quadric_simplify.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/quadric_simplify.h
/branches/imesh-and-hmesh/src/HMeshUtil/refine_edges.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/refine_edges.h
/branches/imesh-and-hmesh/src/HMeshUtil/smooth.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/smooth.h
/branches/imesh-and-hmesh/src/HMeshUtil/triangulate.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/triangulate.h
/branches/imesh-and-hmesh/src/HMeshUtil/triangulate_face_order.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/x3d_load.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/x3d_load.h
/branches/imesh-and-hmesh/src/HMeshUtil/x3d_save.cpp
/branches/imesh-and-hmesh/src/HMeshUtil/x3d_save.h
/branches/imesh-and-hmesh/src/IMesh
/branches/imesh-and-hmesh/src/IMesh/AttrVec.h
/branches/imesh-and-hmesh/src/IMesh/Makefile
/branches/imesh-and-hmesh/src/IMesh/TriMesh.cpp
/branches/imesh-and-hmesh/src/IMesh/TriMesh.h
/branches/imesh-and-hmesh/src/IMesh/TriMeshBuilder.cpp
/branches/imesh-and-hmesh/src/IMesh/TriMeshBuilder.h