History log of /webrtc/constraints/src/algorithms/select_settings/tests.rs (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: constraints-v0.1.0
# 1f69774a 08-Jan-2023 Vincent Esche <[email protected]>

Add macro-based `algorithms::select_settings::tests::smoke::macros` test


# 49a3d3df 08-Jan-2023 Vincent Esche <[email protected]>

Add bare-value constraint to `algorithms::select_settings::tests::smoke::…` tests


# bdc1b0d8 08-Jan-2023 Vincent Esche <[email protected]>

Make `algorithms::select_settings::tests::smoke::native` use unresolved constraints


Revision tags: interceptor-v0.8.2, rtcp-v0.7.2
# 78bd59ca 18-Dec-2022 Vincent Esche <[email protected]>

Fix unit test for onverconstraining due to missing setting


# 91a9d9ae 18-Dec-2022 Vincent Esche <[email protected]>

Wrap bare property names into new-type `MediaTrackProperty` for type-safety


Revision tags: mdns-v0.5.2
# fbccf387 06-Dec-2022 Vincent Esche <[email protected]>

Change Rust edition from 2021 to 2018, backfilling explicit imports of `std::iter::FromIterator`


Revision tags: v0.6.0, interceptor-v0.8.1, media-v0.5.0, data-v0.6.0, sctp-v0.7.0, srtp-v0.9.1, rtcp-v0.7.1, rtp-v0.6.8, dtls-v0.7.0, ice-v0.9.0, turn-v0.6.1, stun-v0.4.4, mdns-v0.5.1, sdp-v0.5.3, util-v0.7.0, ice-v0.8.2, v0.5.1
# c36b7726 13-Sep-2022 Vincent Esche <[email protected]>

Rename `BareOr…` types, removing prefix


# 2dfc7374 13-Sep-2022 Vincent Esche <[email protected]>

Rename `MediaTrackConstraint` and related types, adding `Resolved…` prefix


Revision tags: ice-v0.8.1
# 6209c8ac 11-Sep-2022 Vincent Esche <[email protected]>

Split implementation of `SelectSettings` algorithm into separate sub-modules for easier testing


# 963dc728 11-Sep-2022 Vincent Esche <[email protected]>

Add basic tests for `fn select_settings(…)`


# d33c0e24 11-Sep-2022 Vincent Esche <[email protected]>

Move tie-breaking policies into separate sub-module