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.
- Jan 21, 2015
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
The .dylib files in the Linux Vivox package were erroneous to start with; while the affected changeset bypassed copy errors, it too was wrong. Now that the Linux Vivox package contains Linux .so files, revert to the correct filenames to copy.
-
Aura Linden authored
-
- Jan 19, 2015
-
-
Nat Goodspeed authored
since we're not building them as part of the viewer build any more.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- Jan 16, 2015
-
-
Nat Goodspeed authored
Use the same signatures as for the other platforms.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
For some reason, after the upgrade to Boost 1.57, gcc 4.6.3 has trouble with the boost::lambda::_1 usage in stringize.h. This is consistent with other cases we've encountered in which Boost.Lambda appears to be unmaintained and losing its compatibility with other libraries. Fortunately Phoenix provides a functional equivalent, albeit spelled differently.
-
- Jan 15, 2015
-
-
callum_linden authored
-
callum_linden authored
-
- Jan 14, 2015
-
-
Oz Linden authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Oz Linden authored
-
- Jan 13, 2015
-
-
Aura Linden authored
-
Oz Linden authored
-
Aura Linden authored
-
Oz Linden authored
-
- Jan 12, 2015
-
-
Nat Goodspeed authored
To this point, we've been failing the build with a Python OSError traceback, which is less than ideal.
-
Aura Linden authored
-
Aura Linden authored
-
Oz Linden authored
-
Nat Goodspeed authored
-
Oz Linden authored
-
Oz Linden authored
-
Nat Goodspeed authored
The new toolchain may (!) have fixed a longstanding bug in LLLeap / APR when we try to pump large volumes of data through a Windows named pipe using APR nonblocking I/O. This used to fail pretty consistently because the APR nonblocking write call would sometimes spuriously return "would block" when in fact the data buffer was completely written; the caller would later retry, which of course would duplicate some of the data in the pipe. Preliminary experiments with VS 2013 suggest this may have been resolved. This changeset is to propagate the experiment to a wider range of Windows systems; we may need to revert it if in fact the bug persists.
-
Nat Goodspeed authored
This only applies to the Windows package so far, because so far only the Windows package exists.
-
Oz Linden authored
-
- Jan 09, 2015
-
-
Oz Linden authored
-
- Jan 08, 2015
-
-
callum_linden authored
point to new version of llphysicsextensions (source, not stub) with updated path to second life map file
-
callum_linden authored
-
Oz Linden authored
-
Oz Linden authored
-
- Jan 07, 2015
-
-
Nat Goodspeed authored
The contents are extracted, but not yet built into the viewer installer.
-
Nat Goodspeed authored
The any() builtin was introduced in Python 2.5. Not only is its intent clearer, but it handles the case of zero items -- which the reduce(or_) construct does not. Sporadically we've seen exceptions from generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This masks the actual error (failure to dump symbols? failure to read them?), masquerading as a bug in the Python script.
- Jan 06, 2015