[xoreos-git] [xoreos/xoreos] 0a5e08: TESTS: Add Google Test, Google's C++ test framewor...

GitHub noreply at github.com
Fri Dec 23 14:28:25 CET 2016


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: 0a5e084aa6ef5bfb0a3bb3e60c68827286d85cbb
      https://github.com/xoreos/xoreos/commit/0a5e084aa6ef5bfb0a3bb3e60c68827286d85cbb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M .gitignore
    M AUTHORS
    M CMakeLists.txt
    M Makefile.am
    M cmake/CMakeAM.cmake
    M configure.ac
    M dists/debian/copyright
    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: e20ce93b1c9ff54c1c30be86670525f03d2e1a75
      https://github.com/xoreos/xoreos/commit/e20ce93b1c9ff54c1c30be86670525f03d2e1a75
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: c1416566f48108e5ceb9bd0b65f6755b14e107c3
      https://github.com/xoreos/xoreos/commit/c1416566f48108e5ceb9bd0b65f6755b14e107c3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 9a9951b4e25c0fc30cd1ff70775dfcc3a77e2da2
      https://github.com/xoreos/xoreos/commit/9a9951b4e25c0fc30cd1ff70775dfcc3a77e2da2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 13dc4f794927d19a7dacaf6c92680b31183a14b8
      https://github.com/xoreos/xoreos/commit/13dc4f794927d19a7dacaf6c92680b31183a14b8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 0562f30d9fdcb8890625e0a148b9e4a6750dbbf5
      https://github.com/xoreos/xoreos/commit/0562f30d9fdcb8890625e0a148b9e4a6750dbbf5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 3c0d2cf7b5bb4bf5b87401aa7722023b3de51c27
      https://github.com/xoreos/xoreos/commit/3c0d2cf7b5bb4bf5b87401aa7722023b3de51c27
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 442bb06c16e12ba5dff1036eb9d7640b6e0688dd
      https://github.com/xoreos/xoreos/commit/442bb06c16e12ba5dff1036eb9d7640b6e0688dd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

  Log Message:
  -----------
  TESTS: Add unit tests for our generic binary search


  Commit: 161d2553cf394aaa78dfefa1a97b8b39b2700169
      https://github.com/xoreos/xoreos/commit/161d2553cf394aaa78dfefa1a97b8b39b2700169
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 10feaa8134d7df25a9a2719490e91399a1a37f6f
      https://github.com/xoreos/xoreos/commit/10feaa8134d7df25a9a2719490e91399a1a37f6f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 6a6a10544fcf6568bb36995f85fb6e59bea1a028
      https://github.com/xoreos/xoreos/commit/6a6a10544fcf6568bb36995f85fb6e59bea1a028
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 75effe0c6fd34e07137fae80f845a19dd01784ef
      https://github.com/xoreos/xoreos/commit/75effe0c6fd34e07137fae80f845a19dd01784ef
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 906ae958fc2d26b54b9cfc83313c9e99a5d23f4d
      https://github.com/xoreos/xoreos/commit/906ae958fc2d26b54b9cfc83313c9e99a5d23f4d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 33cf9e07f52aad82d55f5887e08a1be43848fd58
      https://github.com/xoreos/xoreos/commit/33cf9e07f52aad82d55f5887e08a1be43848fd58
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 4ebb95ce951d1fcf07e47fd1243fefde512753dc
      https://github.com/xoreos/xoreos/commit/4ebb95ce951d1fcf07e47fd1243fefde512753dc
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 56f263d15566a8a11e17d7cba8a8f291203bce54
      https://github.com/xoreos/xoreos/commit/56f263d15566a8a11e17d7cba8a8f291203bce54
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 87714c682bf747f4b52988e8ae43c9f096fda7c6
      https://github.com/xoreos/xoreos/commit/87714c682bf747f4b52988e8ae43c9f096fda7c6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: cfc2ad40410692071a17100c265e6cd8b118848c
      https://github.com/xoreos/xoreos/commit/cfc2ad40410692071a17100c265e6cd8b118848c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: 9034d8a497d5748c261e22239df37a848c74681a
      https://github.com/xoreos/xoreos/commit/9034d8a497d5748c261e22239df37a848c74681a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: f0f990e032cd02db1c6ab5404ea80c44b775d7b8
      https://github.com/xoreos/xoreos/commit/f0f990e032cd02db1c6ab5404ea80c44b775d7b8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: 1c2fd153e75bb4a763eb014b6eb7668c180c7f35
      https://github.com/xoreos/xoreos/commit/1c2fd153e75bb4a763eb014b6eb7668c180c7f35
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: c5477fcb1fe440c699e4ebe436c4d53bd3bdcab0
      https://github.com/xoreos/xoreos/commit/c5477fcb1fe440c699e4ebe436c4d53bd3bdcab0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: 224edf917a45227a0160a0d6aef42608cda12941
      https://github.com/xoreos/xoreos/commit/224edf917a45227a0160a0d6aef42608cda12941
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: ac49d9cf75debd756a7b60d258c0757b311ea996
      https://github.com/xoreos/xoreos/commit/ac49d9cf75debd756a7b60d258c0757b311ea996
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: a35a1ad6d95fafd339084c747d23c96837edf4ee
      https://github.com/xoreos/xoreos/commit/a35a1ad6d95fafd339084c747d23c96837edf4ee
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: 2c3757985c3d367ac54c2a58e7e7ff34dffa0fa8
      https://github.com/xoreos/xoreos/commit/2c3757985c3d367ac54c2a58e7e7ff34dffa0fa8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: 97c9b855fb3d9bb739539281158442efedc3f6aa
      https://github.com/xoreos/xoreos/commit/97c9b855fb3d9bb739539281158442efedc3f6aa
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: ec4d4862e9b8fcb89ab42bf47fd86f4ea4749429
      https://github.com/xoreos/xoreos/commit/ec4d4862e9b8fcb89ab42bf47fd86f4ea4749429
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

  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: a3910134843264e513e957f0b46a6c5e54cb6a8e
      https://github.com/xoreos/xoreos/commit/a3910134843264e513e957f0b46a6c5e54cb6a8e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 946d838a5e0df4a9acabbbe1a051e6179eb1880a
      https://github.com/xoreos/xoreos/commit/946d838a5e0df4a9acabbbe1a051e6179eb1880a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 130d17fe9a4d648a27a7bc1038bae163cca35625
      https://github.com/xoreos/xoreos/commit/130d17fe9a4d648a27a7bc1038bae163cca35625
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

  Log Message:
  -----------
  TESTS: Add unit tests for our XML parser


  Commit: 864573732776c3093542b42dfb452c4b38a801ff
      https://github.com/xoreos/xoreos/commit/864573732776c3093542b42dfb452c4b38a801ff
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

  Log Message:
  -----------
  TESTS: Add unit tests for our stream tokenizer


  Commit: 51928240877e6cc0b98b4431e1404aa5fb858195
      https://github.com/xoreos/xoreos/commit/51928240877e6cc0b98b4431e1404aa5fb858195
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


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

  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: 9eeddbb480b0d2a3a0e070f4804c3bf33c68629c
      https://github.com/xoreos/xoreos/commit/9eeddbb480b0d2a3a0e070f4804c3bf33c68629c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 2a135380ee5eec03c4a1a6893a83e80cda06f5d0
      https://github.com/xoreos/xoreos/commit/2a135380ee5eec03c4a1a6893a83e80cda06f5d0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 9293fda19119730101df67612ec28fc07c457634
      https://github.com/xoreos/xoreos/commit/9293fda19119730101df67612ec28fc07c457634
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


  Commit: 86624ffea1af982f764063fbb3f7ff0c0f838ea3
      https://github.com/xoreos/xoreos/commit/86624ffea1af982f764063fbb3f7ff0c0f838ea3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 415183d329d3da2c5864ea7d07a4249377b2d9fd
      https://github.com/xoreos/xoreos/commit/415183d329d3da2c5864ea7d07a4249377b2d9fd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

  Log Message:
  -----------
  TESTS: Add unit tests for our Nintendo DS SMALL (de)compressors


  Commit: 0d94dd0bd485872ab5c4c18ba7fe156cf114a0c4
      https://github.com/xoreos/xoreos/commit/0d94dd0bd485872ab5c4c18ba7fe156cf114a0c4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 8296c9f09bbad753eaf181450779cb7b43d05331
      https://github.com/xoreos/xoreos/commit/8296c9f09bbad753eaf181450779cb7b43d05331
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 52d38391d7ab0705ba7a8658595e84a82169131b
      https://github.com/xoreos/xoreos/commit/52d38391d7ab0705ba7a8658595e84a82169131b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 21daca1e252bdd9667d2c5b79bd144166f439442
      https://github.com/xoreos/xoreos/commit/21daca1e252bdd9667d2c5b79bd144166f439442
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: 9af47d77b33926bc0374899b216c16780f08b441
      https://github.com/xoreos/xoreos/commit/9af47d77b33926bc0374899b216c16780f08b441
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


  Commit: 3e9b276e0df85edf64c65fb4cf9cc12c83a1f576
      https://github.com/xoreos/xoreos/commit/3e9b276e0df85edf64c65fb4cf9cc12c83a1f576
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 9d5700f3fe7d1381834f61bc730a9206c141f74f
      https://github.com/xoreos/xoreos/commit/9d5700f3fe7d1381834f61bc730a9206c141f74f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 57b29546a39915a60adad022be4d9bf5624f5da3
      https://github.com/xoreos/xoreos/commit/57b29546a39915a60adad022be4d9bf5624f5da3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 3d36092a3c0fbb0916b60a7d0ac6ac6a5197295d
      https://github.com/xoreos/xoreos/commit/3d36092a3c0fbb0916b60a7d0ac6ac6a5197295d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


  Commit: 58de4078682dab476623434254c328f8fc823b96
      https://github.com/xoreos/xoreos/commit/58de4078682dab476623434254c328f8fc823b96
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 9da4617feea11b2cdba3d5966d91a731b4864be7
      https://github.com/xoreos/xoreos/commit/9da4617feea11b2cdba3d5966d91a731b4864be7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  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: e74f1bfcca7a338dc1d2d091cd0892c8babb203a
      https://github.com/xoreos/xoreos/commit/e74f1bfcca7a338dc1d2d091cd0892c8babb203a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

  Log Message:
  -----------
  TESTS: Add unit tests for our own intermediate texture format


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

  Changed paths:
    M .travis.yml

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


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

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  BUILD: Also download the GNU iconv DLL on AppVeyor

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  BUILD: Copy the DLLs into the bin directory in AppVeyor

Needed for our unit tests.


  Commit: 2ec6a9d2ad2ab44fdade4ecd0cd18bd3ec138e5a
      https://github.com/xoreos/xoreos/commit/2ec6a9d2ad2ab44fdade4ecd0cd18bd3ec138e5a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  BUILD: Enable unit tests in AppVeyor


Compare: https://github.com/xoreos/xoreos/compare/81d687f825a2...2ec6a9d2ad2a


More information about the xoreos-git mailing list