summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-10Remove cygwin artifactsSignal Linden
2022-10-10Call load_vsvarsSignal Linden
2022-10-10Use cygwinSignal Linden
2022-10-10Explicitly set AUTOBUILD_VSVERSignal Linden
2022-10-10Perform source_environmentSignal Linden
2022-10-10Also build win32 with VS2k22Signal Linden
2022-10-10Build with VS2k22Signal Linden
2022-10-10Merge remote-tracking branch 'bb/DRTVWR-568' into actionsSignal Linden
2022-10-10Use pre-installed pythonSignal Linden
2022-10-10Allow CMAKE to run autobuild installSignal Linden
2022-10-10Force RelWithDebInfoOS configurationSignal Linden
2022-10-10Separate autobuild install from buildSignal Linden
2022-10-10Pip install autobuildSignal Linden
2022-10-10Add build actionSignal Linden
2022-10-03SL-18289: Modify autobuild.xml to insert a CMaker architecture flag as well ↵Callum Linden
as the generator string for Windows builds
2022-09-21SL-17238 Small cleanupAndrey Kleshchev
Implied 'branch' is now two different version-control systems behind
2022-09-21SL-17238 Merged in NickyD's cmake changesNicky Dasmijn
2022-09-20DRTVWR-568: Stop suppressing unused variable warnings -- we fixed?!Nat Goodspeed
2022-09-17Remove some leftovers of the old precompiled headers usage. Pointed out by ↵Nicky Dasmijn
Ansariel Hiller.
2022-09-17Merge test cleanup.Nicky Dasmijn
2022-09-17SL-17238 Supress errors from physicsextensionsAndrey Kleshchev
2022-09-17SL-17238 MacOS build does not recognize no-unused-but-set-variableAndrey Kleshchev
2022-09-17SL-17238 bugsplat build issuesAndrey Kleshchev
2022-09-17SL-17238 Fixed llphysicsextensions connection to llrenderAndrey Kleshchev
2022-09-17SL-17238 Large cmake contribution by NickyDAndrey Kleshchev
2022-09-17SL-17238 Fix coding policy build issuesAndrey Kleshchev
2022-09-17We probably want this (have to guess as I cannot run the tests).Nicky Dasmijn
2022-09-17Merge branch 'DRTVWR-568_cmake' of bitbucket.org:NickyD/viewer-cmake into ↵Nicky Dasmijn
DRTVWR-568_cmake
2022-09-17MacOs packaging is weird, as Nat already did point out :(Nicky Dasmijn
Part of his change was omly taking Release builds into account, the other part from me made the same mistake. Use a generator expression with a custom command to get the symlink the way we want.
2022-09-17Cleanup sweepNicky Dasmijn
2022-09-17Merge branch 'DRTVWR-568_cmake' of bitbucket.org:NickyD/viewer-cmake into ↵Nicky
DRTVWR-568_cmake
2022-09-17cmake playing jedi mind tricks on me and making me missNicky
one genex that needed changing. Interstingly add_custom_target will not complain about a file that would never be declared as OUTPUT and thus is not really a valid cmake build target.``
2022-09-17Only set include property on ll::bugpsplat target when on Windows.Nicky Dasmijn
The include was preveiously declared for all platforms, but the Mac package does not even ship this include directory. With the new way cmake works this will lead to an error (which is good, so we don't end with bogus include dirs).
2022-09-17Workaround to keep old cmake versions limping around.Nicky
2022-09-17Try to make sure this also works with the havok version of llphysicsextension.Nicky Dasmijn
2022-09-16Settings the startup project must come *after* add_subdirectory(newview). ↵Nicky Dasmijn
Only after this directory is added the target will be known and can be manipulated.
2022-09-16Rename MESHOPTIMIZER.cmake to Meshoptimizer.cmake as those caps honestly bug me.Nicky Dasmijn
2022-09-16Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵Nicky Dasmijn
DRTVWR-568_cmake
2022-09-15Merge branch 'master' into DRTVWR-568Callum Linden
2022-09-15DRTVWR-571: Belated merge of DRTVWR-544 version bump.Nat Goodspeed
2022-09-15Increment viewer version to 6.6.5Nat Goodspeed
following promotion of DRTVWR-544
2022-09-15SL-18153 Fixed bring to front multiple dialog handlingAndrey Kleshchev
2022-09-14SL-18151 [SEC] MOAP can force multiple floaters open on users screen: The ↵Callum Linden
Viewer part of the fix for this JIRA - pulls in the updated Dullahan that exposes the user_gesture/is_redirect flags and uses them to determine what type of 'nav_type' is exchanged with viewer/plugin
2022-09-14SL-18153 Fix invisible blocking popupAndrey Kleshchev
Don't add popup to the list twice
2022-09-08SL-3007 Report abuse option in paticipan listAndrey Kleshchev
2022-09-08SL-15787 Crash at setCapabilityAndrey Kleshchev
2022-09-06SL-18097 Don't permit multiple instances of 'unsaved changes' popupsAndrey Kleshchev
Make notifications modal. When multiple ones are visible, first popup works, interacting with second one causes a crash. And it shouldn't be possible to change anything in floater when these notifications are visible
2022-09-06SL-17984 Small cleanup in profilesAndrey Kleshchev
2022-09-06SL-3007 Small improvements for auto filling abuse reports #2Andrey Kleshchev
2022-09-01SL-17657: Merge branch 'more-c++17' into DRTVWR-568.Nat Goodspeed
Converting on DRTVWR-568 as the project branch going forward.