gelsvn
bdplot
seema-scanner
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
gelsvn
(root)
/
trunk
/
src
/
HMesh
/
templates.h
@ 455
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
448
5879 d 2 h
jab
/trunk/
Fixed a lot of include guards
444
5879 d 3 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 6 h
jrf
/trunk/
warning pragmas corrected.
Added messages stating that some preprocessor directives are needed for HMesh to work with MSVC8.
129
7162 d 6 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 2 h
jab
/trunk/
A few changes to ensure 64 bit portability.
89
7177 d 2 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 2 h
jab
/trunk/
A number of changes have been made to simplify GEL
39
7242 d 8 h
bj
/trunk/
Merged from imesh-and-hmesh
added README_MSVC with building instuctions for visual studio