- Sep 20, 2011
-
-
David Parks authored
-
- Sep 19, 2011
-
-
David Parks authored
-
- Sep 17, 2011
-
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
- Sep 16, 2011
-
-
David Parks authored
SH-2243 work in progress -- don't use gl_FragColor or gl_FragData for outputs -- no more deprecation warnings on nvidia
-
David Parks authored
-
- Sep 15, 2011
-
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
- Sep 14, 2011
-
-
David Parks authored
-
Brad Payne (Vir Linden) authored
-
- Sep 13, 2011
-
-
David Parks authored
-
David Parks authored
STORM-1562 Potential fix for crash in LLCurl::run -- make sure all ref counted members of llsecapi are thread safe
-
David Parks authored
STORM-1562 Potential fix for crash in LLCurl::run -- don't run curl_multi_perform from multiple threads simultaneously.
-
- Sep 09, 2011
-
-
Oz Linden authored
-
- Sep 08, 2011
-
-
Logan Dethrow authored
-
Oz Linden authored
-
Logan Dethrow authored
-
- Sep 07, 2011
-
-
Nat Goodspeed authored
Now that we have unit tests that require assertion failure if you try to delete an LLInstanceTracker subclass instance with an iterator loose, having llassert() "sometimes" compile away (whimsically, depending on platform as well as build type!) makes those tests fail. Use llassert_always() instead.
-
Nat Goodspeed authored
The recent class-static LLInstanceTracker::instance_iter and key_iter reference count is intended to guard against deleting an instance of an LLInstanceTracker subclass during iteration. Add tests for that functionality.
-
Logan Dethrow authored
- Sep 06, 2011
-
-
Nat Goodspeed authored
Generalize the notion of getting some chunk of "static" storage: introduce LLInstanceTrackerBase::getStatic() template method. Define StaticData struct containing the InstanceMap (or InstanceSet, for that specialization) along with the S32 that caused the VS2010 linker so much grief. Completely eliminate that S32 as an actual class-static member, qualifying all references with the struct returned by getStatic(). In LLInstanceTrackerBase::getInstances(), use one std::map lookup instead of three.
-
Logan Dethrow authored
Renamed LLCurl::check_curl_code() and LLCurl::check_curl_multi_code() to prevent ambiguous name build error.
-
Oz Linden authored
-
Oz Linden authored
-
Logan Dethrow authored
* Removed check_curl_code and check_curl_multi_code from the global namespace. * Added comments documenting which thread the public methods of LLProxy should be called from. * Corrected grammar in LLSingleton.h * Fixed a buffer scope problem in llpacketring.cpp.
-
- Sep 02, 2011
-
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Xiaohong Bao authored
-
Debi King (Dessie) authored
-
Debi King (Dessie) authored
-
Oz Linden authored
-
Oz Linden authored