Age | Commit message (Collapse) | Author |
|
|
|
MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find()
|
|
|
|
|
|
|
|
|
|
We never intend to support 32-bit Mac builds any more.
This change eliminates the autobuild warning about not finding darwin64 and
therefore falling back on plain darwin.
|
|
|
|
More improvements for UI scaling detection
|
|
|
|
|
|
factor changed during last session
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some day llmake() will be unnecessary because compiler deduction of class
template arguments from constructor arguments has been approved by ISO.
|
|
LLPrivateMemoryPool and LLPrivateMemoryPoolManager have assumed that it's
always valid to cast a pointer to U32. With 64-bit pointers, no longer true.
|
|
|
|
|
|
|
|
|
|
|
|
twice
|
|
Outfit image via "Select image" although drag and drop works fine
|
|
|
|
|
|
circumstance.
|
|
|
|
appear in the build tool's Advanced floater
|
|
gallery view
|
|
|
|
|
|
|
|
|
|
|
|
bug.
|
|
|
|
It's never been clear to me why Macs tend to refer to 32-bit Intel processors
as i386 when other platforms tend to refer to them as i686. New CMake logic to
derive ARCH from ADDRESS_SIZE produces i686. Give viewer_manifest.py a
Darwin_i686_Manifest class alias so it continues to work when arch is passed
as i686 as well as i386.
|
|
llcorehttp/tests had a clone of llmessage/tests/testrunner.py that was almost
identical save for recognizing an extra optional parameter. Migrate those few
lines into llmessage/tests/testrunner.py; eliminate the copy in llcorehttp;
help test_llcorehttp_peer.py find the testrunner.py in llmessage/tests.
|
|
|
|
|
|
which in turn depends on ADDRESS_SIZE.
|
|
There Must Be A Better Way.
|