summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2013-05-22merge changes for maint-2718Oz Linden
2013-05-21MAINT-2718 FIX Update Windows version of FMOD Ex DLLs with non-logging versionscallum_linden
2013-05-11Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵Graham Madarasz
material instead of mMaterial
2013-05-10Merge with vwr-dev-matGraham Madarasz
2013-05-10merge changes for 3.5.2-beta4Oz Linden
2013-05-08merge changes for 3.5.1-releaseOz Linden
2013-05-07merge changes for DRTVWR-299Oz Linden
2013-05-01Merge vwr-dev-matGraham Madarasz
2013-04-30Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-26Fix llmediadataclient test to include new dep on llprimitive and fix bogus ↵Graham Madarasz
boost lib refs in llprimitive cmake def
2013-04-25Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-22merge changes for OPEN-173Oz Linden
2013-04-19OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via ↵callum
Latif Khalifa & Siana Gearz) - additional fix. Team City gave me the wrong MD5 for 3p-package
2013-04-19OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via ↵callum
Latif Khalifa & Siana Gearz)
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-17Merge with viewer-developmentcallum_linden
2013-03-29Google Breakpad Fix. Code reviewed by DavePGraham Madarasz (Graham Linden)
2013-03-29Dueling checksumsGraham Madarasz
2013-03-29Viewer breakpad linux fixesGraham Madarasz
2013-03-29Move to latest linux breakpad packageGraham Madarasz
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-28Google Breakpad FixGraham Madarasz (Graham Linden)
2013-03-28Plug in Oz built-by-magic breakpad packages for testingGraham Madarasz (Graham Linden)
2013-03-28Add new linux breakpad build for testingGraham Madarasz (Graham Linden)
2013-03-28Fix md5sum mismatch on google breakpad on windowsDave Parks
2013-03-27Fix breakpad breakage from linux API diffsGraham Madarasz
2013-03-27New gmock with WChar fix and add boost sys lib to viewer source testsGraham Madarasz
2013-03-27Update to newest breakpad candidate packages with fixed headersGraham Madarasz (Graham Linden)
2013-03-27Fix API diffs with new breakpad and point at private breakpad packages to testGraham Madarasz
2013-03-26Backed out changeset: 3643d1c655c0Dave Parks
2013-03-26Fix linux breakpad package URLGraham Madarasz (Graham)
2013-03-26Point at private breakpad packages to get builds working againGraham Madarasz (Graham)
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-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