This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
- Aug 29, 2023
-
-
Andrey Kleshchev authored
Fix builds using OpenAL
-
Ansariel authored
-
Andrey Kleshchev authored
-
- Aug 28, 2023
-
-
Andrey Kleshchev authored
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
-
- Aug 23, 2023
-
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
# Conflicts: # autobuild.xml
-
Vir Linden authored
following promotion of DRTVWR-582
-
Andrey Kleshchev authored
Looks like a bit of code from Inventory Extensions viewer leaked into release. This was supposed to prevent 'folder does not exist' spam as Inventory Extensions does not create folders this way, instead it blocked folder creation.
-
- Aug 14, 2023
-
-
Alexander Gavriliuk authored
-
- Aug 03, 2023
-
-
Andrey Lihatskiy authored
-
- Aug 02, 2023
-
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
-
- Aug 01, 2023
-
-
Alexander Gavriliuk authored
-
- Jul 31, 2023
-
-
Andrey Kleshchev authored
For unknown reason allocations of these coroutines often crash on client machines. 1. Limit quantity of coros running in parallel by reducing retries and wait time 2. Print out more diagnostic info
-
- Jul 28, 2023
-
-
Alexander Gavriliuk authored
-
Nat Goodspeed authored
that unconditionally return. This eliminates the problem of pacifying a compiler that expects a return statement vs. a compiler that detects that callFail() unconditionally throws. Thanks, Ansariel.
-
Nat Goodspeed authored
This one includes the fix for SL-19756.
-
Nat Goodspeed authored
This version eliminates references to the Windows wmic command, calling the WMI API instead.
-
- Jul 27, 2023
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
LLSDParam<LLSD> is the generic case, when we need to pass LLSDParam adapters to some set of function parameters whose types we don't specifically know. Its templated conversion operator notices the actual parameter type T and delegates conversion to the specific LLSDParam<T> specialization. But when T has picked up references, e.g. somewhere along the way in the LL::apply() machinery, the compiler might not choose the desired conversion because we don't have a sufficiently specific LLSDParam specialization. LLSDParam<LLSD> can address that by using std::decay_t<T> when delegating to the specific LLSDParam specialization. This removes references, const and volatile.
-
Nat Goodspeed authored
There's a limit to how much time it's worth trying to work around a compiler bug that's already been fixed in newer Xcode.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
That wasn't the issue. This is a compiler bug: https://github.com/llvm/llvm-project/issues/41999 https://stackoverflow.com/q/57080425 https://bugs.llvm.org/show_bug.cgi?id=42654 This reverts commit c406fa7a.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
Both the previous version and this compile and run successfully with Xcode 14.3.1, but our older TeamCity compiler chokes -- so we must iterate remotely, sigh.
-
- Jul 26, 2023
-
-
Nat Goodspeed authored
VC doesn't recognize that a constexpr name doesn't need to be bound into a lambda. However, since it's knowable at compile time, it can be deduced within the innermost lambda. (cherry picked from commit 37c3daff1a565eaafee691dfb57702b6b8f024d6)
-
Alexander Gavriliuk authored
-
- Jul 25, 2023
-
-
Andrey Kleshchev authored
-
- Jul 24, 2023
-
-
Nat Goodspeed authored
-
Andrey Kleshchev authored
-
Andrey Lihatskiy authored
-
Lars Næsbye Christensen authored
-
nat-goodspeed authored
Replace deprecated event mask call (macOS)
-
- Jul 20, 2023
-
-
Lars Næsbye Christensen authored
replaces deprecated (since 10.12) reference to NSAnyEventMask with the replacement NSEventMaskAny. Functionality unaltered.
-
- Jul 19, 2023
-
-
Andrey Lihatskiy authored
-
- Jul 18, 2023
-
-
nat-goodspeed authored
Major improvements to LLLeap functionality
-