blob: 76a392b18baeced077a29fe6f3bdcf828d33fc1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
* Remove references to Xcode < 6 from CMake (and everywhere else I guess)
* /Users/callum/work/Linden/viewer-tools-update-callum/indra/llcommon/llpredicate.h:144:17 trying to decipher correct code here.
* Missed off some #if LL_DARWINs around #pragmas to turn off non-useful warnings for OS X - will fix when build Windows viewer
* Remove explicity code to turn off unused funcs for tut.hpp (#pragma clang diagnostic ignored "-Wunused-function") - moved to package itself
* Port llQtWebKit with SSL3/TLS fix to hacked version and include in autobuild (Oz)
* Fix up commented out code in 'tut' package - tut/tut/tut_assert.hpp #82 & #84 (no operator << for T & Q)
* Fix llphysicsextension so it builds locally and remove unused variables 78-81
|