summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2014-10-17Update to build on Xcode 6.0: clang detecting unsigned int (size_t) compariso...callum_linden
2014-10-17Update to build on Xcode 6.0: delete called on 'LLTranslationBridge' that is ...callum_linden
2014-10-17Update to build on Xcode 6.0: more removal of unused variables [-Wunused-vari...callum_linden
2014-10-17Update to build on Xcode 6.0: more removal of unused variables [-Wunused-vari...callum_linden
2014-10-17Update to build on Xcode 6.0: fix deprecated constant in OS X landcallum_linden
2014-10-17Update to build on Xcode 6.0: explicitly supress certain warnings in KDU pack...callum_linden
2014-10-17Update to build on Xcode 6.0: interesting typo? no one to ask but pretty sure...callum_linden
2014-10-17Update to build on Xcode 6.0: larger collection of removal of unused const va...callum_linden
2014-10-17Update to build on Xcode 6.0: more removal of unused variables [-Wunused-vari...callum_linden
2014-10-17Update to build on Xcode 6.0: more removal of unused const variables [-Wunuse...callum_linden
2014-10-17Update to build on Xcode 6.0: clang detecting unsigned int (size_t) compariso...callum_linden
2014-10-17Update to build on Xcode 6.0: using an assignment in an expressions without p...callum_linden
2014-10-17Update to build on Xcode 6.0: variable (result) can be unitialized if conditi...callum_linden
2014-10-17Update to build on Xcode 6.0: variable (result) can be unitialized if conditi...callum_linden
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 expres...callum_linden
2014-10-17Update to build on Xcode 6.0: more removed of unused const variables [-Wunuse...callum_linden
2014-10-17Update to build on Xcode 6.0: removed unised const variables [-Wunused-const-...callum_linden
2014-10-17Update to build on Xcode 6.0: cleaned up some Boostisms and removed some dead...callum_linden
2014-10-17Update to build on Xcode 6.0: clang is super picky extra parens around expres...callum_linden
2014-10-17Update to build on Xcode 6.0: removed bunch of unused consts variables [-Wunu...callum_linden
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
2014-10-17Update to build on Xcode 6.0: collection of similar possibly incorrect logica...callum_linden
2014-10-17Update to build on Xcode 6.0: collection of similar const var not used warnin...callum_linden
2014-10-17Update to build on Xcode 6.0: clang warned about comparison of unsigned int t...callum_linden
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 it...callum_linden
2014-10-17Update to build on Xcode 6.0: turn BACK ON warnings as errors for overloaded ...callum_linden
2014-10-17Update to build on Xcode 6.0: reorder code and additional scoing in template ...callum_linden
2014-10-17Update to build on Xcode 6.0: turn OFF warnings as errors for overloaded virt...callum_linden
2014-10-17Update to build on Xcode 6.0: change name of prebuilt binary to match new for...callum_linden
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 cha...JJ Linden
2014-10-10update autobuild.xml to point to new versions of boost, googlemock and collad...callum_linden
2014-10-07Updates to point to lots of new third party libs and some small tweaks to tak...callum_linden
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 on...Callum Prentice