Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2016-12-15 | DRTVWR-418: -Wl,-no_compact_unwind switch breaks exception catching! | Nat Goodspeed | |
In a clang 64-bit compile, with that switch set in CMAKE_CXX_LINK_FLAGS, we cannot catch any user exception. This shows up right away because TUT relies on internal exceptions to walk through test<n>() test methods, but of course being unable to catch any exceptions in the viewer would be just as bad. A quick Google search turned up lots of people mentioning -no_compact_unwind without finding any documentation about what it's supposed to be good for. But since no tests work with it, whereas they work without it -- kill it. | |||
2016-12-15 | BUG-41027 (FIX) Changing login location at the login screen crashes the viewer | Callum Prentice | |
2016-12-15 | DRTVWR-418: Store std::string::find() result in size_t, not U32. | Nat Goodspeed | |
In a 64-bit build, std::string::npos is way bigger than a U32. | |||
2016-12-14 | DRTVWR-418: Derive certain CMAKE_XCODE_etc. vars from LL_BUILD. | Nat Goodspeed | |
2016-12-13 | DRTVWR-418, BUG-41026: Double default coroutine stack size. | Nat Goodspeed | |
Also make it Persist so if someone hand-edits it to try to find a more suitable size, they won't have to keep re-editing it for every session. | |||
2016-12-12 | DRTVWR-418: Align minimum OS X version with viewer-build-variables. | Nat Goodspeed | |
2016-12-10 | DRTVWR-418: Update some copy commands for 3p library versions. | Nat Goodspeed | |
2016-12-09 | Merged in lindenlab/nat_viewer64 (pull request #6) | nat_linden | |
DRTVWR-418: Change Mac build_directory to build-darwin-x86_64 since we no longer support 32-bit Mac builds. | |||
2016-12-09 | increment minor version for p64 project | Oz Linden | |
2016-12-09 | remove non-functional attempt to load llbase from the viewer tree; it is not ↵ | Oz Linden | |
there any more | |||
2016-12-09 | move some cmake messages that are not warnings from stderr to stdout | Oz Linden | |
2016-12-09 | Simplify version line in the About box, add address size to it | Oz Linden | |
2016-12-09 | add AUTOBUILD_ADDRSIZE to symbol file name for clarity, change output tag to ↵ | Oz Linden | |
just "Symbolfile" | |||
2016-12-08 | DRTVWR-418: Change Mac build_directory to build-darwin-x86_64 | Nat Goodspeed | |
since we no longer support 32-bit Mac builds. The old build-darwin-i386 directory name appeared in a shocking number of files. Change CMake paths to use ${CMAKE_BINARY_DIR} -- or, when trying to find the packages subdirectory, ${AUTOBUILD_INSTALL_DIR}. Change the rest to at least look for build-darwin-*. | |||
2016-12-07 | DRTVWR-418: Merge backout that restores llcorehttp tests. | Nat Goodspeed | |
2016-12-07 | Backed out changeset fbcb5f5fb015: restore llcorehttp tests. | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Overriding shutdown_request() wasn't the issue. Remove. | Nat Goodspeed | |
2016-12-07 | merge changes for nats updates for llcorehttp | Oz Linden | |
2016-12-07 | merge changes for callums updates | Oz Linden | |
2016-12-07 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-skip-llcorehttp-test | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Apparently (some) Windows hosts still need freeport(). | Nat Goodspeed | |
This is the function in indra/llmessage/tests/testrunner.py that iterates through ports in a specified range, looking for an available one. Other platforms understand a specification of port 0 to mean: "You pick one. I'll just use whichever one you picked." | |||
2016-12-07 | DRTVWR-418: Make testrunner.run() avoid extra Thread altogether. | Nat Goodspeed | |
2016-12-07 | big hammer - temporarily disable llcorehttp tests completely | Oz Linden | |
2016-12-07 | DRTVWR-418: Suppress llcorehttp tests until we solve TC harness issues. | Nat Goodspeed | |
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 | |