summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2013-03-18BUILDFIX new appearance utility src for fixing a runtime errorNyx Linden
2013-02-21MAINT-2389: pick up new Boost build to eliminate gcc 4.1 warningsNat Goodspeed
2013-02-21MAINT-2389: Change viewer to Boost package without ucontext.h.Nat Goodspeed
In autobuild.xml, specify today's build of the Boost package that includes the Boost.Context library, and whose boost::dcoroutines library uses Boost.Context exclusively instead of its previous context-switching underpinnings (source of the ucontext.h dependency). Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it with the viewer and with the lllogin.cpp test executable. Track new Boost package convention that our (early, unofficial) Boost.Coroutine library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc. Remove #include <boost/coroutine/coroutine.hpp> from llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine header must be #included before anything else that might use ucontext.h is gone now that we no longer depend on ucontext.h. In fact remove -D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to work around a known problem with the ucontext.h facilities.
2013-02-19Updating appearance utilityDon Kjer
2013-02-15Added ca-bundle.crt behaviors for Mac and Windows.Aura Linden
2013-02-16Updated to use 4.5SDKs for Mac and Windows. Tricked into believing 3.2 SDK ↵Aura Linden
is 4.5 for linux
2013-02-11Updating appearance utilDon Kjer
2013-02-09Updating appearance utilityDon Kjer
2013-02-09Updating appearance utilityDon Kjer
2013-02-05Update fmodex sums to refer to newest OS X 3p-fmodex-privateGraham Madarasz (Graham)
2013-02-05Update windows fmodex sums and path for new buildGraham Madarasz (Graham)
2013-02-04Update fmodex sums for new buildsGraham Madarasz (Graham Linden)
2013-02-04Point autobuild.xml at yet another 3p-fmodex-private OS X build.Graham Madarasz (Graham)
2013-02-04Nix trying to copy the debug fmod DLLGraham Madarasz (Graham)
2013-02-04Fixed double hash sum entryGraham Madarasz
2013-02-04md5sum and path update reduxGraham Madarasz (Graham)
2013-02-04Point autobuild at newer fmodex builds and fix warning being treated as ↵Graham Madarasz (Graham)
error in llaudioengine_fmodex.cpp
2013-02-04Fixed rev numbers in paths for mac and linuxGraham Madarasz
2013-02-04Fix autobuild.xml to refer to md5sums and paths of newer 3p-fmodex-privateGraham Madarasz (Graham)
2013-02-04MergedSovereign Engineer
2013-02-04Point autobuild at latest Mac Fmod Ex packageGraham Madarasz (Graham)
2013-02-04Updated md5sums and staged lib paths for FModExGraham Madarasz (Graham)
2013-02-04Correct order of autobuild libsSovereign Engineer
2013-02-02Merged callum_linden/viewer-development-usb-headset into defaultDrake Arconis
2013-02-02Updated fmodex download paths / md5sums from proxy for the first TC buildsGraham Madarasz (Graham Linden)
2013-02-01Removed (most) references to older FMOD library - still a little Linux clean ↵callum_linden
up left
2013-01-30SH-3651 FIX Beards not visible on server-generated appearances.Nyx Linden
Fixed back end to enable beards.
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2013-01-23Add in Windows FMOD Ex packagecallum_linden
2013-01-22Update 3p libs to include debug version toocallum_linden
2013-01-18first push - patch from CmdCupCake plus force FMODEX oncallum_linden
2013-01-18Moving appearance utility deb to private repoDon Kjer
2013-01-08Automated merge with https://bitbucket.org/lindenlab/viewer-tigerDave Parks
2012-12-20Disabling build of headless appearance utilityDon Kjer
2012-12-19change to use lindenlab repo for havok source, with new licenseOz Linden
2012-12-19upgrade boost build to use public build of icu4cOz Linden
2012-12-12Updating appearance utility to deal with IMG_INVISIBLEDon Kjer
2012-12-12Updating linux libGLOD to match darwin namingDon Kjer
2012-12-11Fix for building on case-sensitive mac filesystems. Fix to remove unwind ↵Don Kjer
spam warnings while linking on xcode 4.5.2 builds
2012-12-06Automated mergeDon Kjer
2012-12-06Alpha rendering fixes for appearance utility.Don Kjer
2012-12-05Added back in mesa package for linux buildsprep
2012-12-04Pull in upstream viewer-development via viewer-lionsimon@Simon-PC.lindenlab.com
2012-11-28Automated mergeDon Kjer
2012-11-28Updating appearance utilityDon Kjer
2012-11-28SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵prep
alignment issue in llAppearance.
2012-11-20Automated merge with https://bitbucket.org/lindenlab/viewer-developmentDave Parks
2012-11-19MAINT-1841 Use NVAPI to force NVIDIA GPU power management mode to prefer max ↵Dave Parks
performance Reviewed by Simon.
2012-11-17Update to Boost 1.52 package with gcc 4.1 warning fix.Nat Goodspeed
2012-11-16Use new 3p-boost 1.52 build with Windows /Zc:wchar_t- compile switch.Nat Goodspeed