Convert and modernize various parts of the viewer to use string_view and move semantics
This modernizes various parts of the viewer to use string_view and move semantics to reduce the number of runtime string copies.
Edited by Rye Mutt
Merge request reports
Activity
changed milestone to %Alchemy Next
added 2 commits
added 1 commit
- 4956ffc6 - Convert LLSD map accessors to use transparent comparators and string_views to...
added 2 commits
added 10 commits
- 7c8b41af - Update openjpeg package to build 429
- c3cf2a52 - Fix many warnings from msvc debug build
- 2392abf1 - Convert and modernize LLControl to use std::string_view and move semantics
- 823f9ed7 - Convert LLUIColorTable to string_view
- 14d75ed1 - Convert LLTrans to string_view
- a2c68893 - Enable string_view variable of RLVa
- 00af0b71 - Convert LLSD map accessors to use transparent comparators and string_views to...
- 19f97cbb - Fix tests after string_view changes
- 69576087 - Fix ambiguity in llsd[const char*] usage
- 271bcec5 - Small cleanup
Toggle commit listadded 5 commits
- e544d056 - Convert LLDictionary to string_view for lookup
- feed5722 - Small cleanup and stringviewification
- 11c34bca - Convert LLUUID string construction to string_view for increased efficiency
- da0353fd - Convert demangle function to string_view to reduce string copy and rewrite to avoid using a loop
- 3a784595 - Declare rlva constexpr strings as inline
Toggle commit listadded 163 commits
-
3a784595...f9faecdc - 150 commits from branch
master
- 29097c76 - Convert and modernize LLControl to use std::string_view and move semantics
- ad768971 - Convert LLUIColorTable to string_view
- 6a70238b - Convert LLTrans to string_view
- 89a007e6 - Enable string_view variable of RLVa
- f6bfea3e - Convert LLSD map accessors to use transparent comparators and string_views to...
- 683d6404 - Fix tests after string_view changes
- 8a4d5e06 - Fix ambiguity in llsd[const char*] usage
- a8ea6376 - Small cleanup
- 6d42e795 - Convert LLDictionary to string_view for lookup
- 12b90882 - Small cleanup and stringviewification
- 1f6df523 - Convert LLUUID string construction to string_view for increased efficiency
- 3282040c - Convert demangle function to string_view to reduce string copy and rewrite to avoid using a loop
- 3d1bc2c0 - Declare rlva constexpr strings as inline
Toggle commit list-
3a784595...f9faecdc - 150 commits from branch
mentioned in commit 833b8b52
Please register or sign in to reply