Age | Commit message (Collapse) | Author |
|
(long long round) in VS2013
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
copying into the dmg; preserves extended attributes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new TUT library build eliminates the ambiguity about ensure_equals(const
char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based
on const std::string&. Remove pointless const char* overloads and ambiguous
forwarding templates.
With clang in Xcode 6, any new datatypes we intend to use with ensure_equals()
must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h
#includes tut.hpp. Reorder code in certain test source files to guarantee that
visibility.
|
|
|
|
|
|
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commented
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thought from Nat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not name a non-static data member or base class
|
|
|
|
|
|
|
|
[-Wunused-variable]
|
|
|
|
not name a non-static data member or base class - already initialized in parent class
|
|
|