summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2017-09-28upgrade to Vivox SDK 4.9.002Oz Linden
2017-04-14Change certificate store infrastructure to key off of the Subject KeyOz Linden
Id rather than sha1 hash, since that is rarely used in modern certs. The previous form was storing trusted certs using an empty sha1 hash value as the key, which meant most certificates matched... not good. Modify the LLCertException to pass certificate information back as LLSD rather than an LLPointer<LLCertificate>, because when the exception is being thown from the certificate constructor that results in one of a couple of other exceptions (even refcounting won't save you when the problem is that the thing you're pointing to never finished coming into being properly). Update the certificates in the llsechandler_basic_test to modern conventions, and extend the classes to allow for an optional validation date so that the test can use a fixed date. Also make all the certificates include the plain text form for ease of reference.
2017-03-17upgrade to slvoice with vivox sdk 4.7.0005.25982Oz Linden
2017-03-16upgrade to slvoice with vivox sdk 4.7.0005.25479Oz Linden
2017-03-01update the certificate bundle before a release candidate buildOz Linden
2017-02-27adjust appearance utility to be compatible with logging changeOz Linden
2017-01-19update build to one that can be used in p64Oz Linden
2017-01-18upgrade slvoice package to 4.7.0005Oz Linden
2016-11-16merge changes for 4.1.2-releaseOz Linden
2016-10-27MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too ↵pavelkproductengine
small to read
2016-10-20remove newline from llca copyright; it messes up the buildOz Linden
2016-10-19remove linux version of llca; use common versionOz Linden
2016-10-19add CA source data acknowledgement to licensesOz Linden
2016-10-19update CA bundleOz Linden
2016-10-19upgrade slvoice to 4.7.0004Oz Linden
2016-10-18merge changes for 4.1.1-releaseOz Linden
2016-10-10Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-09-07Restore version of CEF that has the correct Y flipping enabled - ↵Callum Prentice
(2526/chrome47 version - soon to be replaced with 2704/chrome 51)
2016-08-31MAINT-5011: Revert to googlemock built on squeezeNat Goodspeed
2016-08-31Backed out changeset 8c0e52a212bb - revert to googlemock 297460Nat Goodspeed
2016-08-31MAINT-5011: Revert to llceflib built on squeezeNat Goodspeed
2016-08-31Backed out changeset 538a5b77f08e - revert to llceflib 311349Nat Goodspeed
2016-08-31MAINT-5011: Revert to colladadom built on squeezeNat Goodspeed
2016-08-31Backed out changeset c494a6e0b619 - revert to colladadom 297450Nat Goodspeed
2016-08-31MAINT-5011: Revert to boost built on squeezeNat Goodspeed
2016-08-31Backed out changeset 4cf5551a22a6 - revert to boost 297445Nat Goodspeed
2016-08-29Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlcNat Goodspeed
2016-08-25Update to googlemock build 319024Nat Goodspeed
2016-08-25Update to llceflib build 319030Nat Goodspeed
2016-08-25Update to colladadom build 319021Nat Goodspeed
2016-08-25Update to boost build 318979Nat Goodspeed
2016-08-16Re-delete VSTool.exe invocations from autobuild.xml.Nat Goodspeed
The CMake invocations are controlled by UNATTENDED -- these were not. Let CMake do it if it must be done.
2016-08-15Backed out changeset e187a6b45ce6: restored VSTool et al.Nat Goodspeed
2016-08-15Remove VSTool, its build info and all invocations.Nat Goodspeed
VSTool manipulates the SecondLife.sln solution file for the convenience of a developer subsequently running Visual Studio interactively. But the cost of having it sometimes break TeamCity automated builds is too high -- especially since we never expect to run Visual Studio interactively on a TC build host. Also remove the CMake UNATTENDED variable that controlled it.
2016-07-27correct hash values for slvoice packagesOz Linden
2016-07-26change certificate authority bundle to use common platformOz Linden
2016-07-21update to 4.7.0004 from VivoxOz Linden
2016-07-21SL-429: Use a new certificate authority bundle based on data from MozillaOz Linden
2016-07-21Missed updated version of LLCEFLib with flipped mouse Y input - perils of ↵Callum Linden
using local files
2016-07-20MAINT-6578 Broken texture batching - fixed along with misc LibVLC plugin ↵Callum Linden
additions (status, titles, looping)
2016-07-19MAINT-6578: pick up version of LLCEFLib that has output Y flipped to match ↵Callum Linden
updated viewer setting
2016-07-01DRTVWR-418: Update to llappearance_utility fixed for LLApp::frame()Nat Goodspeed
2016-06-06update llceflib for MAINT-6488Oz Linden
2016-06-02Linux: Official 3P URL for vlc-bin.Nicky
2016-05-23Automated merge with tip of viewer-releasecallum_linden
2016-05-13Pull in vlclib binary autobuild packagecallum_linden
2016-05-13pull in unflipped version of LLCEFLibcallum_linden
2016-05-05various changes required to compile on new clangOz Linden
2016-04-21correct llphysicsextensions package for windowsOz Linden
2016-04-05upgrade llphysicsextenstions to work around a new clang recursion checkOz Linden