[mythtv-commits] [MythTV/mythtv] aa5d96: Update the function to split strings on spaces, re...

linuxdude42 noreply at github.com
Wed Jul 1 10:51:43 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: aa5d96c967a5f79988115b915adbc04464e534ef
      https://github.com/MythTV/mythtv/commit/aa5d96c967a5f79988115b915adbc04464e534ef
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythbase/mythmiscutil.cpp
    M mythtv/libs/libmythbase/test/test_mythmiscutil/test_mythmiscutil.cpp

  Log Message:
  -----------
  Update the function to split strings on spaces, respecting quotes.

Write an actual parser instead of trying to use a fancy regexp.


  Commit: f5dbc34798bb2bd768948201a97163f3a3b210cf
      https://github.com/MythTV/mythtv/commit/f5dbc34798bb2bd768948201a97163f3a3b210cf
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythtv/mheg/dsmcc.cpp
    M mythtv/libs/libmythtv/mheg/dsmcc.h
    A mythtv/libs/libmythtv/test/test_mheg_dsmcc/.gitignore
    A mythtv/libs/libmythtv/test/test_mheg_dsmcc/test_mheg_dsmcc.cpp
    A mythtv/libs/libmythtv/test/test_mheg_dsmcc/test_mheg_dsmcc.h
    A mythtv/libs/libmythtv/test/test_mheg_dsmcc/test_mheg_dsmcc.pro

  Log Message:
  -----------
  cppcheck: Use std::find_if instead of a raw loop in dsmcc.cpp.


  Commit: 5d36f634d55585e3c0ef747b424a4949352e9cbc
      https://github.com/MythTV/mythtv/commit/5d36f634d55585e3c0ef747b424a4949352e9cbc
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythui/vulkan/mythdebugvulkan.cpp
    M mythtv/libs/libmythui/vulkan/mythdebugvulkan.h
    M mythtv/libs/libmythui/vulkan/mythpaintervulkan.cpp
    M mythtv/libs/libmythui/vulkan/mythpainterwindowvulkan.cpp
    M mythtv/libs/libmythui/vulkan/mythrendervulkan.cpp
    M mythtv/libs/libmythui/vulkan/mythrendervulkan.h
    M mythtv/libs/libmythui/vulkan/mythshadervulkan.cpp
    M mythtv/libs/libmythui/vulkan/mythshadervulkan.h
    M mythtv/libs/libmythui/vulkan/mythtexturevulkan.cpp
    M mythtv/libs/libmythui/vulkan/mythuniformbuffervulkan.cpp
    M mythtv/libs/libmythui/vulkan/mythwindowvulkan.cpp

  Log Message:
  -----------
  tidy: First run suggested changes to vulkan code.


  Commit: d841fc9017cb124c6d3ecb07ea447b4c1bc1c4a2
      https://github.com/MythTV/mythtv/commit/d841fc9017cb124c6d3ecb07ea447b4c1bc1c4a2
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythtv/videooutwindow.cpp

  Log Message:
  -----------
  tidy: Fix "macro argument should be enclosed in parentheses" warning.


  Commit: 46553484fa41675d672948c990fee342985d57c6
      https://github.com/MythTV/mythtv/commit/46553484fa41675d672948c990fee342985d57c6
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythtv/mpeg/AVCParser.cpp

  Log Message:
  -----------
  Remove "unused constant" compiler warning.


  Commit: 92aee58714b0af9b756c804102db9287c0298419
      https://github.com/MythTV/mythtv/commit/92aee58714b0af9b756c804102db9287c0298419
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/streamhandler.cpp

  Log Message:
  -----------
  tidy: Fix "call to virtual method during destruction bypasses virtual dispatch".


  Commit: b76f4f346525070ecfc3357604836a8c9906d785
      https://github.com/MythTV/mythtv/commit/b76f4f346525070ecfc3357604836a8c9906d785
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythtv/mpeg/HEVCParser.h

  Log Message:
  -----------
  tidy: Fix excessive padding in HEVCParser.h.


  Commit: 5df1adb90563743421e4aa979ddfa59b06dd752a
      https://github.com/MythTV/mythtv/commit/5df1adb90563743421e4aa979ddfa59b06dd752a
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M mythtv/libs/libmythtv/mpeg/H2645Parser.cpp
    M mythtv/libs/libmythtv/mpeg/H2645Parser.h

  Log Message:
  -----------
  tidy: Fix "use default member initializer" warning.


Compare: https://github.com/MythTV/mythtv/compare/19e8d9d0cf81...5df1adb90563


More information about the mythtv-commits mailing list