summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Expand)Author
2012-06-26merge to latest viewer-development-havokaiOz Linden
2012-06-25PATH-743: Updating the cursors for path testing mode to final designs.Todd Stinson
2012-06-25merge up to 3.3.3-release + pathfindingOz Linden
2012-06-24Add logging during tests (debug level, to test-specific files)Oz Linden
2012-06-22Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-21PATH-743: Altering the mouse cursor to give more feed back when in path testi...Todd Stinson
2012-06-06MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess.Nat Goodspeed
2012-05-31WIP:Displaying physics capsule for a character - it is currently disabled.prep
2012-05-24merge changes for DRTVWR-151Oz Linden
2012-05-18PATH-638: Adding elements to render the new sim stats.Todd Stinson
2012-05-09Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-05-09CHOP-900: Use new apr_procattr_constrain_handle_set() extension.Nat Goodspeed
2012-05-04Altering the build headers such that I can use llinfos in the llphysicsextens...Todd Stinson
2012-05-04increment viewer version to 3.3.3Oz Linden
2012-04-25Removing windows line endings from .h and .cpp files.Todd Stinson
2012-04-23IQA-463: Use APR file I/O for downloaded viewer installer .exe.Nat Goodspeed
2012-04-23IQA-463: LLError::addRecorder() claims ownership of passed Recorder*.Nat Goodspeed
2012-04-18IQA-463: Make LLProcess call apr_procattr_inherit_set() extension.Nat Goodspeed
2012-04-18IQA-463: Add error logging for certain LLFile operations.Nat Goodspeed
2012-04-12Fix misleading comments, per Richard's code review.Nat Goodspeed
2012-04-11Refining the behavior of the pathing test tool behavior with regards to mouse...Todd Stinson
2012-04-11Merge daggy fix c167ae699e17 for Linux UI issues.Nat Goodspeed
2012-04-11Fix Linux UI issues introduced by moving llinitparam to llcommon.Nat Goodspeed
2012-04-09Re-implementing the path testing functionality as a proper LLTool.Todd Stinson
2012-03-26Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-03-23Rename In[Esc]String helper-class data members, per code review.Nat Goodspeed
2012-03-21increment viewer version to 3.3.2Oz Linden
2012-03-21Revert llversionviewer.h to current viewer-release.Nat Goodspeed
2012-03-16Introduce LLLeapListener, associating one with each LLLeap object.Nat Goodspeed
2012-03-15Make LLLeap intercept LL_ERRS termination and notify LEAP plugin.Nat Goodspeed
2012-03-15Promote LLProcess::ReadPipe::size() to BasePipe (hence WritePipe).Nat Goodspeed
2012-03-15On Windows, make "very large message" test ridiculously small.Nat Goodspeed
2012-03-14Backed out changeset 22664c76b59e (reinstate Windows pipe workaround)Nat Goodspeed
2012-03-14Backed out changeset 51205a909e2c (Windows APR pipe bug workaround)Nat Goodspeed
2012-03-14On Windows, try cutting down the size of a "very large message."Nat Goodspeed
2012-03-13If very-large-message test fails, search for a size that works.Nat Goodspeed
2012-03-13pull and merge from viewer-developmentprep
2012-03-13Protect LLProcess destructor when run after APR shutdown.Nat Goodspeed
2012-03-13Increase timeout for very-large-message test.Nat Goodspeed
2012-03-13Add timeout functionality to waitfor() helper functions.Nat Goodspeed
2012-03-12Normalize LLErrorThread::run() loop exit condition.Nat Goodspeed
2012-03-09merge changes for vmrg-225Oz Linden
2012-03-06Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2012-03-05Further reduce the block size that LLProcess writes to child pipe.Nat Goodspeed
2012-03-05Additional diagnostic code to track down strange Windows pipe error.Nat Goodspeed
2012-03-05Introduce (disabled) LLLeap debugging code to validate stdin writes.Nat Goodspeed
2012-03-05Make test.cpp support LOGFAIL env var: only failed tests show log.Nat Goodspeed
2012-03-05Move std::ostream << CaptureLog logic into CaptureLog::streamto().Nat Goodspeed
2012-03-04Simplify llleap_test.cpp plugin by reading individual characters.Nat Goodspeed
2012-03-04Make llleap_test.cpp avoid hard limit on MSVC std::ostringstream max.Nat Goodspeed