[mythtv-commits] [MythTV/mythtv] 843526: upnputil.h: replace custom Min, Max with std::(min...

Scott Theisen noreply at github.com
Wed Mar 23 16:13:14 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 843526977a387155c9134c07b506b2c272fd504c
      https://github.com/MythTV/mythtv/commit/843526977a387155c9134c07b506b2c272fd504c
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/libs/libmythupnp/upnpcds.cpp
    M mythtv/libs/libmythupnp/upnputil.h

  Log Message:
  -----------
  upnputil.h: replace custom Min, Max with std::(min|max)


  Commit: c7baf5d43e2f4a26ae85a08eb40e4f4ab2471d95
      https://github.com/MythTV/mythtv/commit/c7baf5d43e2f4a26ae85a08eb40e4f4ab2471d95
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttpcommon.h
    M mythtv/libs/libmythbase/http/mythhttpparser.cpp
    M mythtv/libs/libmythbase/http/mythhttpparser.h

  Log Message:
  -----------
  libmythbase/http: only #define HTTP_CHUNKSIZE once

and use INT64_C() for type to eliminate casts.

cstddef is for size_t.


  Commit: 57bc0a7ccb376796d711da1ef40ad345acf84c10
      https://github.com/MythTV/mythtv/commit/57bc0a7ccb376796d711da1ef40ad345acf84c10
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttpparser.cpp

  Log Message:
  -----------
  libmythbase: use std::max


  Commit: 890b7efe0c17e0b5de543636eeaee3c6aeb3aaa8
      https://github.com/MythTV/mythtv/commit/890b7efe0c17e0b5de543636eeaee3c6aeb3aaa8
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/libs/libmythmetadata/metadatacommon.cpp

  Log Message:
  -----------
  libmythmetadata: use std::min


  Commit: 7820027b0d23990aaaa46f5af85a5f91450f1c33
      https://github.com/MythTV/mythtv/commit/7820027b0d23990aaaa46f5af85a5f91450f1c33
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/libs/libmythupnp/websocket.cpp

  Log Message:
  -----------
  libmythupnp: use std::max


  Commit: 950dfede5d00db5c9f656108ef468cbd03861d3e
      https://github.com/MythTV/mythtv/commit/950dfede5d00db5c9f656108ef468cbd03861d3e
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/libs/libmythtv/mythplayereditorui.cpp
    M mythtv/libs/libmythtv/visualisations/videovisualmonoscope.cpp

  Log Message:
  -----------
  libmythtv: use std::(min|max)


  Commit: 9938017454263f7322c030123aea55909b51d267
      https://github.com/MythTV/mythtv/commit/9938017454263f7322c030123aea55909b51d267
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/libs/libmythui/mythuibuttonlist.cpp
    M mythtv/libs/libmythui/mythuibuttontree.cpp
    M mythtv/libs/libmythui/mythuiscrollbar.cpp
    M mythtv/libs/libmythui/opengl/mythpainteropengl.cpp
    M mythtv/libs/libmythui/platforms/drm/mythdrmconnector.cpp
    M mythtv/libs/libmythui/vulkan/mythpaintervulkan.cpp

  Log Message:
  -----------
  libmythui: use std::(min|max)


  Commit: c76decf735bcc0367ed79d1bd3abbc6ff23a305c
      https://github.com/MythTV/mythtv/commit/c76decf735bcc0367ed79d1bd3abbc6ff23a305c
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mythtv/programs/mythfrontend/galleryslide.cpp
    M mythtv/programs/mythfrontend/galleryviews.cpp

  Log Message:
  -----------
  programs: use std::(min|max|clamp)


Compare: https://github.com/MythTV/mythtv/compare/c605af81f262...c76decf735bc


More information about the mythtv-commits mailing list