Age | Commit message (Expand) | Author |
2011-07-27 | fix for gcc | Richard Nelson |
2011-07-26 | fixed build | Richard Nelson |
2011-07-26 | merge | Richard Nelson |
2011-07-26 | removed last vestiges of llinstancetracerscopedguard | Richard Nelson |
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-04-05 | merge changes for STORM-1051 | Oz Linden |
2011-02-17 | Autobuild: fix for Mac build using XCode | Merov Linden |
2011-02-09 | Add test to call map-style functions with full map/array params. | Nat Goodspeed |
2011-02-07 | For test purposes, capture at registration each function's Vars*. | Nat Goodspeed |
2011-02-06 | Untested support for passing array to map-registered function. | Nat Goodspeed |
2011-02-06 | Add test verifying passing LLSD() to const char* parameter. | Nat Goodspeed |
2011-02-05 | Introduce zipmap() function and use it in place of frequent loops. | Nat Goodspeed |
2011-02-05 | Make array-funcs success test exercise args-array-too-long case too. | Nat Goodspeed |
2011-02-05 | Consolidate paramsa, paramsb, et al., into ["a"], ["b"] arrays. | Nat Goodspeed |
2011-02-05 | Fix Vars::cp dangling-pointer problem. | Nat Goodspeed |
2011-02-05 | Add successful calls to array-style functions. | Nat Goodspeed |
2011-02-04 | fix linking to llqtwebkit. | Alain Linden |
2011-02-04 | Change FunctionsTriple refs to pointers to facilitate passing. | Nat Goodspeed |
2011-02-04 | Move FunctionsTriple data to function returning vector<same>. | Nat Goodspeed |
2011-02-03 | BOOST_FOREACH(LLSD) helpers more readable with 'using namespace'. | Nat Goodspeed |
2011-02-03 | Introduce BOOST_FOREACH() helpers for LLSD in llsdutil.h. | Nat Goodspeed |
2011-02-03 | Add test to call array-style functions with too-short array. | Nat Goodspeed |
2011-02-02 | Add test to call no-args functions using (map | array)-style calls | Nat Goodspeed |
2011-02-02 | Add test to exercise map/array args mismatch validation. | Nat Goodspeed |
2011-02-02 | First few LLEventDispatcher call cases: try_call(), call Callables | Nat Goodspeed |
2011-02-01 | Replace ad-hoc test functions/methods with systematic enumeration. | Nat Goodspeed |
2011-01-31 | HACK just to get the build to work. FIX THIS TEST! | Alain Linden |