Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-01 | Skip sourcing the extended autobuild environment during prebuilt install and ↵ | Rye Cogtail | |
pass address size explicitly to avoid breaking build autoreconfigures This decreased configure time from 67 to 31 seconds on my machine. | |||
2024-10-01 | Cache MSVC redist path in cmake to avoid incorrect redist copy when project ↵ | Rye Cogtail | |
is regenerated by build/ide | |||
2024-10-01 | Clean up and fix warning flags not applying correctly on linux | Rye Cogtail | |
2024-09-23 | Merge remote branch 'develop' into release/luau-scripting for Maint B | Nat Goodspeed | |
2024-09-23 | Turn off tracy on linux to unbreak the build. | Brad Linden | |
2024-09-23 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfeaturemanager.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvoicewebrtc.cpp | |||
2024-09-23 | Merge remote branch 'develop'into release/luau-scripting | Nat Goodspeed | |
2024-09-17 | #2590 Fix for horrible FPS on Intel Mac (#2591) | Dave Parks | |
* Work around for GHA mac runners not playing nice with Tracy * Delay VBO deletion for a few frames * Enable multithreaded GL driver and multithreaded media textures on Apple silicon | |||
2024-09-17 | Mac pass (#2587) | Dave Parks | |
2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller | |
* APR_DECLARE_STATIC and APU_DECLARE_STATIC gets already defined in APR.cmake * Move both _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS definitions to 00-Common.cmake * Always define WIN32_LEAN_AND_MEAN and include subset of Windows API by default * Remove llwin32headerslean.h and remove unnecessary WIN32_LEAN_AND_MEAN definition handling in llwin32headers.h * Clean up includes of Windows API headers * Get rid of workaround to link against IPHLPAPI.lib in lluuid.cpp - this seems to have been an issue in the past that has been fixed | |||
2024-09-12 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-12 | Replace glh_linear usage with GLM (#2554) | Rye Mutt | |
2024-09-09 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-05 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-04 | Introduce OpenXR SDK prebuilt package and cmake setup (#2503) | Rye Cogtail | |
2024-08-28 | Ditch trailing spaces. | Nat Goodspeed | |
2024-08-28 | Merge branch 'main' into release/luau-scripting. | Nat Goodspeed | |
2024-08-21 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llvoicewebrtc.cpp | |||
2024-08-20 | #2354 Enable Tracy on test builds (#2357) | Dave Parks | |
* #2354 Enable Tracy on test builds * Only enable Tracy by default on windows | |||
2024-08-20 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # autobuild.xml # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FreeType.cmake # indra/newview/llappviewer.cpp # indra/newview/skins/default/xui/en/floater_fast_timers.xml # indra/newview/viewer_manifest.py # indra/test/test.cpp | |||
2024-08-16 | Remove pointless CMake status message (#2322) | Ansariel Hiller | |
2024-08-14 | Enable /permissive- on MSVC for better standards conformance (#2251) | Rye Mutt | |
* Enable /permissive- on MSVC for better C++ conformance and fix related errors * Clean up left over warning suppressions from old library or msvc versions | |||
2024-08-14 | Update indra/cmake/Tracy.cmake | Andrey Lihatskiy | |
to stop pre-commit from complaining | |||
2024-08-13 | Update tracy integration to 0.11 and rework client library to be ↵ | Rye Mutt | |
configurable at build time Also copy tracy profiler client next to windows binary when enabled | |||
2024-08-12 | Update zlib-ng libxml2 libpng freetype minizip-ng boost collada-dom tinygltf ↵ | Rye Mutt | |
packages (#2250) Rebuild expat, apr, meshoptimizer, ogg_vorbis, libjpeg-turbo for symbol fixes | |||
2024-08-09 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
# Conflicts: # .github/workflows/build.yaml # indra/llui/llscrolllistctrl.cpp | |||
2024-08-09 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # .github/workflows/build.yaml # indra/newview/CMakeLists.txt # indra/newview/llspeakers.cpp # indra/newview/llvoicechannel.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoiceclient.cpp # indra/newview/llvoiceclient.h # indra/newview/llvoicewebrtc.cpp | |||
2024-08-08 | CR fixes | Roxie Linden | |
2024-08-08 | Update libexpat to 2.6.2 and libapr 1.7.4 (#2214) | Rye Mutt | |
2024-08-06 | Force ReleaseOS builds on Linux | Andrey Lihatskiy | |
2024-08-06 | Merge branch 'develop' into marchcat/b-sync | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # autobuild.xml # indra/cmake/Audio.cmake # indra/cmake/Copy3rdPartyLibs.cmake # indra/llxml/llxmltree.cpp # indra/newview/viewer_manifest.py | |||
2024-08-06 | Ignore VmallocTotal as it's fixed, huge Number. (#2200) | Nicky Dasmijn | |
Not ignoring it will cause a lot of log spam due to conversion/parse errors. | |||
2024-08-05 | Build mac symbols for multiple binaries/dynamic libraries and upload them ↵ | Roxie Linden | |
all to bugsplat | |||
2024-08-05 | Update ogg_vorbis to 1.3.5-1.3.7 (#2186) | Rye Mutt | |
2024-08-03 | Merge remote-tracking branch 'll/marchcat/b-develop' into ↵ | Nicky | |
feature/warning_cleansweep | |||
2024-08-03 | Remove -wno-dangling-pointer, compiling with GCC 13.3, 12, 11 and clang did ↵ | Nicky | |
not yield such a warning. Furthermore this warning should not just be disabled but rather dealt with when it comes up | |||
2024-08-02 | Update to libhunspell 1.7.2-r1 (#2175) | Rye Mutt | |
2024-08-02 | Remove dead pcre library dependency (#2177) | Rye Mutt | |
2024-08-02 | Update from jpeglib to libjpeg-turbo 3.0.3 (#2161, #2173) | Rye Mutt | |
2024-07-29 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy | |
2024-07-29 | Replace liburiparser with boost::url | Rye Mutt | |
2024-07-29 | Fix lltest failure by outputting to the sharedlibs dir like other tests on ↵ | Rye Mutt | |
windows | |||
2024-07-24 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy | |
2024-07-21 | Add newer MSVC redist libs to copy action (#2075) | Rye Mutt | |
2024-07-19 | Enable SSE2 instruction support in glm for optimized codegen (#2066) | Rye Mutt | |
2024-07-18 | Merge branch 'release/maint-b' into marchcat/b-develop | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/cmake/JsonCpp.cmake # indra/llimage/llimageworker.cpp # indra/llmessage/CMakeLists.txt # indra/llprimitive/llmodel.cpp # indra/llprimitive/llmodelloader.cpp # indra/llprimitive/llmodelloader.h # indra/llwindow/llkeyboard.cpp # indra/llwindow/llkeyboard.h # indra/llwindow/llkeyboardheadless.cpp # indra/llwindow/llkeyboardheadless.h # indra/llwindow/llkeyboardsdl.cpp # indra/llwindow/llkeyboardsdl.h # indra/llwindow/llwindowsdl.cpp # indra/llwindow/llwindowsdl.h # indra/newview/app_settings/shaders/class1/deferred/screenSpaceReflUtil.glsl # indra/newview/llappviewerlinux_api_dbus.cpp # indra/newview/llconversationloglist.cpp # indra/newview/lldirpicker.cpp # indra/newview/llfilepicker.cpp # indra/newview/llfloateremojipicker.cpp # indra/newview/llfloaterpreferencesgraphicsadvanced.cpp # indra/newview/llmodelpreview.cpp # indra/newview/lloutfitslist.cpp # indra/newview/llpanelface.cpp # indra/newview/llviewerobject.h # indra/newview/llxmlrpctransaction.cpp # indra/newview/viewer_manifest.py | |||
2024-07-01 | #1111 Remove xmlrpc-epi | Alexander Gavriliuk | |
2024-06-18 | Fix whitespace for pre-commit hooks | Brad Linden | |
2024-06-17 | Merge remote-tracking branch 'origin/develop' into brad/webrtc-voice-develop | Brad Linden | |
2024-06-14 | Fix for warnings/errors after Visual Studio update (#1775) | Dave Parks | |