| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-10 | Add header include for apr_signal.h that was removed from llapr.h as it was ↵ | Frederick Martian | |
| not neededanywhere else | |||
| 2025-12-10 | Cleanup unused LLAPRFile functions | Frederick Martian | |
| 2025-12-10 | Incorporate some of the comment improvements suggested by Copilot and make ↵ | Frederick Martian | |
| LLFile::size() return -1 on error and adjust the callers to account for that. | |||
| 2025-12-10 | Fix several typos and comments | Frederick Martian | |
| 2025-12-10 | - Improve documentation of LLFile functions and methods | Frederick Martian | |
| - Improve error handling in LLFile::read(), LLFile::write() and LLFile::copy() - Improve LLFileSystem::getFileSize() to work with the extra possibility of LLFile::size() returning -1 on error - Replace LLAPRFile:readEx() and LLAPRFile::writeEx() with according LLFile functions | |||
| 2025-12-10 | Refactoring of LLFile class to support additional methods | Frederick Martian | |
| - LLFile with its own class method interface to access files for read and write - Remove rudimentary LLUniqueFile class as LLFile supports now all of that and more - Implement most of the filename based functions using std::filesystem functions - Replace LLFile::rmdir() with LLFile::remove() since this function now supports deleting files and directories on all platforms. | |||
| 2025-12-10 | Clarify some documentation and add an LLFile:read() and LLFile::write() ↵ | Frederick Martian | |
| static function. These functions will be used to replace LLAPRFile::readEx() and LLAPRFile::writeEx() in an upcoming patch. | |||
| 2025-12-10 | Add a new static function LLFile::size() to determine the size of a file_name. | Frederick Martian | |
| Replace LLAPRFile::remove(), LLAPRFile::size() and LLAPRFile::isExist() with according functions from LLFile and retire these LLAPRFile methods and the never used LLAPRFile::rename(), LLAPRFile::makeDir() and LLAPRFile::removeDir() functions. Also clean up remarks about the threading safety of the APRCachePool, which is not used in these locations anymore. | |||
| 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-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-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-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-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-06 | Merge branch develop into 2025.06 | Andrey Kleshchev | |
| # Conflicts: # indra/newview/llvoavatar.cpp | |||
| 2025-07-19 | #4320 MacOS crash handling | Andrey Kleshchev | |
| 2025-07-08 | #4319 Thread crashes not being reported to bugsplat | Andrey Kleshchev | |
| 2025-05-28 | Merge branch 'main' into marchcat/2505-merge | Andrey Lihatskiy | |
| # Conflicts: # .github/workflows/qatest.yaml # indra/llcommon/llsdutil.h # indra/llui/llflatlistview.h # indra/newview/llinventorybridge.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/lloutfitgallery.h | |||
| 2025-05-28 | Merge remote-tracking branch 'origin/main' into geenz/2025.04-to-develop | Jonathan "Geenz" Goodman | |
| 2025-05-20 | #4000 Cherry pick inventory LEAP functions from develop branch | Maxim Nikolenko | |
| 2025-04-23 | #3918 Implement automatic shutdown for WorkQueueBase | Andrey Lihatskiy | |
| 2025-04-18 | Reduce memory allocations pinging the mainloop timeout | Ansariel | |
| 2025-04-18 | Merge develop into release/2025.04 | Andrey Kleshchev | |
| 2025-04-17 | Merge branch 'develop' into marchcat/05-develop | Andrey Lihatskiy | |
| # Conflicts: # indra/llmath/v2math.cpp # indra/llmath/v2math.h # indra/llmath/v3math.h # indra/llmath/v4math.h | |||
| 2025-04-17 | Restore llmath improvements from archived develop branch: | Ansariel | |
| * Make eligible functions constexpr * Use constants for vector indices where applicable * Reformat to match actual coding conventions | |||
| 2025-04-15 | Merge branch 'develop' into marchcat/05-develop | Andrey Lihatskiy | |
| 2025-04-15 | Merge branch 'release/2025.04' into rye/forevermac | Jonathan "Geenz" Goodman | |
| 2025-04-15 | Merge branch 'main' into marchcat/maint-c-restore | Andrey Lihatskiy | |
| # Conflicts: # indra/llcommon/lldate.h # indra/newview/llappviewer.cpp # indra/newview/llinventorybridge.cpp # indra/newview/llmaterialeditor.cpp # indra/newview/llviewerparceloverlay.cpp # indra/newview/llvoavatar.cpp | |||
| 2025-04-15 | Merge pull request #3911 from secondlife/main | Jonathan "Geenz" Goodman | |
| Merge 2025.03 release into develop. | |||
| 2025-04-11 | #3596 Faster mesh thread shutdown | Andrey Kleshchev | |
| 2025-04-11 | Give control over thread queue's automatic shutdown | Andrey Kleshchev | |
