Age | Commit message (Expand) | Author |
2024-09-18 | Give our fsyspath an operator std::string() conversion method. | Nat Goodspeed |
2024-09-18 | Introduce fsyspath subclass of std::filesystem::path. | Nat Goodspeed |
2024-09-18 | Add LLFloaterAbout info (esp. GPU info) to Frame Profile stats dump | Nat Goodspeed |
2024-09-17 | Xcode16 build fix | Andrey Lihatskiy |
2024-09-16 | Add LLFloaterAbout info (esp. GPU info) to Frame Profile stats dump | Nat Goodspeed |
2024-09-16 | WIP: edits in support of Lua script args | Nat Goodspeed |
2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller |
2024-09-13 | Merge pull request #2548 from secondlife/lua-frame-profile | nat-goodspeed |
2024-09-12 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed |
2024-09-12 | Merge pull request #2561 from secondlife/brad/2553-about-sl-crash-locale-init | Brad Linden |
2024-09-12 | Attempted fix for mac crash when showing About Second Life. | Brad Linden |
2024-09-12 | Fix for mac build with tracy enabled. | Brad Linden |
2024-09-12 | Fix for tracy not working on mac | Dave Parks |
2024-09-12 | Disable happy-path destructor semantics when unwinding C++ stack. | Nat Goodspeed |
2024-09-12 | Work around broken MS `std::basic_ostream`. | Nat Goodspeed |
2024-09-12 | Specialize `std::numpunct<llwchar>` to fix broken MS `basic_ostream`. | Nat Goodspeed |
2024-09-10 | Profile guided optimizations | RunitaiLinden |
2024-09-10 | In llstring.cpp, build result strings using basic_ostringstream<T>. | Nat Goodspeed |
2024-09-10 | Fix risky signature of `wchar_to_utf8chars()`. Add `ll_convert()` alias. | Nat Goodspeed |
2024-09-10 | llinstancetracker.h was missing an #include from last merge. | Nat Goodspeed |
2024-09-10 | Pass std::string_view by value, not by const reference. | Nat Goodspeed |
2024-09-09 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed |
2024-09-09 | Changes towards C++20 compatibility (#2520) | Ansariel Hiller |
2024-09-06 | Avoid VC fatal warning when trying to fix un/signed comparison. | Nat Goodspeed |
2024-09-06 | Introduce LuaFeature debug setting, default off. | Nat Goodspeed |
2024-09-06 | Introduce llless(), and use it for llmin(), llmax(). | Nat Goodspeed |
2024-09-05 | Merge branch 'release/luau-scripting' into lua-merge-dev | Nat Goodspeed |
2024-09-05 | Fix Windows build errors from develop => release/luau-scripting. | Nat Goodspeed |
2024-09-05 | Fix build errors from merging develop into release/luau-scripting. | Nat Goodspeed |
2024-09-05 | In llcoromutex.h, pull in llcoro::RMutex from develop branch. | Nat Goodspeed |
2024-09-05 | Fix a merge glitch in llcoros.h. | Nat Goodspeed |
2024-09-05 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed |
2024-09-05 | Fixed md5 buffer not being correctly zero-initialized and refactored code. (#... | TJ |
2024-09-05 | Fix a few trailing whitespaces. | Nat Goodspeed |
2024-09-05 | Merge branch 'release/luau-scripting' into lua-resultset | Nat Goodspeed |
2024-09-04 | Windows build fixes | Nat Goodspeed |
2024-09-04 | Extract coroutine-aware synchronization primitives to new header. | Nat Goodspeed |
2024-09-04 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy |
2024-09-03 | Fix a bug in ResultSet::getSliceStart(). | Nat Goodspeed |
2024-09-03 | Add Lua traceback to errors from calling lluau::expr(). | Nat Goodspeed |
2024-09-03 | Break out llinventorylistener.cpp's InvResultSet as LL::ResultSet. | Nat Goodspeed |
2024-09-03 | In lua_what() and lua_stack(), try to report a function's name. | Nat Goodspeed |
2024-09-02 | Make `pairs()`, `ipairs()` forward to original funcs if no metamethods. | Nat Goodspeed |
2024-08-31 | Make global pairs(), ipairs() honor metamethods. | Nat Goodspeed |
2024-08-30 | Add LLIntTracker<T>, an LLInstanceTracker<T, int> with generated keys. | Nat Goodspeed |
2024-08-30 | Change LLInstanceTracker::destruct() to erase(). | Nat Goodspeed |
2024-08-29 | Support next(), pairs(), ipairs() for LL.setdtor() table proxies. | Nat Goodspeed |
2024-08-29 | Add Lua script name to log messages. | Nat Goodspeed |
2024-08-29 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy |
2024-08-28 | Ditch trailing spaces. | Nat Goodspeed |