OpenSubdiv/opensubdiv
Sergey Sharybin a095ebf1f0 Fix linking error when using GCC and including osd/mesh.h from several places
Te issue here is that some of the functions were not considered templated
anymore because all their template arguments were specified, which made it
so compiler was creating implementation for them in every file from where
the header was included. This causes errors during linking related on the
same symbol implemented in several places.

Marking those functions as inlined solves the problem and should not cause
any bad side effects because they're small enough and likely being inlined
by an optimizer anyway.
2015-07-19 18:06:54 +02:00
..
far fix ICC compile warning 2015-07-16 09:27:49 -07:00
hbr Remove #pragma once 2015-05-20 09:59:18 -07:00
osd Fix linking error when using GCC and including osd/mesh.h from several places 2015-07-19 18:06:54 +02:00
sdc A few incremental updates to a number of documentation pages 2015-06-18 17:30:15 -07:00
tools/stringify Updated usage line for stringify. 2015-03-23 23:53:12 -07:00
vtr minimize the scope of disabled warnings 2015-07-16 09:27:48 -07:00
CMakeLists.txt Add opensubdiv/version.cpp 2014-11-25 12:37:03 -08:00
version.cpp Add opensubdiv/version.cpp 2014-11-25 12:37:03 -08:00
version.h version 3.0.0 release 2015-06-23 10:56:01 -07:00