- Aug 17, 2016
-
-
Nat Goodspeed authored
A level of preprocessor indirection lets us later change the implementation if desired.
-
- Jul 19, 2016
-
-
Nat Goodspeed authored
This also introduces LLContinueError for exceptions which should interrupt some part of viewer processing (e.g. the current coroutine) but should attempt to let the viewer session proceed. Derive all existing viewer exception classes from LLException rather than from std::runtime_error or std::logic_error. Use BOOST_THROW_EXCEPTION() rather than plain 'throw' to enrich the thrown exception with source file, line number and containing function.
-
- Jul 14, 2016
-
-
Nat Goodspeed authored
Also place KDUError into anonymous namespace to emphasize that it's entirely local to this .cpp file.
-
- Jul 13, 2016
-
-
Nat Goodspeed authored
KduError is derived from std::runtime_error, so the message string becomes its what() message.
-
Nat Goodspeed authored
whose body reads: // *FIX: This exception is bad, bad, bad. It gets thrown from a // destructor which can lead to immediate program termination! throw "ll_kdu_error() throwing an exception"; which would be bad indeed... if ll_kdu_error() were ever actually referenced by anything!
-
- May 05, 2016
-
-
Oz Linden authored
-
- Apr 14, 2016
-
-
andreykproductengine authored
-
- Apr 12, 2016
-
-
Rider Linden authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Jan 16, 2015
-
-
Nat Goodspeed authored
Use the same signatures as for the other platforms.
-
- Dec 16, 2014
-
-
Nat Goodspeed authored
-
- Dec 10, 2014
-
-
callum_linden authored
-
- Oct 22, 2014
-
-
callum_linden authored
-
- Oct 21, 2014
-
-
callum_linden authored
Update to build on Xcode 6.0 (fix unit tests): turn off warnings for multiple unused private members
-
- Oct 20, 2014
-
-
callum_linden authored
Update to build on Xcode 6.0: remove #pragmas from code to deal with tut warnigs/errors (moved to package) AND bracket clang #pragmas in #if LL_DARWIN
-
- Oct 17, 2014
-
-
callum_linden authored
-
- Oct 01, 2013
-
-
Richard Linden authored
-
- Sep 05, 2013
-
-
Richard Linden authored
-
- Aug 09, 2013
-
-
Richard Linden authored
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
-
- Jul 01, 2013
-
-
Richard Linden authored
stat definition as they don't work on gcc/clang
-
Richard Linden authored
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now
-
- Apr 30, 2013
-
-
Graham Madarasz authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Mar 21, 2013
-
-
Richard Linden authored
copied over scene load frame differencing changes from viewer-interesting made periodicrecording flexible enough to allow for indefinite number of periods added scene loading stats floater fixed collapsing behavior of container views
-
- Jan 07, 2013
-
-
Richard Linden authored
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools)
-
- Oct 15, 2012
-
-
Gilbert Gonzales authored
CHUI-380: Final commit for this issue. After code review changed some method names to be more accurate. Also using dynamic_cast instead of static_cast for safety.
-
- Oct 12, 2012
-
-
Gilbert Gonzales authored
CHUI-380: (In progress) Refactoring needed to fix focusing issues when selecting an existing conversation item. This commit resolves re-introducing bug CHUI-289. Will code review and cleanup code in next commit.
-
- Oct 03, 2012
-
-
William Todd Stinson authored
-
- Sep 21, 2012
-
-
William Todd Stinson authored
-
- Sep 13, 2012
-
-
Don Kjer authored
Fleshed out target_link_libraries dependencies between libraries. Appearance utility now reads avatar_lad.xml during stubbed out params processing.
-
- Jul 20, 2012
-
-
Kelly Washington authored
follow up to fix test compiles.
-
- May 09, 2012
-
-
Merov Linden authored
SH-3075 : Fix reversible compression for very small textures. Also supress the forcing to reversible for small textures.
-
Merov Linden authored
SH-3075 : Fix reversible compression for very small textures. Also supress the forcing to reversible for small textures.
-
Merov Linden authored
-
Merov Linden authored
-
- Apr 06, 2012
-
-
Merov Linden authored
SH-3060 : Complete new byte range computation, clean up and back pedal on some changes that didn't pay of.
-
Merov Linden authored
-
Merov Linden authored
-
- Apr 04, 2012
-
-
Merov Linden authored
-
Merov Linden authored
-