summaryrefslogtreecommitdiff
path: root/XCODE_6_UPGRADES_TODO.txt
blob: 074e09c6802d144a0772e4bf83145744af2e98ee (plain)
1
2
3
4
5
6
7
8
9
* Fix up commented out code in 'tut' package - tut/tut/tut_assert.hpp #82 & #84 (no operator << for T & Q), rebuild package and point autobuild.xml at original version

* Fix and uncomment unit test in indra/test/llsd_new_tut.cpp

* Should we be using libstdc++ (GNU) or libc++ (clang) - using the former but latter is more 'clang'y - see comments from Cinder in BB

* Weird folder name "build-darwin-i386/newview/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Second Life.app" - likely causes because those $() should be ${} for CMake? - No, it's something else - lots of occurences in build-darwin folder but where do they come from? ....

* libjpeg is placed in lib folder vs lib/release - change it to match others