Age | Commit message (Expand) | Author |
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-17 | Decided against using Boost.Filesystem, remove from link | 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 | New llsdserialize_test logic needs Boost.Filesystem library. | 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-07-12 | CHOP-753: Eliminate redundant array-of-pair-arrays in LLMemoryInfo. | Nat Goodspeed |
2011-07-12 | CHOP-753: Defend against boost::regex exceptions. | Nat Goodspeed |
2011-07-12 | CHOP-753: make getAvailableMemoryKB() only load data on Windows. | Nat Goodspeed |
2011-07-11 | CHOP-753: Add classic-C-style diagnostics around popen("vm_stat"). | Nat Goodspeed |
2011-07-11 | CHOP-753: Add timestamp to LLMemoryInfo's LLSD stats block. | Nat Goodspeed |
2011-07-07 | CHOP-753: have to cast pointer passed to GetProcessMemoryInfo(). | Nat Goodspeed |
2011-07-07 | CHOP-753: uh, Microsoft docs lied about header file to use? | Nat Goodspeed |
2011-07-07 | CHOP-753: add stats from GetProcessMemoryInfo() on Windows. | Nat Goodspeed |
2011-07-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed |
2011-07-05 | CHOP-753: On Windows, add GetPerformanceInfo to LLMemoryInfo stats. | Nat Goodspeed |
2011-07-06 | STORM-1262 FIXED Removed the original Windlight Region Settings implementation. | Vadim ProductEngine |
2011-07-05 | STORM-1330 WIP Removing a comment that was added by mistake. | Vadim ProductEngine |
2011-07-05 | STORM-1330 WIP Override region sun position when switching the region to fixe... | Vadim ProductEngine |
2011-07-05 | STORM-1330 WIP Switched the Terrain tab of the Region/Estate floater to using... | Vadim ProductEngine |
2011-07-01 | STORM-1137 FIXED Close the REGION/ESTATE floater when teleporting. | Vadim ProductEngine |
2011-07-01 | STORM-1464 FIXED Fixed inability to change terrain settings. | Vadim ProductEngine |
2011-07-01 | STORM-1464 WIP Removed references to a nonexistent Apply button from the Regi... | Vadim ProductEngine |
2011-07-01 | STORM-1470 FIXED Sky setting / Lighting preset position controls were inconsi... | Vadim ProductEngine |
2011-06-30 | merge latest changes from viewer-development | Oz Linden |
2011-06-30 | merge changes for shining branch | Oz Linden |
2011-06-30 | merge changes for sec-906 | Oz Linden |
2011-06-30 | merge changes for latest viewer-development | Oz Linden |
2011-06-30 | merge | Dave Parks |
2011-06-30 | CHOP-753: Fix compile errors in LLMemoryInfo Windows-specific code. | Nat Goodspeed |
2011-06-30 | CHOP-753: Reduce redundancy in LLMemoryInfo. | Nat Goodspeed |