Subversion Repositories gelsvn

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
181 7125 d 8 h bj /trunk/MPC/  
/trunk/MPC/CGLA.pl
180 7125 d 9 h bj /trunk/MPC/ reflect change from CVS to SVN  
/trunk/MPC/CGLA.pl
179 7125 d 9 h bj /trunk/ merged restructuring branch  
/trunk/GEL_single.mpc
178 7125 d 9 h bj /trunk/ merged restructuring branch  
/trunk/bin
/trunk/src/GLGraphics
/trunk/apps/IMeshViewer
/trunk/src/Geometry/Texmap.cpp
/trunk/src/Geometry/Texmap.h
/trunk/src/Graphics
/trunk/src/HMeshUtil
/trunk/src/IMesh
/trunk/src/IMeshUtil
/trunk/GEL.sln
/trunk/Makefile
/trunk/README
/trunk/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/trunk/apps/BloomenthalPolygonize/Makefile
/trunk/apps/BloomenthalPolygonize/bloomenthal-polygonize.cpp
/trunk/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/trunk/apps/BoundaryCollapse/Makefile
/trunk/apps/BoundaryCollapse/boundary_collapse.cpp
/trunk/apps/Decimator/Decimator.vcproj
/trunk/apps/Decimator/Makefile
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/OBJViewer/Makefile
/trunk/apps/OBJViewer/OBJViewer.vcproj
/trunk/apps/OBJViewer/objview.cpp
/trunk/apps/VolumePolygonize/Makefile
/trunk/apps/VolumePolygonize/VolumePolygonize.vcproj
/trunk/apps/VolumePolygonize/volpoly.cpp
/trunk/makefiles/GELapp.mpc
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/CGLA/Quaternion.cpp
/trunk/src/CGLA/Quaternion.h
/trunk/src/Geometry/Geometry.vcproj
/trunk/src/Geometry/IndexedFaceSet.h
/trunk/src/Geometry/Material.h
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
/trunk/src/Geometry/obj_load.cpp
/trunk/src/HMesh/FaceCirculator.h
/trunk/src/HMesh/HMesh.vcproj
/trunk/src/HMesh/Manifold.cpp
/trunk/src/HMesh/Manifold.h
/trunk/src/HMesh/VertexCirculator.h
/trunk/src/LinAlg/LinAlg.vcproj
/trunk/src/Util/Util.vcproj
/trunk/test/CGLA-covariance/CGLA_covariance.vcproj
/trunk/test/CGLA-mat/CGLA_mat.vcproj
/trunk/test/CGLA-ogl/CGLA_ogl.vcproj
/trunk/test/CGLA-ogl/ogl_test.cpp
/trunk/test/CGLA-simple/CGLA_simple.vcproj
/trunk/test/CGLA-vec/CGLA_vec.vcproj
/trunk/test/CGLA-vec/Makefile
/trunk/test/Geometry-kdtree/Geometry_kdtree.vcproj
/trunk/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/trunk/test/Util-resman/Util_resman.vcproj
177 7125 d 9 h bj /trunk/  
/trunk/bin
171 7128 d 14 h bj /trunk/src/CGLA/ added make_rot(Mat4x4f)  
/trunk/src/CGLA/Quaternion.cpp
/trunk/src/CGLA/Quaternion.h
166 7139 d 8 h bj /trunk/src/HMeshUtil/  
/trunk/src/HMeshUtil/test2.txt
165 7139 d 8 h bj /trunk/src/HMeshUtil/  
/trunk/src/HMeshUtil/test2.txt
/trunk/src/HMeshUtil/test.txt
164 7139 d 8 h bj /trunk/src/HMeshUtil/  
/trunk/src/HMeshUtil/test.txt
163 7139 d 8 h bj /trunk/src/HMeshUtil/ test  
/trunk/src/HMeshUtil/caps_and_needles.h
144 7166 d 15 h jab /trunk/src/ No real change to Mat4x4f.cpp, gel.doxygen is a duplicate.  
/trunk/src/gel.doxygen
/trunk/src/CGLA/Mat4x4f.cpp
143 7167 d 9 h bj /trunk/ *** empty log message ***  
/trunk/build_vc71_solution_CGLA.bat
142 7167 d 9 h bj /trunk/ *** empty log message ***  
/trunk/GEL_single.mwc
141 7167 d 9 h bj /trunk/ *** empty log message ***  
/trunk/MPC/CGLA.pl
/trunk/build_vc71_solution_CGLA.bat
140 7167 d 10 h bj /trunk/ *** empty log message ***  
/trunk/GEL_single.mpc
/trunk/makefiles/GEL.mpc
139 7167 d 11 h bj /trunk/ *** empty log message ***  
/trunk/GEL_single.mpc
/trunk/build_vc71_solution.bat
/trunk/makefiles/GELapp.mpc
138 7167 d 16 h jab /trunk/ Some changes to the makefiles.  
/trunk/Makefile
/trunk/makefiles/Linux_i686_g++.mk
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/makefiles/library.mk
137 7168 d 7 h jab /trunk/makefiles/ The makefiles were simplified and definitions has been merged into common.  
/trunk/makefiles/definitions.mk
/trunk/makefiles/application.mk
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/makefiles/library.mk
136 7169 d 8 h jab /trunk/ Many small changes. Many instances of int have been replaced with size_t which
should be more correct - it emphasizes that only unsigned ints are legal.

A few changes to the documentation have been made. Coding conventions doc
updated.
 
/trunk/doc/CodingConventions.txt
/trunk/doc/Doxyfile
/trunk/makefiles/Linux_i686_g++.mk
/trunk/src/CGLA/statistics.h
/trunk/src/Geometry/GradientFilter.cpp
/trunk/src/Geometry/IndexedFaceSet.h
/trunk/src/Geometry/Polygonizer.cpp
/trunk/src/Geometry/QEM.h
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
/trunk/src/Graphics/QuatTrackBall.cpp
/trunk/src/HMesh/Manifold.cpp
/trunk/src/HMesh/Manifold.h
/trunk/src/HMeshUtil/fair_polygonize.cpp
/trunk/src/HMeshUtil/mesh_optimization.cpp
/trunk/src/HMeshUtil/obj_save.cpp
/trunk/src/HMeshUtil/triangulate.cpp
/trunk/src/HMeshUtil/triangulate_face_order.cpp
/trunk/src/HMeshUtil/x3d_load.cpp
/trunk/src/HMeshUtil/x3d_save.cpp
/trunk/src/IMesh/compute_normals.cpp
/trunk/src/LinAlg/LinAlgIO.cpp
/trunk/src/Util/Parse.cpp
135 7170 d 13 h bj /trunk/ dir traversal  
/trunk/GEL.mwc
/trunk/GEL_single.mwc

Show All