diff options
author | Oz Linden <oz@lindenlab.com> | 2014-10-28 14:24:19 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-10-28 14:24:19 -0400 |
commit | a44d76e66b489340b2ae77736712cb9714b32c32 (patch) | |
tree | ac70b78443c4b58216cdbd3544e513a8fcd4a1ac | |
parent | 7a2cfdc980c2199565a8682c5ba9c4d5c5b711eb (diff) | |
parent | c26f41992ae125cdc34014278f871005cb9f9a48 (diff) |
merge update from callum
-rw-r--r-- | XCODE_6_UPGRADES_TODO.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt deleted file mode 100644 index 18df55b9d0..0000000000 --- a/XCODE_6_UPGRADES_TODO.txt +++ /dev/null @@ -1,7 +0,0 @@ -* 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? .... |