Go to file
Nat Goodspeed 8b7c903e5c Fix a couple gotchas in LLSDArray, LLSDParam, llsd_equals().
Nested LLSDArray expressions, e.g.:
LLSD array_of_arrays(LLSDArray(LLSDArray(17)(34))
                              (LLSDArray("x")("y")));
would quietly produce bad results because the outermost LLSDArray was being
constructed with the compiler's implicit LLSDArray(const LLSDArray&) rather
than LLSDArray(const LLSD&) as the reader assumes. Fixed with an explicit copy
constructor to Do The Right Thing.
Generalized LLSDParam<float> specialization into a macro to resolve similar
conversion ambiguities for float, LLUUID, LLDate, LLURI and LLSD::Binary.
Added optional bits= argument to llsd_equals() to permit comparing embedded
Real values using is_approx_equal_fraction() rather than strictly bitwise.
Omitting bits= retains current bitwise-comparison behavior.
2011-01-31 18:00:58 -05:00
doc VWR-24321: fix validation of textures that start with 00 2011-01-24 09:35:41 -05:00
etc Switch inventory capabilities to FetchInventory2 and family. 2011-01-07 18:30:03 +00:00
indra Fix a couple gotchas in LLSDArray, LLSDParam, llsd_equals(). 2011-01-31 18:00:58 -05:00
scripts SNOW-744: scripts/install.py --uninstall does not remove symbolic links. 2010-12-15 17:31:18 +01:00
.hgignore added ignore for avatar.log 2010-05-29 13:29:37 -07:00
.hgtags Added tag nat-eventapi2-base for changeset b542f8134a2b 2011-01-28 19:56:15 -05:00
BuildParams Adding run_tests buildparam and setting to false for coverity builds so coverity can run. 2011-01-26 15:07:54 -08:00
build.sh Adding run_tests buildparam and setting to false for coverity builds so coverity can run. 2011-01-26 15:07:54 -08:00
install.xml STORM-808 : merge webkit upgrade to Qt v4.7.1 2010-12-22 14:06:46 -08:00
viewer-hg-convert.shamap Merge 2010-09-27 17:54:52 -07:00