OpenSubdiv/opensubdiv
Sergey Sharybin f6d45a6de0 Fix compilation error on windows+msvc2013
- Some missing includes of <algorithms> in order to have
  stdd::min() and similar functions.
- Need to cast numIndices and numNVerts to int explicitly
  in order to solve warning treated as an error about
  precision loss.
- Can't do vector[0] for an empty vector, it'll generate
  a runtime range check error.
- MSVC only works fine with make_pair(foo, bar) syntax,
  without explicit template substitution here. Otherwise
  weird 'can't cast int to int&&' errors are happening.
2014-05-17 12:52:02 -07:00
..
far Decrease compiler warning thresholds and fix outstanding warnings (continued) 2014-05-15 18:03:44 -07:00
hbr Decrease compiler warning thresholds and fix outstanding warnings. 2014-05-15 13:34:32 -07:00
osd Fix compiler warnings in OsdClVertexBuffer 2014-05-16 14:52:43 -07:00
osdutil Fix compilation error on windows+msvc2013 2014-05-17 12:52:02 -07:00
tools/stringify Decrease compiler warning thresholds and fix outstanding warnings (continued) 2014-05-15 18:03:44 -07:00
CMakeLists.txt Make CMake path variables more robust 2014-04-09 16:43:38 -04:00
version.h Release 2.4.1 2014-04-21 12:28:17 -07:00