summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2012-06-21merge changes for DRTVWR-168Oz Linden
2012-06-18MAINT-1144: Update with relevant apr_suite fix.Nat Goodspeed
2012-06-18MAINT-1144: Update to apr_suite containing relevant fix.Nat Goodspeed
2012-06-16switch to (identical) library builds from lindenlab repositoriesOz Linden
2012-05-24merge changes for DRTVWR-151Oz Linden
2012-05-23DRTVWR-151: Today's APR build should run on Windows XP again.Nat Goodspeed
The previous tip Windows APR package: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-apr/rev/256201/arch/CYGWIN/installer/apr_suite-1.4.5-windows-20120509.tar.bz2 contained a libapr-1.dll that would not load on Windows XP. The code contained static calls to Windows API functions not yet present in Windows XP. The new Windows APR package has made those calls conditional, using LoadLibrary() and GetProcAddress() calls. The hope is that this new viewer build will behave identically on Windows Vista or later -- but unlike its predecessor, will also launch on Windows XP.
2012-05-20Merged with viewer-betaKitty Barnett
2012-05-09CHOP-900: Use new apr_procattr_constrain_handle_set() extension.Nat Goodspeed
Now LLProcess explicitly requests APR to limit the handles passed to any child process, instead of wantonly passing whatever happens to be lying around the parent process at the time. This requires the latest APR build. Also revert LLUpdateDownloader::Implementation::mDownloadStream to llofstream (as in rev 1878a57aebd7) instead of apr_file_t*. Using APR for that file was a Band-Aid -- a single whacked mole -- for the problem more systemically addressed by apr_procattr_constrain_handle_set().
2012-05-08unpack dictionary .dic and .aff files, make names in dictionaries.xml matchOz Linden
2012-04-30update hunspell packages (another attempt to fix Mac dylib)Oz Linden
2012-04-25switch to new build of the hunspell lib to solve loading problem?Oz Linden
2012-04-23IQA-463: Use newest APR package without apr_procattr_inherit_set().Nat Goodspeed
2012-04-18IQA-463: Make LLProcess call apr_procattr_inherit_set() extension.Nat Goodspeed
On Windows, Bad Things happen when apr_proc_create() is allowed to pass TRUE to CreateProcess(bInheritHandles). For instance, the open handle for a new installer executable file being downloaded by the background updater gets inadvertently passed to a couple slplugin.exe instances. When the viewer finishes downloading, closes the file and tries to remove it, Windows balks because the file is still open by another process. Require an apr_suite package that includes the new Linden apr_procattr_inherit_set() extension, and call it to turn off CreateProcess(bInheritHandles).
2012-03-14Try new 20120314 APR build to verify Windows pipe write bug fix.Nat Goodspeed
2012-02-28Updated llqtwebkit install URLs for Mac and Win.Seth ProductEngine
2012-02-28EXP-1633 FIXED Updated llqtwebkit package for Linux and WebKitLibPlugin ↵Seth ProductEngine
build configuration.
2012-02-11Update viewer to official builds of http://hg.secondlife.com/3p-apr.Nat Goodspeed
2012-02-10Try using Log's new APR packages for Windows, Mac, Linux.Nat Goodspeed
This APR merges work from Huseby, Log, Leslie, Nat.
2012-04-10correct autobuild configuration for dictionaries packageOz Linden
2012-03-30add dictionaries package dependency (TBD: replace with one from the ↵Oz Linden
lindenlab account once it is tested)
2012-03-30merge changes for latest core and updates from KittyOz Linden
2012-03-30remove "license_file" element that generates spurious errorsOz Linden
2012-03-25Updated libhunspell packagesKitty Barnett
2012-02-09Use newer (Linden extension) TC APR builds for Windows, Mac.Nat Goodspeed
2012-02-09Use new 3p-apr package builds for Windows, Mac.Nat Goodspeed
On Linux, new (Feb 2012) APR package produces link errors. Until those are resolved, leave Linux viewer build with older (Feb 2011) APR package.
2012-01-23STORM-276 Added missing library includesKitty Barnett
2011-12-02EXP-1649 FIX +1 (client) Turn off web loading spinner until a more visually ↵callum
pleasing one can be defined
2011-12-01EXP-1649 FIX (client) Turn off web loading spinner until a more visually ↵callum
pleasing one can be defined
2011-11-18Update LLQtWebKit to fix EXP-1191 Update loading overlay graphic to resemble ↵callum
a typical Web loading... spinner
2011-11-10Point to improved loading overlay and turn it on alwayscallum
2011-10-31Point to new version of LLQtWebKit for Mac/Windowscallum
(Rolls in some debugging graphics and Roxie's Mac / SSL changes)
2011-10-28Merge with headcallum
2011-10-26Point to new version of LLQtWebKit that has support for page zooming for ↵callum
Mac/Wndows versions
2011-10-03Update LLQtWebKit libraries to version with *ONLY* SSL fix for Mac.callum
2011-08-31Automated merge with http://hg.secondlife.com/viewer-developmentRichard Nelson
2011-08-31Point to new Mac version of LLQtWebKit to fix symbol export issue on that ↵callum
platform
2011-08-29Silly URL typocallum
2011-08-29EXP-1122 FIX (Viewer) LLQtWebKit should support a JavaScript/content ↵callum
debugger to help content creators Viewer side changes to enable Web debugger.
2011-08-19open-107: upgrade to complete stub for convex decompositionOz Linden
2011-07-07fix for SH-1808: uploading warthog model triggers ↵Xiaohong Bao
LLPhysicsDecomp::doDecompositionSingleHull warnings SH-1333: [PUBLIC] Simple mesh causing the viewer to crash
2011-07-09mergeBrad Payne (Vir Linden)
2011-07-07Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-07-07fix for SH-1808: uploading warthog model triggers ↵Xiaohong Bao
LLPhysicsDecomp::doDecompositionSingleHull warnings SH-1333: [PUBLIC] Simple mesh causing the viewer to crash
2011-07-05Fix for SH-1604: missing convex stub licenseprep linden
2011-07-01merge viewer-development -> mesh-developmentBrad Payne (Vir Linden)
2011-06-29merge changes for storm-1368Oz Linden
2011-06-27STORM-1447 Use <filters>setenv</> stanza rather than grep -v setenv.Aaron Stone
2011-06-23Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-06-23Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-06-22mergeBrad Payne (Vir Linden)