[xoreos-git] [xoreos/xoreos-tools] 10c47c: TESTS: Assert if size < 0 in gtest's GetFileSize()

GitHub noreply at github.com
Fri May 25 21:07:11 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos-tools
  Commit: 10c47ccc4d0c69b61bc5f57c339f7d4187c39a46
      https://github.com/xoreos/xoreos-tools/commit/10c47ccc4d0c69b61bc5f57c339f7d4187c39a46
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M tests/googletest/src/gtest-port.cc

  Log Message:
  -----------
  TESTS: Assert if size < 0 in gtest's GetFileSize()


  Commit: 719b16a9addd8af31924b2def285ae0c94a9bd04
      https://github.com/xoreos/xoreos-tools/commit/719b16a9addd8af31924b2def285ae0c94a9bd04
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 5.4 and 5.5


  Commit: d36f643e7135a7e170e9aac3f6312e49d6d38d9a
      https://github.com/xoreos/xoreos-tools/commit/d36f643e7135a7e170e9aac3f6312e49d6d38d9a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M tests/skip.h

  Log Message:
  -----------
  TESTS: Use the correct copyright header


  Commit: 06dad59a1e096beb5bb04d3ec83b753063d3dc01
      https://github.com/xoreos/xoreos-tools/commit/06dad59a1e096beb5bb04d3ec83b753063d3dc01
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M src/common/system.h

  Log Message:
  -----------
  COMMON: Add a XOREOS_FALLTHROUGH macro

While gcc can parse the "// Fallthrough" comments we use to mark
switch case fallthroughs, clang can not. Instead, clang wants a
[[clang::fallthrough]] attribute.

So we use the XOREOS_FALLTHROUGH macro to select the appropriate
way to mark a fallthrough.


  Commit: 051d804f36654476441e737d494ee2b7091f69d9
      https://github.com/xoreos/xoreos-tools/commit/051d804f36654476441e737d494ee2b7091f69d9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M src/common/readstream.cpp

  Log Message:
  -----------
  COMMON: Use the XOREOS_FALLTHROUGH macro to mark fallthroughs


Compare: https://github.com/xoreos/xoreos-tools/compare/3e6eb3a8b581...051d804f3665
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the xoreos-git mailing list