[xoreos-git] [xoreos/xoreos] 0f5c7b: COMMON: Add template ctor to MemoryReadStream for ...

GitHub noreply at github.com
Sat Dec 24 13:37:29 CET 2016


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

  Changed paths:
    M src/aurora/erffile.cpp
    M src/common/memreadstream.cpp
    M src/common/memreadstream.h
    M src/common/systemfonts.cpp

  Log Message:
  -----------
  COMMON: Add template ctor to MemoryReadStream for arrays

Creating a MemoryReadStream around an array buffer.


  Commit: 8ebca743cbc1844bcbee24d4819ed063aeba23c3
      https://github.com/xoreos/xoreos/commit/8ebca743cbc1844bcbee24d4819ed063aeba23c3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M src/common/memreadstream.h

  Log Message:
  -----------
  COMMON: Add constructor to MemoryReadStream for strings

Creating a MemoryReadStream around a static string.


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

  Changed paths:
    M src/common/memwritestream.cpp
    M src/common/memwritestream.h

  Log Message:
  -----------
  COMMON: Add template ctor to MemoryWriteStream for arrays

Creating a MemoryWriteStream around an array buffer.


  Commit: 98a1e312dfbb807b6b3d55ee9ef33b39e2681984
      https://github.com/xoreos/xoreos/commit/98a1e312dfbb807b6b3d55ee9ef33b39e2681984
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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

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

Our automake paths are already absolute.


  Commit: 8ad43e3b6c0fbbc84f3dc1f4b44dcf5f290b1ca0
      https://github.com/xoreos/xoreos/commit/8ad43e3b6c0fbbc84f3dc1f4b44dcf5f290b1ca0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


  Commit: 02aef8de1aaceaa30b94daa4f85d6392c7dff427
      https://github.com/xoreos/xoreos/commit/02aef8de1aaceaa30b94daa4f85d6392c7dff427
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M CMakeLists.txt

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


  Commit: 79160846f9c43b596686ffcd61fb58044c1c7aa8
      https://github.com/xoreos/xoreos/commit/79160846f9c43b596686ffcd61fb58044c1c7aa8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M CMakeLists.txt

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


  Commit: 1ae149c3c701135d93cb4541e9b70a2ba0eb2a6e
      https://github.com/xoreos/xoreos/commit/1ae149c3c701135d93cb4541e9b70a2ba0eb2a6e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: f3a9dc4753c0ddffac873e9c9deb199e311b5842
      https://github.com/xoreos/xoreos/commit/f3a9dc4753c0ddffac873e9c9deb199e311b5842
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 6077350c40f3d93eaf0286ccf3abb6a67eafb9e7
      https://github.com/xoreos/xoreos/commit/6077350c40f3d93eaf0286ccf3abb6a67eafb9e7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


  Commit: 8d4093eff29fbe1d1e96cd8b6f26063560d5e8e4
      https://github.com/xoreos/xoreos/commit/8d4093eff29fbe1d1e96cd8b6f26063560d5e8e4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 74d3699b329d34d6b88948613d1027a44030a738
      https://github.com/xoreos/xoreos/commit/74d3699b329d34d6b88948613d1027a44030a738
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


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

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

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


  Commit: 22a84d195be7471fa9b049c0fde61a575ff90493
      https://github.com/xoreos/xoreos/commit/22a84d195be7471fa9b049c0fde61a575ff90493
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 4990ed506f33b0c68683781a655d8569c14937e3
      https://github.com/xoreos/xoreos/commit/4990ed506f33b0c68683781a655d8569c14937e3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 70873bf324ca1b46c8e99fdab624c316d5f57c53
      https://github.com/xoreos/xoreos/commit/70873bf324ca1b46c8e99fdab624c316d5f57c53
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


  Commit: 53e882e4ab838b7b2df79031d4058109647fe78e
      https://github.com/xoreos/xoreos/commit/53e882e4ab838b7b2df79031d4058109647fe78e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 5bf1d8c143ac88e1b8f35f835c7935d95b19a8a2
      https://github.com/xoreos/xoreos/commit/5bf1d8c143ac88e1b8f35f835c7935d95b19a8a2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 8a4e02033e91607822831bf71574539334ebda21
      https://github.com/xoreos/xoreos/commit/8a4e02033e91607822831bf71574539334ebda21
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


  Commit: c36b8c37f7bff9705578a6436fc998fdf1abc352
      https://github.com/xoreos/xoreos/commit/c36b8c37f7bff9705578a6436fc998fdf1abc352
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: c8d7488d80c65866a842140747a7c5459b44fa50
      https://github.com/xoreos/xoreos/commit/c8d7488d80c65866a842140747a7c5459b44fa50
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: d09fa7a6f2decaa91f3dd2795db226d9584bc1b9
      https://github.com/xoreos/xoreos/commit/d09fa7a6f2decaa91f3dd2795db226d9584bc1b9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 9316709887945697df2c1355ed3daacb9e075408
      https://github.com/xoreos/xoreos/commit/9316709887945697df2c1355ed3daacb9e075408
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 9af5e8e55529ca569caf92fdd212defafe5a417c
      https://github.com/xoreos/xoreos/commit/9af5e8e55529ca569caf92fdd212defafe5a417c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: f9d1a53fd3522b379ae4dd761b4c99d856272df5
      https://github.com/xoreos/xoreos/commit/f9d1a53fd3522b379ae4dd761b4c99d856272df5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 3c5de599a5c2e15dce3eb3d00e9666b7a24d49e6
      https://github.com/xoreos/xoreos/commit/3c5de599a5c2e15dce3eb3d00e9666b7a24d49e6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: e71ac3f3100b7777108dfcbdca20151d03714121
      https://github.com/xoreos/xoreos/commit/e71ac3f3100b7777108dfcbdca20151d03714121
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 9702f2bc99aa90f80882c765888f256a56bbc9f4
      https://github.com/xoreos/xoreos/commit/9702f2bc99aa90f80882c765888f256a56bbc9f4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 614e7c9efd9e807d4261cdf94241df3510484cd5
      https://github.com/xoreos/xoreos/commit/614e7c9efd9e807d4261cdf94241df3510484cd5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 7ec35ead5004027159e4949a7155bb0c3e9f25fe
      https://github.com/xoreos/xoreos/commit/7ec35ead5004027159e4949a7155bb0c3e9f25fe
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: edc1582d17c5df5ec9d4621ad8e769c9526c8980
      https://github.com/xoreos/xoreos/commit/edc1582d17c5df5ec9d4621ad8e769c9526c8980
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 6d8883ff2004dfd722d055950d8c0218d4303aac
      https://github.com/xoreos/xoreos/commit/6d8883ff2004dfd722d055950d8c0218d4303aac
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 8cdd5e16fc253008dcea3f0bda2732549bec462b
      https://github.com/xoreos/xoreos/commit/8cdd5e16fc253008dcea3f0bda2732549bec462b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 9444cdff697d7e5070936b28a6825d107eb4dfa8
      https://github.com/xoreos/xoreos/commit/9444cdff697d7e5070936b28a6825d107eb4dfa8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: e26e80a5fcd65cb00c2642547c08c6372d769d8f
      https://github.com/xoreos/xoreos/commit/e26e80a5fcd65cb00c2642547c08c6372d769d8f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 8d957b77a1ca3ed0e5839ace81a809c1260e31d6
      https://github.com/xoreos/xoreos/commit/8d957b77a1ca3ed0e5839ace81a809c1260e31d6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


  Commit: ed26c9099606b72ed09b9f510936398d76a83978
      https://github.com/xoreos/xoreos/commit/ed26c9099606b72ed09b9f510936398d76a83978
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 0b97b4d6f12f47632946b7f45e9951cc720539c4
      https://github.com/xoreos/xoreos/commit/0b97b4d6f12f47632946b7f45e9951cc720539c4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: a78b0bef3a20c873d62fdf9de1b514b511b6ad40
      https://github.com/xoreos/xoreos/commit/a78b0bef3a20c873d62fdf9de1b514b511b6ad40
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: f0aeb34114a29de385e16ca471098cfb4467d389
      https://github.com/xoreos/xoreos/commit/f0aeb34114a29de385e16ca471098cfb4467d389
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 05f0f8f257c24f915199bf08420f9fe21e41c06b
      https://github.com/xoreos/xoreos/commit/05f0f8f257c24f915199bf08420f9fe21e41c06b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 7aa1884b3fd0649ed856df43971cd5fb78660c06
      https://github.com/xoreos/xoreos/commit/7aa1884b3fd0649ed856df43971cd5fb78660c06
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 298231cd4bea23645fbac1584c7b61c12a0b974f
      https://github.com/xoreos/xoreos/commit/298231cd4bea23645fbac1584c7b61c12a0b974f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 8cf104f1cc6ef76595d6923c1fe96d81b69e61b5
      https://github.com/xoreos/xoreos/commit/8cf104f1cc6ef76595d6923c1fe96d81b69e61b5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: aa50ec757529ef21e9928a0f41d16313589e2ffb
      https://github.com/xoreos/xoreos/commit/aa50ec757529ef21e9928a0f41d16313589e2ffb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


  Commit: 5472f048d58ca2faed770d996fc6f31da9281eba
      https://github.com/xoreos/xoreos/commit/5472f048d58ca2faed770d996fc6f31da9281eba
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 98281fba6471ed850d82825b9e92f15ea88410a6
      https://github.com/xoreos/xoreos/commit/98281fba6471ed850d82825b9e92f15ea88410a6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: c3a784c4a2994bb9a082ada08f5f943a5aab65d3
      https://github.com/xoreos/xoreos/commit/c3a784c4a2994bb9a082ada08f5f943a5aab65d3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 84ee23c2da2e4c7fa9ff3bd87372769bc72190ee
      https://github.com/xoreos/xoreos/commit/84ee23c2da2e4c7fa9ff3bd87372769bc72190ee
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: e9e9693829713d00433ee9c8d9376d6186d4d233
      https://github.com/xoreos/xoreos/commit/e9e9693829713d00433ee9c8d9376d6186d4d233
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


  Commit: 8740f26059ffb439e75bbc523fc6f335a43fe191
      https://github.com/xoreos/xoreos/commit/8740f26059ffb439e75bbc523fc6f335a43fe191
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 3c147433437d0eecd75048c82d17d0b37006ec0f
      https://github.com/xoreos/xoreos/commit/3c147433437d0eecd75048c82d17d0b37006ec0f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 1c126cef87d6e199996c00b7cba528e9e271dd13
      https://github.com/xoreos/xoreos/commit/1c126cef87d6e199996c00b7cba528e9e271dd13
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: c3aad35d3e44052444f18a5a9825d94a9755b060
      https://github.com/xoreos/xoreos/commit/c3aad35d3e44052444f18a5a9825d94a9755b060
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 85041a92d053ab3789d2824bf2114b50f18ec3cf
      https://github.com/xoreos/xoreos/commit/85041a92d053ab3789d2824bf2114b50f18ec3cf
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 16870716375d4b0e8a996c6b95daba45b0758a9e
      https://github.com/xoreos/xoreos/commit/16870716375d4b0e8a996c6b95daba45b0758a9e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: fe0275e0503bce7347fed871ad1d1092f1ec419b
      https://github.com/xoreos/xoreos/commit/fe0275e0503bce7347fed871ad1d1092f1ec419b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 87307095e346329deea05f0a18ba3fcab569098e
      https://github.com/xoreos/xoreos/commit/87307095e346329deea05f0a18ba3fcab569098e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 276a9e751807d1cee001081b8d156d944d36cdac
      https://github.com/xoreos/xoreos/commit/276a9e751807d1cee001081b8d156d944d36cdac
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 7fc8768118b46fbb8f637c172879268b6e3dad0b
      https://github.com/xoreos/xoreos/commit/7fc8768118b46fbb8f637c172879268b6e3dad0b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 90b0d2f4d120f846324f3dc2aaa2ce12af907015
      https://github.com/xoreos/xoreos/commit/90b0d2f4d120f846324f3dc2aaa2ce12af907015
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 987e86efa3f383d11cf459067870b274d6cee7a7
      https://github.com/xoreos/xoreos/commit/987e86efa3f383d11cf459067870b274d6cee7a7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: ac20a7433f716b12e6fe5495d32d93c32a9d91c2
      https://github.com/xoreos/xoreos/commit/ac20a7433f716b12e6fe5495d32d93c32a9d91c2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


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

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

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


  Commit: 03b8bcf288f5e8335c20ab18e5134d7605ac87e9
      https://github.com/xoreos/xoreos/commit/03b8bcf288f5e8335c20ab18e5134d7605ac87e9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 6cf6e8c76ccef3effb8eecdaeb0433b55c5f60b4
      https://github.com/xoreos/xoreos/commit/6cf6e8c76ccef3effb8eecdaeb0433b55c5f60b4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: bc218a272974a2844e922864ee8282b05465bcf7
      https://github.com/xoreos/xoreos/commit/bc218a272974a2844e922864ee8282b05465bcf7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 358fb85a971bc0eea6374835a1a3c65fd2068d74
      https://github.com/xoreos/xoreos/commit/358fb85a971bc0eea6374835a1a3c65fd2068d74
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 7b678b6783f0f0afb9d49de6ca638025d46631f6
      https://github.com/xoreos/xoreos/commit/7b678b6783f0f0afb9d49de6ca638025d46631f6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: 09d1fcfe981a65c391a86fa6dfd6cacc05d9e189
      https://github.com/xoreos/xoreos/commit/09d1fcfe981a65c391a86fa6dfd6cacc05d9e189
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

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

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


  Commit: 11b6ba4019a7f036a34144f7aedea1a01ac2ca0c
      https://github.com/xoreos/xoreos/commit/11b6ba4019a7f036a34144f7aedea1a01ac2ca0c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: cf175e6e9d523ebf7bf86ae5b37d4c29b52cee37
      https://github.com/xoreos/xoreos/commit/cf175e6e9d523ebf7bf86ae5b37d4c29b52cee37
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M .travis.yml

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


  Commit: 15c1aa67f6da7ce914feed7f8d77bec5ce5cc9da
      https://github.com/xoreos/xoreos/commit/15c1aa67f6da7ce914feed7f8d77bec5ce5cc9da
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


  Commit: 7df347e11dc57a3baf1a742f14aa11733c92c352
      https://github.com/xoreos/xoreos/commit/7df347e11dc57a3baf1a742f14aa11733c92c352
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 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: da64b950bc15570718dea1dc7c19f4510925a606
      https://github.com/xoreos/xoreos/commit/da64b950bc15570718dea1dc7c19f4510925a606
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M .appveyor.yml

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


Compare: https://github.com/xoreos/xoreos/compare/36e2e25f4d19...da64b950bc15


More information about the xoreos-git mailing list