- Nov 24, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Refs vlc-ios#906 (cherry picked from commit 6cf3412f7fe4b19f2f5175224b9fe67be5662caa) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit b2351a2d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
This fixes #392 for the stable branch. !543 takes care of removing the constraint in the development branch (cherry picked from commit 76bda149) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
fixes #254 (cherry picked from commit 24ae30be) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 984443e7) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Oct 01, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This mostly fixes cppcheck warnings about value not being read
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Sep 29, 2021
-
-
Hugo Beauzée-Luyssen authored
Fix #370
-
- Sep 28, 2021
-
-
Hugo Beauzée-Luyssen authored
Which can be used to trigger multiple runs of the same discovery, in order to collect more profiling data
-
- Sep 20, 2021
-
-
Hugo Beauzée-Luyssen authored
We always provide all the meta after preparse, and even if we weren't storing all of those, we just return a default initialized string when the meta wasn't stored. This can be done with an std::array which costs nothing at runtime
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Expose a single version that takes the string as value and expect the value to be moved inside the parameter This doesn't change the performances much but we now have a single overload to maintain which clarifies the code a bit
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Don't provide an in-place version and instead expect the input to be moved into the parameter
-
- Sep 17, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This dates back from the old automatic retry helper which was removed a while ago
-
Hugo Beauzée-Luyssen authored
-
- Sep 16, 2021
-
-
Hugo Beauzée-Luyssen authored
We were already testing decode through toLocalPath, but this allows for more specific & direct tests
-
Hugo Beauzée-Luyssen authored
By avoiding the construction of a dummy string to invoke strtoul on, the decode function gains about 57.5%
-
Hugo Beauzée-Luyssen authored
This doesn't bench much yet, but will be helpfull in the near future
-
- Sep 10, 2021
-
-
Hugo Beauzée-Luyssen authored
This will use the more efficients single char overloads
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-