Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-13 | Only download when there aren't the files yet | Erik Kundiman | |
2024-08-13 | libtool for building xmlrpc-epi & tidy up its cmake | Erik Kundiman | |
Also CMakeCache.txt removal and Debian dependencies that might not be relevant on non-debootstraps are not part of the instructions. | |||
2024-08-13 | Automatic OpenSSL download, build and installation | Erik Kundiman | |
2024-08-13 | Remove already implied file(MAKE_DIRECTORY) | Erik Kundiman | |
file(COPY) seems to already include making the necessary directories. | |||
2024-08-13 | Rename openjpeg to openjpeg-2.5 only if not done | Erik Kundiman | |
yet, i.e. OpenJPEG not installed yet. | |||
2024-08-13 | Path to file for sse2neon, not just the directory | Erik Kundiman | |
2024-08-13 | Automatic libndofdev download, build & install | Erik Kundiman | |
I couldn't get try_compile to succeed using COMPILE_DEFINITIONS, I couldn't either using quotes for the CMAKE_C_FLAGS. | |||
2024-08-13 | CMake file & try_compile replacing execute_process | Erik Kundiman | |
file(DOWNLOAD) replacing execute_process(COMMAND curl), file(ARCHIVE_EXTRACT) replacing execute_process(COMMAND tar xf), file(MAKE_DIRECTORY) replacing execute_process(COMMAND mkdir -p), file(COPY) replacing execute_process(COMMAND cp), file(RENAME) replacing execute_process(COMMAND mv), try_compile replacing execute_process(COMMAND cmake/make), LIBS_PREBUILT_DIR replacing AUTOBUILD_INSTALL_DIR, 0 replacing ${${_binary}_installed} where appropriate, no FMOD reinstallation when it's already installed, and archives & unarchived source/build directories are in CMake root binary directory, instead of /tmp. SHOW_PROGRESS is on for downloading Dullahan from the Megapahit website cause it can be slow. | |||
2024-08-13 | Automatic NanoSVG download/install on macOS/Debian | Erik Kundiman | |
2024-08-12 | #2263 BugSplat Crash #1503400: SecondLifeViewer!LLDrawable::getFace(320) | Alexander Gavriliuk | |
2024-08-12 | #2257 BugSplat Crash #1503682: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLFloaterIMSessionTab::enableDisableCallBtn(438) | |||
2024-08-12 | Automatic XMLRPC-EPI Mac download, build & install | Erik Kundiman | |
When linking to the static archive on arm64, it would fail with an error of undefined iconv symbols. When linking to the dynamic library, the path was to the dynamic library was still assumed to still be in /usr/local/lib, so specifically for the executable target, this needs to be changed (temporarily) to the one in the prebuilt directory first, to later be changed again by fixup_bundle to the bundled one in Frameworks. | |||
2024-08-12 | Automatically lipo -thin libfmod.dylib | Erik Kundiman | |
2024-08-12 | Right WORKING_DIRECTORY values to shorten paths | Erik Kundiman | |
2024-08-12 | Remove unarchived dependencies after config/build | Erik Kundiman | |
also fix ${_binary} to its intended fmodstudio name. | |||
2024-08-12 | Remove unnecessary LINUX condition in Fedora test | Erik Kundiman | |
2024-08-12 | Don't redownload sse2neon if already installed | Erik Kundiman | |
2024-08-12 | Download & install aren't redone when installed | Erik Kundiman | |
by making sure we *write* the _installed files (containing the value 0). | |||
2024-08-12 | Download VLC dmg automatically | Erik Kundiman | |
and building only for one architecture at a time is the one supported now. | |||
2024-08-12 | Automatic OpenJPEG download, configure & install | Erik Kundiman | |
2024-08-11 | Dullahan x86-64 built with minimum macOS 10.15 | Erik Kundiman | |
LL's build seems to have a minimum macOS of 13.3. | |||
2024-08-11 | Minimise UnixInstall.cmake difference from SLv's | Erik Kundiman | |
The variables set in this file are used only in llfilesystem/CMakeLists.txt, and only used within a Linux (& FreeBSD) section, which then later used in llfilesystem/lldir_linux.cpp, so Darwin doesn't need these variables set specifically for it. | |||
2024-08-11 | CPACK_DEBIAN_PACKAGE_DEPENDS are in CMakeLists now | Erik Kundiman | |
and can be differentiated across different distros, even though there are only stable/LTS Debian and Ubuntu for now. | |||
2024-08-11 | Rearrange CPack settings & contributors generation | Erik Kundiman | |
where they belong in newview/CMakeLists.txt. | |||
2024-08-11 | Linux distro & logical cores queries are shared | Erik Kundiman | |
by moving them to Variables.cmake so they can be reused throughout all CMake files. | |||
2024-08-10 | Bring back Meshoptimizer linking to FBSD & Debian | Erik Kundiman | |
and Ubuntu. find_package(meshoptimizer) didn't imply its target_link_libraries. | |||
2024-08-10 | Fix Meshoptimizer CMAKE_OSX_ARCHITECTURES value | Erik Kundiman | |
It is decided that on x86-64, it's compiled too instead of using LL's (old) prebuilt libmeshoptimizer.a. | |||
2024-08-10 | Make sure APP_SHARE_DIR is valued in llfilesystem | Erik Kundiman | |
otherwise the app would crash on GNU/Linux or BSD for missing the share directory prefix, unless cmake is run twice like before just so APP_SHARE_DIR is picked up but we don't want to have to run it twice. | |||
2024-08-10 | Automatic dullahan_host runpath removal on Fedora | Erik Kundiman | |
2024-08-10 | No Meshoptimizer macOS install name change or link | Erik Kundiman | |
since the app links to Meshoptimizer statically now on macOS. | |||
2024-08-10 | Automatic Meshoptimizer download, build & install | Erik Kundiman | |
on macOS and Fedora. | |||
2024-08-10 | Fix 7c716d6d516f99628655352a0e679455263924e2 logics | Erik Kundiman | |
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-09 | Fix spaces in indra/newview/lllocalbitmaps.cpp | Andrey Kleshchev | |
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com> | |||
2024-08-09 | viewer#1750 Crash at LLGLTFMaterial::operator= | Andrey Kleshchev | |
2024-08-09 | viewer#2061 Crash in ~LLScriptEdCore() | Andrey Kleshchev | |
2024-08-09 | Fix rare shutdown crash in LLViewerObjectList | Rye Mutt | |
2024-08-09 | Fix rare shutdown crash in gCacheName | Rye Mutt | |
2024-08-09 | Fix nullptr crash in LLScrollListCtrl::getSelectedItemLabel | Rye Mutt | |
2024-08-09 | Fix crash in LLViewerWindow::handleDragNDrop | Rye Mutt | |
2024-08-09 | Fix nullptr crash in handleVSyncChanged | Rye Mutt | |
2024-08-09 | Fix nullptr crash in LLInventoryPanel::itemChanged | Rye Mutt | |
2024-08-09 | Fix nullptr crash in LLLandmarksPanel::isActionEnabled | Rye Mutt | |
2024-08-09 | Fix nullptr crash in LLLandmarksPanel::canItemBeModified | Rye Mutt | |
2024-08-09 | Fix nullptr crash in LLInvFVBridge::getClipboardEntries | Rye Mutt | |
2024-08-09 | Fix null region pointer crash in LLIMView | Rye Mutt | |
2024-08-09 | Fix nullptr crash in LLFloaterIMContainer::onAddButtonClicked | Rye Mutt | |
2024-08-09 | #2103 BugSplat Crash #1497033: LLViewerTextureList::getImage | Alexander Gavriliuk | |
2024-08-09 | viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImage | Andrey Kleshchev | |
2024-08-09 | viewer#2163 Crash at getReflectionProbeIsDynamic | Andrey Kleshchev | |