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
143 7169 d 12 h bj /trunk/ *** empty log message ***  
/trunk/build_vc71_solution_CGLA.bat
142 7169 d 12 h bj /trunk/ *** empty log message ***  
/trunk/GEL_single.mwc
141 7169 d 13 h bj /trunk/ *** empty log message ***  
/trunk/MPC/CGLA.pl
/trunk/build_vc71_solution_CGLA.bat
140 7169 d 13 h bj /trunk/ *** empty log message ***  
/trunk/GEL_single.mpc
/trunk/makefiles/GEL.mpc
139 7169 d 14 h bj /trunk/ *** empty log message ***  
/trunk/GEL_single.mpc
/trunk/build_vc71_solution.bat
/trunk/makefiles/GELapp.mpc
138 7169 d 19 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 7170 d 11 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 7171 d 12 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 7172 d 17 h bj /trunk/ dir traversal  
/trunk/GEL.mwc
/trunk/GEL_single.mwc
134 7172 d 17 h bj /trunk/src/Graphics/ fixed bug under win32  
/trunk/src/Graphics/GLViewController.cpp
133 7176 d 4 h jab /trunk/src/HMesh/ Added some documentation.  
/trunk/src/HMesh/Manifold.h
132 7177 d 15 h jab /trunk/ minor changes. These programs now include the new gel_gl.h gel_glu.h and
gel_glut.h headers instead of the normal GL headers. Easier portability.
 
/trunk/apps/IMeshViewer/trimesh_viewer.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/src/Geometry/Texmap.h
/trunk/src/Geometry/TriMesh.cpp
/trunk/test/CGLA-ogl/ogl_test.cpp
131 7177 d 15 h jab /trunk/src/Graphics/ Added three header files which include gl.h glu.h and glut.h respectively.
The advantage is that these header files encapsulate the ifdefs required
to sort out the platform dependencies.

Files that previously included gl.h directly now include these files.
 
/trunk/src/Graphics/gel_gl.h
/trunk/src/Graphics/gel_glu.h
/trunk/src/Graphics/gel_glut.h
/trunk/src/Graphics/GLViewController.cpp
/trunk/src/Graphics/QuatTrackBall.cpp
/trunk/src/Graphics/SimpleTrackBall.cpp
130 7177 d 19 h bj /trunk/MPC/templates/ managed mulighed i vc7 template  
/trunk/MPC/templates/vc7.mpd
129 7182 d 17 h jab /trunk/src/ Merged the branch which does _not_ assume that we can construct a list
iterator with argument 0. It seems to work fine.
 
/trunk/src/CGLA/CGLA.h
/trunk/src/HMesh/Face.cpp
/trunk/src/HMesh/Face.h
/trunk/src/HMesh/HalfEdge.cpp
/trunk/src/HMesh/HalfEdge.h
/trunk/src/HMesh/Vertex.cpp
/trunk/src/HMesh/Vertex.h
/trunk/src/HMesh/templates.h
/trunk/src/HMeshUtil/build_manifold.cpp
/trunk/src/Util/ResourceManager.h
125 7183 d 17 h jab /trunk/ Many small changes to allow GEL to compile on Mac OS X 10.4. Incidentally,
this version of OS X is based on gcc 4.0, so problems with this version of
gcc should also have been fixed now.
 
/trunk/apps/IMeshViewer/trimesh_viewer.cpp
/trunk/apps/OBJViewer/objview.cpp
/trunk/makefiles/Darwin_Power_Macintosh_g++.mk
/trunk/src/CGLA/ArithVec3Float.cpp
/trunk/src/CGLA/ArithVecFloat.h
/trunk/src/Geometry/HGrid.h
/trunk/src/Geometry/KDTree.h
/trunk/src/Geometry/RGrid.h
/trunk/src/Geometry/Texmap.cpp
/trunk/src/Geometry/Texmap.h
/trunk/src/Geometry/save_raw.h
/trunk/src/Graphics/GLViewController.cpp
/trunk/src/Graphics/QuatTrackBall.cpp
/trunk/src/Graphics/SimpleTrackBall.cpp
/trunk/src/HMeshUtil/fair_polygonize.cpp
/trunk/src/LinAlg/Vector.h
/trunk/test/CGLA-ogl/ogl_test.cpp
124 7184 d 11 h bj /trunk/ single library workspace  
/trunk/GEL_single.mpc
/trunk/GEL_single.mwc
/trunk/build_vc71_solution_single.bat
/trunk/makefiles/GELapp_single.mpc
118 7185 d 12 h jab /trunk/src/HMeshUtil/ Fixed some problems in smoothing.  
/trunk/src/HMeshUtil/smooth.cpp
117 7186 d 20 h bj /trunk/src/CGLA/ added () access to components  
/trunk/src/CGLA/ArithVec.h
116 7187 d 4 h jab /trunk/src/CGLA/ Accepts smaller eigenvalues ... is that good  
/trunk/src/CGLA/eigensolution.cpp

Show All