"README.md" did not exist on "378c076d1df5d911e07959638fbd61a9094384d2"
- Aug 08, 2020
-
-
Rye Mutt authored
-
- Jul 26, 2020
-
-
Rye Mutt authored
-
- Jul 14, 2020
-
-
Brad Kittenbrink authored
-
- Mar 25, 2020
-
-
Nat Goodspeed authored
Before this change, you had to literally pass LLSD::emptyArray() to get no-op behavior.
-
Nat Goodspeed authored
We include both const and non-const overloads. The latter returns LLSD&, so you can assign to the located element. In fact we already implemented the non-const logic in a less public form as storeToLLSDPath() in lleventcoro.cpp. Reimplement the latter to use the new llsd::drill() function.
-
- Nov 30, 2017
-
-
Rider Linden authored
-
- Mar 09, 2017
-
-
Oz Linden authored
-
- Aug 11, 2016
-
-
Oz Linden authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Oct 17, 2014
-
-
callum_linden authored
Update to build on Xcode 6.0: clang warned about comparison of unsigned int to >=0 - correct ifx here is to retype the variable as signed
-
- Jun 05, 2013
-
-
Brad Payne (Vir Linden) authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Feb 25, 2013
-
-
Brad Payne (Vir Linden) authored
SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, log appearance request results
-
- Jan 31, 2011
-
-
Nat Goodspeed authored
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.
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- Jun 21, 2009
-
-
Steven Bennetts authored
ignore-dead-branch
-
- May 26, 2009
-
-
Nat Goodspeed authored
-
- May 11, 2009
-
- May 08, 2009
-
-
Steven Bennetts authored
-
- Jan 07, 2009
-
-
Aaron Brashears authored
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
-
- Jul 14, 2008
-
-
Jon Wolk authored
svn merge -r 90938:92097 svn+ssh://svn.lindenlab.com/svn/linden/branches/qar-730/qar-730-merge -> release. This is for QAR-730: Combination merge of QAR-432 and QAR-601
-
- Jun 25, 2008
-
-
Steven Bennetts authored
dataserver-is-deprecated
-
- Jun 02, 2008
-
-
svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-mergeBryan O'Sullivan authored
dataserver-is-deprecated for-fucks-sake-whats-with-these-commit-markers
-
- Dec 18, 2007
-
-
Jon Wolk authored
svn merge -r 75354:76103 svn+ssh://svn.lindenlab.com/svn/linden/branches/voice-group-moderation-3 -> release. Finished product of QAR-134
-
- Oct 04, 2007
-
-
Aaron Brashears authored
Result of svn merge -r71162:71205 svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code.
-
- Jul 20, 2007
-
-
svn+ssh://svn/svn/linden/branches/maintenanceDon Kjer authored
* WARNING *: maintenance r64837 is not the last rev to use in the next merge. use r65269
-
- Jun 21, 2007
-
-
Kelly Washington authored
-
- Jun 13, 2007
-
-
Aaron Brashears authored
result of merge manually performed through diff and patch. svn diff svn+ssh://svn/svn/linden/release@63615 svn+ssh://svn/svn/linden/branches/release-candidate@63637 | patch -p0 in release
-
- May 01, 2007
-
- Jan 31, 2007
-
-
Steven Bennetts authored
-
- Jan 15, 2007
-
-
Josh Bell authored
Port fix for SL-32157 "PowerPC Mac crashes when crossing regions or teleporting with capabilities turned on" from Branch 1-13-2 r56710 via partial merge of release-candidate -r 56743:56744
-
- Jan 03, 2007
-
-
svn+ssh://svn.lindenlab.com/svn/linden/release@56429Josh Bell authored
svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@56429 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance@56431 This turned up the following "lost" changes: llapp.cpp (from maintenance r55371) - SIGPIPE fix, possibly llfontgl.cpp (from maintenance r50207) - whitespace only inventorybridge.cpp (property - non-executable) skins/xui/*/* (from maintenance r55380) - XML processing instruction went AWOL
-
- Jan 02, 2007
-
-
James Cook authored
-