Age | Commit message (Collapse) | Author |
|
|
|
MSVC 2013 (v12.x)
|
|
|
|
|
|
how it was removed)
|
|
on the heap
|
|
|
|
These were of the form ensure(std::string, something convertible to bool). Not
sure what the ambiguity was, but ensure(std::string, bool(something)) works
better.
|
|
zlib cannot be linked with SAFESEH, which is the VS 2013 default, so every
consumer must set /SAFESEH:NO.
/NODEFAULTLIB:LIBCMT seems to eliminate many duplicate-symbol link errors.
|
|
the API
|
|
|
|
|
|
|
|
Apparently in Boost 1.57 with Xcode 6, the combination of Boost.Lambda and
Boost.Function is broken -- Trac ticket 10864:
https://svn.boost.org/trac/boost/ticket/10864
However, Boost.Phoenix provides an acceptable replacement.
|
|
For some reason VS 2013 (unlike its predecessors and other current compilers)
needs us to explicitly convert an operator bool() method's return expression
to bool. :-P
|
|
(only)
|
|
(long long round) in VS2013
|
|
|
|
|
|
|
|
Until we get a havok-source package built with new metadata-bearing autobuild,
the package name in autobuild.xml and CMake must agree with the tarball
filename.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
per-card
|
|
support
|
|
fill rate
|
|
|
|
|
|
|
|
|
|
against probably-not-NULL current bound shader pointer
|
|
|
|
|
|
|
|
so I investigated and this is the causes of the slowdown - wrongly placed parens
|
|
|
|
|
|
|
|
clang correctly notes that such tests add nothing to the runtime behavior of a
program. Unfortunately, clang notes that in the form of a compile error.
|
|
The "death to the GPU table" change has commented out the only references to
the GPU_TABLE_FILENAME constant, and Xcode 6.x regards that as an error.
|
|
Hopefully this is temporary until we figure out the real problem!
|
|
|
|
Not sure at what point the redundancy was introduced, but it seems clear we
only want to run performance analysis once per shutdown.
|
|
'raisef' is not a Python statement.
|
|
|
|
|