| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-09 | construct tag string without using += | Oz Linden | |
| 2017-03-09 | experiment reformatting of tags in log lines | Oz Linden | |
| 2017-03-09 | do not insert a null char into the std::string when serializing llsd notation | Oz Linden | |
| 2017-03-03 | SL-409 - added tracking for bytes fetched to viewer assets metrics (does not ↵ | Brad Payne (Vir Linden) | |
| currently work for textures) | |||
| 2017-02-27 | Look for logcontrol-dev.xml in the user settings directory | Oz Linden | |
| 2017-02-23 | DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. | Nat Goodspeed | |
| These are mostly things that were in fact erroneous, but accepted by older compilers. This changeset has not yet been built with Visual Studio 2013 or Linux gcc, even with -std=c++11. This changeset has not been built *without* -std=c++11. It should be used in conjunction with a corresponding change to LL_BUILD_DARWIN_BASE_SWITCHES in viewer-build-variables/variables. This is a work in progress. We do not assert that this changeset completes the work needed to turn on -std=c++11, even on the Mac. | |||
| 2017-02-14 | SL-409 - debug setting to enable/disable use of ViewerAsset cap by asset ↵ | Brad Payne (Vir Linden) | |
| type. Temporary construction until UDP path goes away. | |||
| 2017-02-03 | DRTVWR-418: Make operator()() method for comparator functor const. | Nat Goodspeed | |
| 2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2017-02-02 | merge changes for 5.0.1-release | Oz Linden | |
| 2016-12-20 | DRTVWR-418: operator comparison methods should be const. | Nat Goodspeed | |
| clang has started to reject our non-const comparison operator methods used within standard algorithms. | |||
| 2016-12-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2016-12-05 | merge changes for 5.0.0-release | Oz Linden | |
| 2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| DRTVWR-412 Bento (avatar skeleton extensions) | |||
| 2016-12-01 | DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't. | Nat Goodspeed | |
| The present CMake logic wants to pass FIXED:NO to the linker for 64-bit builds, which on the face of it seems like a Good Thing: it permits code to be relocated in memory, preventing collisions if two libraries happen to want to load into overlapping address ranges. However the way it's being specified is wrong and harmful. Passing /FIXED:NO to the compiler command line engages /FI (Forced Include!) of a nonexistent file XED:NO -- producing lots of baffling fatal compile errors. Thanks Callum for diagnosing this! | |||
| 2016-12-01 | DRTVWR-418: In 64 bits, storing size_t in an int is a no-no. | Nat Goodspeed | |
| 2016-11-30 | DRTVWR-418: VertexMap::mapped_type -> size_t: we store map.size(). | Nat Goodspeed | |
| 2016-11-22 | DRTVWR-418: libc++ has stat data in <sys/types.h>. | Nat Goodspeed | |
| 2016-11-22 | DRTVWR-418: Update comments to reflect status of P0091R3. | Nat Goodspeed | |
| Some day llmake() will be unnecessary because compiler deduction of class template arguments from constructor arguments has been approved by ISO. | |||
| 2016-11-22 | DRTVWR-418: Use uintptr_t when casting pointers to ints. | Nat Goodspeed | |
| LLPrivateMemoryPool and LLPrivateMemoryPoolManager have assumed that it's always valid to cast a pointer to U32. With 64-bit pointers, no longer true. | |||
| 2016-11-16 | DRTVWR-418: Replace preprocessor tests for Windows-specific _M_AMD64 | Nat Goodspeed | |
| with tests on ADDRESS_SIZE, which is now set on the compiler command line. | |||
| 2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
| 2016-11-16 | merge changes for 4.1.2-release | Oz Linden | |
| 2016-11-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2016-11-16 | merge | Brad Payne (Vir Linden) | |
| 2016-11-15 | DRTVWR-418: Fold windows64 into windows platform with new autobuild. | Nat Goodspeed | |
| autobuild 1.1 now supports expanding $variables within a config file -- support that was explicitly added to address this very problem. So now the windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE, $AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle most of the deltas between the windows platform and windows64. This permits removing the windows64 platform definition from autobuild.xml. The one remaining delta between the windows64 and windows platform definitions was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead. | |||
| 2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2016-11-14 | Merged in lindenlab/viewer-cleanup | AndreyL ProductEngine | |
| 2016-10-28 | MAINT-6825 Fixing bad_alloc crash | andreykproductengine | |
| 2016-10-18 | merge | Brad Payne (Vir Linden) | |
| 2016-10-18 | merge changes for 4.1.1-release | Oz Linden | |
| 2016-10-13 | MAINT-6828 Removed unnessesary spam in logs | andreykproductengine | |
| 2016-10-15 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
| 2016-10-13 | MAINT-5232: Ensure custom operator<<() overload is visible to TUT. | Nat Goodspeed | |
| 2016-10-12 | MAINT-5232: Add LLHeteroMap to contain objects of unrelated classes. | Nat Goodspeed | |
| 2016-10-11 | merge maint-6633 to fork of viewer-bear | Glenn Glazer | |
| 2016-10-11 | maint-6633: remove commented out code | Glenn Glazer | |
| 2016-10-11 | maint-6633: space, the final frontier | Glenn Glazer | |
| 2016-10-11 | maint-6633: space after colon | Glenn Glazer | |
| 2016-10-11 | maint-6633: yet more futzing with spaces | Glenn Glazer | |
| 2016-10-11 | MAINT-5232: Merge up to VLC viewer from viewer-release | Nat Goodspeed | |
| 2016-10-10 | maint-6633: more futzing with spaces | Glenn Glazer | |
| 2016-10-10 | maint-6633: fix spacing after level: | Glenn Glazer | |
| 2016-10-11 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
| 2016-10-10 | maint-6633: fix spacing | Glenn Glazer | |
| 2016-10-10 | maint-6633: move INFO around | Glenn Glazer | |
| 2016-10-10 | maint-6633: fix tyop | Glenn Glazer | |
| 2016-10-10 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| 2016-10-10 | maint-6633: fix unit test to conform with new desired ordering | Glenn Glazer | |
| 2016-10-10 | maint-6633: fix ordering of log entries | Glenn Glazer | |
