Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-12 | increment version to 3.5.2 | Oz Linden | |
2013-04-10 | SH-4089 Unit test work. lltimer basis on Windows is zero which | Monty Brandenberg | |
doesn't allow negative offsetting for unit tests. Had to keep things positive. Could do windows-specific test cases but I'm hoping to dump lltimer from the implementation later. | |||
2013-04-10 | SH-4089 Unit test work for timer. Knocked off some tests for | Monty Brandenberg | |
the deadman's timer. Found some bugs, dig some cleanup and documented a few things. Definitely want to get rid of the U64/F64 interfaces at sometime but this is a good start. | |||
2013-04-09 | SH-4088 Deadman timer switch started in llcommon. Unit test started. | Monty Brandenberg | |
Will be used for mesh, inventory, etc., operation markers. | |||
2013-04-09 | fix? race condition that occasionally fails in unit test | Oz Linden | |
2013-04-04 | merge with latest viewer-development | Nyx Linden | |
2013-04-02 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-03-30 | Fix for linux build? | Dave Parks | |
2013-03-29 | Google Breakpad Fix. Code reviewed by DaveP | Graham Madarasz (Graham Linden) | |
2013-03-29 | Viewer breakpad linux fixes | Graham Madarasz | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-28 | Google Breakpad Fix | Graham Madarasz (Graham Linden) | |
2013-03-27 | Fix breakpad breakage from linux API diffs | Graham Madarasz | |
2013-03-27 | Revert previous change because breakpad's ExceptionHandler class has ↵ | Graham Madarasz (Graham Linden) | |
different API on diff platforms | |||
2013-03-27 | Fix use of breakpad ExceptionHandler on windows | Graham Madarasz (Graham Linden) | |
2013-03-27 | Fix API diffs with new breakpad and point at private breakpad packages to test | Graham Madarasz | |
2013-03-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
2013-03-01 | merge fix for unit test problem with some python configurations | Oz Linden | |
2013-03-01 | remove use of system llbase module in integration tests; always use the one ↵ | Oz Linden | |
from this tree | |||
2013-02-25 | increment version to 3.5.1 | Oz Linden | |
2013-02-25 | increment minor version: 3.5.0 | Oz Linden | |
2013-02-21 | MAINT-2389: Change viewer to Boost package without ucontext.h. | Nat Goodspeed | |
In autobuild.xml, specify today's build of the Boost package that includes the Boost.Context library, and whose boost::dcoroutines library uses Boost.Context exclusively instead of its previous context-switching underpinnings (source of the ucontext.h dependency). Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it with the viewer and with the lllogin.cpp test executable. Track new Boost package convention that our (early, unofficial) Boost.Coroutine library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc. Remove #include <boost/coroutine/coroutine.hpp> from llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine header must be #included before anything else that might use ucontext.h is gone now that we no longer depend on ucontext.h. In fact remove -D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to work around a known problem with the ucontext.h facilities. | |||
2013-02-18 | Automated merge with https://bitbucket.org/lindenlab/viewer-chui | Richard Linden | |
2013-02-18 | CHUI-739 FIX FUI toolbars not displayed when switching between CHUI and ↵ | Richard Linden | |
release viewer param blocks no longer write enums as ints | |||
2013-02-14 | CHUI-739 : Clean up : FUI toolbars not displayed when switching between CHUI ↵ | AlexanderP ProductEngine | |
and release viewer | |||
2013-02-13 | CHUI-739 Fixed! FUI toolbars not displayed when switching between CHUI and ↵ | AlexanderP ProductEngine | |
release viewer : parsing declare values of Enums | |||
2013-02-12 | merge up to 3.4.5-release | Oz Linden | |
2013-01-31 | merge workaround for llprocess test failures | Oz Linden | |
2013-01-31 | workaround by skipping llprocess tests that frequently fail on Windows | Oz Linden | |
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-25 | BUILDFIX: merge cleanup | Nyx Linden | |
A couple of merge issues that caused the resulting code to not build. | |||
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-10 | increment viewer version to 3.4.6 | Oz Linden | |
2013-01-10 | Merge pull from lindenlab/viewer-beta | Merov Linden | |
2013-01-08 | merge changes for DRTVWR-250 | Oz Linden | |
2012-12-19 | MAINT-1986: merge in server-trunk fixes | Nat Goodspeed | |
2012-12-18 | MAINT-1986: patch OPSDEV-111 fix (rev 9346b73d6843) from server-trunk | Nat Goodspeed | |
2012-12-18 | MAINT-1986: patch DEV-50942 fix (rev 28828ba0f0be) from server-trunk. | Nat Goodspeed | |
2012-12-17 | increment version to 3.4.5 | Oz Linden | |
2012-12-13 | CHUI-599 : Fixed : Avatar name provides now a method to get the regular ↵ | Merov Linden | |
account name. | |||
2012-12-07 | CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the ↵ | Merov Linden | |
legacy protocol in settings.xml | |||
2012-12-05 | CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵ | Merov Linden | |
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | |||
2012-12-05 | Linux Viewer build fixes. | Logan Dethrow | |
* Removed no longer used unpack_bufsize from bitpack_test.cpp * Added llviewertexture_stub.cpp to the newview tests directory to fix llworldmap_test.cpp and llworldmipmap_test.cpp linker errors. | |||
2012-12-04 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-26 | merge changes for DRTVWR-249 | Oz Linden | |