Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | Merge branch 'main' into nat/catch-test-blown-stack. | Nat Goodspeed | |
2024-05-16 | Fix test for github.event.inputs.release_run. | Nat Goodspeed | |
2024-05-16 | Try harder to interpret github.event.inputs.release_run checkbox. | Nat Goodspeed | |
2024-05-16 | Add diagnostic output to setvar build step. | Nat Goodspeed | |
2024-05-16 | Try determining which-branch once for all platforms. | Nat Goodspeed | |
2024-05-16 | Try to fix release_run logic in build.yaml. | Nat Goodspeed | |
2024-05-16 | Can't reference 'runner' context at job level. | Nat Goodspeed | |
2024-05-16 | Don't introduce a fourth build (second Linux build) | Nat Goodspeed | |
2024-05-16 | Set continue-on-error=true so Linux failures don't block. | Nat Goodspeed | |
2024-05-16 | Linux clang++ doesn't like implicit conversion of extreme ints. | Nat Goodspeed | |
Try specifying the literal constants in the type we're comparing to. | |||
2024-05-16 | Try turning on Maint B tests: Linux platform overrides with OFF. | Nat Goodspeed | |
2024-05-16 | Need magic #define for <boost/stacktrace.hpp> on Mac. | Nat Goodspeed | |
2024-05-16 | On Windows, defend test.cpp against structured exceptions too. | Nat Goodspeed | |
Since August 2023, we've seen occasional GitHub Windows build test runs terminate with 0xC00000FD: stack overflow. We've usually responded by bumping up the default coroutine stack size. On closer examination, it's always llleap_test.cpp that blows up that way -- and llleap_test.cpp doesn't appear to use coroutines at all. So apparently we've been consuming more address space for ALL viewer coroutines without actually addressing the problem. Reset the default coroutine stack size to where it was before we started bumping it up in response to these llleap_test.cpp stack overflow failures. Note that LLCoros already catches and reports Windows structured exceptions, underscoring that the observed stack overflow is not from within a coroutine. While at it, restore the Windows llleap_test.cpp data volume to match Posix. We think the problem that led to reducing that data volume was an APR bug, which we hope has been fixed. Equip test.cpp, the test driver program for all our TUT unit and integration tests, with a Windows structured exception handler. Try to treat a Windows structured exception as a test failure -- instead of silently terminating with 0xC00000FD. Moreover, when a structured exception occurs, output a stack trace so we can try to track it down. | |||
2024-05-16 | Merge pull request #1489 from secondlife/brad/fix-mac-channel | Brad Linden | |
Fix channel detection for mac builds | |||
2024-05-16 | Merge branch 'release/maint-b' into nat/maint-b-tests | Nat Goodspeed | |
2024-05-16 | Merge branch 'main' into release/maint-b after promotion of Maint X | Nat Goodspeed | |
2024-05-16 | Merge pull request #1486 from secondlife/brad/workflow-dispatch-release | nat-goodspeed | |
Experiment with getting manually triggered workflow builds to optionally do a release | |||
2024-05-16 | Merge pull request #1462 from secondlife/nat/releaseos | nat-goodspeed | |
Run ReleaseOS builds, but only when a release page is requested. | |||
2024-05-16 | Correcting the display position of the input dialog (#1480) | AiraYumi | |
2024-05-15 | Merge branch 'release/maint-b' into pipewire-linux-volume-catcher | Maki | |
2024-05-15 | Add missing newlines at end of file | Maki | |
2024-05-15 | Merge branch 'brad/fix-mac-channel' into release/materials_featurette | Brad Linden | |
2024-05-15 | Fix channel detection for mac builds | Brad Linden | |
2024-05-15 | Move all release_run logic into setvar job. | Brad Linden | |
2024-05-16 | Merge pull request #1478 from secondlife/marchcat/x-mf-merge | Andrey Lihatskiy | |
Maint X -> Materials Featurette merge | |||
2024-05-15 | Experiment with getting manually triggered workflow builds to optionally do ↵ | Brad Linden | |
a release | |||
2024-05-15 | Streamline the new workflow `RELEASE_RUN` logic a little. | Nat Goodspeed | |
Since downstream jobs reference the output of the new `setvar` job, instead of directly referencing global `env.RELEASE_RUN`, no need to set `RELEASE_RUN` in the global environment. | |||
2024-05-16 | Merge branch 'release/materials_featurette' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | #1267 Fix for alpha cutoff of zero and base color factor alpha of zero ↵ | Dave Parks | |
making objects disappear (#1485) | |||
2024-05-15 | Merge branch 'main' into nat/releaseos following Maint X promotion | Nat Goodspeed | |
2024-05-15 | Merge commit 'e7eced3' into nat/releaseos for whitespace fix. | Nat Goodspeed | |
2024-05-15 | Make env.RELEASE_RUN the empty string if false | Nat Goodspeed | |
not the string "false", which is true. | |||
2024-05-15 | Can't reference global env in job.if either. | Nat Goodspeed | |
2024-05-15 | Try to work around workflow YAML env setting limitation. | Nat Goodspeed | |
2024-05-15 | #1466 Loosen clamp on haze glow to fix skies that want to be bonkers (#1470) | Dave Parks | |
2024-05-15 | secondlife/jira-archive-internal#70713 Combine recently and frequently used | Alexander Gavriliuk | |
2024-05-15 | Merge pull request #1482 from secondlife/v-1474 | cosmic-linden | |
secondlife/viewer#1474: Remove small texture offset from PBR terrain | |||
2024-05-15 | secondlife/viewer#1474: Remove small texture offset from PBR terrain | Cosmic Linden | |
2024-05-15 | Merge pull request #1476 from secondlife/marchcat/x-b-merge | Andrey Lihatskiy | |
Maint X -> Maint B merge | |||
2024-05-15 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd) | |||
2024-05-15 | Temporarily disable the tests to unblock Maint B linux builds | Andrey Lihatskiy | |
2024-05-15 | Remove dead googlemock dependency and related setup code | Rye Mutt | |
2024-05-15 | Merge branch 'release/maint-x' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'main' into marchcat/x-mf-merge | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterimagepreview.cpp | |||
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'marchcat/w-whitespace' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'release/maint-x' into marchcat/x-b-merge | Andrey Lihatskiy | |
to pick up mac build fixes | |||
2024-05-15 | Merge branch 'main' into marchcat/x-b-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/cmake/ConfigurePkgConfig.cmake # indra/cmake/ICU4C.cmake # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.h # indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h # indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp # indra/newview/llappviewerlinux_api.h # indra/newview/llappviewerlinux_api_dbus.cpp # indra/newview/llappviewerlinux_api_dbus.h # indra/newview/llfloateremojipicker.cpp # indra/newview/lloutfitslist.cpp | |||
2024-05-14 | Increment viewer version to 7.1.8 | Nat Goodspeed | |
following promotion of secondlife/viewer #705: Maintenance X | |||
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
Maintenance X |