| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-12 | Eliminate use of boost::lambda with boost::function (Trac #10864). | Nat Goodspeed | |
| https://svn.boost.org/trac/boost/ticket/10864 I've used boost::lambda with boost::function in a number of creative ways over the years. But the clang 6 shipped with Xcode 6 seems to have somehow broken lambda + function in Boost 1.57. boost::phoenix is a partial workaround. Sadly, lambda's comma-operator overload doesn't seem to be supported, necessitating a couple ugly workarounds. With real lambdas now supported by current compilers, I'm sure the Boost community has little incentive to repair the lambda + function problem. Presumably we'll be able to use such features ourselves Real Soon Now... | |||
| 2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
| (long long round) in VS2013 | |||
| 2014-12-08 | merge | Brad Payne (Vir Linden) | |
| 2014-12-05 | increment viewer version to 3.7.23 | Oz Linden | |
| 2014-12-01 | merge fix | Brad Payne (Vir Linden) | |
| 2014-12-01 | remove unused gpu table code, improve logging for gpu benchmarks | Oz Linden | |
| 2014-12-01 | merge | Brad Payne (Vir Linden) | |
| 2014-12-01 | merge | Brad Payne (Vir Linden) | |
| 2014-12-01 | merge changes for 3.7.21 release | Oz Linden | |
| 2014-12-01 | increment viewer version to 3.7.22 | Oz Linden | |
| 2014-11-24 | Attempt to thread needle for guesstimation phase of GPU classification | Graham Linden | |
| 2014-11-21 | automate keeping the About SL -> Licenses tab correct | Oz Linden | |
| 2014-11-21 | Tweak conversion from tested bandwidth to get better reads on low-end systems | Graham Linden | |
| 2014-11-20 | Put back old thresholds to try to get better match on old/new identification ↵ | Graham Linden | |
| per-card | |||
| 2014-11-19 | Roll back changes to geo drawn in gpu_bench to stop punishing cards with low ↵ | Graham Linden | |
| fill rate | |||
| 2014-11-18 | Adjust gpu_bench thresholds and move VB set outside loop again for speed | Graham Linden | |
| 2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham Linden | |
| 2014-11-17 | Attempt wider disable of using profile API when timer query is not present | Graham Linden | |
| 2014-11-17 | Avoid using GL_ARB_timer_query functionality when not supported and protect ↵ | Graham Linden | |
| against probably-not-NULL current bound shader pointer | |||
| 2014-11-15 | MAINT-4537 WIP - comments and cleanup | Brad Payne (Vir Linden) | |
| 2014-11-15 | MAINT-4537 WIP - more joint position management during outfit changes | Brad Payne (Vir Linden) | |
| 2014-11-14 | MAINT-4537 WIP - joint position management during outfit changes | Brad Payne (Vir Linden) | |
| 2014-11-14 | Comment out now-unused GPU_TABLE_FILENAME in llfeaturemanager.cpp. | Nat Goodspeed | |
| The "death to the GPU table" change has commented out the only references to the GPU_TABLE_FILENAME constant, and Xcode 6.x regards that as an error. | |||
| 2014-11-14 | MAINT-4537 WIP - order of operations during outfit change | Brad Payne (Vir Linden) | |
| 2014-11-14 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2014-11-12 | Eliminate LLAppViewer::cleanup() dup --analyzeperformance code block. | Nat Goodspeed | |
| Not sure at what point the redundancy was introduced, but it seems clear we only want to run performance analysis once per shutdown. | |||
| 2014-11-11 | Merge changes for 3.7.20-release | maksymsproductengine | |
| 2014-11-10 | Fix typo in new viewer_manifest.py codesigning logic. | Nat Goodspeed | |
| 'raisef' is not a Python statement. | |||
| 2014-11-10 | merge | Brad Payne (Vir Linden) | |
| 2014-11-10 | merge changes for 3.7.20-release | Oz Linden | |
| 2014-11-10 | increment viewer version to 3.7.21 | Oz Linden | |
| 2014-11-03 | merge | Brad Payne (Vir Linden) | |
| 2014-11-03 | Pull in viewer-release and become version 3.7.20 | simon | |
| 2014-11-03 | SL-93 WIP - pelvis fixup offsets | Brad Payne (Vir Linden) | |
| 2014-10-31 | settings.xml update | Brad Payne (Vir Linden) | |
| 2014-10-30 | SL-93 WIP - missing include | Brad Payne (Vir Linden) | |
| 2014-10-30 | SL-93 - WIP on managing pelvis fixups using new joint offset framework | Brad Payne (Vir Linden) | |
| 2014-10-29 | fix signature target path | Oz Linden | |
| 2014-10-29 | reorder finalizing for OSX so that the signature is applied to the app after ↵ | Oz Linden | |
| copying into the dmg; preserves extended attributes | |||
| 2014-10-29 | merge changes for MAINT-4560 | Oz Linden | |
| 2014-10-28 | fix for formatting issue | JJ Linden | |
| 2014-10-28 | adding line to test that app was signed appropriately | JJ Linden | |
| 2014-10-28 | add --deep to codesign for the mac | Oz Linden | |
| 2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
| 2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
| 2014-10-28 | increment viewer version to 3.7.20 | Oz Linden | |
| 2014-10-23 | Bring in new TUT library build. Clean up ensure_equals() overloads. | Nat Goodspeed | |
| The new TUT library build eliminates the ambiguity about ensure_equals(const char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based on const std::string&. Remove pointless const char* overloads and ambiguous forwarding templates. With clang in Xcode 6, any new datatypes we intend to use with ensure_equals() must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h #includes tut.hpp. Reorder code in certain test source files to guarantee that visibility. | |||
| 2014-10-21 | merge changes for 3.7.18-release | Oz Linden | |
| 2014-10-21 | fix version number generation for cmake 3.x and autobuild 1.0 compatibility | Oz Linden | |
| 2014-10-21 | merge changes for 3.7.18-release | Oz Linden | |
