Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-26 | EXT-8318 FIX IMPROVED converted EOLs | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-07-26 | EXT-8318 FIX IMPROVED Code is refactored - avoid using of a separate call of ↵ | Mike Antipov | |
the MultiByteToWideChar to get length of output string. Assumprion is: wide char buffer requires not more than input string length plus one for a null terminator. Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/775/ --HG-- branch : product-engine | |||
2010-07-23 | EXT-8318 ADDITIONAL FIXED avoid an extra copy of std::string | Mike Antipov | |
Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/775/ --HG-- branch : product-engine | |||
2010-07-23 | EXT-8318 ADDITIONAL FIXED ensure that thousands separator is in utf8 format ↵ | Mike Antipov | |
(on Windows) before converting it to LLWString. Problem on Windows: ================== LLPanelMainInventory::updateItemcountText() formats number using viewer locale. non-break space is detected as unknown symbols while converting utf8str_to_wstring when formatted text is set to LLTextBox. FIX: === Added converting of string to multi-byte string and then to utf8 string while formatting on Windows. created opposite to "ll_convert_wide_to_string" function "ll_convert_string_to_wide" and helper function to call both of them. It is used now to convert result of formatted string while formatting integer number in locale. Fix affects Windows only. Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/775/ --HG-- branch : product-engine | |||
2010-07-26 | dos2unix | Tofu Linden | |
2010-07-26 | (hairy) merge from viewer-release | Tofu Linden | |
2010-07-20 | merge | Richard Nelson | |
2010-07-19 | EXT-8360 WIP - propagating COF item name changes various places | Brad Payne (Vir Linden) | |
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-14 | Merged from viewer-release | Dessie Linden | |
2010-07-06 | Merged from viewer-release after resolving conflicts | Dessie Linden | |
2010-06-23 | Merged from viewer-release | Dessie Linden | |
2010-06-21 | Merge from ssh://hg.lindenlab.com/dessie/viewer-release | Leyla Farazha | |
2010-06-15 | Merged from viewer-release | Dessie Linden | |
2010-06-11 | Merged from viewer-release | Dessie Linden | |
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release | Mark Palange (Mani) | |
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Lynx Linden | |
2010-06-05 | merge from viewer-public | Tofu Linden | |
2010-06-05 | merge from viewer-public | Tofu Linden | |
2010-06-04 | made LLStringUtil::null const | Richard Nelson | |
2010-06-04 | merge from viewer-public | Tofu Linden | |
2010-06-04 | merge from viewer-public | Tofu Linden | |
2010-06-04 | Fix 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-10 | removing windows lind endings | Leyla Farazha | |
2010-06-10 | llintrin.h include compile fix for building with windows sdk | Leyla Farazha | |
crafted by richard | |||
2010-06-02 | EXT-3780 FIX Fixed CPU MHz to be MHz on all platforms. | palange@pdp47.lindenlab.com | |
2010-06-01 | EXT-3780 - Fixed up linux errs | Mark Palange (Mani) | |
2010-06-01 | Added eol-at-eof | Mark Palange (Mani) | |
2010-06-01 | merge | Mark Palange (Mani) | |
2010-06-01 | EXT-3780 FIX Added llprocessor regression test | Mark Palange (Mani) | |
2010-06-01 | EXT-3780 FIX Re-added LL_X86 and LLX86_64 defines | Mark Palange (Mani) | |
2010-06-01 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-06-01 | Automated merge with http://hg.lindenlab.com/dessie/viewer-public | brad kittenbrink | |
2010-06-01 | merge from viewer-public | Tofu Linden | |
2010-06-01 | merge from viewer-public | Tofu Linden | |
2010-05-29 | FIXED Linux build. | Sergei Litovchuk | |
Added forward specialization of LLStringUtil::format before use in LLStringUtil::formatDatetime. --HG-- branch : product-engine | |||
2010-05-28 | EXT-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-28 | Try using mbstowcs() to convert to std::wstring. | Lynx Linden | |
LLWString cannot be converted to std::wstring, apparently. | |||
2010-05-28 | On Windows, you have to pass the minidump path as a wstring. | Lynx Linden | |
2010-05-28 | Write breakpad minidump files to the SL log directory. | Lynx Linden | |
Also, clean out old minidump files when we start up. | |||
2010-05-27 | EXT-3780 FIX Bug in linux reporting. | Mark Palange (Mani) | |
2010-05-27 | Merge of latest dessie/viewer-public with brad/viewer-public | brad kittenbrink | |
2010-05-27 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | palange | |
2010-05-27 | Change to Build params to disable server build | Mark Palange (Mani) | |
2010-05-27 | Removed 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-26 | Hooked 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. | |||
2010-05-25 | Mac crash behavior matches windows and linux: report on crash (not after ↵ | Andrew A. de Laix | |
restart). This is OK because we use Breakpad generated minidumps instead of OS generated ones. | |||
2010-05-24 | fix eof newline | Andrew A. de Laix | |
2010-05-24 | fix darwin build. | Andrew A. de Laix | |