Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
448 5879 d 9 h jab /trunk/ Fixed a lot of include guards  
444 5879 d 10 h jab /trunk/src/HMesh/ Fixed a subtle bug. An inline function cannot have a static member. Yet to get the NULL_FACE_ITER (and same for halfedge and vertex) a function returning the end iterator of a static list was used. Probably this was not a real static (in release mode on OSX) and that meant that the program would crash unexpectedly in release mode in a reproducable, systematic yet baffling way. Now the function is no longer inline, and it seems to work. Of course, the entire list kernel for HMesh wants rewriting.  
195 7073 d 13 h jrf /trunk/ warning pragmas corrected.
Added messages stating that some preprocessor directives are needed for HMesh to work with MSVC8.
 
129 7162 d 13 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.
 
115 7169 d 9 h jab /trunk/ A few changes to ensure 64 bit portability.  
89 7177 d 9 h jab /trunk/src/ A lot of documentation has been added/edited.

gel.doxygen now contains a lot of comments to namespaces.
 
62 7187 d 9 h jab /trunk/ A number of changes have been made to simplify GEL  
39 7242 d 15 h bj /trunk/ Merged from imesh-and-hmesh
added README_MSVC with building instuctions for visual studio