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
636 4261 d 6 h khor /branches/cpp11-devel/ Works on visual studio, need to be tested if clang is busted.

Doc is now updated to c++11, still need to remove iterator in some of the flit example

(std::min)() and (std::max)() is need for it to work.
 
/branches/cpp11-devel/doc/intro.pdf
/branches/cpp11-devel/doc/intro.tex
/branches/cpp11-devel/src/CGLA/ArithVec.h
/branches/cpp11-devel/src/CGLA/ArithVecFloat.h
/branches/cpp11-devel/src/GLGraphics/SimpleTrackBall.h
/branches/cpp11-devel/src/HMesh/AttributeVector.h
/branches/cpp11-devel/src/HMesh/Manifold.cpp
/branches/cpp11-devel/src/HMesh/Manifold.h
/branches/cpp11-devel/src/HMesh/mesh_optimization.h
/branches/cpp11-devel/src/HMesh/smooth.cpp
/branches/cpp11-devel/src/HMesh/x3d_load.cpp
/branches/cpp11-devel/src/LinAlg/LapackFunc.h
/branches/cpp11-devel/src/LinAlg/LinAlgIO.h
635 4311 d 9 h janba /branches/cpp11-devel/ Save stuff  
/branches/cpp11-devel/apps/MeshEdit/VisObj.h
/branches/cpp11-devel/doc/intro.tex
/branches/cpp11-devel/src/GLGraphics/ManifoldRenderer.cpp
/branches/cpp11-devel/src/HMesh/smooth.cpp
634 4343 d 5 h janba /branches/cpp11-devel/src/CGLA/ More compat stuff  
/branches/cpp11-devel/src/CGLA/ArithVec.h
633 4343 d 5 h janba /branches/cpp11-devel/ Some compatibility changes  
/branches/cpp11-devel/doc/intro.tex
/branches/cpp11-devel/src/CGLA/ArithVec.h
/branches/cpp11-devel/src/GLGraphics/QuatTrackBall.h
/branches/cpp11-devel/src/HMesh/Manifold.cpp
/branches/cpp11-devel/src/HMesh/Manifold.h
/branches/cpp11-devel/src/HMesh/smooth.cpp
632 4347 d 10 h janba /branches/cpp11-devel/ Had fun rewriting ArithVec.h  
/branches/cpp11-devel/apps/Pathtracer/core.h
/branches/cpp11-devel/apps/Pathtracer/pathtracer.cpp
/branches/cpp11-devel/src/CGLA/ArithMatFloat.h
/branches/cpp11-devel/src/CGLA/ArithVec.h
/branches/cpp11-devel/src/CGLA/CGLA.h
/branches/cpp11-devel/src/CGLA/eigensolution.cpp
/branches/cpp11-devel/src/GLGraphics/SimpleTrackBall.h
/branches/cpp11-devel/src/Geometry/save_raw.h
/branches/cpp11-devel/src/HMesh/curvature.cpp
/branches/cpp11-devel/src/HMesh/mesh_optimization.cpp
/branches/cpp11-devel/src/HMesh/mesh_optimization.h
/branches/cpp11-devel/src/HMesh/quadric_simplify.cpp
/branches/cpp11-devel/src/HMesh/smooth.cpp
/branches/cpp11-devel/src/HMesh/x3d_load.cpp
631 4350 d 6 h janba /branches/cpp11-devel/ Many C++11 features added to this branch  
/branches/cpp11-devel/src/Geometry/geo_load.cpp
/branches/cpp11-devel/src/Geometry/geo_obj_load.cpp
/branches/cpp11-devel/src/Geometry/rply_load.cpp
/branches/cpp11-devel/src/Geometry/load.cpp
/branches/cpp11-devel/src/Geometry/obj_load.cpp
/branches/cpp11-devel/src/Geometry/ply_load.cpp
/branches/cpp11-devel/GEL.xcodeproj/project.pbxproj
/branches/cpp11-devel/apps/MeshDistance/meshdist.cpp
/branches/cpp11-devel/apps/MeshEdit/VisObj.cpp
/branches/cpp11-devel/apps/MeshEdit/meshedit.cpp
/branches/cpp11-devel/apps/MeshEdit/polarize.cpp
/branches/cpp11-devel/apps/MeshEdit/polarize.h
/branches/cpp11-devel/src/GLGraphics/ManifoldRenderer.cpp
/branches/cpp11-devel/src/GLGraphics/ManifoldRenderer.h
/branches/cpp11-devel/src/HMesh/AttributeVector.h
/branches/cpp11-devel/src/HMesh/Iterators.h
/branches/cpp11-devel/src/HMesh/Manifold.cpp
/branches/cpp11-devel/src/HMesh/Manifold.h
/branches/cpp11-devel/src/HMesh/Walker.h
/branches/cpp11-devel/src/HMesh/curvature.cpp
/branches/cpp11-devel/src/HMesh/flatten.cpp
/branches/cpp11-devel/src/HMesh/quadric_simplify.cpp
/branches/cpp11-devel/src/HMesh/refine_edges.cpp
/branches/cpp11-devel/src/HMesh/smooth.cpp
/branches/cpp11-devel/src/HMesh/smooth.h
/branches/cpp11-devel/src/HMesh/subdivision.cpp
/branches/cpp11-devel/src/HMesh/subdivision.h
630 4350 d 6 h janba /branches/cpp11-devel/ Add branch for c++11 development  
/branches/cpp11-devel
629 4417 d 2 h asny /trunk/src/GLGraphics/ Made it possible to save images in ONG format when using SOIL  
/trunk/src/GLGraphics/SOIL.c
/trunk/src/GLGraphics/SOIL.h
628 4444 d 3 h mono /trunk/src/GLGraphics/ allow images where width is multiple of 1 (default is 4)  
/trunk/src/GLGraphics/SOIL.c
627 4467 d 21 h jerf /trunk/src/GLGraphics/ killing unnecessary stb header file  
/trunk/src/GLGraphics/stb_image_aug.h
/trunk/src/GLGraphics/Console.cpp
626 4483 d 2 h awkr /trunk/src/GLGraphics/ Added missing include.  
/trunk/src/GLGraphics/Console.h
624 4499 d 9 h mono /trunk/src/CGLA/ Added helper functions for Mat4x4f: perspective, frustum, lookat, ortho (usefull when working OpenGL 3.0+)  
/trunk/src/CGLA/CGLA.h
/trunk/src/CGLA/Mat4x4f.cpp
/trunk/src/CGLA/Mat4x4f.h
623 4529 d 7 h jerf /trunk/src/GLGraphics/ adding a function to GLViewController which sets up the camera using the usual input parameters  
/trunk/src/GLGraphics/GLViewController.cpp
/trunk/src/GLGraphics/GLViewController.h
/trunk/src/GLGraphics/QuatTrackBall.cpp
622 4576 d 20 h jrf /trunk/src/Geometry/ adding functions for texture coordinate transformation to TriMesh (and coding style change: tabs -> spaces)  
/trunk/src/Geometry/TriMesh.cpp
/trunk/src/Geometry/TriMesh.h
621 4578 d 19 h jrf /trunk/src/Geometry/ Bug: error when reading 3ds Max mtl-file export. Fix: new fstream loader is more strict, so we have to be more careful when reading input.  
/trunk/src/Geometry/obj_load.cpp
618 4584 d 5 h jab /trunk/ Some changes to make curvature visualization work  
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/README
/trunk/apps/MeshEdit/VisObj.cpp
/trunk/apps/MeshEdit/VisObj.h
/trunk/apps/MeshEdit/meshedit.cpp
/trunk/src/GLGraphics/ManifoldRenderer.cpp
614 4585 d 6 h jab /trunk/ Fixed a problem with global variables in harmonics.cpp causing meshedit to crash on exit.  
/trunk/apps/MeshEdit/VisObj.h
/trunk/apps/MeshEdit/harmonics.cpp
/trunk/apps/MeshEdit/harmonics.h
/trunk/apps/MeshEdit/meshedit.cpp
/trunk/src/GLGraphics/ManifoldRenderer.cpp
612 4585 d 9 h jrf /trunk/src/Geometry/ correcting bug in last commit  
/trunk/src/Geometry/obj_load.cpp
610 4585 d 9 h jrf /trunk/src/Geometry/ removing VS warnings  
/trunk/src/Geometry/AABox.cpp
609 4585 d 10 h jab /trunk/ I have added some patches to make cmake work for Unix Makefiles on Mac.
The old Makefile system has been removed.
Slight change to XCode project
Minor changes
 
/trunk/Makefile
/trunk/apps/MeshDistance/Makefile
/trunk/apps/OBJViewer/Makefile
/trunk/apps/Pathtracer/Makefile
/trunk/apps/Raytracer/Makefile
/trunk/makefiles
/trunk/src/CGLA/Makefile
/trunk/src/GLGraphics/Makefile
/trunk/src/Geometry/Makefile
/trunk/src/HMesh/Makefile
/trunk/src/LinAlg/Makefile
/trunk/src/Util/Makefile
/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-eigensolver/Makefile
/trunk/test/LinAlg-leastsq/Makefile
/trunk/test/Util-resman/Makefile
/trunk/CMakeLists.txt
/trunk/GEL.xcodeproj/project.pbxproj
/trunk/src/GLGraphics/QuatTrackBall.cpp
/trunk/src/Geometry/AABox.cpp
/trunk/src/Geometry/Polygonizer.cpp
/trunk/src/Geometry/Polygonizer.h
/trunk/src/Geometry/Ray.h
/trunk/src/Geometry/rply.c
/trunk/src/Util/HashKey.cpp
/trunk/src/Util/XmlParser.cpp
/trunk/src/Util/XmlParser.h

Show All