summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17point to hacker version of tut package now so I can keep going - see TO DO listcallum_linden
2014-10-17update TO DO listcallum_linden
2014-10-17update TO DO listcallum_linden
2014-10-17Update to build on Xcode 6.0: update list of things to address latercallum_linden
2014-10-17Update to build on Xcode 6.0: point to new version of tut package that ↵callum_linden
explicitly turns off unused function warnings vs. spreading the code throughout viewer
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-17Add (temporary) TO DO file to keep track of issues I had to skip over for ↵callum_linden
now but that must be addressed
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]
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 ↵callum_linden
package files
2014-10-17Update to build on Xcode 6.0: interesting typo? no one to ask but pretty ↵callum_linden
sure this is the fix ,-Wlogical-not-parentheses]
2014-10-17Update to build on Xcode 6.0: larger collection of removal of unused const ↵callum_linden
variables [-Wunused-const-variable]
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 const variables ↵callum_linden
[-Wunused-const-variable]
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