Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-01-23 | Re-enable skipped test: evidently Windows APR libs CAN transcode. | Nat Goodspeed | |
I don't know at what point the skip() was introduced, but that test now passes even on Windows. | |||
2014-12-16 | Remove Visual Studio workaround for lack of std::fpclassify(). | Nat Goodspeed | |
Visual Studio 2013 evidently does provide std::fpclassify(), so we no longer need the funky local alias. | |||
2014-12-10 | Replace boost::lambda::_1 with boost::phoenix::placeholders::arg1. | Nat Goodspeed | |
Apparently in Boost 1.57 with Xcode 6, the combination of Boost.Lambda and Boost.Function is broken -- Trac ticket 10864: https://svn.boost.org/trac/boost/ticket/10864 However, Boost.Phoenix provides an acceptable replacement. | |||
2014-12-05 | Wrap #pragma clang in #if __clang__, else VS produces fatal warnings. | Nat Goodspeed | |
2014-10-24 | Suppress non-useful NaN test in llsd_new_tut.cpp | Nat Goodspeed | |
2014-10-23 | Bring in new TUT library build. Clean up ensure_equals() overloads. | Nat Goodspeed | |
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 | Fix Xcode 6 compile errors relating to tut::ensure_equals() overloads. | Nat Goodspeed | |
lltut.h declares a number of ensure_equals() overloads for various data types, notably the types supported by LLSD. We expect these to be called by tut code. But the tut code in question is in a template in tut.hpp -- which was #included BEFORE the overloads were declared. Previous C++ compilers have evidently made multiple passes, collecting the relevant overloads before attempting to compile the template bodies. clang does not, complaining that the overloads must be declared before the tut.hpp template code that references them. Reordering parts of lltut.h seems to address that problem. For similar reasons, test programs that use StringVec.h and its operator<<() must #include StringVec.h before lltut.h. Add ensure_equals(const std::string&, const LLSD::Binary&, const LLSD::Binary&) overload. The sloppy mix of (const char*, ...) and (const std::string&, ...) overloads bothers me, since for many of those ... types we seem to have to duplicate them. | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): comment out failing unit test ↵ | callum_linden | |
in llsd_new_tut.cpp to let the build proceed - will fix later | |||
2014-10-22 | added quoting to clarify failure messages | Oz Linden | |
2014-10-20 | Update to build on Xcode 6.0: remove #pragmas from code to deal with tut ↵ | callum_linden | |
warnigs/errors (moved to package) AND bracket clang #pragmas in #if LL_DARWIN | |||
2014-10-17 | Update to build on Xcode 6.0: turn off warnings about unused functions from ↵ | callum_linden | |
clang for tut package | |||
2014-10-17 | Update to build on Xcode 6.0: turn off warnings about unused functions from ↵ | callum_linden | |
clang for tut package | |||
2014-10-17 | Update to build on Xcode 6.0: turn off warnings about unused functions from ↵ | callum_linden | |
clang for tut package | |||
2014-10-13 | fixes for cmake warnings about policy changes. could not fully test these ↵ | JJ Linden | |
changes | |||
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-06-02 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-drtvwr-365. | Stinson Linden | |
2014-05-17 | MAINT-4009: Final pass refactoring to eliminate memory allocation related to ↵ | Stinson Linden | |
error reporting that is not properly cleaned up. | |||
2014-05-16 | MAINT-4009: First pass refactoring to eliminate memory related to error ↵ | Stinson Linden | |
reporting that is not properly cleaned up. | |||
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-03-04 | merge changes for 3.7.2-release | Oz Linden | |
2014-02-11 | merge up to 3.7.0-release and get unit test fixes | Oz Linden | |
2014-02-10 | STORM-1915 Fix unit tests | Jonathan Yap | |
2013-10-16 | merge | Brad Payne (Vir Linden) | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-20 | MAINT-3172 fix rendering regressions from release mergedown | Graham Linden | |
2013-08-23 | BUILDFIX: fix for crashes in unit tests on mac and linux | Richard Linden | |
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-08-12 | SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue ↵ | Richard Linden | |
bounces once per second SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary made llerrs/infos/etc properly variadic wrt tags LL_INFOS("A", "B", "C") works, for example fixed unit tests remove llsimplestat | |||
2013-07-31 | BUILDFIX: removed usage of llversionserver.h | Richard Linden | |
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
2013-06-20 | merge with release | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-22 | MAINT-2612: Remove no-longer-valid unused-var warning suppressions. | Nat Goodspeed | |
Somehow viewer-cat acquired a lot of source lines (in several different files) of the form: (void)somevar; where ?somevar? was not declared. Apparently someone introduced an unused declaration of ?somevar?, encountered unused-variable warnings, introduced the (void) casts to suppress those warnings, then deleted the declarations -- without deleting the (void) casts. It seems worth noting that the resulting code should not have compiled successfully on any platform. | |||
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-16 | SH-4061 WIP - fix for build issues on mac, reset the retry policy on success. | Brad Payne (Vir Linden) | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-04-11 | removed unused data structures | Richard Linden | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |