Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-07 | Automated merge with tip of lindenlab/oz_viewer64 | Callum Prentice | |
2016-12-07 | DRTVWR-418: Diagnostic prints to identify hangup | Nat Goodspeed | |
2016-12-07 | merge nats even newer fix for the llcorehttp test | Oz Linden | |
2016-12-07 | DRTVWR-418: Reinstate test that we THOUGHT was killing test run. | Nat Goodspeed | |
But since the real problem is quite different, try with that suspected test restored. | |||
2016-12-07 | DRTVWR-418: Fix a couple variable references in debugging output. | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Revamp testrunner to shutdown server Thread at end. | Nat Goodspeed | |
Instead of having testrunner.run()'s caller pass a Thread object on which to run the caller's server instance's serve_forever() method, just pass the server instance. testrunner.run() now constructs the Thread. This API change allows run() to also call shutdown() on the server instance when done, and then join() the Thread. The hope is that this will avoid the Python runtime forcing the process termination code to 1 due to forcibly killing the daemon thread still running serve_forever(). While at it, eliminate calls to testrunner.freeport() -- just make the runtime pick a suitable port instead. | |||
2016-12-06 | DRTVWR-418: Remove duplicate testrunner.py | Nat Goodspeed | |
2016-12-06 | pick up latest fixes from nat | Oz Linden | |
2016-12-06 | automated merge with tip of lindenlab/viewer64 | Callum Prentice | |
2016-12-06 | merge fix for test runner failure | Oz Linden | |
2016-12-06 | DRTVWR-418: Fix minor error in forwarding shutdown_request() call. | Nat Goodspeed | |
2016-12-06 | Fix minor error in forwarding shutdown_request() call. | Nat Goodspeed | |
2016-12-06 | Try even harder to ignore errors in llcorehttp's dummy server. | Nat Goodspeed | |
2016-12-06 | DRTVWR-418: Try harder to ignore errors in llcorehttp's dummy server. | Nat Goodspeed | |
2016-12-06 | merge with feature to skip the (failing on TC) llcorehttp test | Callum Prentice | |
2016-12-06 | Merge with fix to run packages-formatter | Callum Prentice | |
2016-12-06 | DRTVWR-418: Skip the whole of the failing llcorehttp test function. | Nat Goodspeed | |
2016-12-06 | merge skip of llcorehttp failing test | Oz Linden | |
2016-12-06 | DRTVWR-418: Skip the llcorehttp test that breaks test machinery. | Nat Goodspeed | |
Loath though I am to skip testing, this consistent failure is not a failure in the software being tested (llcorehttp) but rather in the dummy server with which we're testing it. | |||
2016-12-06 | DRTVWR-418: Run packages-formatter via Python interpreter for Windows. | Nat Goodspeed | |
2016-12-06 | merge changes for latest fixes from nat | Oz Linden | |
2016-12-06 | DRTVWR-418: Remove ThreadingMixin from our HTTPServer subclass. | Nat Goodspeed | |
It's possible that raising an exception in a worker thread -- even though we're TRYING to suppress it -- is what's causing the process to terminate with nonzero rc. | |||
2016-12-06 | DRTVWR-418: Set AUTOBUILD_ADDRSIZE for packages-formatter.py. | Nat Goodspeed | |
This handles the case of building within an IDE, in which AUTOBUILD_ADDRSIZE isn't already set. | |||
2016-12-06 | Automated merge with tip of lindenlab/viewer64 | Callum Prentice | |
2016-12-06 | DRTVWR-418: Try to clean up numerous CMake CMP0046 warnings. | Nat Goodspeed | |
2016-12-06 | DRTVWR-418: Try for more llcorehttp tests error diagnostics. | Nat Goodspeed | |
2016-12-05 | Automated merge with lindenlab/viewer64 (itself, merged from viewer-release ↵ | Callum Prentice | |
after bento/5.0 release) | |||
2016-12-05 | merge changes for 5.0.0-release | Oz Linden | |
2016-12-05 | suppress VS linker warning about unfound pdb files in media plugin | Oz Linden | |
2016-12-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-12-05 | update autobuild substitutions with {var} form | Callum Prentice | |
2016-12-05 | update copying of fmodex{64}.dll to right place for 32/64 bit builds | Callum Prentice | |
2016-12-05 | Pull in 64 bit version of vlc-bin for 64 bit viewer builds | Callum Prentice | |
2016-12-05 | limit variants to RelWithDebInfo and Release | Oz Linden | |
2016-12-05 | increment viewer version to 5.0.1 | Oz Linden | |
2016-12-05 | Added tag 5.0.0-release for changeset b41e1e7c7876 | Oz Linden | |
2016-12-05 | remove more bits of the old build system | Oz Linden | |
2016-12-05 | lower the verbosity of makensis to emit only warnings and errors | Oz Linden | |
2016-12-05 | suppress VS linker warning about unfound pdb files | Oz Linden | |
2016-12-05 | merge callum fixes | Oz Linden | |
2016-12-05 | DRTVWR-418: Another round (hopefully the last) of fixing $variables. | Nat Goodspeed | |
2016-12-05 | correct merge duplications, put source_environment commands into sections | Oz Linden | |
2016-12-05 | merge sling-buildscripts updates | Oz Linden | |
2016-12-03 | call standard initialization functions from buildscripts build.sh | Oz Linden | |
2016-12-02 | Pull in the new Havok source package that pulls includes the new Havok Libs ↵ | Callum Prentice | |
package with corrected Win64 libs that are properly built for VS2013 | |||
2016-12-02 | Pull in fixed FMODEX package with 64 bit fmodex DLL correctly named ↵ | Callum Prentice | |
(fmodex64.dll vs fmodex.dll) | |||
2016-12-02 | Remove winmmshim 'hack' from project and set volume directly from CEF media ↵ | Callum Prentice | |
plugin using Windows system call. WinMMShim was only needed for XP systems and since we no longer support XP, it is not required. | |||
2016-12-02 | show the build address size in the About box | Oz Linden | |
2016-12-02 | add viewer channel and version to the beginning of the About box Licenses ↵ | Oz Linden | |
information | |||
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! |