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

GitHub noreply at github.com
Wed Dec 21 01:17:51 CET 2016


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: d6af891ecdef1e09e8440c93b46c0b2bde7d2b77
      https://github.com/xoreos/xoreos/commit/d6af891ecdef1e09e8440c93b46c0b2bde7d2b77
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 400caa200a40094016fef5271ed312c4f5bdc657
      https://github.com/xoreos/xoreos/commit/400caa200a40094016fef5271ed312c4f5bdc657
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 3fce66c93ea97b1573e864a0bfc90d591b99eed1
      https://github.com/xoreos/xoreos/commit/3fce66c93ea97b1573e864a0bfc90d591b99eed1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M CMakeLists.txt

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


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

  Changed paths:
    M CMakeLists.txt

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


  Commit: ad2a2948234936c9ec9416ff82408a4437365b97
      https://github.com/xoreos/xoreos/commit/ad2a2948234936c9ec9416ff82408a4437365b97
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 45d147c2e9401c0ee569a7a55ab8ba7af0a534ba
      https://github.com/xoreos/xoreos/commit/45d147c2e9401c0ee569a7a55ab8ba7af0a534ba
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 748ac8497ea9a3031c298df8c168a80aafdf20a4
      https://github.com/xoreos/xoreos/commit/748ac8497ea9a3031c298df8c168a80aafdf20a4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  Commit: b94c57cf6964f98c2e48652668fdfb373202c971
      https://github.com/xoreos/xoreos/commit/b94c57cf6964f98c2e48652668fdfb373202c971
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 361242ce55c9a572130fb5e2b7ac005562f4dcfa
      https://github.com/xoreos/xoreos/commit/361242ce55c9a572130fb5e2b7ac005562f4dcfa
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: b53478c4686ccd05dc438639f8b0b2fee694bf20
      https://github.com/xoreos/xoreos/commit/b53478c4686ccd05dc438639f8b0b2fee694bf20
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  Commit: c1907500bb0aaa451a7b3debb190cb15f85f6b42
      https://github.com/xoreos/xoreos/commit/c1907500bb0aaa451a7b3debb190cb15f85f6b42
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: ac07f35fb3669050b66b4815524d2503dfaeaa20
      https://github.com/xoreos/xoreos/commit/ac07f35fb3669050b66b4815524d2503dfaeaa20
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: dcd7ec7a583a92fe562ed624dbcd62dcc216f77d
      https://github.com/xoreos/xoreos/commit/dcd7ec7a583a92fe562ed624dbcd62dcc216f77d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


  Commit: c92ebad214b88533f6deb03e86671852ba4b5528
      https://github.com/xoreos/xoreos/commit/c92ebad214b88533f6deb03e86671852ba4b5528
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: e4f9e489468803da0444b506f67b32aba57912a4
      https://github.com/xoreos/xoreos/commit/e4f9e489468803da0444b506f67b32aba57912a4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 8b4392a163cdd2442768f40982230fa847ebd3d8
      https://github.com/xoreos/xoreos/commit/8b4392a163cdd2442768f40982230fa847ebd3d8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 9229acd39ab00497d9c23f701e4c2e13bba8c559
      https://github.com/xoreos/xoreos/commit/9229acd39ab00497d9c23f701e4c2e13bba8c559
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 52c6f6a108a91c306d2fefadb163242d479e64cb
      https://github.com/xoreos/xoreos/commit/52c6f6a108a91c306d2fefadb163242d479e64cb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 233c712ff5ef0d6421b29365e5025b41adb62b20
      https://github.com/xoreos/xoreos/commit/233c712ff5ef0d6421b29365e5025b41adb62b20
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 6d208fdbb331e8ef40d8fe8262b95300c3934541
      https://github.com/xoreos/xoreos/commit/6d208fdbb331e8ef40d8fe8262b95300c3934541
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 57e6ad9d3f0d4508f718ba7a37087de8a284ba98
      https://github.com/xoreos/xoreos/commit/57e6ad9d3f0d4508f718ba7a37087de8a284ba98
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: e182e41734bcf92918d9aabfc23866103e8059e3
      https://github.com/xoreos/xoreos/commit/e182e41734bcf92918d9aabfc23866103e8059e3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: a8dd0df366c26ac0f8616888d92b970b811c054a
      https://github.com/xoreos/xoreos/commit/a8dd0df366c26ac0f8616888d92b970b811c054a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: ed26f0f7026c193cf4dbfd2d0faf844dfacede07
      https://github.com/xoreos/xoreos/commit/ed26f0f7026c193cf4dbfd2d0faf844dfacede07
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 401659b413488c71298abc13442adb368836a375
      https://github.com/xoreos/xoreos/commit/401659b413488c71298abc13442adb368836a375
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 0227a906be483d19d3167600a765ba1b239d4a7e
      https://github.com/xoreos/xoreos/commit/0227a906be483d19d3167600a765ba1b239d4a7e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


  Commit: 0f06494d9570fa1b07d411b3041a0e0a47b15bd3
      https://github.com/xoreos/xoreos/commit/0f06494d9570fa1b07d411b3041a0e0a47b15bd3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 93a8c50ba8b6851c9689d185b78a160d886701ae
      https://github.com/xoreos/xoreos/commit/93a8c50ba8b6851c9689d185b78a160d886701ae
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: baa389c1dea3da3815090e736e2c73f5be85c70e
      https://github.com/xoreos/xoreos/commit/baa389c1dea3da3815090e736e2c73f5be85c70e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 93d3b1f92f2803171ea41c7d837406714cdd4152
      https://github.com/xoreos/xoreos/commit/93d3b1f92f2803171ea41c7d837406714cdd4152
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: d73c72fc8dc52bc9b68281a37e686522b9ebb515
      https://github.com/xoreos/xoreos/commit/d73c72fc8dc52bc9b68281a37e686522b9ebb515
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 29192b6fc3ae2f752bf31f1ad85a5421694d106e
      https://github.com/xoreos/xoreos/commit/29192b6fc3ae2f752bf31f1ad85a5421694d106e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 2821c1a6957571feca08a1840d56a0c63f071ed7
      https://github.com/xoreos/xoreos/commit/2821c1a6957571feca08a1840d56a0c63f071ed7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: efc76e2226aeb0bc98bc031bf29b04f990462183
      https://github.com/xoreos/xoreos/commit/efc76e2226aeb0bc98bc031bf29b04f990462183
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 8a0ef8a2ccb175e37f67e37d43020386d63c6baa
      https://github.com/xoreos/xoreos/commit/8a0ef8a2ccb175e37f67e37d43020386d63c6baa
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


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

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

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


  Commit: 464ea5e330bd35fd37734900d28916893d1e67e0
      https://github.com/xoreos/xoreos/commit/464ea5e330bd35fd37734900d28916893d1e67e0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: fe81091f8a9f464cd0c81e0414fb966ad27db0d3
      https://github.com/xoreos/xoreos/commit/fe81091f8a9f464cd0c81e0414fb966ad27db0d3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


  Commit: fc4765fa6310b264c8ef3ac32994f8cf222eba21
      https://github.com/xoreos/xoreos/commit/fc4765fa6310b264c8ef3ac32994f8cf222eba21
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 894057ab8fa5b453d098e8f65e3837a433d206ab
      https://github.com/xoreos/xoreos/commit/894057ab8fa5b453d098e8f65e3837a433d206ab
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


  Commit: d5604719229b349e1fde06c21ac75e1b02109699
      https://github.com/xoreos/xoreos/commit/d5604719229b349e1fde06c21ac75e1b02109699
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: de5ea180747c15bdce2c2707b03afe0f68e394a2
      https://github.com/xoreos/xoreos/commit/de5ea180747c15bdce2c2707b03afe0f68e394a2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


  Commit: 2b043d8d45cb88df753cc0ab73b87404eff8f2ca
      https://github.com/xoreos/xoreos/commit/2b043d8d45cb88df753cc0ab73b87404eff8f2ca
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 888616d587ff9b4c3835655c1f98a54b2bc93598
      https://github.com/xoreos/xoreos/commit/888616d587ff9b4c3835655c1f98a54b2bc93598
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: b86cbe41e88399036f1e1b206526a31e6a2ae906
      https://github.com/xoreos/xoreos/commit/b86cbe41e88399036f1e1b206526a31e6a2ae906
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 518307b8a69dfca342929ae7df4b9f4cb34602d5
      https://github.com/xoreos/xoreos/commit/518307b8a69dfca342929ae7df4b9f4cb34602d5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: a1a918d72e67e6e68c2a58cc5ece26a81b333ba4
      https://github.com/xoreos/xoreos/commit/a1a918d72e67e6e68c2a58cc5ece26a81b333ba4
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 0ea4e58fb98cf3a5807a806c3ac266810f47a325
      https://github.com/xoreos/xoreos/commit/0ea4e58fb98cf3a5807a806c3ac266810f47a325
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 07b3e4ea0c0f86b30699e3688897d34b2f75742c
      https://github.com/xoreos/xoreos/commit/07b3e4ea0c0f86b30699e3688897d34b2f75742c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 29a2d70563b60e29c3913a57b9a0c892dfc891d7
      https://github.com/xoreos/xoreos/commit/29a2d70563b60e29c3913a57b9a0c892dfc891d7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: cd4b4f6ba42a7b44807a3f747d62e3921b3ab59f
      https://github.com/xoreos/xoreos/commit/cd4b4f6ba42a7b44807a3f747d62e3921b3ab59f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: c90b51ec0798a1d93d8aefcaddb7b52e1e4e4c79
      https://github.com/xoreos/xoreos/commit/c90b51ec0798a1d93d8aefcaddb7b52e1e4e4c79
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 0975232d49a7b0e0902cafbb59da7f3178ef6e73
      https://github.com/xoreos/xoreos/commit/0975232d49a7b0e0902cafbb59da7f3178ef6e73
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


  Commit: 6f67279b2a8f85105b531718d07e2fea144e97a0
      https://github.com/xoreos/xoreos/commit/6f67279b2a8f85105b531718d07e2fea144e97a0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 991586fea45ef0327664c19056a2f02df1121105
      https://github.com/xoreos/xoreos/commit/991586fea45ef0327664c19056a2f02df1121105
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 9d7e2aee7452140d39eeb681e44769dc0e927065
      https://github.com/xoreos/xoreos/commit/9d7e2aee7452140d39eeb681e44769dc0e927065
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


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

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

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


  Commit: 007033b2cae327103e0c3c63011bb7a903d4479a
      https://github.com/xoreos/xoreos/commit/007033b2cae327103e0c3c63011bb7a903d4479a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 9394c6a1907a685aa92a3bb7247227d4b235fe87
      https://github.com/xoreos/xoreos/commit/9394c6a1907a685aa92a3bb7247227d4b235fe87
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

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

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


  Commit: a57df6ca68388bf90fba43babca36555077bba4c
      https://github.com/xoreos/xoreos/commit/a57df6ca68388bf90fba43babca36555077bba4c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 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: 13d79c18dd005b074df229e59f87189ab5cbcf97
      https://github.com/xoreos/xoreos/commit/13d79c18dd005b074df229e59f87189ab5cbcf97
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M .travis.yml

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


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

  Changed paths:
    M .appveyor.yml

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


Compare: https://github.com/xoreos/xoreos/compare/2d25b7a1c302...90e0a6ec9e20


More information about the xoreos-git mailing list