Subversion Repositories gelsvn

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
596 4595 d 2 h jab /trunk/ merging  
/trunk/GELDependencyConfig.cmake
/trunk/MeshEdit
/trunk/apps/MeshEdit/polarize.cpp
/trunk/apps/MeshEdit/polarize.h
/trunk/apps/OBJViewer/objviewer.cpp
/trunk/data/Armadillo.ply
/trunk/data/bunny.obj
/trunk/doc/halfedge-entities.pdf
/trunk/makefiles/Darwin_x86_64_cc.mk
/trunk/GELFindGlconsole.cmake
/trunk/GELFindLapack.cmake
/trunk/apps/BloomenthalPolygonize
/trunk/apps/BoundaryCollapse
/trunk/apps/Decimator
/trunk/apps/MeshEdit/Renderer.cpp
/trunk/apps/MeshEdit/Renderer.h
/trunk/apps/MeshEdit/curvature.cpp
/trunk/apps/MeshEdit/curvature.h
/trunk/apps/VolumePolygonize
/trunk/makefiles/MPC
/trunk
/trunk/CMakeLists.txt
/trunk/GEL.xcodeproj/jab.pbxuser
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/README
/trunk/README_MSVC
/trunk/apps/MeshDistance/CMakeLists.txt
/trunk/apps/MeshDistance/meshdist.cpp
/trunk/apps/MeshEdit/CMakeLists.txt
/trunk/apps/MeshEdit/VisObj.cpp
/trunk/apps/MeshEdit/VisObj.h
/trunk/apps/MeshEdit/harmonics.cpp
/trunk/apps/MeshEdit/harmonics.h
/trunk/apps/MeshEdit/meshedit.cpp
/trunk/apps/OBJViewer/CMakeLists.txt
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/Pathtracer/CMakeLists.txt
/trunk/apps/RangeScanViewer/CMakeLists.txt
/trunk/apps/RangeScanViewer/rsview.cpp
/trunk/apps/Raytracer/CMakeLists.txt
/trunk/apps/Raytracer/raytrace.cpp
/trunk/data/bunny-little.x3d
/trunk/doc/intro.tex
/trunk/makefiles/findcompiler.sh
/trunk/test-bundle-Info.plist
/trunk/test/CGLA-covariance/covariance_test.cpp
/trunk/test/CGLA-ogl/CMakeLists.txt
512 5395 d 0 h s042372 /branches/ctl/hmesh_vector/ Minor fixes, and updated headers  
/branches/ctl/hmesh_vector/GELDependencyConfig.cmake
/branches/ctl/hmesh_vector/apps/Decimator/decimator.cpp
/branches/ctl/hmesh_vector/src/Geometry/build_bbtree.cpp
/branches/ctl/hmesh_vector/src/HMesh/AttributeVector.h
/branches/ctl/hmesh_vector/src/HMesh/ConnectivityKernel.h
/branches/ctl/hmesh_vector/src/HMesh/HMesh.h
/branches/ctl/hmesh_vector/src/HMesh/HalfEdgeWalker.h
/branches/ctl/hmesh_vector/src/HMesh/ItemID.h
/branches/ctl/hmesh_vector/src/HMesh/ItemVector.h
/branches/ctl/hmesh_vector/src/HMesh/Items.h
/branches/ctl/hmesh_vector/src/HMesh/Iterators.h
/branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp
/branches/ctl/hmesh_vector/src/HMesh/Manifold.h
/branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.cpp
/branches/ctl/hmesh_vector/src/HMesh/caps_and_needles.h
/branches/ctl/hmesh_vector/src/HMesh/close_holes.cpp
/branches/ctl/hmesh_vector/src/HMesh/close_holes.h
/branches/ctl/hmesh_vector/src/HMesh/load.cpp
/branches/ctl/hmesh_vector/src/HMesh/load.h
/branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.cpp
/branches/ctl/hmesh_vector/src/HMesh/mesh_optimization.h
/branches/ctl/hmesh_vector/src/HMesh/obj_load.cpp
/branches/ctl/hmesh_vector/src/HMesh/obj_load.h
/branches/ctl/hmesh_vector/src/HMesh/obj_save.cpp
/branches/ctl/hmesh_vector/src/HMesh/obj_save.h
/branches/ctl/hmesh_vector/src/HMesh/off_load.cpp
/branches/ctl/hmesh_vector/src/HMesh/off_load.h
/branches/ctl/hmesh_vector/src/HMesh/off_save.cpp
/branches/ctl/hmesh_vector/src/HMesh/off_save.h
/branches/ctl/hmesh_vector/src/HMesh/ply_load.cpp
/branches/ctl/hmesh_vector/src/HMesh/ply_load.h
/branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.cpp
/branches/ctl/hmesh_vector/src/HMesh/quadric_simplify.h
/branches/ctl/hmesh_vector/src/HMesh/refine_edges.cpp
/branches/ctl/hmesh_vector/src/HMesh/refine_edges.h
/branches/ctl/hmesh_vector/src/HMesh/smooth.cpp
/branches/ctl/hmesh_vector/src/HMesh/smooth.h
/branches/ctl/hmesh_vector/src/HMesh/subdivision.cpp
/branches/ctl/hmesh_vector/src/HMesh/subdivision.h
/branches/ctl/hmesh_vector/src/HMesh/triangulate.cpp
/branches/ctl/hmesh_vector/src/HMesh/triangulate.h
/branches/ctl/hmesh_vector/src/HMesh/x3d_load.cpp
/branches/ctl/hmesh_vector/src/HMesh/x3d_load.h
/branches/ctl/hmesh_vector/src/HMesh/x3d_save.cpp
/branches/ctl/hmesh_vector/src/HMesh/x3d_save.h
481 5632 d 3 h s042372 /branches/ctl/hmesh_vector/ #include <iterator> added in manifold due to back_insert_iterator use and vc10.

example paths corrected in cmake dep file.
 
/branches/ctl/hmesh_vector/GELDependencyConfig.cmake
/branches/ctl/hmesh_vector/src/HMesh/Manifold.cpp
476 5639 d 22 h s042372 /branches/ctl/hmesh_vector/ Cmake configurations changed to support inclusions of debug or release libraries depending on build type, defining own libraries and locations and linking separate GEL debug and release libraries (through an appended "d").
All configuration takes place in GELDependencyConfig.cmake.
 
/branches/ctl/hmesh_vector/GELDependencyConfig.cmake
/branches/ctl/hmesh_vector/GELFindGlconsole.cmake
/branches/ctl/hmesh_vector/GELFindGlew.cmake
/branches/ctl/hmesh_vector/GELFindGlut.cmake
/branches/ctl/hmesh_vector/GELFindLapack.cmake
/branches/ctl/hmesh_vector/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/BloomenthalPolygonize/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/BoundaryCollapse/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/Decimator/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/MeshDistance/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/MeshEdit/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/OBJViewer/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/Pathtracer/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/RangeScanViewer/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/Raytracer/CMakeLists.txt
/branches/ctl/hmesh_vector/apps/VolumePolygonize/CMakeLists.txt
/branches/ctl/hmesh_vector/src/CGLA/CMakeLists.txt
/branches/ctl/hmesh_vector/src/GLGraphics/CMakeLists.txt
/branches/ctl/hmesh_vector/src/Geometry/CMakeLists.txt
/branches/ctl/hmesh_vector/src/HMesh/CMakeLists.txt
/branches/ctl/hmesh_vector/src/HMesh/off_save.cpp
/branches/ctl/hmesh_vector/src/HMesh/off_save.h
/branches/ctl/hmesh_vector/src/LinAlg/CMakeLists.txt
/branches/ctl/hmesh_vector/src/Util/CMakeLists.txt