summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Collapse)Author
2010-08-05merge from PE's viewer-releaseTofu Linden
2010-08-04Propagate version bump to 2.1.1Christian Goetze (CG)
2010-08-04EXT-8524 FIXED Non-ASCII character corruption in date.Vadim Savchuk
Convert formatted date from system charset to UTF-8 on Windows (other OSes don't require this). See http://jira.secondlife.com/browse/EXT-8318 for more details. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/834/
2010-08-04EXT-8524 FIXED Non-ASCII character corruption in date.Vadim Savchuk
Convert formatted date from system charset to UTF-8 on Windows (other OSes don't require this). See http://jira.secondlife.com/browse/EXT-8318 for more details. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/834/ --HG-- branch : product-engine
2010-08-03Update version to 2.1.1Kent Quirk
2010-08-02Redo the same merge as in changeset "2026f824953f", but this time with ↵Christian Goetze (CG)
feeeeling.
2010-07-30Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1Kent Quirk
2010-07-27Backed out changeset: 58571b4e704bRichard Linden
2010-07-26EXT-8318 FIX IMPROVED converted EOLsMike Antipov
--HG-- branch : product-engine
2010-07-26dos2unixTofu Linden
2010-07-26(hairy) merge from viewer-releaseTofu Linden
2010-07-20mergeRichard Nelson
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-14Merged from viewer-releaseDessie Linden
2010-07-06Merged from viewer-release after resolving conflictsDessie Linden
2010-06-23Merged from viewer-releaseDessie Linden
2010-06-21Merge from ssh://hg.lindenlab.com/dessie/viewer-releaseLeyla Farazha
2010-06-15Merged from viewer-releaseDessie Linden
2010-06-11Merged from viewer-releaseDessie Linden
2010-06-07Automated merge with ssh://hg.lindenlab.com/dessie/viewer-releaseMark Palange (Mani)
2010-06-07Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicLynx Linden
2010-06-05merge from viewer-publicTofu Linden
2010-06-05merge from viewer-publicTofu Linden
2010-06-04made LLStringUtil::null constRichard Nelson
2010-06-04merge from viewer-publicTofu Linden
2010-06-04merge from viewer-publicTofu Linden
2010-06-04Fix a long-suffering logging unit test failure, re-enable the test.Tofu Linden
This makes logs look less scary on Linux, in-line with other platforms.
2010-06-10removing windows lind endingsLeyla Farazha
2010-06-10llintrin.h include compile fix for building with windows sdkLeyla Farazha
crafted by richard
2010-06-02EXT-3780 FIX Fixed CPU MHz to be MHz on all platforms.palange@pdp47.lindenlab.com
2010-06-01EXT-3780 - Fixed up linux errsMark Palange (Mani)
2010-06-01Added eol-at-eofMark Palange (Mani)
2010-06-01mergeMark Palange (Mani)
2010-06-01EXT-3780 FIX Added llprocessor regression testMark Palange (Mani)
2010-06-01EXT-3780 FIX Re-added LL_X86 and LLX86_64 definesMark Palange (Mani)
2010-06-01Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicpalange
2010-06-01Automated merge with http://hg.lindenlab.com/dessie/viewer-publicbrad kittenbrink
2010-06-01merge from viewer-publicTofu Linden
2010-06-01merge from viewer-publicTofu Linden
2010-05-29FIXED Linux build.Sergei Litovchuk
Added forward specialization of LLStringUtil::format before use in LLStringUtil::formatDatetime. --HG-- branch : product-engine
2010-05-28EXT-7013 FIX time formatting function didn't work for some parameters for ↵Yuri Chebotarev
Japanise (like weekdays). reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/457/ --HG-- branch : product-engine
2010-05-28Try using mbstowcs() to convert to std::wstring.Lynx Linden
LLWString cannot be converted to std::wstring, apparently.
2010-05-28On Windows, you have to pass the minidump path as a wstring.Lynx Linden
2010-05-28Write breakpad minidump files to the SL log directory.Lynx Linden
Also, clean out old minidump files when we start up.
2010-05-27EXT-3780 FIX Bug in linux reporting.Mark Palange (Mani)
2010-05-27Merge of latest dessie/viewer-public with brad/viewer-publicbrad kittenbrink
2010-05-27Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicpalange
2010-05-27Change to Build params to disable server buildMark Palange (Mani)
2010-05-27Removed the SyncErrorHandler from llapp and llappviewer*.Lynx Linden
This was only used for the Linux client to dump a stack trace to stack_trace.log, which is no longer needed now that we are using Google Breakpad. I also removed all of the stack printing code from llappviewerlinux.cpp.
2010-05-26Hooked up Google Breakpad for the Linux client too.Lynx Linden
Using Alain's Darwin reporter callback was all that was needed. Also replaced the call that exposed the breakpad exception class with a call to just write out the minidump, as that was the only reason for exposing it. Now clients don't need to know about Google Breakpad.