| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-29 | Merge tag 'Second_Life_Release#e42ec63b-2026.01' into 2026.01 | Erik Kundiman | |
| 2026-01-24 | #5046 Fix a long freeze when fetching inventory | Andrey Kleshchev | |
| 2026-01-11 | Merge tag 'Second_Life_Release#b26f62eb-26.1' into 2026.01 | Erik Kundiman | |
| 2025-12-21 | #3612 Log issues with landmarks and rethrown exceptions | Andrey Kleshchev | |
| 2025-12-20 | #5084 Cover window's thread with watchdog | Andrey Kleshchev | |
| 2025-12-04 | Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-03 | Merge pull request #5094 from secondlife/main | Jonathan "Geenz" Goodman | |
| 2025.08 -> Develop | |||
| 2025-12-02 | #5086 Fix 'Copy SLURL' generating obsolete http link | Andrey Kleshchev | |
| use https | |||
| 2025-12-01 | #5078 Replace boost::assign usage with modern c++ brace initialization | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-12-01 | #5078 Replace boost::function with std::function | Rye | |
| * Replace boost::function usage with std::function for easier debugging and reduced compiler warnings * Remove a few remaining instances of boost::noncopyable that were missed in tests Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-30 | Replace boost noncopyable and undefined function usage with modern c++ ↵ | Rye | |
| deleted operator and constructor | |||
| 2025-11-30 | #5078 Replace boost::hof::invocable with c++17 std::is_invocable | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-30 | #5078 Replace boost ptr_vector<nullable> with std::vector<std::unique_ptr> | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-28 | #5072 Use make_shared for more efficient ref counting and allocation | Rye | |
| 2025-11-11 | Merge tag 'Second_Life_Release#bcecb3dc-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-10 | Remove cpuid feature bits verification in llprocessor.cpp (#4959) | Jonathan "Geenz" Goodman | |
| * Remove cpuid feature bits verification in llprocessor.cpp | |||
| 2025-11-10 | Check what state pipe is in for a failed test (#4877) | Andrey Kleshchev | |
| 2025-11-10 | #4949 QueuedRequest destructor crash | Andrey Kleshchev | |
| 2025-10-26 | Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-25 | Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-22 | Ensure final EOF in LLProcess test (#4877) | Andrey Lihatskiy | |
| 2025-10-21 | Fix typo in comment | fmartian | |
| 2025-10-21 | Make changes according to recommendations by Copilot | Frederick Martian | |
| - correction spelling of suppress_error - improved error handling in remove() based on functionality in get_fileattr() and somewhat changed error handling in get_fileattr() itself - call explicitly LLFile::fopen() to make sure we use the correct file path conversion under Windows Removing Flawfinder comments since Flawfinder isn't used in the viewer anymore Adding an option to support symlink detection in getattr() Adding comments to function implementation to indicate that they are really static functions of the LLFile class | |||
| 2025-10-21 | Remove trailing space | RolfKal | |
| 2025-10-21 | Remove a trailing space and a missed LLFile::remove() call right before the ↵ | RolfKal | |
| LLFile::rename() | |||
| 2025-10-21 | Improve LLFile to be consistent between Windows and Linux/Mac | RolfKal | |
| 2025-10-13 | Avoid stack-buffer overruns in llprocess_test.cpp (#4824) | Andrey Lihatskiy | |
| 2025-10-03 | Re-deactivate GLM_FORCE_NEON on Windows ARM64 | Erik Kundiman | |
| See commit f5de250c3e74ecc8eb658d0b070c0884616f041d | |||
| 2025-10-02 | Reactivating fast timers | mobserveur | |
| This commit just reactivates the fast timers | |||
| 2025-10-01 | Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-18 | Merge remote-tracking branch 'origin/release/2025.07' into geenz/2025.07-develop | Jonathan "Geenz" Goodman | |
| 2025-09-15 | LLLeap: handle partial lines in stderr (#4678) | Andrey Lihatskiy | |
| 2025-09-10 | Improvements found in reviewing mac_arm branch #4629 | Brad Linden | |
| 2025-09-09 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
| 2025-09-09 | Performance Optimisations, Bloom effect, Visuals Panel | mobserveur | |
| This commit contains performance optimisations in the the pipeline, framebuffer, vertexbuffer, reflection probes, shadows. It also fixes many opengl errors, modifies the opengl debugging, and adds a visuals effects panel. | |||
| 2025-08-28 | Fixes for GHA build | Rye | |
| 2025-08-28 | Fix up windows build error in GHA | Rye | |
| 2025-08-22 | Enable deprecation warnings and suppress a small handful that have no modern ↵ | Rye | |
| replacements | |||
| 2025-08-20 | Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac | Rye | |
| 2025-08-08 | Merge branch '2025.05' into 2025.06 | Erik Kundiman | |
| 2025-08-06 | Merge branch develop into 2025.06 | Andrey Kleshchev | |
| # Conflicts: # indra/newview/llvoavatar.cpp | |||
| 2025-07-29 | Merge tag 'Second_Life_Release#288bce10-2025.05' into 2025.05 | Erik Kundiman | |
| 2025-07-19 | #4320 MacOS crash handling | Andrey Kleshchev | |
| 2025-07-18 | Merge tag 'Second_Life_Release#f5d350fb-2025.05-gltf-mesh-import' into 2025.05 | Erik Kundiman | |
| 2025-07-18 | Merge branch 'main' into 2025.05 | Erik Kundiman | |
| 2025-07-08 | #4319 Thread crashes not being reported to bugsplat | Andrey Kleshchev | |
| 2025-07-03 | Merge tag 'Second_Life_Project#bca9ba9b-glTF_Mesh_Import' into gltf_mesh_import | Erik Kundiman | |
| 2025-06-25 | Attempt to replace __cpuid on arm64 without cpuinfo | Erik Kundiman | |
| https://stackoverflow.com/questions/60588765/how-to-get-cpu-brand-information-in-arm64 | |||
| 2025-06-25 | Revert "Attempt to replace __cpuid, on arm64 using cpuinfo" | Erik Kundiman | |
| This reverts commit 32871ee579bfbd4828f7888550897f619fdfd9d7. | |||
| 2025-06-21 | Windows ARM64 support for StackWalker | Erik Kundiman | |
| Basically just add what the author added to the file. https://github.com/JochenKalmbach/StackWalker/commit/2a96079ba54a905d29afb3834182cbf06eff9132#diff-0d2beffe54d2ad0b9c31814fc48e5ef5841ba542fe545bba8b8971c767c89911 | |||
