[xoreos-git] [xoreos/phaethon] 899777: AURORA: Add LocString::empty()

GitHub noreply at github.com
Thu Apr 13 11:10:33 CEST 2017


  Branch: refs/heads/coverity_scan
  Home:   https://github.com/xoreos/phaethon
  Commit: 899777638f01a64341a7d15033a5f5e565a57c04
      https://github.com/xoreos/phaethon/commit/899777638f01a64341a7d15033a5f5e565a57c04
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M src/aurora/locstring.cpp
    M src/aurora/locstring.h

  Log Message:
  -----------
  AURORA: Add LocString::empty()


  Commit: 1bce906562a5f0bdb76045e3ef489e8219fad39b
      https://github.com/xoreos/phaethon/commit/1bce906562a5f0bdb76045e3ef489e8219fad39b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-30 (Fri, 30 Dec 2016)

  Changed paths:
    M Doxyfile

  Log Message:
  -----------
  DOCS: Let Doxygen pick up our Code of Conduct as well


  Commit: 8688854a4fd67b8eb2b9a5f4497da8855c01a76a
      https://github.com/xoreos/phaethon/commit/8688854a4fd67b8eb2b9a5f4497da8855c01a76a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-31 (Sat, 31 Dec 2016)

  Changed paths:
    M Doxyfile

  Log Message:
  -----------
  DOCS: Define UNUSED(x) for Doxygen

So that it can correlate function declarations and definitions for
functions that use this macro again.


  Commit: 87ebf6221ab452f4eb8fbc5ded934f2a2c84ea2f
      https://github.com/xoreos/phaethon/commit/87ebf6221ab452f4eb8fbc5ded934f2a2c84ea2f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
    M AUTHORS
    M dists/debian/copyright
    M src/version/version.cpp

  Log Message:
  -----------
  DOCS: Update copyright year to 2017

Happy new year! :)


  Commit: 7e9df455129148ec1cb04f264e4d015340e7b987
      https://github.com/xoreos/phaethon/commit/7e9df455129148ec1cb04f264e4d015340e7b987
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 6.3


  Commit: 7d1428e56372bf653c7132b9b00b2ba1436be434
      https://github.com/xoreos/phaethon/commit/7d1428e56372bf653c7132b9b00b2ba1436be434
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-21 (Sat, 21 Jan 2017)

  Changed paths:
    M src/images/txb.cpp

  Log Message:
  -----------
  IMAGES: Correctly set mipmap data size for unpacked grayscale TXBs


  Commit: 8d5f028587d396cfea562fdb406320a9ca8048bd
      https://github.com/xoreos/phaethon/commit/8d5f028587d396cfea562fdb406320a9ca8048bd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M src/version/rules.mk

  Log Message:
  -----------
  VERSION: Heed the SOURCE_DATE_EPOCH env variable if it exists

If SOURCE_DATE_EPOCH is not set, just get the current date and time as
usual.

SOURCE_DATE_EPOCH is the proposed way to manage build timestamps on
reproducible builds.

See https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal


  Commit: aa44a4e513525a6f6027d5ee572ae7d9bcd159c6
      https://github.com/xoreos/phaethon/commit/aa44a4e513525a6f6027d5ee572ae7d9bcd159c6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Heed SOURCE_DATE_EPOCH in CMake as well


  Commit: 21a431e50b06697146bee11abe725f30f75a561b
      https://github.com/xoreos/phaethon/commit/21a431e50b06697146bee11abe725f30f75a561b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M src/common/filepath.cpp

  Log Message:
  -----------
  COMMON: Let FilePath::relativize() normalize paths as needed


  Commit: edeb305082cec6fbc0f1861f13ab187798ad2315
      https://github.com/xoreos/phaethon/commit/edeb305082cec6fbc0f1861f13ab187798ad2315
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M CMakeLists.txt
    M cmake/CMakeAM.cmake

  Log Message:
  -----------
  BUILD: Let CMake parse the programs list from automake as well

Instead of duplicating the list of executables to create in the CMake
file, we can just parse it from our automake files, too.


  Commit: e838a96a278680c77309b71f85b9507a6804a4aa
      https://github.com/xoreos/phaethon/commit/e838a96a278680c77309b71f85b9507a6804a4aa
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M cmake/CMakeAM.cmake

  Log Message:
  -----------
  BUILD: Don't prepend directory onto path in the automake parser

Our automake paths are already absolute.


  Commit: b9f56db3a41eae6c40fff166d5f642ef3bbba4ef
      https://github.com/xoreos/phaethon/commit/b9f56db3a41eae6c40fff166d5f642ef3bbba4ef
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M cmake/CMakeAM.cmake

  Log Message:
  -----------
  BUILD: Add support for else and if ! in the automake parser


  Commit: 36f3c65d1345f8a28739018e1f6346648192838b
      https://github.com/xoreos/phaethon/commit/36f3c65d1345f8a28739018e1f6346648192838b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M cmake/CMakeAM.cmake

  Log Message:
  -----------
  BUILD: Fix CMake autotools parsing for += rvalue that contains '='


  Commit: d15030c3b6be50c84cc16e671be429233f0ee553
      https://github.com/xoreos/phaethon/commit/d15030c3b6be50c84cc16e671be429233f0ee553
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Evaluate git dirty status in the correct directory for CMake


  Commit: b88f85337bc4bc13d334aafa37822c852e6ca136
      https://github.com/xoreos/phaethon/commit/b88f85337bc4bc13d334aafa37822c852e6ca136
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Move CMake options to the top, for better visibility


  Commit: 95ff4ffed0ebcf327a72a0630a353047d747f202
      https://github.com/xoreos/phaethon/commit/95ff4ffed0ebcf327a72a0630a353047d747f202
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M .gitignore
    M AUTHORS
    M CMakeLists.txt
    M Makefile.am
    M cmake/CMakeAM.cmake
    M configure.ac
    M dists/debian/copyright
    A m4/ax_pthread.m4
    M rules.mk
    A tests/googletest/CONTRIBUTORS
    A tests/googletest/LICENSE
    A tests/googletest/README.xoreos
    A tests/googletest/include/gtest/gtest-death-test.h
    A tests/googletest/include/gtest/gtest-message.h
    A tests/googletest/include/gtest/gtest-param-test.h
    A tests/googletest/include/gtest/gtest-printers.h
    A tests/googletest/include/gtest/gtest-spi.h
    A tests/googletest/include/gtest/gtest-test-part.h
    A tests/googletest/include/gtest/gtest-typed-test.h
    A tests/googletest/include/gtest/gtest.h
    A tests/googletest/include/gtest/gtest_pred_impl.h
    A tests/googletest/include/gtest/gtest_prod.h
    A tests/googletest/include/gtest/internal/custom/gtest-port.h
    A tests/googletest/include/gtest/internal/custom/gtest-printers.h
    A tests/googletest/include/gtest/internal/custom/gtest.h
    A tests/googletest/include/gtest/internal/gtest-death-test-internal.h
    A tests/googletest/include/gtest/internal/gtest-filepath.h
    A tests/googletest/include/gtest/internal/gtest-internal.h
    A tests/googletest/include/gtest/internal/gtest-linked_ptr.h
    A tests/googletest/include/gtest/internal/gtest-param-util-generated.h
    A tests/googletest/include/gtest/internal/gtest-param-util.h
    A tests/googletest/include/gtest/internal/gtest-port-arch.h
    A tests/googletest/include/gtest/internal/gtest-port.h
    A tests/googletest/include/gtest/internal/gtest-string.h
    A tests/googletest/include/gtest/internal/gtest-tuple.h
    A tests/googletest/include/gtest/internal/gtest-type-util.h
    A tests/googletest/rules.mk
    A tests/googletest/src/gtest-all.cc
    A tests/googletest/src/gtest-death-test.cc
    A tests/googletest/src/gtest-filepath.cc
    A tests/googletest/src/gtest-internal-inl.h
    A tests/googletest/src/gtest-port.cc
    A tests/googletest/src/gtest-printers.cc
    A tests/googletest/src/gtest-test-part.cc
    A tests/googletest/src/gtest-typed-test.cc
    A tests/googletest/src/gtest.cc
    A tests/googletest/src/gtest_main.cc
    A tests/rules.mk

  Log Message:
  -----------
  TESTS: Add Google Test, Google's C++ test framework


  Commit: 383146ab907b1b731052cf2435f4cb1b2dddb480
      https://github.com/xoreos/phaethon/commit/383146ab907b1b731052cf2435f4cb1b2dddb480
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M .gitignore
    M Makefile.am
    A tests/common/rules.mk
    A tests/common/util.cpp
    M tests/rules.mk
    A tests/version/rules.mk
    A tests/version/version.cpp

  Log Message:
  -----------
  TESTS: Add unit tests for our utility templates and functions


  Commit: 3a21e909110f851632943f5754ef54c7a6a1ad19
      https://github.com/xoreos/phaethon/commit/3a21e909110f851632943f5754ef54c7a6a1ad19
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tests/common/rules.mk
    A tests/common/scopedptr.cpp

  Log Message:
  -----------
  TESTS: Add unit tests for ScopedPtr/ScopedArray


  Commit: f0217acfce8d97e8146d4da69e15d2362dd0df1e
      https://github.com/xoreos/phaethon/commit/f0217acfce8d97e8146d4da69e15d2362dd0df1e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/disposableptr.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for DisposablePtr/DisposableArray


  Commit: e4fe20cbd69f6d9b1aa83a1133130f922926add1
      https://github.com/xoreos/phaethon/commit/e4fe20cbd69f6d9b1aa83a1133130f922926add1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/ptrlist.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for PtrList


  Commit: 71f202555912eef7e32d1604a65209552639bd5e
      https://github.com/xoreos/phaethon/commit/71f202555912eef7e32d1604a65209552639bd5e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/ptrvector.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for PtrVector


  Commit: 9f22e691ae698112b51eb71893839fedf4fdd63a
      https://github.com/xoreos/phaethon/commit/9f22e691ae698112b51eb71893839fedf4fdd63a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/ptrmap.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for PtrMap


  Commit: 24bf883f66fa70094c0a40edd8bd88a939e74b23
      https://github.com/xoreos/phaethon/commit/24bf883f66fa70094c0a40edd8bd88a939e74b23
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tests/common/rules.mk
    A tests/common/ustring.cpp

  Log Message:
  -----------
  TESTS: Add unit tests for UString


  Commit: 613b3d6c13aa37d490764714f1ba5f5f5e63e37f
      https://github.com/xoreos/phaethon/commit/613b3d6c13aa37d490764714f1ba5f5f5e63e37f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tests/common/rules.mk
    A tests/common/strutil.cpp

  Log Message:
  -----------
  TESTS: Add unit tests for our string utilities


  Commit: ccf14c7037c425e1846847bea5dfa19a64103e3c
      https://github.com/xoreos/phaethon/commit/ccf14c7037c425e1846847bea5dfa19a64103e3c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/memreadstream.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for MemoryReadStream


  Commit: 24016f98f8e26d30422322a1eb433847bbe24914
      https://github.com/xoreos/phaethon/commit/24016f98f8e26d30422322a1eb433847bbe24914
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/memwritestream.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for MemoryWriteStream


  Commit: 09da194faedc15fba6c1a87b9f6edb42eb57cab1
      https://github.com/xoreos/phaethon/commit/09da194faedc15fba6c1a87b9f6edb42eb57cab1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/readfile.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for ReadFile


  Commit: 14874446a1c9f9bd6e0416e440788b8a3464901e
      https://github.com/xoreos/phaethon/commit/14874446a1c9f9bd6e0416e440788b8a3464901e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tests/common/rules.mk
    A tests/common/writefile.cpp

  Log Message:
  -----------
  TESTS: Add unit tests for WriteFile


  Commit: da002483d79011a997acf92815d21ef6e8b29278
      https://github.com/xoreos/phaethon/commit/da002483d79011a997acf92815d21ef6e8b29278
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/bitstream.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for BitStream


  Commit: 3f1d44ec4916b0e4f7e861fa0ba991637318b9bc
      https://github.com/xoreos/phaethon/commit/3f1d44ec4916b0e4f7e861fa0ba991637318b9bc
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/huffman.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our our Huffman decoder


  Commit: 7785c6dbbfdcb70d5db07d51f87dd6f04ee510b7
      https://github.com/xoreos/phaethon/commit/7785c6dbbfdcb70d5db07d51f87dd6f04ee510b7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/blowfish.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our Blowfish implementation


  Commit: bbe48d4b4086fa49bd1590fa6b264d874bf20916
      https://github.com/xoreos/phaethon/commit/bbe48d4b4086fa49bd1590fa6b264d874bf20916
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding.h
    A tests/common/encoding_ascii.cpp
    A tests/common/encoding_tests.h
    M tests/common/rules.mk
    M tests/rules.mk
    A tests/skip.h

  Log Message:
  -----------
  TESTS: Add unit tests for ASCII encoding functions


  Commit: 31cbca20ea845e0d089384436891b627a2e80383
      https://github.com/xoreos/phaethon/commit/31cbca20ea845e0d089384436891b627a2e80383
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_utf8.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for UTF-8 encoding functions


  Commit: 463c04cbe1bd2aee68e67621bdafd72b13a1f714
      https://github.com/xoreos/phaethon/commit/463c04cbe1bd2aee68e67621bdafd72b13a1f714
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_utf16le.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for UTF-16LE encoding functions


  Commit: 5d38f14c78a7cb48d916c176a6f41b15b44d6bde
      https://github.com/xoreos/phaethon/commit/5d38f14c78a7cb48d916c176a6f41b15b44d6bde
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_utf16be.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for UTF-16BE encoding functions


  Commit: 570f0ebc3e3f5a558a75e2d1428ecc65d3bda745
      https://github.com/xoreos/phaethon/commit/570f0ebc3e3f5a558a75e2d1428ecc65d3bda745
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_latin9.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for ISO-8859-15 (Latin-9) encoding functions


  Commit: deb0c202abefd68bebb9c7fec65eba1e2b21137c
      https://github.com/xoreos/phaethon/commit/deb0c202abefd68bebb9c7fec65eba1e2b21137c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_cp1250.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for CP-1250 encoding functions


  Commit: cba2416ff0459d7a060d70704d17234b65b4218b
      https://github.com/xoreos/phaethon/commit/cba2416ff0459d7a060d70704d17234b65b4218b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_cp1251.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for CP-1251 encoding functions


  Commit: ccc7e93d0f2f32723dc51952d038436f32090830
      https://github.com/xoreos/phaethon/commit/ccc7e93d0f2f32723dc51952d038436f32090830
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_cp1252.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for CP-1252 encoding functions


  Commit: 56a9ee9f86b0b5f9e4a7a1e43ebe01b5e4db46c8
      https://github.com/xoreos/phaethon/commit/56a9ee9f86b0b5f9e4a7a1e43ebe01b5e4db46c8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_cp932.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for CP-932 encoding functions


  Commit: 41480bd674956379a11ff175e1d328751b41199a
      https://github.com/xoreos/phaethon/commit/41480bd674956379a11ff175e1d328751b41199a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_cp936.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for CP-936 encoding functions


  Commit: 3818e0ff962378cd65cba960fcc94014d375756c
      https://github.com/xoreos/phaethon/commit/3818e0ff962378cd65cba960fcc94014d375756c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_cp949.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for CP-949 encoding functions


  Commit: 56da451cbe61cc806e6517cb61aacfe5a4fcabec
      https://github.com/xoreos/phaethon/commit/56da451cbe61cc806e6517cb61aacfe5a4fcabec
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/encoding_cp950.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for CP-950 encoding functions


  Commit: c01ff240b50f374cc6627a87e7d716529d14a88b
      https://github.com/xoreos/phaethon/commit/c01ff240b50f374cc6627a87e7d716529d14a88b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/filepath.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for FilePath


  Commit: 2b32a2bc1efc02ed6d635852e0a7d31487a2b532
      https://github.com/xoreos/phaethon/commit/2b32a2bc1efc02ed6d635852e0a7d31487a2b532
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/filelist.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for FileList


  Commit: 78c14f42628b562b69ca88684d2c540a0bd14eec
      https://github.com/xoreos/phaethon/commit/78c14f42628b562b69ca88684d2c540a0bd14eec
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/hash.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our generic string hash functions


  Commit: c31ef79c5a18acbcbae5581720d14f18df8fcfaa
      https://github.com/xoreos/phaethon/commit/c31ef79c5a18acbcbae5581720d14f18df8fcfaa
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/md5.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our MD5 digest implementation


  Commit: 11bf5c984a3caf7f16306f2fd0f00f1009900720
      https://github.com/xoreos/phaethon/commit/11bf5c984a3caf7f16306f2fd0f00f1009900720
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/deflate.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our DEFLATE decompressor


  Commit: 993ca837342b469436bea5bb506223bc78690dac
      https://github.com/xoreos/phaethon/commit/993ca837342b469436bea5bb506223bc78690dac
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tests/common/rules.mk
    A tests/common/zipfile.cpp

  Log Message:
  -----------
  TESTS: Add unit tests for our ZIP file reader


  Commit: f8a98ae13c588f032e6d4b46b915421a5a21139b
      https://github.com/xoreos/phaethon/commit/f8a98ae13c588f032e6d4b46b915421a5a21139b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/lzma.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our LZMA decompressor


  Commit: d3f90c4411d875992ab83bd8f8ed3fab55d2571d
      https://github.com/xoreos/phaethon/commit/d3f90c4411d875992ab83bd8f8ed3fab55d2571d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/common/maths.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our mathematical helpers


  Commit: 2fff2ed7f7c15b0a29847f4ae2cf9b5ff46ee06c
      https://github.com/xoreos/phaethon/commit/2fff2ed7f7c15b0a29847f4ae2cf9b5ff46ee06c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M .gitignore
    A tests/aurora/rules.mk
    A tests/aurora/util.cpp
    M tests/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our Aurora utility functions


  Commit: ecb3dc9a259bbcd96c3288cfa4d6b45e8f44d116
      https://github.com/xoreos/phaethon/commit/ecb3dc9a259bbcd96c3288cfa4d6b45e8f44d116
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/aurora/language.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our LanguageManager


  Commit: 57272f008575470b31d63caeb9dba48545cd0d0d
      https://github.com/xoreos/phaethon/commit/57272f008575470b31d63caeb9dba48545cd0d0d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/aurora/locstring.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our LocString class


  Commit: 3f6c49474711e2b016f9a7bcf2ea434e9d02a73a
      https://github.com/xoreos/phaethon/commit/3f6c49474711e2b016f9a7bcf2ea434e9d02a73a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tests/aurora/rules.mk
    A tests/aurora/zipfile.cpp

  Log Message:
  -----------
  TESTS: Add unit tests for our ZIP file archive


  Commit: 98942c0ecd5ec67d84c579991ac5e1a4725258f1
      https://github.com/xoreos/phaethon/commit/98942c0ecd5ec67d84c579991ac5e1a4725258f1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/aurora/rimfile.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our RIM file archive


  Commit: 9d9e7d268975465c0bce08d56b446102966485da
      https://github.com/xoreos/phaethon/commit/9d9e7d268975465c0bce08d56b446102966485da
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/aurora/keyfile.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our KEY resource index reader


  Commit: 5ecbbc2fe1d8d5d5175b804cd3455d357e5da24f
      https://github.com/xoreos/phaethon/commit/5ecbbc2fe1d8d5d5175b804cd3455d357e5da24f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/aurora/biffile.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our BIF file archive


  Commit: 7cd49f196d05140c41204dfca6b9ba5c58ffd236
      https://github.com/xoreos/phaethon/commit/7cd49f196d05140c41204dfca6b9ba5c58ffd236
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/aurora/bzffile.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our BZF file archive


  Commit: 67639248f4aeb3fc68a92b7e0901cd4a58512c75
      https://github.com/xoreos/phaethon/commit/67639248f4aeb3fc68a92b7e0901cd4a58512c75
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    A tests/aurora/erffile.cpp
    M tests/aurora/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our ERF file archive


  Commit: d2416ccf27263b49a7189b14be3a9216eb8c1a9e
      https://github.com/xoreos/phaethon/commit/d2416ccf27263b49a7189b14be3a9216eb8c1a9e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M .gitignore
    A tests/images/rules.mk
    A tests/images/util.cpp
    M tests/rules.mk

  Log Message:
  -----------
  TESTS: Add unit tests for our utility image functions


  Commit: befaabbb272d4c506f0dae1706c8255e7c6b414c
      https://github.com/xoreos/phaethon/commit/befaabbb272d4c506f0dae1706c8255e7c6b414c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  BUILD: Enable unit tests in Travis CI


  Commit: 7c51f2bd0e86bb1ed97e2f93595257338dd1a81b
      https://github.com/xoreos/phaethon/commit/7c51f2bd0e86bb1ed97e2f93595257338dd1a81b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  DIST: Update the CMake section in .gitignore


  Commit: fae2faefbab15c0b3247488875b04192e6ae21da
      https://github.com/xoreos/phaethon/commit/fae2faefbab15c0b3247488875b04192e6ae21da
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  DOCS: Mention Jade Empire lightmap textures in the ChangeLog


  Commit: e5fbc45dc41793dc1a70f5f7ca3d1d7f0d3dcbe7
      https://github.com/xoreos/phaethon/commit/e5fbc45dc41793dc1a70f5f7ca3d1d7f0d3dcbe7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  DOCS: Mention SOURCE_DATE_EPOCH in the ChangeLog


  Commit: 47234441e2ad54d7de8fcb7491b1a4d3167760bc
      https://github.com/xoreos/phaethon/commit/47234441e2ad54d7de8fcb7491b1a4d3167760bc
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  DOCS: Mention the unit tests in the ChangeLog


Compare: https://github.com/xoreos/phaethon/compare/5306faaab3b5...47234441e2ad


More information about the xoreos-git mailing list