Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
conditional without parentheses
|
|
does not name a non-static data member or base class - already initialized in parent class llCharacter
|
|
|
|
|
|
changes
|
|
|
|
|
|
on login screen
|
|
fix truncations
|
|
missing translation after the last merge
|
|
|
|
|
|
|