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.
- Sep 27, 2017
-
-
Nat Goodspeed authored
The nghttp2 autobuild package has copyright information that embeds a newline. autobuild install --copyrights correctly produces that information onto two lines. But that means packages-formatter.py must process any lines that do not match its expected 'packagename: copyright' pattern as the continuation of the preceding package's copyright information. Since the processing for autobuild install --versions is so very similar, fold both into the same outer loop. Also report all duplicates for any package, instead of stopping at the first.
-
- Sep 26, 2017
-
-
Nat Goodspeed authored
-
- Sep 23, 2017
-
-
Oz Linden authored
-
- Sep 22, 2017
- Sep 21, 2017
-
-
Oz Linden authored
generalize exception catching for platform specific code
-
Oz Linden authored
* do not redirect stderr to stdout * catch errors generated in platform specific code and display them more nicely * run_command no longer captures output (only used in one place; replaced that with direct use of subprocess)
-
callum_linden authored
-
callum_linden authored
Fix for MAINT-7787: [Alex Ivy] RC Viewers in 5.1.0 range show black background for CONTENT_TYPE_HTML. (The color we pass to CEF has 4 compontents red, blue, green and alpha. We were only passing 3 and setting the color and not the alpha. At somepoint in CEF's history the default value must have changed. Passing 0xFF for alpha too - i.e. fully opaque - fixes this)
-
- Sep 20, 2017
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
You can't legitimately perform an ordered comparison between a pointer and an int, even 0. Fix a number of 'if (ptr > 0)' to plain 'if (ptr)'. Fix LLEditWearableDictionary::WearableEntry constructor to avoid varargs mechanism. It used to accept three different counts, followed by three different lists of enums, fetched in each case as 'int' -- dubious in itself. The constructor body performed three different loops to populate those enums into three different member vectors. Instead, make the constructor accept three vectors and initialize the member vectors from the passed vectors. Now that C++ has inline vector initialization, change existing constructor calls to pass temporary vectors initialized with what used to be the varargs enum values.
-
- Sep 19, 2017
-
-
Nat Goodspeed authored
The viewer's 00-COMPILE-LINK-RUN.txt recommends passing -gdwarf-2 to the Mac compiler, and so we've been doing ever since before the viewer-build-variables repo was engaged. Now we discover that when CMake sees -gdwarf-2, it removes the -g switch entirely. It also removes it when you pass plain -g. Only when you pass -gdwarf-with-dsym or just -gdwarf does CMake pass plain -g to the compiler. Change -gdwarf-2, if specified, to -gdwarf so we at least get -g.
-
- Sep 18, 2017
-
-
ruslantproductengine authored
MAINT-7813 - 3D rendering broken on Windows in build 508618. 3D rendering starts before 2D login screen is cleared. FIXED
-
Nat Goodspeed authored
Update openssl to codeticket version 508328. Update curl to codeticket version 508652.
-
Nat Goodspeed authored
-
- Sep 16, 2017
-
-
Oz Linden authored
-
- Sep 15, 2017
- Sep 14, 2017
-
-
Oz Linden authored
-
Oz Linden authored
-
ruslantproductengine authored
FIXED
-
- Sep 08, 2017
- Sep 01, 2017
-
-
callum_linden authored
-
- Aug 31, 2017
-
-
Nat Goodspeed authored
-
callum_linden authored
Fix for MAINT-7531 Second comment with text 'Write a comment...' appears, when user post comment to Profile Feed and MAINT-7651 Cannot post new message in feed because the 'Share something...' Share button never becomes active. The fix was in Dullahan Mac keyboard code - used to send a keyb event and then char code after for down and not for up. Now sends it for up and not down and works as expected for these 2 test cases as well as some JavaScript keyboard test pages
-
- Aug 24, 2017
-
-
Oz Linden authored
-
Nat Goodspeed authored
-
- Aug 23, 2017
-
-
Oz Linden authored
-
- Aug 22, 2017
-
-
Nat Goodspeed authored
-
callum_linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-