Subversion Repositories gelsvn

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
308 6744 d 19 h jab /branches/ray-debug/ Many changes in order to make ray tracer work with bboxes  
/branches/ray-debug/apps/Raytracer/Makefile
/branches/ray-debug/apps/Raytracer/raytrace.cpp
/branches/ray-debug/src/Geometry/BoundingINode.cpp
/branches/ray-debug/src/Geometry/BoundingINode.h
/branches/ray-debug/src/Geometry/BoundingLNode.cpp
/branches/ray-debug/src/Geometry/BoundingLNode.h
/branches/ray-debug/src/Geometry/BoundingNode.cpp
/branches/ray-debug/src/Geometry/BoundingNode.h
/branches/ray-debug/src/Geometry/BoundingTree.cpp
/branches/ray-debug/src/Geometry/BoundingTree.h
/branches/ray-debug/src/Geometry/Triangle.h
307 6744 d 21 h jab /branches/ray-debug/ new branch for debugging ray tracing  
/branches/ray-debug
306 6744 d 21 h jrf /trunk/ quaternion_cleanup branch has been merged with main branch  
/trunk/src/CGLA/ArithQuat.h
/trunk/src/CGLA/Quaternion.cpp
/trunk/src/CGLA/Quatd.h
/trunk/src/CGLA/Quaternion.h
/trunk/src/CGLA/Quatf.h
/trunk/src/CGLA/Vec3d.h
/trunk/src/CGLA/Vec3f.cpp
/trunk/src/CGLA/Vec3f.h
/trunk/test/CGLA-simple/simple_test.cpp
/trunk/test/CGLA-vec/vec_test.cpp
305 6745 d 0 h jab /trunk/apps/ I have made minor changes to ensure things compile on Linux. Mostly
adding Makefiles
 
/trunk/apps/MeshDistance/Makefile
/trunk/apps/Raytracer/Makefile
/trunk/apps/Decimator/decimator.cpp
/trunk/apps/Raytracer/raytrace.cpp
304 6745 d 0 h jab /trunk/src/ I have made minor changes to ensure that GEL compiles on Linux.  
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BBox.h
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/Ray.h
/trunk/src/Geometry/ThreeDDDA.cpp
/trunk/src/Geometry/ThreeDDDA.h
299 6756 d 23 h jrf /trunk/ The SPD branch has been merged with the main branch.
This means that Bounding Box Hierarchies, BSP Trees, and two new applications have been added.
 
/trunk/apps/MeshDistance
/trunk/apps/Raytracer
/trunk/src/Geometry/AABox.cpp
/trunk/src/Geometry/AABox.h
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BBox.h
/trunk/src/Geometry/BSPTree.cpp
/trunk/src/Geometry/BSPTree.h
/trunk/src/Geometry/BoundingINode.cpp
/trunk/src/Geometry/BoundingINode.h
/trunk/src/Geometry/BoundingLNode.cpp
/trunk/src/Geometry/BoundingLNode.h
/trunk/src/Geometry/BoundingNode.cpp
/trunk/src/Geometry/BoundingNode.h
/trunk/src/Geometry/BoundingTree.cpp
/trunk/src/Geometry/BoundingTree.h
/trunk/src/Geometry/OBox.cpp
/trunk/src/Geometry/OBox.h
/trunk/src/Geometry/Ray.h
/trunk/src/Geometry/Triangle.cpp
/trunk/src/Geometry/Triangle.h
/trunk/src/Geometry/build_bbtree.cpp
/trunk/src/Geometry/build_bbtree.h
/trunk/src/Geometry/verification.cpp
/trunk/src/Geometry/verification.h
/trunk/apps/OBJViewer/objview.cpp
/trunk/src/GLGraphics/QuatTrackBall.cpp
/trunk/src/GLGraphics/draw.cpp
/trunk/src/GLGraphics/draw.h
/trunk/src/Geometry/ThreeDDDA.cpp
/trunk/src/Geometry/ThreeDDDA.h
297 6757 d 1 h jrf /trunk/data/  
/trunk/data/bunny-little.x3d
295 6757 d 1 h jrf /trunk/src/Geometry/  
/trunk/src/Geometry/TriMesh.cpp
294 6757 d 1 h jrf /  
/branches/SPD/apps/Raytracer
/branches/SPD/apps/Raytracer/Camera.h
/branches/SPD/apps/Raytracer/raytrace.cpp
/trunk/data/dolphins.obj
/branches/SPD/apps/MeshDistance/meshdist.cpp
/branches/SPD/apps/OBJViewer/objview.cpp
/branches/SPD/apps/VolumePolygonize/volpoly.cpp
/branches/SPD/src/GLGraphics/QuatTrackBall.cpp
/branches/SPD/src/GLGraphics/QuatTrackBall.h
/branches/SPD/src/Geometry/Ray.h
293 6757 d 1 h jab /trunk/apps/VolumePolygonize/ minor changes  
/trunk/apps/VolumePolygonize/volpoly.cpp
288 6809 d 1 h bj /trunk/ updated description to include Install_Debug  
/trunk/README_MSVC
277 6837 d 1 h jrf /trunk/src/ The int_pow function in CGLA has been updated to run with O(log(n)) complexity.

The QuatTrackBall has been updated.
 
/trunk/src/CGLA/CGLA.h
/trunk/src/GLGraphics/QuatTrackBall.cpp
/trunk/src/GLGraphics/QuatTrackBall.h
276 6850 d 20 h bj /trunk/makefiles/MPC/ tested vs2005  
/trunk/makefiles/MPC/msvc8exe.mpt
/trunk/makefiles/MPC/msvc8lib.mpt
272 6850 d 21 h bj /trunk/ added cd command to work from installer  
/trunk/build_solution.bat
271 6850 d 23 h bj /trunk/ removed .vcproj and .sln files from SVN  
/trunk/GEL.sln
/trunk/apps/BloomenthalPolygonize/BloomenthalPolygonize.vcproj
/trunk/apps/BoundaryCollapse/BoundaryCollapse.vcproj
/trunk/apps/Decimator/Decimator.vcproj
/trunk/apps/OBJViewer/OBJViewer.vcproj
/trunk/apps/VolumePolygonize/VolumePolygonize.vcproj
/trunk/src/CGLA/CGLA.vcproj
/trunk/src/GLGraphics/GLGraphics.vcproj
/trunk/src/Geometry/Geometry.vcproj
/trunk/src/HMesh/HMesh.vcproj
/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-simple/CGLA_simple.vcproj
/trunk/test/CGLA-vec/CGLA_vec.vcproj
/trunk/test/Geometry-kdtree/Geometry_kdtree.vcproj
/trunk/test/LinAlg-leastsq/LinAlg_leastsq.vcproj
/trunk/test/Util-resman/Util_resman.vcproj
270 6850 d 23 h bj /trunk/makefiles/MPC/ added MPC files. these are already in SVN in GELUtil, but they are here as well to ensure that one only needs to checkout the GEL branch of the repository  
/trunk/makefiles/MPC/config
/trunk/makefiles/MPC/config/default.rel
/trunk/makefiles/MPC/config/global.features
/trunk/makefiles/MPC/mwc.exe
/trunk/makefiles/MPC/templates
/trunk/makefiles/MPC/templates/automake.mpd
/trunk/makefiles/MPC/templates/automakedll.mpt
/trunk/makefiles/MPC/templates/automakeexe.mpt
/trunk/makefiles/MPC/templates/bds.mpd
/trunk/makefiles/MPC/templates/bdsdll.mpt
/trunk/makefiles/MPC/templates/bdsexe.mpt
/trunk/makefiles/MPC/templates/bmake.mpd
/trunk/makefiles/MPC/templates/bmakecommon.mpt
/trunk/makefiles/MPC/templates/bmakedll.mpt
/trunk/makefiles/MPC/templates/bmakedllexe.mpt
/trunk/makefiles/MPC/templates/bmakelib.mpt
/trunk/makefiles/MPC/templates/bmakelibexe.mpt
/trunk/makefiles/MPC/templates/cbx.mpd
/trunk/makefiles/MPC/templates/cbxdll.mpt
/trunk/makefiles/MPC/templates/cbxexe.mpt
/trunk/makefiles/MPC/templates/common.mpt
/trunk/makefiles/MPC/templates/em3.mpd
/trunk/makefiles/MPC/templates/em3vcpdll.mpt
/trunk/makefiles/MPC/templates/em3vcpdllexe.mpt
/trunk/makefiles/MPC/templates/em3vcplib.mpt
/trunk/makefiles/MPC/templates/em3vcplibexe.mpt
/trunk/makefiles/MPC/templates/ghs.mpd
/trunk/makefiles/MPC/templates/ghscommon.mpt
/trunk/makefiles/MPC/templates/ghsdll.mpt
/trunk/makefiles/MPC/templates/ghsdllexe.mpt
/trunk/makefiles/MPC/templates/ghslib.mpt
/trunk/makefiles/MPC/templates/ghslibexe.mpt
/trunk/makefiles/MPC/templates/html.mpd
/trunk/makefiles/MPC/templates/make.mpd
/trunk/makefiles/MPC/templates/makedll.mpt
/trunk/makefiles/MPC/templates/makeexe.mpt
/trunk/makefiles/MPC/templates/nmake.mpd
/trunk/makefiles/MPC/templates/nmakedll.mpt
/trunk/makefiles/MPC/templates/nmakeexe.mpt
/trunk/makefiles/MPC/templates/sle.mpd
/trunk/makefiles/MPC/templates/sledll.mpt
/trunk/makefiles/MPC/templates/sleexe.mpt
/trunk/makefiles/MPC/templates/unixcommon.mpt
/trunk/makefiles/MPC/templates/vc6.mpd
/trunk/makefiles/MPC/templates/vc6dspdll.mpt
/trunk/makefiles/MPC/templates/vc6dspdllexe.mpt
/trunk/makefiles/MPC/templates/vc6dsplib.mpt
/trunk/makefiles/MPC/templates/vc6dsplibexe.mpt
/trunk/makefiles/MPC/templates/vc7.mpd
/trunk/makefiles/MPC/templates/vc7csharp.mpd
/trunk/makefiles/MPC/templates/vc7csharp.mpt
/trunk/makefiles/MPC/templates/vc7dll.mpt
/trunk/makefiles/MPC/templates/vc7exe.mpt
/trunk/makefiles/MPC/templates/vc7lib.mpt
/trunk/makefiles/MPC/templates/vc7libexe.mpt
/trunk/makefiles/MPC/templates/vc7vb.mpd
/trunk/makefiles/MPC/templates/vc7vb.mpt
/trunk/makefiles/MPC/templates/vc8.mpd
/trunk/makefiles/MPC/templates/vc8csharp.mpd
/trunk/makefiles/MPC/templates/vc8csharp.mpt
/trunk/makefiles/MPC/templates/vc8dll.mpt
/trunk/makefiles/MPC/templates/vc8exe.mpt
/trunk/makefiles/MPC/templates/vc8lib.mpt
/trunk/makefiles/MPC/templates/vc8libexe.mpt
/trunk/makefiles/MPC/templates/vc8platforms.mpt
/trunk/makefiles/MPC/templates/vccommon.mpt
/trunk/makefiles/MPC/templates/windowscommon.mpt
268 6850 d 23 h bj /trunk/ moved MPC stuff to makefiles/MPC  
/trunk/build_solution.bat
267 6850 d 23 h bj /trunk/makefiles/ Moved remotely  
/trunk/makefiles/MPC/msvcexe.mpt
/trunk/makefiles/msvcexe.mpt
266 6850 d 23 h bj /trunk/makefiles/ Moved remotely  
/trunk/makefiles/MPC/msvc8lib.mpt
/trunk/makefiles/msvc8lib.mpt
265 6850 d 23 h bj /trunk/makefiles/ Moved remotely  
/trunk/makefiles/MPC/msvc8exe.mpt
/trunk/makefiles/msvc8exe.mpt
264 6850 d 23 h bj /trunk/makefiles/ Moved remotely  
/trunk/makefiles/MPC/msvc.mpt
/trunk/makefiles/msvc.mpt
263 6850 d 23 h bj /trunk/makefiles/ Moved remotely  
/trunk/makefiles/MPC/GELapp_single.mpc
/trunk/makefiles/GELapp_single.mpc
262 6850 d 23 h bj /trunk/makefiles/ Moved remotely  
/trunk/makefiles/MPC/GELapp.mpc
/trunk/makefiles/GELapp.mpc
261 6850 d 23 h bj /trunk/makefiles/ Moved remotely  
/trunk/makefiles/MPC/GEL.mpc
/trunk/makefiles/GEL.mpc
260 6850 d 23 h bj /trunk/makefiles/MPC/ Created folder remotely  
/trunk/makefiles/MPC
259 6850 d 23 h bj / Moved remotely  
/GELUtil/MPC
/trunk/MPC
258 6850 d 23 h bj /trunk/ uses new env vars GEL_INCLUDE, GEL_LIB and GEL_BIN  
/trunk/README_MSVC
257 6850 d 23 h bj /trunk/makefiles/ uses new env vars GEL_INCLUDE, GEL_LIB and GEL_BIN  
/trunk/makefiles/GEL.mpc
/trunk/makefiles/GELapp.mpc
/trunk/makefiles/GELapp_single.mpc
/trunk/makefiles/msvc.mpt
/trunk/makefiles/msvc8exe.mpt
/trunk/makefiles/msvc8lib.mpt
/trunk/makefiles/msvcexe.mpt
256 6850 d 23 h bj /trunk/MPC/ prepare for perl2exe  
/trunk/MPC/perl2exe.bat
/trunk/MPC/mwc2exe.pl
255 6850 d 23 h bj /trunk/MPC/ deleted non-used files for MPC  
/trunk/MPC/ChangeLog
/trunk/MPC/LICENSE
/trunk/MPC/MPC.ico
/trunk/MPC/PROBLEM-REPORT-FORM
/trunk/MPC/clone_build_tree.pl
/trunk/MPC/combine_dsw.pl
/trunk/MPC/generate_export_header.pl
/trunk/MPC/highlight_template.pl
/trunk/MPC/history
/trunk/MPC/prj_install.pl
/trunk/MPC/registry.pl
254 6850 d 23 h bj /trunk/MPC/ Copied remotely  
/trunk/MPC/mwc2exe.pl
252 6892 d 19 h bj /trunk/MPC/templates/ bugfix for managed extension  
/trunk/MPC/templates/vc7.mpd
248 6897 d 0 h bj /trunk/src/CGLA/  
/trunk/src/CGLA/CGLA.h
230 6934 d 21 h bj /trunk/src/Geometry/ resolving jab sloppyness ;-)  
/trunk/src/Geometry/QEM.cpp
229 6934 d 21 h bj /trunk/src/HMesh/ warnings removed  
/trunk/src/HMesh/smooth.cpp
224 6940 d 22 h bj /trunk/ single bat file with choices  
/trunk/build_solution.bat
/trunk/build_vc71_solution.bat
/trunk/build_vc71_solution_CGLA.bat
/trunk/build_vc71_solution_single.bat
/trunk/build_vc8_solution.bat
223 6941 d 0 h bj /trunk/ resolved LIBC default lib issue with a #pragma
clapack.lib needs to have libc ignored
 
/trunk/makefiles/msvc8exe.mpt
/trunk/makefiles/msvcexe.mpt
/trunk/src/LinAlg/LapackFunc.h
222 6952 d 19 h jab /trunk/src/ minor changes  
/trunk/src/Geometry/QEM.cpp
/trunk/src/HMesh/quadric_simplify.cpp
221 6952 d 21 h ho /trunk/makefiles/ new syntax from ver 3_3_85 of MPC  
/trunk/makefiles/msvc8exe.mpt
/trunk/makefiles/msvc8lib.mpt
220 6952 d 22 h jab /trunk/ Fixed QEM problems  
/trunk/apps/Decimator/Makefile
/trunk/apps/Decimator/decimator.cpp
/trunk/src/Geometry/QEM.cpp
/trunk/src/Geometry/QEM.h
/trunk/src/HMesh/quadric_simplify.cpp