[xoreos-git] [xoreos/xoreos] 33d996: BUILD: Let CMake parse the programs list from auto...

GitHub noreply at github.com
Sat Dec 24 15:41:32 CET 2016


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: 33d996e98bb3fbfb75455db05251efdcc6b989d3
      https://github.com/xoreos/xoreos/commit/33d996e98bb3fbfb75455db05251efdcc6b989d3
  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: b6d707e8596fcdca10e12d226ca7067dd0d298cc
      https://github.com/xoreos/xoreos/commit/b6d707e8596fcdca10e12d226ca7067dd0d298cc
  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: cf4a8916d7d883f09422c39f8f5b1ae2428430a0
      https://github.com/xoreos/xoreos/commit/cf4a8916d7d883f09422c39f8f5b1ae2428430a0
  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: b2f3a4f3814975177518ab8102533f66ac5eba9a
      https://github.com/xoreos/xoreos/commit/b2f3a4f3814975177518ab8102533f66ac5eba9a
  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: 095558a1889caf818970e34a4d3fbeb220ed6970
      https://github.com/xoreos/xoreos/commit/095558a1889caf818970e34a4d3fbeb220ed6970
  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: 12472f65ec97c2bef7a1c30ecc2667aa4a4f58fd
      https://github.com/xoreos/xoreos/commit/12472f65ec97c2bef7a1c30ecc2667aa4a4f58fd
  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: 7687e6a3b1da770aaf7591e8ada7f100442333ba
      https://github.com/xoreos/xoreos/commit/7687e6a3b1da770aaf7591e8ada7f100442333ba
  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: 6965ea10cae06fdc21444c1f13edb534448bc381
      https://github.com/xoreos/xoreos/commit/6965ea10cae06fdc21444c1f13edb534448bc381
  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: 0faeb2ea65a792bbd83e64adf5486235e225dfe2
      https://github.com/xoreos/xoreos/commit/0faeb2ea65a792bbd83e64adf5486235e225dfe2
  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: 958074fc487e391ac25c02e6c1dbe6aeaa205c51
      https://github.com/xoreos/xoreos/commit/958074fc487e391ac25c02e6c1dbe6aeaa205c51
  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: 7b253e0d8da1e3155792a97df92c0106c031358d
      https://github.com/xoreos/xoreos/commit/7b253e0d8da1e3155792a97df92c0106c031358d
  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: c471f5255e410f61db25bfb53cc63bfd462cde46
      https://github.com/xoreos/xoreos/commit/c471f5255e410f61db25bfb53cc63bfd462cde46
  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: bea4651b8510a526fb95c6677af77ccef49b8aad
      https://github.com/xoreos/xoreos/commit/bea4651b8510a526fb95c6677af77ccef49b8aad
  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: 6fa24b3ad9e569ca94a9940baa5e2b052117ae01
      https://github.com/xoreos/xoreos/commit/6fa24b3ad9e569ca94a9940baa5e2b052117ae01
  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: dc1cd6905127dd9d1c3ff761998b37c67de7876e
      https://github.com/xoreos/xoreos/commit/dc1cd6905127dd9d1c3ff761998b37c67de7876e
  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: 201c247c2b93a24ef4e49cea05dd81c55a724aa8
      https://github.com/xoreos/xoreos/commit/201c247c2b93a24ef4e49cea05dd81c55a724aa8
  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: 36d1ca415b854618d81b722f9ac3b183cb5adfd9
      https://github.com/xoreos/xoreos/commit/36d1ca415b854618d81b722f9ac3b183cb5adfd9
  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: 8b46326839c5bab9557808b29b3b856ac453e802
      https://github.com/xoreos/xoreos/commit/8b46326839c5bab9557808b29b3b856ac453e802
  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: 0693a373fdec57d02b696a44699b083c4a085850
      https://github.com/xoreos/xoreos/commit/0693a373fdec57d02b696a44699b083c4a085850
  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: 5a636416494a3586f7f56eb7aa9e3672b6004b43
      https://github.com/xoreos/xoreos/commit/5a636416494a3586f7f56eb7aa9e3672b6004b43
  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: f49d0b714abeb5ca25ebab7d28e97769088034c2
      https://github.com/xoreos/xoreos/commit/f49d0b714abeb5ca25ebab7d28e97769088034c2
  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: 8e9062419ec27556e1797e63447372e2a9b0e43b
      https://github.com/xoreos/xoreos/commit/8e9062419ec27556e1797e63447372e2a9b0e43b
  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: 2af3f2995aa83b0a4996b566fd04838148e46ade
      https://github.com/xoreos/xoreos/commit/2af3f2995aa83b0a4996b566fd04838148e46ade
  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: e51d91e764b612e7f659060933bb216a59756935
      https://github.com/xoreos/xoreos/commit/e51d91e764b612e7f659060933bb216a59756935
  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: abde084a9ee8c7b95a86baa10f4c1e98d9b203f5
      https://github.com/xoreos/xoreos/commit/abde084a9ee8c7b95a86baa10f4c1e98d9b203f5
  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: 0ebc1e63bb3d1513ef6013a2a47b070aeac90b93
      https://github.com/xoreos/xoreos/commit/0ebc1e63bb3d1513ef6013a2a47b070aeac90b93
  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: da0a563422bad0388e273e90b6de9691d5cf3cd2
      https://github.com/xoreos/xoreos/commit/da0a563422bad0388e273e90b6de9691d5cf3cd2
  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: c661893f1244cfd36ff447247bf587a825951fd4
      https://github.com/xoreos/xoreos/commit/c661893f1244cfd36ff447247bf587a825951fd4
  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: 6b23c3e044e95adf5147717d9e01e3cf29e2840a
      https://github.com/xoreos/xoreos/commit/6b23c3e044e95adf5147717d9e01e3cf29e2840a
  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: e487a840600b85cfee036891068922691f5c2b12
      https://github.com/xoreos/xoreos/commit/e487a840600b85cfee036891068922691f5c2b12
  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: 4e0be778a363a41edfe56e978cfe9f7dd3bfc35a
      https://github.com/xoreos/xoreos/commit/4e0be778a363a41edfe56e978cfe9f7dd3bfc35a
  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: d0240b80c3cdbc7977ef9ee9947ae861dec01495
      https://github.com/xoreos/xoreos/commit/d0240b80c3cdbc7977ef9ee9947ae861dec01495
  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: 2cecf3417a7cb52b9965b3be279bbfc6bc4c0e35
      https://github.com/xoreos/xoreos/commit/2cecf3417a7cb52b9965b3be279bbfc6bc4c0e35
  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: b0a14fbdd1f5ef6156b80f0f4a9a936c68625092
      https://github.com/xoreos/xoreos/commit/b0a14fbdd1f5ef6156b80f0f4a9a936c68625092
  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: 7ba0a83dbb0612cdc531996133cb10d7db57703b
      https://github.com/xoreos/xoreos/commit/7ba0a83dbb0612cdc531996133cb10d7db57703b
  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: 42e4a955c64c1631b78facc1e521978081528a5a
      https://github.com/xoreos/xoreos/commit/42e4a955c64c1631b78facc1e521978081528a5a
  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: c52f89b18a6b9fd52e8c8b2de2295e374320eead
      https://github.com/xoreos/xoreos/commit/c52f89b18a6b9fd52e8c8b2de2295e374320eead
  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: d07bfb1fc7e0c4a3d18c1471ec9bcc14abd65cb3
      https://github.com/xoreos/xoreos/commit/d07bfb1fc7e0c4a3d18c1471ec9bcc14abd65cb3
  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: ac644f6eddb3b44682b5295a6eee5c635d94063e
      https://github.com/xoreos/xoreos/commit/ac644f6eddb3b44682b5295a6eee5c635d94063e
  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: c65819c6a872d27f5321afc60f17cdc3c0d1b518
      https://github.com/xoreos/xoreos/commit/c65819c6a872d27f5321afc60f17cdc3c0d1b518
  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: d979efbe54f8f31a55a97d2c5b4e203e8ada01f1
      https://github.com/xoreos/xoreos/commit/d979efbe54f8f31a55a97d2c5b4e203e8ada01f1
  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: b1a76eb3b08a61e97c5b1ce57ef86a213f8e4abc
      https://github.com/xoreos/xoreos/commit/b1a76eb3b08a61e97c5b1ce57ef86a213f8e4abc
  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: b4c075d28e3b2afe55f35c8bab39b15d0e966396
      https://github.com/xoreos/xoreos/commit/b4c075d28e3b2afe55f35c8bab39b15d0e966396
  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: 0fc1a9b86dfb7903fb2fec6b41a6359937924703
      https://github.com/xoreos/xoreos/commit/0fc1a9b86dfb7903fb2fec6b41a6359937924703
  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: 24e91828effc2c44c1e30435cd3af44b211ea08b
      https://github.com/xoreos/xoreos/commit/24e91828effc2c44c1e30435cd3af44b211ea08b
  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: 0b3424257fe362c8ad3cf35508e377cec277b8e3
      https://github.com/xoreos/xoreos/commit/0b3424257fe362c8ad3cf35508e377cec277b8e3
  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: d1747a2a987bbc79ebdd2869a7619bd255ebfae9
      https://github.com/xoreos/xoreos/commit/d1747a2a987bbc79ebdd2869a7619bd255ebfae9
  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: 4d6da29dad94f1967b533f9e000a364a28728fd3
      https://github.com/xoreos/xoreos/commit/4d6da29dad94f1967b533f9e000a364a28728fd3
  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: c4fdbd6aa6c495f16556c64096040a087bcd333b
      https://github.com/xoreos/xoreos/commit/c4fdbd6aa6c495f16556c64096040a087bcd333b
  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: ce2c165c583a0c43f67b914eb6484276c7507484
      https://github.com/xoreos/xoreos/commit/ce2c165c583a0c43f67b914eb6484276c7507484
  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: b3fca95c34e5a0f8c707ed3c0cad12c6a682f59e
      https://github.com/xoreos/xoreos/commit/b3fca95c34e5a0f8c707ed3c0cad12c6a682f59e
  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: 81b532ee615b4a7e12b44a79c4c5e83eb4e7ce7e
      https://github.com/xoreos/xoreos/commit/81b532ee615b4a7e12b44a79c4c5e83eb4e7ce7e
  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: 1e702bd1cc0046028043072163d4bdeceffb5c4a
      https://github.com/xoreos/xoreos/commit/1e702bd1cc0046028043072163d4bdeceffb5c4a
  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: f56186eae03a7963f4791c2d249b5ba04f659dc7
      https://github.com/xoreos/xoreos/commit/f56186eae03a7963f4791c2d249b5ba04f659dc7
  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: d67a4c98b42773b528015b0a2c20beedb87b0d2e
      https://github.com/xoreos/xoreos/commit/d67a4c98b42773b528015b0a2c20beedb87b0d2e
  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: 69281112fece206769537003d852df7d43492c77
      https://github.com/xoreos/xoreos/commit/69281112fece206769537003d852df7d43492c77
  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: 18ffff1e429e048ed57cbdcf7014a7ef11279283
      https://github.com/xoreos/xoreos/commit/18ffff1e429e048ed57cbdcf7014a7ef11279283
  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: 87049070e9453ce3f6085d2c16d4158ee2648dac
      https://github.com/xoreos/xoreos/commit/87049070e9453ce3f6085d2c16d4158ee2648dac
  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: 88cb156fc19b7cd6053a3db0ae3cf85549b40724
      https://github.com/xoreos/xoreos/commit/88cb156fc19b7cd6053a3db0ae3cf85549b40724
  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: c2b7b204be0bb3c147d9fb5f5f57f981fd2d518a
      https://github.com/xoreos/xoreos/commit/c2b7b204be0bb3c147d9fb5f5f57f981fd2d518a
  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: 88d91b4103d191cc030b4a04a48d56290efac446
      https://github.com/xoreos/xoreos/commit/88d91b4103d191cc030b4a04a48d56290efac446
  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: 000b5e495ab3c104aa84f6cf50f960b188c802da
      https://github.com/xoreos/xoreos/commit/000b5e495ab3c104aa84f6cf50f960b188c802da
  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: 7d5bcac6fe1c634d4961b8d3e0d6c9006df21961
      https://github.com/xoreos/xoreos/commit/7d5bcac6fe1c634d4961b8d3e0d6c9006df21961
  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: 41c2527dfe57e3c62f3bd1406de37c663529fe72
      https://github.com/xoreos/xoreos/commit/41c2527dfe57e3c62f3bd1406de37c663529fe72
  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: 40b062515815a6285332f76585ff2b160c134bc3
      https://github.com/xoreos/xoreos/commit/40b062515815a6285332f76585ff2b160c134bc3
  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: 9cc277f3a8328d045929aa2b9d370db13408e4c9
      https://github.com/xoreos/xoreos/commit/9cc277f3a8328d045929aa2b9d370db13408e4c9
  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: c585f1870ea8e44708138d243312d2aab1e1b333
      https://github.com/xoreos/xoreos/commit/c585f1870ea8e44708138d243312d2aab1e1b333
  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: fff4db596ff29de23eddb8ec6ca4dedd002dfa07
      https://github.com/xoreos/xoreos/commit/fff4db596ff29de23eddb8ec6ca4dedd002dfa07
  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: 4071e654322b6aa4cf175074c621c898c1be0298
      https://github.com/xoreos/xoreos/commit/4071e654322b6aa4cf175074c621c898c1be0298
  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: ec50cfc59d7ab903d845b7d7b20e01bcbd501c93
      https://github.com/xoreos/xoreos/commit/ec50cfc59d7ab903d845b7d7b20e01bcbd501c93
  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: e5d76e149953f0337b4a8a5b5997985e5300161d
      https://github.com/xoreos/xoreos/commit/e5d76e149953f0337b4a8a5b5997985e5300161d
  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: 6dde3fb90e1787f49c5f0508bda1b516c671779a
      https://github.com/xoreos/xoreos/commit/6dde3fb90e1787f49c5f0508bda1b516c671779a
  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: 2de600ab3a79b6ccb4cfcc7a8e431112e7826363
      https://github.com/xoreos/xoreos/commit/2de600ab3a79b6ccb4cfcc7a8e431112e7826363
  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: a93c369af5c094953e3a0c23f075902792580895
      https://github.com/xoreos/xoreos/commit/a93c369af5c094953e3a0c23f075902792580895
  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: 3e47f3981c729afbd5274da3c94f39d28ab0f842
      https://github.com/xoreos/xoreos/commit/3e47f3981c729afbd5274da3c94f39d28ab0f842
  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: 0c4bff9f183cfd58247d7852d4a100ca41a62a04
      https://github.com/xoreos/xoreos/commit/0c4bff9f183cfd58247d7852d4a100ca41a62a04
  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: b9051b7a2b0c244fcca02d25c6116ffa5decd30e
      https://github.com/xoreos/xoreos/commit/b9051b7a2b0c244fcca02d25c6116ffa5decd30e
  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: 440285dbe16059d625ab0fb8f430e2211cd85ba8
      https://github.com/xoreos/xoreos/commit/440285dbe16059d625ab0fb8f430e2211cd85ba8
  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: d674b7f31936d34d4772790f1baad361a376f595
      https://github.com/xoreos/xoreos/commit/d674b7f31936d34d4772790f1baad361a376f595
  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: 6fdefd582ffb3dbb9972d0b3b8009e9a5087c949
      https://github.com/xoreos/xoreos/commit/6fdefd582ffb3dbb9972d0b3b8009e9a5087c949
  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: 962964ec39e551b5b2e5b2decde4160c67286579
      https://github.com/xoreos/xoreos/commit/962964ec39e551b5b2e5b2decde4160c67286579
  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/da64b950bc15...962964ec39e5


More information about the xoreos-git mailing list