phoenix-firestorm/indra
Nat Goodspeed 230d22ceb2 Fix Vars::cp dangling-pointer problem.
Naively storing a const char* param in a const char* data member ignores the
fact that once the caller's done, the string data referenced by that pointer
will probably be freed. Store the referenced string in a std::string instead.
2011-02-05 11:30:52 -05:00
..
cmake merge changes for vwr-24347 2011-01-21 15:55:55 -05:00
copy_win_scripts
integration_tests
lib/python
linux_crash_logger
linux_updater
llaudio STORM-830 Per Aleric's and Q's suggestion set initial value of mInternalGain to -1 2011-01-10 17:24:34 -05:00
llcharacter
llcommon Fix Vars::cp dangling-pointer problem. 2011-02-05 11:30:52 -05:00
llcrashlogger
llimage Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: Viewer attempting to load precached images in file types that are not being used.) 2011-01-21 16:25:23 -07:00
llimagej2coj
llinventory
llkdu
llmath Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: Viewer attempting to load precached images in file types that are not being used.) 2011-01-21 16:25:23 -07:00
llmessage merge changes for storm-874/ER-428: fix lost movement updates when walking 2011-01-21 15:11:20 -05:00
llplugin Automated merge with ssh://bitbucket.org/aleric/viewer-development-aleric-export 2010-12-23 19:41:44 -05:00
llprimitive fix for SH-416: crash at LLFace::getGeometryVolume line 1003 2010-12-23 11:42:17 -07:00
llrender trivial: for VWR-22353: remove debug code for EXT-6791. 2011-01-07 15:04:36 -07:00
llui Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp. 2011-02-01 17:35:42 -05:00
llvfs
llwindow VWR-24254: Add support for using ld.gold on linux. 2010-12-15 20:55:10 +01:00
llxml merge 2010-12-02 14:33:42 -08:00
llxuixml
lscript DN-141 llGetDisplayName (and other new LSL fucntions) doesn't register (highlight in red) as an internal function in the script editor 2010-11-02 10:47:51 -07:00
mac_crash_logger
mac_updater
media_plugins
newview Extend LLEventAPI to directly call other functions & methods. 2011-01-28 20:18:10 -05:00
test VWR-24251: Fix -DLL_TESTS:BOOL=ON on standalone when Tut is installed in a non-standard directory. 2010-12-16 15:43:18 +01:00
test_apps/llplugintest
tools/vstool
viewer_components
win_crash_logger
win_updater
CMakeLists.txt
develop.py
fix-incredibuild.py