summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2014-10-20Update to build on Xcode 6.0: clang demands a default ctorcallum_linden
2014-10-20Update to build on Xcode 6.0: removal of some unused variablescallum_linden
2014-10-19Update to build on Xcode 6.0: removal of some unused variablescallum_linden
2014-10-19Update to build on Xcode 6.0: scoping fix for mediadata clientcallum_linden
2014-10-19Update to build on Xcode 6.0: removal of 2 unused variablescallum_linden
2014-10-19Update to build on Xcode 6.0: removal of an unused variablecallum_linden
2014-10-19Update to build on Xcode 6.0: initialization needs a default constructorcallum_linden
2014-10-19Update to build on Xcode 6.0: removal on unused variable(s) need more ↵callum_linden
thought from Nat
2014-10-19Update to build on Xcode 6.0: remove an unused const variablecallum_linden
2014-10-19Update to build on Xcode 6.0: remove unused const variablescallum_linden
2014-10-19Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-19Update to build on Xcode 6.0: assignment and comparison operator mixupcallum_linden
2014-10-18Update to build on Xcode 6.0: remove more of unused variablescallum_linden
2014-10-18Update to build on Xcode 6.0: initialization needs a default constructorcallum_linden
2014-10-18Update to build on Xcode 6.0: remove unused member variablecallum_linden
2014-10-18Update to build on Xcode 6.0: fix member initializer 'mWaitingToClose' does ↵callum_linden
not name a non-static data member or base class
2014-10-18Update to build on Xcode 6.0: remove more of unused variablescallum_linden
2014-10-18Update to build on Xcode 6.0: remove lots of unused variablescallum_linden
2014-10-18Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-18Update to build on Xcode 6.0: collection of removal of unused variables ↵callum_linden
[-Wunused-variable]
2014-10-18Update to build on Xcode 6.0: private field isMuted is not usedcallum_linden
2014-10-18Update to build on Xcode 6.0: fix member initializer 'mSelectedItem' does ↵callum_linden
not name a non-static data member or base class - already initialized in parent class
2014-10-18Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-18Update to build on Xcode 6.0: remove unused variables and functionscallum_linden
2014-10-18Update to build on Xcode 6.0: fix 'using the result of an expression as a ↵callum_linden
conditional without parentheses
2014-10-18Update to build on Xcode 6.0: fix member initializer 'mAppearanceSerialNum' ↵callum_linden
does not name a non-static data member or base class - already initialized in parent class llCharacter
2014-10-18Update to build on Xcode 6.0: more removal of unused variables and functionscallum_linden
2014-10-18Update to build on Xcode 6.0: more removal of unused const variables ↵callum_linden
[-Wunused-const-variable] and member variables
2014-10-17Update to build on Xcode 6.0: clang fix for bracketed logical operationscallum_linden
2014-10-17Update to build on Xcode 6.0: fixes for brackets logical operations and ↵callum_linden
signed/unsigned issue
2014-10-17Update to build on Xcode 6.0: Use of unary operator might be an errorcallum_linden
2014-10-17Update to build on Xcode 6.0: statement has no effect (debugging error ↵callum_linden
perhaps) [-Wself- assign]
2014-10-17Update to build on Xcode 6.0: collection of removal of unused const ↵callum_linden
variables [-Wunused-const-variable] and member variables
2014-10-17Update to build on Xcode 6.0: Change tactic about turning off warnings about ↵callum_linden
-Wdelete-incomplete in anywhere lluictrlfactory.h is used - richard okay'd
2014-10-17Update to build on Xcode 6.0: turn off warnings about unused functions from ↵callum_linden
clang for tut package
2014-10-17Update to build on Xcode 6.0: fix Boost intrusive_ptr scoping issue (part 2 ↵callum_linden
- tidy up)
2014-10-17Update to build on Xcode 6.0: fix Boost intrusive_ptr scoping issuecallum_linden
2014-10-17Update to build on Xcode 6.0: turn off warnings about unused functions from ↵callum_linden
clang for tut package
2014-10-17Update to build on Xcode 6.0: collection of removal of unused const ↵callum_linden
variables [-Wunused-const-variable]
2014-10-17Update to build on Xcode 6.0: turn off warnings about -Wdelete-incomplete 0n ↵callum_linden
llview.h - richard okay'd
2014-10-17Update to build on Xcode 6.0: turn off warnings about unused functions from ↵callum_linden
clang for tut package
2014-10-17Update to build on Xcode 6.0: replace logical && with bitwise versioncallum_linden
2014-10-17Update to build on Xcode 6.0: remove unused codecallum_linden
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: interesting - clang doesn't like it if you ↵callum_linden
specify extra components of a format string that aren't populated in snprintf
2014-10-17Update to build on Xcode 6.0: fix cocoa NSWindow redefinition errorcallum_linden
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: delete called on 'LLTranslationBridge' that is ↵callum_linden
abstract but has non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]
2014-10-17Update to build on Xcode 6.0: more removal of unused variables ↵callum_linden
[-Wunused-variable]
2014-10-17Update to build on Xcode 6.0: more removal of unused variables ↵callum_linden
[-Wunused-variable]