Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | merge from viewer2, conflicts resolved... | Tofu Linden | |
2010-02-19 | Implemented low task EXT-5215 (Disable showing full yyyy/mm/dd timestamp for ↵ | Eugene Mutavchi | |
messages (nearby chat/im) received today) --HG-- branch : product-engine | |||
2010-02-13 | viewer2 trunk merge. | Tofu Linden | |
2010-02-13 | CID-3 | Tofu Linden | |
Checker: CHECKED_RETURN Function: LLImageDecodeThread::update(unsigned int) File: /indra/llimage/llimageworker.cpp | |||
2010-02-08 | Merge from viewer2 trunk. | Tofu Linden | |
2010-02-06 | EXT-5055 LLInstanceTracker promotes some dangerous patterns - detect them | Tofu Linden | |
2010-02-06 | make the instancetracker unit test really, like, work. before I fiddle with ↵ | Tofu Linden | |
a big pile of stuff. | |||
2010-02-06 | move LLEventTimer into its own source module. everyone includes it, almost ↵ | Tofu Linden | |
no-one wants it. now I can dick with it a bit without rebuilding the world, at least. :) | |||
2010-02-05 | EXT-4754 Fix for LLEventTimer::updateClass crash. | Mark Palange (Mani) | |
Ugh. Update on Tofu's patch for this bug. Reviewed by Richard | |||
2010-02-04 | merge from viewer2. | Tofu Linden | |
2010-02-04 | EXT-4754 Crash in LLEventTimer::updateClass | Tofu Linden | |
2010-02-04 | A flag+assert to help track bad behaviour in LLEventTimer, especially EXT-4754 | Tofu Linden | |
2010-02-03 | CID-269 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLWorkerClass::LLWorkerClass(LLWorkerThread *, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/llcommon/llworkerthread.cpp | |||
2010-02-03 | CID-271 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLTreeDFSIter<LLView, std::list<LLView *, std::allocator<LLView *>>::_Const_iterator<(bool)0>>::LLTreeDFSIter() File: /indra/llcommon/lltreeiterators.h | |||
2010-02-03 | CID-272 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLTreeDFSPostIter<LLView, std::list<LLView *, std::allocator<LLView *>>::_Const_iterator<(bool)0>>::LLTreeDFSPostIter() File: /indra/llcommon/lltreeiterators.h | |||
2010-02-03 | CID-273 | Tofu Linden | |
Checker: UNINIT_CTOR Function: NamedTimerFactory::NamedTimerFactory() File: /indra/llcommon/llfasttimer_class.cpp | |||
2010-02-03 | merge from viewer2. | Tofu Linden | |
2010-02-01 | merge | richard | |
2010-02-01 | Merge from viewer2. | Tofu Linden | |
2010-02-01 | Hint to compiler that logging is never *expected* on the fast-path. | Tofu Linden | |
2010-01-29 | merge from viewer2 | Tofu Linden | |
2010-01-29 | fixed major EXT-3643 “Embed friendship offer into IM window”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-28 | fixed EXT-3841 [BSI] "Send IM..." choosable in IM floater context menu | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-27 | CID-227 | Tofu Linden | |
Checker: STRING_OVERFLOW Function: CProcessor::AnalyzeIntelProcessor() File: /indra/llcommon/llprocessor.cpp | |||
2010-01-27 | less dumb partial fix for CID-219 | Tofu Linden | |
2010-01-27 | partial fix for CID-219 | Tofu Linden | |
Checker: STREAM_FORMAT_STATE Function: LLDate::toStream(std::basic_ostream<char, std::char_traits<char>>&) const File: /indra/llcommon/lldate.cpp | |||
2010-01-27 | CID-220 | Tofu Linden | |
Checker: STREAM_FORMAT_STATE Function: encode_character(std::basic_ostream<char, std::char_traits<char>>&, char) File: /indra/llcommon/lluri.cpp | |||
2010-01-27 | CID-186 | Tofu Linden | |
Checker: RESOURCE_LEAK Function: LLStringUtilBase<unsigned int>::addCRLF(std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int>>&) File: /indra/llcommon/llstring.h | |||
2010-01-27 | sigh, follow-up fix. | Tofu Linden | |
2010-01-27 | CID-99 | Tofu Linden | |
Checker: INVALIDATE_ITERATOR Function: LLAllocatorHeapProfile::parse(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/llcommon/llallocator_heap_profile.cpp not a bug, but make it clearer to coverity. | |||
2010-01-26 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-26 | DEV-45468 SNOW-108: Fast timers are broken / badly-scaled on linux | Tofu Linden | |
more reliable fix based on feedback from Richard. dicked with the Darwin results too since those seemed wrong based on the same feedback (also covered in test plan). | |||
2010-01-25 | We already have a LL_FORCE_INLINE in llpreprocessor.h, don't re-invent it ↵ | Tofu Linden | |
for llfasttimers.h. Also define LL_LIKELY/LL_UNLIKELY with a warning about its micro-optimizey nature, and use it to annotate llasserts (i.e. make llassert() lower-overhead and thus more attractive, even in inner-ish loops.) | |||
2010-01-25 | Gosh, the mac prototypes for get_cpu_clock_count_64 have always been wrong, ↵ | Tofu Linden | |
but the compiler didn't start caring until I made these proper member functions. fixed. | |||
2010-01-25 | DEV-45468 'SNOW-108: Fast timers are broken / badly-scaled on linux' ready ↵ | Tofu Linden | |
to merge. legacy coding policy fix-up. | |||
2010-01-25 | Final fix for fast timer reshuffle. | Tofu Linden | |
2010-01-25 | shuffle shuffle of timer code. cleanup. | Tofu Linden | |
2010-01-25 | pull in the linux+solaris fast-timers impl from snowglobe, fit it into ↵ | Tofu Linden | |
viewer2, start moving headers around. | |||
2010-01-22 | merge | richard | |
2010-01-22 | LLPointer cleanup and fix for EXT-4413 | richard | |
reviewed by Rick | |||
2010-01-22 | Merge from v2 trunk. | Tofu Linden | |
2010-01-22 | Fix assert in lldictionary as used by llfoldertype | Rick Pasetto | |
Review #88 This assert might be valid in general, but LLFolderType has a valid reason for getting "not found" | |||
2010-01-21 | Turn on llassert() and llverify() for RelWithDebInfo builds. | Tofu Linden | |
Convert top firing asserts into big warnings. To be reviewed by Mani. | |||
2010-01-20 | Merge from viewer2. Minor conflict resolved. | Tofu Linden | |
2010-01-20 | Convert all C++ files to Unix line endings | Bryan O'Sullivan | |
2010-01-15 | fix for gcc build | richard | |
2010-01-15 | wrong line endings | richard | |
2010-01-15 | fix for build error in xmmintrins.h | richard | |
2010-01-14 | Backed out changeset f34a69c2af56 | Tofu Linden | |
(this backs-out my backout, now that I'm happy the original merge works okay :)) |