summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2016-12-05update autobuild substitutions with {var} formCallum Prentice
2016-12-05Pull in 64 bit version of vlc-bin for 64 bit viewer buildsCallum Prentice
2016-12-05DRTVWR-418: Another round (hopefully the last) of fixing $variables.Nat Goodspeed
2016-12-02Pull in the new Havok source package that pulls includes the new Havok Libs ↵Callum Prentice
package with corrected Win64 libs that are properly built for VS2013
2016-12-02Pull in fixed FMODEX package with 64 bit fmodex DLL correctly named ↵Callum Prentice
(fmodex64.dll vs fmodex.dll)
2016-11-30DRTVWR-418: Once again, undo inappropriate autobuild.xml expansions.Nat Goodspeed
2016-11-30DRTVWR-418: Merge Callum's KDU updateNat Goodspeed
2016-11-30DRTVWR-418: Update to KDU build 501106.Nat Goodspeed
2016-11-30Pull in new version of KDU third party package that is build (correctly) as ↵Callum Prentice
a static library vs. a stub library/DLL
2016-11-30DRTVWR-418: Update llceflib to build 501109.Nat Goodspeed
2016-11-29DRTVWR-418: Revert unintentional expansion of $vars in autobuild.xml.Nat Goodspeed
2016-11-29DRTVWR-418: Update to openjpeg build 501102Nat Goodspeed
2016-11-29DRTVWR-418: Rename darwin platform to darwin64.Nat Goodspeed
We never intend to support 32-bit Mac builds any more. This change eliminates the autobuild warning about not finding darwin64 and therefore falling back on plain darwin.
2016-11-23DRTVWR-418: Update to SDL build 501092.Nat Goodspeed
2016-11-23DRTVWR-418: Update to llphysicsextensions_stub build 501069Nat Goodspeed
2016-11-22DRTVWR-418: Use build-vc120-32 vs. build-vc120-64 on Windows.Nat Goodspeed
2016-11-22DRTVWR-418: Update viewer to openssl 501051, curl 501064Nat Goodspeed
2016-11-16DRTVWR-418: Remove obsolete quotes from autobuild.xml.Nat Goodspeed
With the new autobuild command infrastructure, the quotes that used to be necessary for correct command-line parsing are now actually undesirable: they are passed literally to the command in question, causing (e.g.) cmake to complain that although it knows of a generator called Xcode, there's no generator called 'Xcode'.
2016-11-16DRTVWR-418: pull in new viewer-release via viewer64Nat Goodspeed
2016-11-16Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-11-15DRTVWR-418: Fold windows64 into windows platform with new autobuild.Nat Goodspeed
autobuild 1.1 now supports expanding $variables within a config file -- support that was explicitly added to address this very problem. So now the windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE, $AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle most of the deltas between the windows platform and windows64. This permits removing the windows64 platform definition from autobuild.xml. The one remaining delta between the windows64 and windows platform definitions was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead.
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-10-27MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too ↵pavelkproductengine
small to read
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-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