summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Expand)Author
2014-12-12Eliminate use of boost::lambda with boost::function (Trac #10864).Nat Goodspeed
2014-12-11Disambiguate a few ensure() calls.Nat Goodspeed
2014-12-10Clarify for VS 2013 that an operator bool() method returns bool.Nat Goodspeed
2014-12-10Fix for build problems with LLTrace::AccumulatorBuffer copy ctor in VS2013 (o...callum_linden
2014-12-09no implicit conversion from ofsteam to bool in VS2013!!!!callum_linden
2014-11-19OPEN-282 - Define LL_THREAD_LOCAL for our platforms in order to unify TLS sup...Cinder
2014-11-19OPEN-282 Use pthreads for TLS on macCinder
2014-11-14remove skip from llframetimer_test now that it is fixedOz Linden
2014-11-14merge up to tip of viewer-tools-updateOz Linden
2014-11-14rewrite an llframetimer test to be less sensitive to extended ms_sleep callsOz Linden
2014-11-14Convert llhash() to use boost::hash, per Cinder's suggestion.Nat Goodspeed
2014-11-14Skip LLFrameTimer test<3>, which fails with Xcode 6.x builds.Nat Goodspeed
2014-11-03MAINT-3585 FIXED Viewer Crashes when attempting to upload image.ruslantproductengine
2014-10-28MAINT-4435 FIXED build fix patchset2ruslantproductengine
2014-10-27MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of verticesruslantproductengine
2014-10-23Bring in new TUT library build. Clean up ensure_equals() overloads.Nat Goodspeed
2014-10-22Update to build on Xcode 6.0 (fix unit tests): minor fix for debug only unit ...callum_linden
2014-10-22Remove unit test case that relied on undefined order of evaluationOz Linden
2014-10-22merge with more fixes from callumOz Linden
2014-10-22correct merge error in llerror_test.cppOz Linden
2014-10-22Update to build on Xcode 6.0 (fix unit tests): remove unused statement warningcallum_linden
2014-10-22Update to build on Xcode 6.0 (fix unit tests): skip llerror_test test for now...callum_linden
2014-10-22Update to build on Xcode 6.0 (fix unit tests): remove unused functions that t...callum_linden
2014-10-22Update to build on Xcode 6.0 (fix unit tests): fix up Boost linker errorscallum_linden
2014-10-22added skip to llerror_test of nested logging, noted in todo fileOz Linden
2014-10-21Update to build on Xcode 6.0: remove release build unused functioncallum_linden
2014-10-20Update to build on Xcode 6.0: fix typo in functions paramscallum_linden
2014-10-17Update to build on Xcode 6.0: fix Boost intrusive_ptr scoping issue (part 2 -...callum_linden
2014-10-17Update to build on Xcode 6.0: fix Boost intrusive_ptr scoping issuecallum_linden
2014-10-17Update to build on Xcode 6.0: collection of similar const var not used warnin...callum_linden
2014-10-17Update to build on Xcode 6.0: clang warned about comparison of unsigned int t...callum_linden
2014-10-17Update to build on Xcode 6.0: remove unused function that makes clang sadcallum_linden
2014-10-17Update to build on Xcode 6.0: remove unused member variable that makes clang sadcallum_linden
2014-10-17Update to build on Xcode 6.0: additional scoping required for clangcallum_linden
2014-10-17Update to build on Xcode 6.0: remove unused variable [-Wunused-const-variable]callum_linden
2014-10-17Update to build on Xcode 6.0: TEMP fix to remove broken code (clang) until it...callum_linden
2014-10-17Update to build on Xcode 6.0: turn BACK ON warnings as errors for overloaded ...callum_linden
2014-10-17Update to build on Xcode 6.0: reorder code and additional scoing in template ...callum_linden
2014-10-14Reorder LLEventDetail::listenerNameForCoro[Impl]() decls for Xcode 6.Nat Goodspeed
2014-10-13MAINT-4169 FIXED Suppress initial display of the path portion of URLs from ot...maksymsproductengine
2014-10-10MAINT-4567 FIXED <nolink> is not parsed correctly in viewer-lionMnikolenko ProductEngine
2014-10-07MAINT-4548 & MAINT-4557 FIXED build issuesmaksymsproductengine
2014-08-29MergevilleGraham Linden
2014-08-01Pulled in fix for maint-4184 blurry texturesAura Linden
2014-07-11Fixed assert in llmemory.h for adjacent memory locations.Aura Linden
2014-07-08Merge. Refresh from viewer-release after 3.7.11 release.Monty Brandenberg
2014-07-07Merge viewer up to 3.7.12, including fixing missed LL_WARNS etc from last rel...Graham Linden
2014-06-16Merge. Refresh from viewer-release after 3.7.9 release.Monty Brandenberg
2014-06-16merge changes for 3.7.9-releaseOz Linden
2014-06-05MergeRicky Curtice