summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
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-17merge changes for storm-1388Oz Linden
2011-06-17STORM-1320 OPEN-21 STORM-312 Update libndofdev on linux. Fixes spacenavigator.Logan Dethrow
2011-06-13fix for SH-1412: Mesh upload dialog freezes viewer when uploading certain ↵Xiaohong Bao
meshes.
2011-06-07Automated merge with https://bitbucket.org/davep/mesh-asset-deprecationXiaohong Bao
2011-06-07fix for SH-1765: palm tree model fails to load in viewerXiaohong Bao
2011-06-07mergeDave Parks
2011-06-06fix for SH-588: Uploading a mesh crashes viewerXiaohong Bao
2011-06-02Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-05-26Updated links to new version of LLQtWebKit package for Mac with valid ↵callum
exports file. Addition of Windows version for completenes. No changes.
2011-05-25Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-05-25Point to updated version of LLQtWebKit that supports local changes.,callum
2011-05-20Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-05-19fix for SH-1185: uploading large mesh file sometimes fails and locks up viewer.Xiaohong Bao
2011-05-17Replace older (but working) reference to version of LLQtWebKit for Linuxcallum
2011-05-17fix merge error in open source configurations to disable proprietary componentsOz Linden
2011-05-17BUILDFIX: copy/paste error in mesh autobuild.xml causes configure to fail.Nyx (Neal Orman)
copy/paste error in autobuild.xml caused INSTALL_PROPRIETARY to be set to TRUE for OS builds. This causes configure to fail as llconvexdecomposition is not available to OS devs. Changing INSTALL_PROPRIETARY to false for OS devs so that llconvexdecompositionstub is used instead. problem only affects windows builds.
2011-05-17Typo in Mac/Darwin LLQtWebkit archive namecallum
2011-05-17Point to updated (working) builds of LLQtWebKit.callum
Windows one was missing debug libs/dlls Mac one was missing updated exports. Linux one included for completeness.
2011-05-16mergeDave Parks
2011-05-13Merge with tipcallum
2011-05-13EXP-676 FIX As a web developer, I want to access information about the ↵callum
current state of the SL client, such as avatar location
2011-05-12mergeDave Parks
2011-05-12Merge.brad kittenbrink
2011-05-11merge changes for VWR-25727Oz Linden
2011-05-10New build of ogg-vorbis package to fix VWR-25727.brad kittenbrink
2011-05-09Merge.brad kittenbrink
2011-05-05Remove Pth library from viewer build.Nat Goodspeed
This library was only needed on the Mac, and only with the OS X 10.4 SDK. As of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK we're currently using directly supports the functionality for which we originally brought in Pth.
2011-05-04STORM-1210 Make llconvexdecomposition privateDave Parks
2011-05-04STORM-1210 Public URLs for pcreDave Parks
2011-05-04STORM-1210 Update PCRE libs for mac and linux.Dave Parks
2011-05-03Fix for CHOP-619. Found a general solution to our vs2010 precompiled ↵brad kittenbrink
headers problems and eliminated all our special cases for handling them.
2011-05-02mergeDave Parks
2011-05-02STORM-1215: restore INSTALL_PROPRIETARY in Release builds, remove incorrect ↵Oz Linden
use of LL_RELEASE_FOR_DOWNLOAD from ReleaseOS
2011-04-28updated llconvexdecomposition for version linked with vs2010 havokBrad Payne (Vir Linden)
2011-04-27OPEN-50 : backing out that change that is incompatible with Incredibuild.Merov Linden
2011-04-22mergeDave Parks
2011-04-22Update convex decomp stub to include latest api changes.Dave Parks
2011-04-22Update llconvexdecompositionstub for new package layout.Dave Parks
2011-04-21Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2011-04-21reversing the elimination of the stub build of convexdecomp, as we still needNyx (Neal Orman)
the binary version, even with the full LL source being available. This is because the binary package of the full version is not redistributable due to having the havok binaries in it.
2011-04-21mergeDave Parks
2011-04-21Touch up autobuild xml from merge.Dave Parks
2011-04-21mergeDave Parks
2011-04-21explicitly enable INSTALL_PROPRIETARY in the Linden configurationsOz Linden
2011-04-21restore use of proprietary libs (merge error) in Release buildsOz Linden
2011-04-20merge changes for storm-1183Oz Linden
2011-04-20update the collada lib of Mac to the rev 227230 to fix the missed minizip ↵Xiaohong Bao
problem.
2011-04-19New openssl package solves permissions problems with Linux build.Nat Goodspeed
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package.