phoenix-firestorm/indra
Nat Goodspeed 4e894eb2a7 SL-10153: Improve ll_convert_string_to_wide() and its converse.
Instead of returning a wchar_t* and requiring the caller to delete it later,
return a std::basic_string<wchar_t> that's self-cleaning. If the caller wants
a wchar_t*, s/he can call c_str() on the returned string.

Default the code_page parameter to CP_UTF8, since we try to be really
consistent about using UTF-8 encoding for all our internal std::strings.
2018-12-11 20:48:20 -05:00
..
cmake SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need. 2018-12-08 12:18:46 -05:00
copy_win_scripts
doxygen
integration_tests
lib/python/indra DRTVWR-447: Introduce LLManifest.process_either(). 2018-10-22 19:59:07 -04:00
linux_crash_logger
llappearance Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2018-11-14 16:17:36 -05:00
llaudio
llcharacter SL-1290 - stop animations immediately if avatar is paused 2018-09-28 19:13:17 +01:00
llcommon SL-10153: Improve ll_convert_string_to_wide() and its converse. 2018-12-11 20:48:20 -05:00
llcorehttp
llcrashlogger
llimage
llimagej2coj
llinventory
llkdu
llmath
llmessage merge 2018-09-27 19:54:10 +01:00
llplugin
llprimitive
llrender
llui DRTVWR-474: Make "LLNotifications" "requestAdd" propagate "reqid" 2018-10-04 17:18:08 -04:00
llvfs SL-10153: Validate APPDATA, LOCALAPPDATA by checking existence. 2018-12-11 15:47:29 -05:00
llwindow
llxml
mac_crash_logger
media_plugins
newview INTL-318: Stop processing Danish and Polish language files. 2018-12-10 17:11:40 -05:00
test Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2018-11-14 16:17:36 -05:00
tools/vstool
viewer_components DRTVWR-474: Make login coroutine sync with updater process on failure. 2018-10-04 16:35:38 -04:00
win_crash_logger SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need. 2018-12-08 12:18:46 -05:00
CMakeLists.txt
edit-me-to-trigger-new-build.txt
fix-incredibuild.py