phoenix-firestorm/indra
Nat Goodspeed 918e2b629b Bring in new TUT library build. Clean up ensure_equals() overloads.
The new TUT library build eliminates the ambiguity about ensure_equals(const
char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based
on const std::string&. Remove pointless const char* overloads and ambiguous
forwarding templates.
With clang in Xcode 6, any new datatypes we intend to use with ensure_equals()
must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h
#includes tut.hpp. Reorder code in certain test source files to guarantee that
visibility.
2014-10-23 20:23:08 -07:00
..
cmake correct test construction macro target reference for integration tests 2014-10-21 17:56:13 -04:00
copy_win_scripts
integration_tests
lib/python
linux_crash_logger
llappearance Update to build on Xcode 6.0: typedef declared protected incorrectly here 2014-10-20 11:21:54 -07:00
llaudio
llcharacter
llcommon Bring in new TUT library build. Clean up ensure_equals() overloads. 2014-10-23 20:23:08 -07:00
llcorehttp
llcrashlogger
llimage
llimagej2coj
llinventory
llkdu Update to build on Xcode 6.0 (fix unit tests): fix function stubbing in KDU 2014-10-22 09:25:19 -07:00
llmath
llmessage
llplugin
llprimitive
llrender
llui
llvfs
llwindow
llxml
lscript
mac_crash_logger
media_plugins
newview Bring in new TUT library build. Clean up ensure_equals() overloads. 2014-10-23 20:23:08 -07:00
test Bring in new TUT library build. Clean up ensure_equals() overloads. 2014-10-23 20:23:08 -07:00
test_apps Update to build on Xcode 6.0 (fix unit tests): fix and remove copy-pasted code :( 2014-10-22 09:43:55 -07:00
tools/vstool
viewer_components Update to build on Xcode 6.0 (fix unit tests): fix up Boost linker errors 2014-10-22 10:09:24 -07:00
win_crash_logger
CMakeLists.txt
edit-me-to-trigger-new-build.txt
fix-incredibuild.py