Files
scrcpy/app/src/util
Romain Vimont c070723bc8 Add sc_vector
Adapt vlc_vector [1], that I initially wrote while implementing the VLC
playlist [2].

Change the implementation to use "statement expressions" [3], which are
forbidden in VLC because "non-standard", but:
 - they are supported by gcc and clang;
 - they are already used in the scrcpy codebase;
 - they avoid implementation hacks (VLC_VECTOR_FAILFLAG_);
 - they allow a better API (sc_vector_index_of() may return the result
   without an output parameter).

PR #3035 <https://github.com/Genymobile/scrcpy/pull/3035>

[1]: 0857947aba/include/vlc_vector.h
[2]: https://blog.rom1v.com/2019/05/a-new-core-playlist-for-vlc-4
[3]: https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html
2022-02-20 23:59:35 +01:00
..
2021-11-23 21:15:05 +01:00
2021-01-17 14:08:48 +01:00
2021-11-24 22:06:49 +01:00
2021-11-12 22:44:37 +01:00
2021-11-24 22:06:49 +01:00
2021-11-13 22:54:18 +01:00
2022-02-09 09:52:15 +01:00
2021-11-21 22:37:37 +01:00
2021-12-09 21:32:11 +01:00
2022-02-09 09:53:19 +01:00
2021-07-14 00:35:10 +02:00
2022-02-06 14:39:51 +01:00
2022-02-06 14:39:51 +01:00
2021-11-24 22:06:49 +01:00
2021-11-11 14:55:52 +01:00
2021-11-11 15:22:39 +01:00
2021-11-11 15:22:39 +01:00
2022-02-16 18:29:30 +01:00
2021-12-08 23:45:45 +01:00
2021-12-08 23:45:45 +01:00
2022-02-20 23:59:35 +01:00