Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
platforms. Code Review: DaveP
|
|
OS decl of same).
|
|
|
|
easier use elsewhere
|
|
|
|
|
|
header to work around Mac 4.3.3 link issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redefining it...provides better compat with non-Ubuntu distros
|
|
Reviewed by Graham
|
|
|
|
|
|
|
|
|
|
|
|
foo to find some pointers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Given that third-party libraries (such as Boost) can and do use those names,
properly namespace-scoped, it's unpardonable to break any such innocent usage
with a macro. Given the pervasiveness of the need, introduce a header file
with the requisite #undef directives.
|
|
Instead of compatibility mode, #defining BOOST_FILESYSTEM_VERSION to 2 only
gets you a compile error these days.
|
|
|
|
|
|
|
|
|
|
|
|
Disable private memory pools. Make viewer large address aware on windows.
Reviewed by Kelly
|
|
Two fairly simple conflicts: dead stats sending code in the
texture fetch code (new llcorehttp library) and the cleanup
code in llappviewer was moved around in 3.4.x.
|
|
|
|
|
|
|
|
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying.
|