summaryrefslogtreecommitdiff
path: root/XCODE_6_UPGRADES_TODO.txt
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-18 12:35:43 -0700
committercallum_linden <none@none>2014-10-18 12:35:43 -0700
commitc0b67e6549d17b395f06a82773b4c49939710725 (patch)
tree02f27e4776e6d9d05d8266d83521100961b69cb5 /XCODE_6_UPGRADES_TODO.txt
parentd8dbe73f0b55de9b8f6e9dd6071d8f50e1538445 (diff)
Update to build on Xcode 6.0: clarify list of things left to do now llphysics_extension hack is in place
Diffstat (limited to 'XCODE_6_UPGRADES_TODO.txt')
-rw-r--r--XCODE_6_UPGRADES_TODO.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt
index 76a392b18b..cbc26b39e5 100644
--- a/XCODE_6_UPGRADES_TODO.txt
+++ b/XCODE_6_UPGRADES_TODO.txt
@@ -1,13 +1,18 @@
* 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.
+* /Users/callum/work/Linden/viewer-tools-update-callum/indra/llcommon/llpredicate.h:144:17 trying to decipher correct code here. (via Richard)
* 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
+* Remove explicit code to turn off unused funcs for tut.hpp (#pragma clang diagnostic ignored "-Wunused-function") - I moved it 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 \ No newline at end of file
+* Fix llphysicsextension:
+ * so it builds locally
+ * remove unused variables 78-81
+ * remove pointer to hacked version in vewer autobuild.xml
+
+