summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-10Replace boost::lambda::_1 with boost::phoenix::placeholders::arg1.Nat Goodspeed
Apparently in Boost 1.57 with Xcode 6, the combination of Boost.Lambda and Boost.Function is broken -- Trac ticket 10864: https://svn.boost.org/trac/boost/ticket/10864 However, Boost.Phoenix provides an acceptable replacement.
2014-12-10Clarify for VS 2013 that an operator bool() method returns bool.Nat Goodspeed
For some reason VS 2013 (unlike its predecessors and other current compilers) needs us to explicitly convert an operator bool() method's return expression to bool. :-P
2014-12-10Fix for build problems with LLTrace::AccumulatorBuffer copy ctor in VS2013 ↵callum_linden
(only)
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-12-09merge with headcallum_linden
2014-12-09no implicit conversion from ofsteam to bool in VS2013!!!!callum_linden
2014-12-09update dictionaries to a single common platform buildOz Linden
2014-12-09Made merge to correct version of file.Aura Linden
2014-12-08Merged.Aura Linden
2014-12-08Pointed to newest havok repos.Aura Linden
2014-12-08Update autobuild to point to new (Windows) third poarty libraries we just ↵callum_linden
built and configure for VS2013
2014-12-06Update viewer to consume mesa build 297283.Nat Goodspeed
2014-12-05increment viewer version to 3.7.23Oz Linden
2014-12-05Added tag 3.7.22-release for changeset bc61801f6140Oz Linden
2014-12-05Wrap #pragma clang in #if __clang__, else VS produces fatal warnings.Nat Goodspeed
2014-12-05Update viewer to consume tut build 297257.Nat Goodspeed
2014-12-04Place Windows build artifacts in build-vc120 rather than build-vc100.Nat Goodspeed
2014-12-04Make havok_source package name agree with name from repo URL.Nat Goodspeed
Until we get a havok-source package built with new metadata-bearing autobuild, the package name in autobuild.xml and CMake must agree with the tarball filename.
2014-12-04Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-04Update viewer to consume apr build 297252.Nat Goodspeed
2014-12-04Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-04We don't want to see all of build-vc120 in 'hg status' output.Nat Goodspeed
2014-12-03tweak for typo in GTK/Pango Windows libcallum_linden
2014-12-03Update viewer to consume googlemock build 297188.Nat Goodspeed
2014-12-03Update viewer to consume colladadom build 297187.Nat Goodspeed
2014-12-03Update viewer to consume boost build 297177.Nat Goodspeed
2014-12-03Update viewer to consume curl build 297172.Nat Goodspeed
2014-12-03Update viewer to consume openssl build 297168.Nat Goodspeed
2014-12-02Update viewer to consume pcre build 297155.Nat Goodspeed
2014-12-01remove unused gpu table code, improve logging for gpu benchmarksOz Linden
2014-12-01merge changes for 3.7.21 releaseOz Linden
2014-12-01Update viewer to consume pcre build 297101.Nat Goodspeed
2014-12-01increment viewer version to 3.7.22Oz Linden
2014-12-01Added tag 3.7.21-release for changeset 9ecab4b0c7d8Oz Linden
2014-11-26Update viewer to consume googlemock build 297089.Nat Goodspeed
2014-11-26Update viewer to consume boost 1.57 build 297087.Nat Goodspeed
2014-11-25Update viewer to consume xmlrpc-epi build 297075.Nat Goodspeed
2014-11-25Update viewer to consume expat build 297014.Nat Goodspeed
2014-11-25Update viewer to consume freetype build 297053.Nat Goodspeed
2014-11-25Update viewer to consume libpng build 297051.Nat Goodspeed
2014-11-25Update viewer to consume libxml2 build 297050.Nat Goodspeed
2014-11-25Update viewer to consume zlib build 296881.Nat Goodspeed
2014-11-24Attempt to thread needle for guesstimation phase of GPU classificationGraham Linden
2014-11-21automate keeping the About SL -> Licenses tab correctOz Linden
2014-11-21Tweak conversion from tested bandwidth to get better reads on low-end systemsGraham Linden
2014-11-20Put back old thresholds to try to get better match on old/new identification ↵Graham Linden
per-card
2014-11-19OPEN-282 - Define LL_THREAD_LOCAL for our platforms in order to unify TLS ↵Cinder
support
2014-11-19Roll back changes to geo drawn in gpu_bench to stop punishing cards with low ↵Graham Linden
fill rate
2014-11-19OPEN-282 Use pthreads for TLS on macCinder
2014-11-18Adjust gpu_bench thresholds and move VB set outside loop again for speedGraham Linden