Subversion Repositories gelsvn

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
94 7178 d 1 h bj /branches/MPC/ merged main  
/branches/MPC/apps/LinAlg-test/LinAlg-test.mpc
/branches/MPC/apps/OBJViewer/objview.mpc
/branches/MPC/apps/VolumePolygonize/volpoly.mpc
/branches/MPC/apps/Geometry-test/fair-polygonize.cpp
/branches/MPC/src/Geometry/fair_polygonize.cpp
/branches/MPC/src/Geometry/fair_polygonize.h
/branches/MPC/src/Graphics/TrackBall.cpp
/branches/MPC/src/Graphics/TrackBall.h
/branches/MPC/GEL.mpc
/branches/MPC/GEL.mwc
/branches/MPC/GELapp.mpc
/branches/MPC/apps/CGLA-test/CGLA-test.mpc
/branches/MPC/apps/Geometry-test/Geometry-test.mpc
/branches/MPC/apps/Geometry-test/Makefile
/branches/MPC/apps/Geometry-test/bloomenthal-polygonize.cpp
/branches/MPC/apps/HMesh/HMesh-test.mpc
/branches/MPC/apps/HMesh/Makefile
/branches/MPC/apps/IMesh/IMesh-test.mpc
/branches/MPC/apps/IMesh/trimeshtest.cpp
/branches/MPC/apps/LinAlg-test/Makefile
/branches/MPC/apps/LinAlg-test/linalg-test.cpp
/branches/MPC/apps/OBJViewer/Makefile
/branches/MPC/apps/OBJViewer/objview.cpp
/branches/MPC/apps/UtilTest/UtilTest.mpc
/branches/MPC/apps/VolumePolygonize/Makefile
/branches/MPC/apps/VolumePolygonize/volpoly.cpp
/branches/MPC/msvcexe.mpt
/branches/MPC/src/CGLA/ArithMatFloat.h
/branches/MPC/src/CGLA/ArithSqMat2x2Float.h
/branches/MPC/src/CGLA/ArithSqMat3x3Float.h
/branches/MPC/src/CGLA/ArithSqMat4x4Float.h
/branches/MPC/src/CGLA/ArithSqMatFloat.h
/branches/MPC/src/CGLA/ArithVec.h
/branches/MPC/src/CGLA/ArithVec4Float.h
/branches/MPC/src/CGLA/BitMask.h
/branches/MPC/src/CGLA/Mat2x2d.h
/branches/MPC/src/CGLA/Mat2x2f.h
/branches/MPC/src/CGLA/Mat2x3d.h
/branches/MPC/src/CGLA/Mat2x3f.h
/branches/MPC/src/CGLA/Mat3x3d.h
/branches/MPC/src/CGLA/Mat3x3f.h
/branches/MPC/src/CGLA/Mat4x4d.h
/branches/MPC/src/CGLA/Mat4x4f.h
/branches/MPC/src/CGLA/Quatd.h
/branches/MPC/src/CGLA/Quaternion.h
/branches/MPC/src/CGLA/Quatf.h
/branches/MPC/src/CGLA/UnitVector.h
/branches/MPC/src/CGLA/Vec2d.h
/branches/MPC/src/CGLA/Vec2f.h
/branches/MPC/src/CGLA/Vec2i.h
/branches/MPC/src/CGLA/Vec3d.h
/branches/MPC/src/CGLA/Vec3f.h
/branches/MPC/src/CGLA/Vec3i.h
/branches/MPC/src/CGLA/Vec3uc.h
/branches/MPC/src/CGLA/Vec3usi.h
/branches/MPC/src/CGLA/Vec4d.h
/branches/MPC/src/CGLA/Vec4f.h
/branches/MPC/src/CGLA/Vec4uc.h
/branches/MPC/src/Geometry/AncestorGrid.h
/branches/MPC/src/Geometry/Cell.h
/branches/MPC/src/Geometry/GradientFilter.h
/branches/MPC/src/Geometry/HGrid.h
/branches/MPC/src/Geometry/IndexedFaceSet.h
/branches/MPC/src/Geometry/KDTree.h
/branches/MPC/src/Geometry/Material.h
/branches/MPC/src/Geometry/Polygonizer.h
/branches/MPC/src/Geometry/QEM.h
/branches/MPC/src/Geometry/RGrid.h
/branches/MPC/src/Geometry/Texmap.cpp
/branches/MPC/src/Geometry/Texmap.h
/branches/MPC/src/Geometry/ThreeDDDA.h
/branches/MPC/src/Geometry/TriMesh.cpp
/branches/MPC/src/Geometry/TriMesh.h
/branches/MPC/src/Geometry/obj_load.cpp
/branches/MPC/src/Geometry/obj_load.h
/branches/MPC/src/Graphics/GLViewController.cpp
/branches/MPC/src/Graphics/GLViewController.h
/branches/MPC/src/Graphics/QuatTrackBall.cpp
/branches/MPC/src/Graphics/QuatTrackBall.h
/branches/MPC/src/Graphics/SimpleTrackBall.cpp
/branches/MPC/src/Graphics/SimpleTrackBall.h
/branches/MPC/src/HMesh/FaceCirculator.h
/branches/MPC/src/HMesh/HalfEdge.h
/branches/MPC/src/HMesh/Manifold.h
/branches/MPC/src/HMesh/VertexCirculator.h
/branches/MPC/src/HMesh/templates.h
/branches/MPC/src/HMeshUtil/build_manifold.h
/branches/MPC/src/HMeshUtil/fair_polygonize.cpp
/branches/MPC/src/HMeshUtil/fair_polygonize.h
/branches/MPC/src/HMeshUtil/obj_load.cpp
/branches/MPC/src/HMeshUtil/obj_load.h
/branches/MPC/src/IMesh/AttrVec.h
/branches/MPC/src/IMesh/TriMesh.h
/branches/MPC/src/IMesh/TriMeshBuilder.h
/branches/MPC/src/LinAlg/Matrix.h
/branches/MPC/src/Util/Grid2D.h
/branches/MPC/src/Util/HashKey.cpp
/branches/MPC/src/Util/HashKey.h
/branches/MPC/src/Util/HashTable.h
/branches/MPC/src/Util/ResourceManager.h
/branches/MPC/src/gel.doxygen
67 7186 d 2 h /branches/MPC/ This commit was manufactured by cvs2svn to create branch 'MPC'.  
/branches/MPC
45 7221 d 6 h jab /trunk/src/CGLA/ In many places in CGLA, int could very well be replaced with unsigned int. This
is a good idea since it makes input checking simpler.
 
/trunk/src/CGLA/ArithMatFloat.h
/trunk/src/CGLA/ArithSqMat3x3Float.cpp
/trunk/src/CGLA/ArithSqMatFloat.h
/trunk/src/CGLA/ArithVec.h
/trunk/src/CGLA/ArithVec3Float.cpp
/trunk/src/CGLA/ArithVecFloat.h
/trunk/src/CGLA/ArithVecInt.h
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/Quaternion.h
/trunk/src/CGLA/Vec2f.h
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/CGLA/eigensolution.h
/trunk/src/CGLA/statistics.cpp
10 7351 d 23 h jab /trunk/ NAN initialization  
/trunk/apps/CGLA-test/covariance_test.cpp
/trunk/apps/CGLA-test/mat_test.cpp
/trunk/apps/CGLA-test/ogl_test.cpp
/trunk/makefiles/config.mk
/trunk/src/CGLA/ArithMatFloat.h
/trunk/src/CGLA/ArithSqMat4x4Float.h
/trunk/src/CGLA/ArithSqMatFloat.h
/trunk/src/CGLA/ArithVec.h
/trunk/src/CGLA/ArithVecFloat.h
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/Mat4x4d.h
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/CGLA/Mat4x4f.h
/trunk/src/CGLA/Quaternion.h
5 7353 d 5 h jab /trunk/src/CGLA/ Added double versions of Mat2x3, Mat4x4, Vec4  
/trunk/src/CGLA/Mat2x3d.h
/trunk/src/CGLA/Mat4x4d.cpp
/trunk/src/CGLA/Mat4x4d.h
/trunk/src/CGLA/Vec4d.h
/trunk/src/CGLA/ArithSqMat3x3Float.cpp
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
/trunk/src/CGLA/ArithVec4Float.h
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/CGLA/Quaternion.h
2 7353 d 7 h bj /trunk/ initsl commit with a single app project  
/trunk/GEL.sln
/trunk/Makefile
/trunk/README
/trunk/apps
/trunk/apps/CGLA-test
/trunk/apps/CGLA-test/CGLA-mat_test.vcproj
/trunk/apps/CGLA-test/Makefile
/trunk/apps/CGLA-test/covariance_test.cpp
/trunk/apps/CGLA-test/mat_test.cpp
/trunk/apps/CGLA-test/ogl_test.cpp
/trunk/apps/CGLA-test/simple_test.cpp
/trunk/apps/CGLA-test/vec_test.cpp
/trunk/doc
/trunk/doc/CodingConventions.txt
/trunk/doc/Doxyfile
/trunk/makefiles
/trunk/makefiles/AppTemplate.mk
/trunk/makefiles/Darwin_Power_Macintosh_g++.mk
/trunk/makefiles/IRIX_IP32_CC.mk
/trunk/makefiles/LibTemplate.mk
/trunk/makefiles/Linux_i686_g++.mk
/trunk/makefiles/Linux_i686_g++3.mk
/trunk/makefiles/Linux_i686_icc.mk
/trunk/makefiles/PlatformTemplate.mk
/trunk/makefiles/SunOS_sun4u_CC.mk
/trunk/makefiles/application.mk
/trunk/makefiles/common.mk
/trunk/makefiles/config.mk
/trunk/makefiles/definitions.mk
/trunk/makefiles/findcompiler.sh
/trunk/makefiles/library.mk
/trunk/src
/trunk/src/CGLA
/trunk/src/CGLA/ArithMatFloat.h
/trunk/src/CGLA/ArithSqMat2x2Float.h
/trunk/src/CGLA/ArithSqMat3x3Float.cpp
/trunk/src/CGLA/ArithSqMat3x3Float.h
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
/trunk/src/CGLA/ArithSqMat4x4Float.h
/trunk/src/CGLA/ArithSqMatFloat.h
/trunk/src/CGLA/ArithVec.h
/trunk/src/CGLA/ArithVec2Float.cpp
/trunk/src/CGLA/ArithVec2Float.h
/trunk/src/CGLA/ArithVec3Float.cpp
/trunk/src/CGLA/ArithVec3Float.h
/trunk/src/CGLA/ArithVec3Int.h
/trunk/src/CGLA/ArithVec4Float.h
/trunk/src/CGLA/ArithVecFloat.h
/trunk/src/CGLA/ArithVecInt.h
/trunk/src/CGLA/BitMask.h
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/CGLA/ExceptionStandard.h
/trunk/src/CGLA/Makefile
/trunk/src/CGLA/Mat2x2d.h
/trunk/src/CGLA/Mat2x2f.h
/trunk/src/CGLA/Mat2x3f.h
/trunk/src/CGLA/Mat3x3d.h
/trunk/src/CGLA/Mat3x3f.cpp
/trunk/src/CGLA/Mat3x3f.h
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/CGLA/Mat4x4f.h
/trunk/src/CGLA/Quaternion.cpp
/trunk/src/CGLA/Quaternion.h
/trunk/src/CGLA/TableTrigonometry.cpp
/trunk/src/CGLA/TableTrigonometry.h
/trunk/src/CGLA/UnitVector.h
/trunk/src/CGLA/Vec2d.h
/trunk/src/CGLA/Vec2f.h
/trunk/src/CGLA/Vec2i.cpp
/trunk/src/CGLA/Vec2i.h
/trunk/src/CGLA/Vec3Hf.h
/trunk/src/CGLA/Vec3d.h
/trunk/src/CGLA/Vec3f.cpp
/trunk/src/CGLA/Vec3f.h
/trunk/src/CGLA/Vec3i.cpp
/trunk/src/CGLA/Vec3i.h
/trunk/src/CGLA/Vec3uc.h
/trunk/src/CGLA/Vec3usi.h
/trunk/src/CGLA/Vec4f.h
/trunk/src/CGLA/Vec4uc.h
/trunk/src/CGLA/eigensolution.cpp
/trunk/src/CGLA/eigensolution.h
/trunk/src/CGLA/statistics.cpp
/trunk/src/CGLA/statistics.h