Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-13 | clean up showing avatar draw costs | Oz Linden | |
2014-11-12 | Eliminate LLAppViewer::cleanup() dup --analyzeperformance code block. | Nat Goodspeed | |
Not sure at what point the redundancy was introduced, but it seems clear we only want to run performance analysis once per shutdown. | |||
2014-11-11 | Merge changes for 3.7.20-release | maksymsproductengine | |
2014-11-10 | Fix typo in new viewer_manifest.py codesigning logic. | Nat Goodspeed | |
'raisef' is not a Python statement. | |||
2014-11-10 | merge | Brad Payne (Vir Linden) | |
2014-11-10 | Merge. Refresh from viewer-release after 3.7.20 released. | Monty Brandenberg | |
2014-11-10 | merge changes for 3.7.20-release | Oz Linden | |
2014-11-10 | increment viewer version to 3.7.21 | Oz Linden | |
2014-11-06 | BUG-7698, BUG-7688, BUG-7694 (others) CDN connection issues. | Monty Brandenberg | |
Under pipelining, requests were given a 5x timeout factor due to the way that the timeout clock works in libcurl. Under CDN load, connections were not being torn down quickly and it was only this timer that led to disconnect and retry. So, we want to break a connection that isn't making progress but that isn't immediately possible. We'll compromise with a 60S timeout that (we hope) will be neither too long for stalled connections nor too short for large asset transfer requests. | |||
2014-11-03 | merge | Brad Payne (Vir Linden) | |
2014-11-03 | Pull in viewer-release and become version 3.7.20 | simon | |
2014-11-03 | SL-93 WIP - pelvis fixup offsets | Brad Payne (Vir Linden) | |
2014-10-31 | settings.xml update | Brad Payne (Vir Linden) | |
2014-10-30 | SL-93 WIP - missing include | Brad Payne (Vir Linden) | |
2014-10-30 | SL-93 - WIP on managing pelvis fixups using new joint offset framework | Brad Payne (Vir Linden) | |
2014-10-29 | fix signature target path | Oz Linden | |
2014-10-29 | reorder finalizing for OSX so that the signature is applied to the app after ↵ | Oz Linden | |
copying into the dmg; preserves extended attributes | |||
2014-10-29 | merge changes for MAINT-4560 | Oz Linden | |
2014-10-28 | fix for formatting issue | JJ Linden | |
2014-10-28 | adding line to test that app was signed appropriately | JJ Linden | |
2014-10-28 | add --deep to codesign for the mac | Oz Linden | |
2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
2014-10-28 | increment viewer version to 3.7.20 | Oz Linden | |
2014-10-24 | Suppress non-useful NaN test in llsd_new_tut.cpp | Nat Goodspeed | |
2014-10-23 | Bring in new TUT library build. Clean up ensure_equals() overloads. | Nat Goodspeed | |
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. | |||
2014-10-23 | merge changes for STORM-2081 | Oz Linden | |
2014-10-23 | STORM-2081 - Guard against null gWindowImplementation when fullscreen ↵ | Cinder | |
(crashes OS X Yosemite) | |||
2014-10-23 | Fix Xcode 6 compile errors relating to tut::ensure_equals() overloads. | Nat Goodspeed | |
lltut.h declares a number of ensure_equals() overloads for various data types, notably the types supported by LLSD. We expect these to be called by tut code. But the tut code in question is in a template in tut.hpp -- which was #included BEFORE the overloads were declared. Previous C++ compilers have evidently made multiple passes, collecting the relevant overloads before attempting to compile the template bodies. clang does not, complaining that the overloads must be declared before the tut.hpp template code that references them. Reordering parts of lltut.h seems to address that problem. For similar reasons, test programs that use StringVec.h and its operator<<() must #include StringVec.h before lltut.h. Add ensure_equals(const std::string&, const LLSD::Binary&, const LLSD::Binary&) overload. The sloppy mix of (const char*, ...) and (const std::string&, ...) overloads bothers me, since for many of those ... types we seem to have to duplicate them. | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): minor fix for debug only unit ↵ | callum_linden | |
test | |||
2014-10-22 | merge with head | Oz Linden | |
2014-10-22 | Remove unit test case that relied on undefined order of evaluation | Oz Linden | |
in: 'cout << a() << b()' the order of evaluation of a() and b() is undefined. | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): comment out failing unit test ↵ | callum_linden | |
in llsd_new_tut.cpp to let the build proceed - will fix later | |||
2014-10-22 | merge with more fixes from callum | Oz Linden | |
2014-10-22 | correct merge error in llerror_test.cpp | Oz Linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): remove unused statement warning | callum_linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): skip llerror_test test for ↵ | callum_linden | |
now - operator << issues on clang | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): remove unused functions that ↵ | callum_linden | |
trigger clang warnings | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): fix up Boost linker errors | callum_linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): fix and remove copy-pasted ↵ | callum_linden | |
code :( | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): fix function stubbing in KDU | callum_linden | |
2014-10-22 | added skip to llerror_test of nested logging, noted in todo file | Oz Linden | |
2014-10-22 | added quoting to clarify failure messages | Oz Linden | |
2014-10-21 | Update to build on Xcode 6.0 (fix unit tests): turn off warnings for ↵ | callum_linden | |
multiple unused private members | |||
2014-10-21 | correct test construction macro target reference for integration tests | Oz Linden | |
2014-10-21 | Update to build on Xcode 6.0: remove release build unused function | callum_linden | |
2014-10-21 | Update to build on Xcode 6.0: remove release build unused function | callum_linden | |
2014-10-21 | merge changes for 3.7.18-release | Oz Linden | |
2014-10-21 | fix version number generation for cmake 3.x and autobuild 1.0 compatibility | Oz Linden | |
2014-10-21 | Update to build on Xcode 6.0: remove final, unwanted warning | callum_linden | |