Go to file
Nat Goodspeed fba4b6ce76 DRTVWR-476: Remove throw(T) from operator new(), operator delete().
llcorehttp's test_allocator.{h,cpp} overrides global operator new(), operator
new[](), operator delete() and operator delete[](). The two operator new()
functions used to be declared with throw(std::bad_alloc). Worse, for VS 2013
and previous, we needed _THROW0() and _THROW1(std::bad_alloc) instead,
requiring #if logic.

But with dynamic throw declarations deprecated, we must actually remove those.
That obviates the THROW_BAD_ALLOC() / THROW_NOTHING() workarounds in
test_allocator.cpp.
2018-10-25 11:07:43 -04:00
debian try to suppress some debian errors we don't care about 2015-11-10 09:55:05 -05:00
doc Backed out changeset: 4ce8c663a9a0 2018-06-19 21:20:48 +03:00
etc Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
indra DRTVWR-476: Remove throw(T) from operator new(), operator delete(). 2018-10-25 11:07:43 -04:00
scripts Merge in anim_tool.py refactoring from server-side script. 2018-08-09 18:49:25 -04:00
.hgignore DRTVWR-418: Don't report anything in new build-vc120-{32,64}. 2016-11-23 12:06:31 -05:00
.hgtags Added tag 5.1.9-release for changeset 52422540bfe5 2018-09-26 16:12:19 -04:00
BuildParams require build_secrets (removed from the buildscripts requirements) 2017-12-20 15:11:30 -05:00
README.md dummy checkin to build an upgrade target 2017-05-17 18:10:43 -07:00
autobuild.xml DRTVWR-476: Update Copy3rdPartyLibs.cmake for VS 2017 version. 2018-10-22 14:58:23 -04:00
build.sh DRTVWR-476: Update Copy3rdPartyLibs.cmake for VS 2017 version. 2018-10-22 14:58:23 -04:00

README.md

Second Life Viewer

This project manages the source code for the Second Life Viewer.

This source is available as open source; for details on licensing, see the licensing page on the Second Life wiki

For information on how to use and contribute to this, see the open source portal on the wiki.

To download the current default version, visit the download page. For even newer versions try the Alternate Viewers page