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
133 7194 d 16 h jab /trunk/src/HMesh/ Added some documentation.  
/trunk/src/HMesh/Manifold.h
132 7196 d 2 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 7196 d 2 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 7196 d 6 h bj /trunk/MPC/templates/ managed mulighed i vc7 template  
/trunk/MPC/templates/vc7.mpd
129 7201 d 4 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 7202 d 5 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 7202 d 22 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 7203 d 23 h jab /trunk/src/HMeshUtil/ Fixed some problems in smoothing.  
/trunk/src/HMeshUtil/smooth.cpp
117 7205 d 7 h bj /trunk/src/CGLA/ added () access to components  
/trunk/src/CGLA/ArithVec.h
116 7205 d 15 h jab /trunk/src/CGLA/ Accepts smaller eigenvalues ... is that good  
/trunk/src/CGLA/eigensolution.cpp
115 7208 d 1 h jab /trunk/ A few changes to ensure 64 bit portability.  
/trunk/apps/BoundaryCollapse/Makefile
/trunk/doc/CGLA-usage.tex
/trunk/src/HMesh/Manifold.cpp
/trunk/src/HMesh/templates.h
/trunk/src/HMeshUtil/fair_polygonize.cpp
114 7210 d 19 h jab /trunk/ Just a few changes to READMEs  
/trunk/README
/trunk/README_MSVC
113 7211 d 19 h jab /trunk/ Some changes to the documentation.
There was a problem with double versions of the templates in 3x3 and 4x4
matrices.
 
/trunk/Makefile
/trunk/src/CGLA/ArithSqMat3x3Float.cpp
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
/trunk/src/CGLA/Vec3Hf.h
/trunk/src/HMesh/Manifold.cpp
/trunk/src/HMesh/Manifold.h
/trunk/src/gel.doxygen
112 7211 d 19 h jab /trunk/src/CGLA/ The double version of these templates was missing.  
/trunk/src/CGLA/ArithSqMat3x3Float.cpp
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
111 7212 d 6 h bj /trunk/ *** empty log message ***  
/trunk/apps/OBJViewer/OBJViewer.vcproj
/trunk/apps/VolumePolygonize/VolumePolygonize.vcproj
/trunk/makefiles/GEL.mpc
/trunk/makefiles/GELapp.mpc
/trunk/makefiles/msvc.mpt
/trunk/makefiles/msvcexe.mpt
/trunk/GEL.mpc
/trunk/GELapp.mpc
/trunk/apps/OBJViewer/objview.vcproj
/trunk/apps/VolumePolygonize/volpoly.vcproj
/trunk/msvc.mpt
/trunk/msvcexe.mpt
/trunk/GEL.sln
/trunk/build_vc71_solution.bat
110 7212 d 18 h jab /trunk/apps/ Added some makefiles.  
/trunk/apps/BloomenthalPolygonize/Makefile
/trunk/apps/BoundaryCollapse/Makefile
/trunk/apps/Decimator/Makefile
/trunk/apps/IMeshViewer/Makefile
109 7212 d 18 h jab /trunk/test/CGLA-vec/ Slight changes to a makefile  
/trunk/test/CGLA-vec/Makefile
108 7212 d 18 h jab /trunk/test/ Added some makefiles.  
/trunk/test/CGLA-covariance/Makefile
/trunk/test/CGLA-mat/Makefile
/trunk/test/CGLA-ogl/Makefile
/trunk/test/CGLA-simple/Makefile
/trunk/test/CGLA-vec/Makefile
/trunk/test/Geometry-kdtree/Makefile
/trunk/test/LinAlg-leastsq/Makefile
/trunk/test/Util-resman/Makefile
107 7214 d 21 h bj /trunk/ refactoring med MPC  
/trunk/GEL.mpc
/trunk/GEL.mwc
/trunk/GELapp.mpc
/trunk/MPC
/trunk/MPC/LICENSE
/trunk/MPC/README
/trunk/MPC/USAGE
/trunk/MPC/config
/trunk/MPC/config/bison.mpb
/trunk/MPC/config/boost_base.mpb
/trunk/MPC/config/boost_date_time.mpb
/trunk/MPC/config/boost_filesystem.mpb
/trunk/MPC/config/boost_prg_exec_monitor.mpb
/trunk/MPC/config/boost_regex.mpb
/trunk/MPC/config/boost_signals.mpb
/trunk/MPC/config/boost_test_exec_monitor.mpb
/trunk/MPC/config/boost_thread.mpb
/trunk/MPC/config/boost_unit_test_framework.mpb
/trunk/MPC/config/default.rel
/trunk/MPC/config/flex.mpb
/trunk/MPC/config/global.features
/trunk/MPC/config/global.mpb
/trunk/MPC/config/lex.mpb
/trunk/MPC/config/mfc.mpb
/trunk/MPC/config/openssl.mpb
/trunk/MPC/config/qt.mpb
/trunk/MPC/config/qt_moc.mpb
/trunk/MPC/config/qt_uic.mpb
/trunk/MPC/config/rpc.mpb
/trunk/MPC/config/xerces.mpb
/trunk/MPC/config/yacc.mpb
/trunk/MPC/config/ziparchive.mpb
/trunk/MPC/config/zlib.mpb
/trunk/MPC/config/zzip.mpb
/trunk/MPC/modules
/trunk/MPC/modules/AutomakeProjectCreator.pm
/trunk/MPC/modules/AutomakeWorkspaceCreator.pm
/trunk/MPC/modules/BMakeProjectCreator.pm
/trunk/MPC/modules/BMakeWorkspaceCreator.pm
/trunk/MPC/modules/CBXProjectCreator.pm
/trunk/MPC/modules/CBXWorkspaceCreator.pm
/trunk/MPC/modules/Creator.pm
/trunk/MPC/modules/DirectoryManager.pm
/trunk/MPC/modules/Driver.pm
/trunk/MPC/modules/EM3ProjectCreator.pm
/trunk/MPC/modules/EM3WorkspaceCreator.pm
/trunk/MPC/modules/FeatureParser.pm
/trunk/MPC/modules/GHSProjectCreator.pm
/trunk/MPC/modules/GHSWorkspaceCreator.pm
/trunk/MPC/modules/GUID.pm
/trunk/MPC/modules/HTMLProjectCreator.pm
/trunk/MPC/modules/HTMLWorkspaceCreator.pm
/trunk/MPC/modules/MPC.pm
/trunk/MPC/modules/MWC.pm
/trunk/MPC/modules/MakeProjectBase.pm
/trunk/MPC/modules/MakeProjectCreator.pm
/trunk/MPC/modules/MakeWorkspaceCreator.pm
/trunk/MPC/modules/NMakeProjectCreator.pm
/trunk/MPC/modules/NMakeWorkspaceCreator.pm
/trunk/MPC/modules/Options.pm
/trunk/MPC/modules/OutputMessage.pm
/trunk/MPC/modules/Parser.pm
/trunk/MPC/modules/ProjectCreator.pm
/trunk/MPC/modules/SLEProjectCreator.pm
/trunk/MPC/modules/SLEWorkspaceCreator.pm
/trunk/MPC/modules/StringProcessor.pm
/trunk/MPC/modules/TemplateInputReader.pm
/trunk/MPC/modules/TemplateParser.pm
/trunk/MPC/modules/VC6ProjectCreator.pm
/trunk/MPC/modules/VC6WorkspaceCreator.pm
/trunk/MPC/modules/VC71ProjectCreator.pm
/trunk/MPC/modules/VC71WorkspaceCreator.pm
/trunk/MPC/modules/VC7ProjectCreator.pm
/trunk/MPC/modules/VC7WorkspaceCreator.pm
/trunk/MPC/modules/VC8ProjectCreator.pm
/trunk/MPC/modules/VC8WorkspaceCreator.pm
/trunk/MPC/modules/VCProjectBase.pm
/trunk/MPC/modules/Version.pm
/trunk/MPC/modules/WinProjectBase.pm
/trunk/MPC/modules/WinVersionTranslator.pm
/trunk/MPC/modules/WorkspaceCreator.pm
/trunk/MPC/modules/WorkspaceHelper.pm
/trunk/MPC/mpc.pl
/trunk/MPC/mwc.pl
/trunk/MPC/prj_install.pl
/trunk/MPC/templates
/trunk/MPC/templates/automake.mpd
/trunk/MPC/templates/automakedll.mpt
/trunk/MPC/templates/automakeexe.mpt
/trunk/MPC/templates/bmake.mpd
/trunk/MPC/templates/bmakecommon.mpt
/trunk/MPC/templates/bmakedll.mpt
/trunk/MPC/templates/bmakedllexe.mpt
/trunk/MPC/templates/bmakelib.mpt
/trunk/MPC/templates/bmakelibexe.mpt
/trunk/MPC/templates/cbx.mpd
/trunk/MPC/templates/cbxdll.mpt
/trunk/MPC/templates/cbxexe.mpt
/trunk/MPC/templates/common.mpt
/trunk/MPC/templates/em3.mpd
/trunk/MPC/templates/em3vcpdll.mpt
/trunk/MPC/templates/em3vcpdllexe.mpt
/trunk/MPC/templates/em3vcplib.mpt
/trunk/MPC/templates/em3vcplibexe.mpt
/trunk/MPC/templates/ghs.mpd
/trunk/MPC/templates/ghscommon.mpt
/trunk/MPC/templates/ghsdll.mpt
/trunk/MPC/templates/ghsdllexe.mpt
/trunk/MPC/templates/ghslib.mpt
/trunk/MPC/templates/ghslibexe.mpt
/trunk/MPC/templates/html.mpd
/trunk/MPC/templates/make.mpd
/trunk/MPC/templates/makedll.mpt
/trunk/MPC/templates/makeexe.mpt
/trunk/MPC/templates/nmake.mpd
/trunk/MPC/templates/nmakedll.mpt
/trunk/MPC/templates/nmakeexe.mpt
/trunk/MPC/templates/sle.mpd
/trunk/MPC/templates/sledll.mpt
/trunk/MPC/templates/sleexe.mpt
/trunk/MPC/templates/unixcommon.mpt
/trunk/MPC/templates/vc6.mpd
/trunk/MPC/templates/vc6dspdll.mpt
/trunk/MPC/templates/vc6dspdllexe.mpt
/trunk/MPC/templates/vc6dsplib.mpt
/trunk/MPC/templates/vc6dsplibexe.mpt
/trunk/MPC/templates/vc7.mpd
/trunk/MPC/templates/vc7csharp.mpd
/trunk/MPC/templates/vc7csharp.mpt
/trunk/MPC/templates/vc7dll.mpt
/trunk/MPC/templates/vc7exe.mpt
/trunk/MPC/templates/vc7lib.mpt
/trunk/MPC/templates/vc7libexe.mpt
/trunk/MPC/templates/vc7vb.mpd
/trunk/MPC/templates/vc7vb.mpt
/trunk/MPC/templates/vc8.mpd
/trunk/MPC/templates/vc8dll.mpt
/trunk/MPC/templates/vc8exe.mpt
/trunk/MPC/templates/vc8lib.mpt
/trunk/MPC/templates/vc8libexe.mpt
/trunk/MPC/templates/vccommon.mpt
/trunk/MPC/templates/windowscommon.mpt
/trunk/apps/BloomenthalPolygonize
/trunk/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/trunk/apps/BloomenthalPolygonize/bloomenthal-polygonize.cpp
/trunk/apps/BoundaryCollapse
/trunk/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/trunk/apps/BoundaryCollapse/boundary_collapse.cpp
/trunk/apps/Decimator
/trunk/apps/Decimator/Decimator.vcproj
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/IMeshViewer
/trunk/apps/IMeshViewer/IMeshViewer.vcproj
/trunk/apps/IMeshViewer/trimesh_viewer.cpp
/trunk/build_vc71_solution.bat
/trunk/msvc.mpt
/trunk/msvcexe.mpt
/trunk/test
/trunk/test/CGLA-covariance
/trunk/test/CGLA-covariance/CGLA_covariance.vcproj
/trunk/test/CGLA-covariance/covariance_test.cpp
/trunk/test/CGLA-mat
/trunk/test/CGLA-mat/CGLA_mat.vcproj
/trunk/test/CGLA-mat/mat_test.cpp
/trunk/test/CGLA-ogl
/trunk/test/CGLA-ogl/CGLA_ogl.vcproj
/trunk/test/CGLA-ogl/ogl_test.cpp
/trunk/test/CGLA-simple
/trunk/test/CGLA-simple/CGLA_simple.vcproj
/trunk/test/CGLA-simple/simple_test.cpp
/trunk/test/CGLA-vec
/trunk/test/CGLA-vec/CGLA_vec.vcproj
/trunk/test/CGLA-vec/vec_test.cpp
/trunk/test/Geometry-kdtree
/trunk/test/Geometry-kdtree/Geometry_kdtree.vcproj
/trunk/test/Geometry-kdtree/kdtree-test.cpp
/trunk/test/LinAlg-leastsq
/trunk/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/trunk/test/LinAlg-leastsq/leastsq-test.cpp
/trunk/test/Util-resman
/trunk/test/Util-resman/Util_resman.vcproj
/trunk/test/Util-resman/resman-test.cpp
106 7214 d 21 h bj /trunk/ refactoring med MPC  
/trunk/apps/CGLA-test
/trunk/apps/Geometry-test
/trunk/apps/HMesh
/trunk/apps/IMesh
/trunk/apps/LinAlg-test
/trunk/apps/UtilTest
/trunk/GEL.sln
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/Geometry/Geometry.vcproj
/trunk/src/Graphics/Graphics.vcproj
/trunk/src/HMesh/HMesh.vcproj
/trunk/src/HMeshUtil/HMeshUtil.vcproj
/trunk/src/IMesh/IMesh.vcproj
/trunk/src/IMeshUtil/IMeshUtil.vcproj
/trunk/src/LinAlg/LinAlg.vcproj
/trunk/src/Util/Util.vcproj

Show All