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

GitHub noreply at github.com
Sat Feb 25 22:13:41 CET 2017


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: 0ea027f1f3784f02e8606f53f7df43d7c2be8884
      https://github.com/xoreos/xoreos/commit/0ea027f1f3784f02e8606f53f7df43d7c2be8884
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

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

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

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


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

  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: 2bd7310d0682f1f20e938db565a317ee47c9300a
      https://github.com/xoreos/xoreos/commit/2bd7310d0682f1f20e938db565a317ee47c9300a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M CMakeLists.txt

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


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

  Changed paths:
    M CMakeLists.txt

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


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

  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: 42990bb2698dc416d6bd8a52953002cc1c67dd03
      https://github.com/xoreos/xoreos/commit/42990bb2698dc416d6bd8a52953002cc1c67dd03
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

  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: 055f976710cc51d4a0493d84317b73ca8b75e027
      https://github.com/xoreos/xoreos/commit/055f976710cc51d4a0493d84317b73ca8b75e027
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

  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: bb9c00a9bac512acc0c8e13b3cf5de205612a09b
      https://github.com/xoreos/xoreos/commit/bb9c00a9bac512acc0c8e13b3cf5de205612a09b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M .travis.yml

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


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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


Compare: https://github.com/xoreos/xoreos/compare/f9ec6ee8030c...81d1b0fab91e


More information about the xoreos-git mailing list