Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
/ kms-core Public archive
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kurento/kms-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.7.1
Choose a base ref
...
head repository: Kurento/kms-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.7.2
Choose a head ref
  • 18 commits
  • 42 files changed
  • 1 contributor

Commits on Mar 23, 2018

  1. Review contents of README

    j1elo committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    89ae187 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    3c6628b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. clang-tidy fix: [cppcoreguidelines-no-malloc]

    do not manage memory manually; use RAII [cppcoreguidelines-no-malloc]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    4fa4fc6 View commit details
    Browse the repository at this point in the history
  2. clang-tidy fix: [modernize-deprecated-headers]

    inclusion of deprecated C++ header 'time.h'; consider using 'ctime'
    instead [modernize-deprecated-headers]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    85592ee View commit details
    Browse the repository at this point in the history
  3. clang-tidy fix: [modernize-loop-convert]

    use range-based for loop instead [modernize-loop-convert]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    ec17f98 View commit details
    Browse the repository at this point in the history
  4. clang-tidy fix: [modernize-make-shared]

    use std::make_shared instead [modernize-make-shared]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    6cd1f62 View commit details
    Browse the repository at this point in the history
  5. clang-tidy fix: [modernize-use-emplace]

    use emplace_back instead of push_back [modernize-use-emplace]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    cedcdaa View commit details
    Browse the repository at this point in the history
  6. clang-tidy fix: [modernize-use-equals-default]

    use '= default' to define a trivial default constructor [modernize-use-
    equals-default]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    aad51b0 View commit details
    Browse the repository at this point in the history
  7. clang-tidy fix: [modernize-use-nullptr]

    use nullptr [modernize-use-nullptr]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    7546ebd View commit details
    Browse the repository at this point in the history
  8. clang-tidy fix: [modernize-use-override]

    prefer using 'override' or (rarely) 'final' instead of 'virtual'
    [modernize-use-override]
    j1elo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    6346a68 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. KmsBaseRtpEndpoint: Add property "offer-dir"

    Allows to specify what is the desired direction for a WebRtcEndpoint:
    the Clients can now define whether this will be a "sendonly" or
    "recvonly". Before, it always was a "sendrecv".
    j1elo committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    0738217 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Configuration menu
    Copy the full SHA
    c735942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc100ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bbcf46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47e33b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52117ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b728f1a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Prepare release 6.7.2

    j1elo committed May 11, 2018
    Configuration menu
    Copy the full SHA
    1d1ab16 View commit details
    Browse the repository at this point in the history
Loading