summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2014-10-17Update to build on Xcode 6.0: clang detecting unsigned int (size_t) ↵callum_linden
comparison with <0 [-Wtautological-compare]
2014-10-17Update to build on Xcode 6.0: using an assignment in an expressions without ↵callum_linden
parens
2014-10-17Update to build on Xcode 6.0: variable (result) can be unitialized if ↵callum_linden
condition is false (TAKE 2) [-Wsometimes-uninitialized]
2014-10-17Update to build on Xcode 6.0: variable (result) can be unitialized if ↵callum_linden
condition is false [-Wsometimes-uninitialized]
2014-10-17Update to build on Xcode 6.0: how did this ever compile...callum_linden
2014-10-17Update to build on Xcode 6.0: clang is super picky extra parens around ↵callum_linden
expression [-Wparenthes es-equality]
2014-10-17Update to build on Xcode 6.0: more removed of unused const variables ↵callum_linden
[-Wunused-const-variable]
2014-10-17Update to build on Xcode 6.0: removed unised const variables ↵callum_linden
[-Wunused-const-variable]
2014-10-17Update to build on Xcode 6.0: cleaned up some Boostisms and removed some ↵callum_linden
dead code
2014-10-17Update to build on Xcode 6.0: clang is super picky extra parens around ↵callum_linden
expression [-Wparenthes es-equality]
2014-10-17Update to build on Xcode 6.0: removed bunch of unused consts variables ↵callum_linden
[-Wunused-const-variable]
2014-10-17Update to build on Xcode 6.0: various scoping issues with octree codecallum_linden
2014-10-17Update to build on Xcode 6.0: clang detecting unsigned int comparison with ↵callum_linden
>=0 [-Wtautological-compare] - confirmed fix with davep
2014-10-17Update to build on Xcode 6.0: collection of similar possibly incorrect ↵callum_linden
logical comparison grouping [-Wlogical-op-parentheses] fixes for clang
2014-10-17Update to build on Xcode 6.0: collection of similar const var not used ↵callum_linden
warnings/errors [-Wunused-const-variable]
2014-10-17Update to build on Xcode 6.0: clang warned about comparison of unsigned int ↵callum_linden
to >=0 - correct ifx here is to retype the variable as signed
2014-10-17Update to build on Xcode 6.0: remove unused function that makes clang sadcallum_linden
2014-10-17Update to build on Xcode 6.0: remove unused member variable that makes clang sadcallum_linden
2014-10-17Update to build on Xcode 6.0: additional scoping required for clangcallum_linden
2014-10-17Update to build on Xcode 6.0: remove unused variable [-Wunused-const-variable]callum_linden
2014-10-17Update to build on Xcode 6.0: TEMP fix to remove broken code (clang) until ↵callum_linden
it's true purpose becomes clear
2014-10-17Update to build on Xcode 6.0: turn BACK ON warnings as errors for overloaded ↵callum_linden
virtuals [-Woverloaded-virtual] and fix up first (of many) files
2014-10-17Update to build on Xcode 6.0: reorder code and additional scoing in template ↵callum_linden
classes to make clang happy
2014-10-17Update to build on Xcode 6.0: turn OFF warnings as errors for overloaded ↵callum_linden
virtuals [-Wno-overloaded-virtual]
2014-10-17Update to build on Xcode 6.0: change name of prebuilt binary to match new ↵callum_linden
format in autobuild.xml (subnname-subname vs subname_subname)
2014-10-17Update to build on Xcode 6.0: first pass at CMake changes to get a build startedcallum_linden
2014-10-14Introduce fast_exit() wrapper for _exit() so we can boost::bind() it.Nat Goodspeed
2014-10-14Reorder LLEventDetail::listenerNameForCoro[Impl]() decls for Xcode 6.Nat Goodspeed
2014-10-13fixes for cmake warnings about policy changes. could not fully test these ↵JJ Linden
changes
2014-10-10update autobuild.xml to point to new versions of boost, googlemock and ↵callum_linden
colladadom
2014-10-07Updates to point to lots of new third party libs and some small tweaks to ↵callum_linden
take account of minor name changes
2014-10-06merge changes for 3.7.17-releaseOz Linden
2014-10-06increment viewer version to 3.7.18Oz Linden
2014-09-29upgrade packages for dbus_glib and libuuid to autobuild 1.0Oz Linden
2014-09-29remove chatty autobuild messageOz Linden
2014-09-29correct prebuild name for llappearance_utilityOz Linden
2014-09-29make cmake usage match new autobuild package nameOz Linden
2014-09-26use the value established by autobuild itself when finding autobuildOz Linden
2014-09-26FIX MAINT-4496 downsizing font to avoid FR text overlap/truncationeli
2014-09-25MAINT-4476 FIX (via patch) It's possible to use landmarks of previous user ↵Callum Prentice
on login screen
2014-09-25correct openal package nameOz Linden
2014-09-24FIX MAINT-4469 shorten Russian translation and made font size smaller, to ↵eli
fix truncations
2014-09-24FIX INTL-151 re-committed translation for Viewer Set41; this brings back ↵eli
missing translation after the last merge
2014-09-23minimal hacks to autobuild.xml to allow configure to finishOz Linden
2014-09-22Merge problems with this file - this fixes themCallum Prentice
2014-09-22Merge with top of viewer-releasecallum_linden
2014-09-22increment viewer version to 3.7.17Oz Linden
2014-09-15FIX INTL-151 translation for Viewer Set41 for viewer-release-nui-login, ↵eli
Portuguese
2014-09-15FIX INTL-151 translation for Viewer Set41 for viewer-release-nui-login in 9 ↵eli
languages
2014-09-08Merge with head of viewer-releasecallum_linden