summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2016-04-22Add windows64 config.Nicky
(transplanted from 96ec064688376d0f4bfbabcfe8d478227403b630)
2016-11-08DRTVWR-418: Use separate XML string elements for command arguments.Nat Goodspeed
autobuild now passes a vector of arguments to the commands it executes, instead of smashing everything together into a single string only to have cmd.exe parse it back into individual arguments again. In general, this is a good thing and more robust than before. However, it surfaces the fact that sometimes people were lazy and encoded things like "-configuration Release" or "-j 12" as single <string> elements in the XML. When such things are handed to the command as a single argument string containing a space, it can get confused. Code (e.g.) <string>-configuration</string><string>Release</string> instead.
2016-11-04DRTVWR-418: Update to KDU build 500948.Nat Goodspeed
2016-11-03DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes.Nat Goodspeed
2016-11-03Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
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-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-18DRTVWR-418: Update to llceflib build 317829Nat Goodspeed
2016-07-18DRTVWR-418: Update to googlemock build 317828Nat Goodspeed
2016-07-18DRTVWR-418: Update to colladadom build 317826Nat Goodspeed
2016-07-18DRTVWR-418: Update to boost build 317807Nat Goodspeed
2016-07-07Automated merge with tip of viewer-releasecallum_linden
2016-07-01DRTVWR-418: Update to llphysicsextensions_stub build 314246Nat Goodspeed
2016-07-01DRTVWR-418: Update to llphysicsextensions_source build 314244Nat Goodspeed
2016-07-01DRTVWR-418: Update to libuuid build 314269Nat Goodspeed
2016-07-01DRTVWR-418: Update to gstreamer build 314267Nat Goodspeed
2016-07-01DRTVWR-418: Update to fontconfig build 314281Nat Goodspeed
2016-07-01DRTVWR-418: Update to dbus-glib build 314266Nat Goodspeed
2016-07-01DRTVWR-418: Update to boost build 316951Nat Goodspeed
2016-07-01Automated merge with ssh://bitbucket.org/nat_linden/viewer-mac-mainloopNat Goodspeed
2016-07-01DRTVWR-418: Update to llappearance_utility fixed for LLApp::frame()Nat Goodspeed
2016-06-27DRTVWR-418: Update to colladadom, googlemock, llceflib with boost build 316951Nat 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-06Merge with https://bitbucket.org/oz_linden/maint-5974 to pick up a variety ↵callum_linden
of fixes
2016-05-05various changes required to compile on new clangOz Linden
2016-04-25Automated merge with ssh://bitbucket.org/lindenlab/viewer64Nat Goodspeed
2016-04-25DRTVWR-418: Fix MD5 hashes for KDU 314311 packages.Nat Goodspeed
2016-04-22DRTVWR-418 Remove references to gtk-atk-pango-glib from Windows build since ↵callum_linden
it's not used there
2016-04-22DRTVWR-418 Update the version of cef-bin via llceflib that we consume (no ↵callum_linden
code changes, just updating to latest after changes to documentation/private status)
2016-04-21DRTVWR-418 pull in fixed (all headers) version of NVAPIcallum_linden
2016-04-21DRTVWR-418 downgrade NVAPI package - very newest version was incompatible ↵callum_linden
with viewer code