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

GitHub noreply at github.com
Fri Dec 23 17:02:45 CET 2016


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: 2e2510b5b4f29dc3bc7d5a553e78df4e8692a6a7
      https://github.com/xoreos/xoreos/commit/2e2510b5b4f29dc3bc7d5a553e78df4e8692a6a7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 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: c4048cd16a400eff84500d4a97f2e4983cff2d55
      https://github.com/xoreos/xoreos/commit/c4048cd16a400eff84500d4a97f2e4983cff2d55
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 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: f36dd948df3cd5fbb66f4f1e19c35da8e35a160e
      https://github.com/xoreos/xoreos/commit/f36dd948df3cd5fbb66f4f1e19c35da8e35a160e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M CMakeLists.txt

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


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

  Changed paths:
    M CMakeLists.txt

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

  Changed paths:
    M .travis.yml

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


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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


Compare: https://github.com/xoreos/xoreos/compare/01b4d9e7d51d...36e2e25f4d19


More information about the xoreos-git mailing list