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 STORM-477 : backout changeset 6f5cb303d3e2 2011-01-13 11:15:47 -08:00
lib/python
linux_crash_logger
linux_updater STORM-477 : backout changeset 6f5cb303d3e2 2011-01-13 11:15:47 -08:00
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
llprimitive
llrender
llui Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp. 2011-02-01 17:35:42 -05:00
llvfs 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
llwindow
llxml
llxuixml
lscript
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
test_apps/llplugintest
tools/vstool
viewer_components merge changes from viewer-beta 2011-01-20 20:48:16 -05:00
win_crash_logger
win_updater
CMakeLists.txt
develop.py
fix-incredibuild.py