index
:
viewer.git
2024.09-ExtraFPS
main
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
llcommon
/
tests
/
llsdserialize_test.cpp
Age
Commit message (
Expand
)
Author
2014-12-16
For one use case, boost::bind() better than boost::phoenix::bind().
Nat Goodspeed
2014-12-12
Eliminate use of boost::lambda with boost::function (Trac #10864).
Nat Goodspeed
2013-08-23
BUILDFIX: fix for crashes in unit tests on mac and linux
Richard Linden
2013-08-22
BUILDFIX: accidental checkin of infinite loop in llsdserialize test
Richard Linden
2013-08-22
BUILDFIX: attempted fix for crash on exit in llsdserialize test
Richard Linden
2013-08-12
SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue bo...
Richard Linden
2013-04-25
Merge 3.5.1 into Materials
Graham Madarasz
2013-03-29
Update Mac and Windows breakpad builds to latest
Graham Madarasz
2013-03-01
remove use of system llbase module in integration tests; always use the one f...
Oz Linden
2012-01-21
Convert LLProcess consumers from LLSD to LLProcess::Params block.
Nat Goodspeed
2012-01-20
Per Richard, replace LLProcessLauncher with LLProcess.
Nat Goodspeed
2012-01-13
Extract APR and temp-fixture-file helper code to indra/test.
Nat Goodspeed
2011-07-19
More FormatMessage compile errors, try again to fix
Nat Goodspeed
2011-07-19
Fix copy/paste error in swiped FormatMessage() example code.
Nat Goodspeed
2011-07-19
Per Josh's comments in http://codereview.lindenlab.com/6510035/
Nat Goodspeed
2011-07-16
Use raw-string syntax for other Windows pathnames inserted to Python.
Nat Goodspeed
2011-07-16
Use raw-string syntax for Python string containing Windows pathname.
Nat Goodspeed
2011-07-15
Use C++ __FILE__ rather than Python __file__ to find indra work area.
Nat Goodspeed
2011-07-15
If we're going to need indra.base.llsd, have to munge sys.path.
Nat Goodspeed
2011-07-15
Not all TC agents have llbase.llsd, fall back to indra.base.llsd
Nat Goodspeed
2011-07-15
Try again to pacify VS fatal warning.
Nat Goodspeed
2011-07-15
Muzzle VS warning
Nat Goodspeed
2011-07-15
Add test to verify Python-to-C++ LLSD notation sequence.
Nat Goodspeed
2011-07-15
Add test to verify C++-to-Python LLSD notation sequence.
Nat Goodspeed
2011-07-15
Change NamedTempScript to NamedTempFile; allow streaming to it.
Nat Goodspeed
2011-07-14
Pacify Linux gcc more thoroughly.
Nat Goodspeed
2011-07-14
#include correct headers for Windows _open() et al.
Nat Goodspeed
2011-07-14
Avoid Boost.Filesystem: Boost package improperly built on Windows?
Nat Goodspeed
2011-07-14
wstring_to_utf8str() accepts LLWString rather than std::wstring.
Nat Goodspeed
2011-07-14
Use Linden wstring-to-string conversion, not boost::filesystem's.
Nat Goodspeed
2011-07-14
Attempt to fix minor build errors on Windows.
Nat Goodspeed
2011-07-14
Eliminate use of PATH_MAX, which is bogus anyway.
Nat Goodspeed
2011-07-14
Work around broken Windows command-line processing.
Nat Goodspeed
2011-07-13
Still trying to fix Windows header-file-order problem.
Nat Goodspeed
2011-07-13
Attempt to fix confusing header-file-order problems on Windows.
Nat Goodspeed
2011-07-13
Introduce support for C++ integration tests running Python scripts.
Nat Goodspeed
2011-02-04
fix linking to llqtwebkit.
Alain Linden
2010-08-24
standardizing test suite names as class name under test
Aaron Terrell (Enus)
2010-08-13
Change license from GPL to LGPL (version 2.1)
Oz Linden
2009-10-19
merge
Steve Bennetts
2009-10-16
merge from latest svn/viewer-2-0 to hg/viewer-2-0
Mark Palange (Mani)
2009-10-16
DEV-41080 more automated testing love - minor comment fixing.
Adam Moss
2009-10-12
DEV-41174 more automated testing love
Adam Moss