diff options
author | callum_linden <none@none> | 2014-10-22 11:57:16 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-22 11:57:16 -0700 |
commit | 60f4494dc09587e6b622e5241a5f98a5bd521f56 (patch) | |
tree | c5b96ff58c9c9ff954853a51ec57590e49be2ce2 /XCODE_6_UPGRADES_TODO.txt | |
parent | 221c521f23e7c661e0c36fcd7a8b40b9db18608f (diff) |
updates to TO DO list
Diffstat (limited to 'XCODE_6_UPGRADES_TODO.txt')
-rw-r--r-- | XCODE_6_UPGRADES_TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt index c682a09b2f..1330e33910 100644 --- a/XCODE_6_UPGRADES_TODO.txt +++ b/XCODE_6_UPGRADES_TODO.txt @@ -1,7 +1,12 @@ + * autobuild configure with tests on (LL_TESTS:BOOL=ON) and fix errors * 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 +* Release builds on initial inspection at least, run 1/3 the speed (frame rate meter) of same viewer-release build - clang optimization off? + +* Should we be using libstdc++ (GNU) or libc++ (clang) - using the former but latter is more 'clang'y + * Investigates: https://bitbucket.org/callum_linden/viewer-tools-update-callum/commits/3d2fb85943d527e7db9908ff2824bc54afe916f1 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? .... |