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

GitHub noreply at github.com
Wed Dec 21 00:19:59 CET 2016


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: fcd623bcc3643aab7b88ffbd427b73e8d7d5911b
      https://github.com/xoreos/xoreos/commit/fcd623bcc3643aab7b88ffbd427b73e8d7d5911b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-20 (Sun, 20 Nov 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: 33a5dcb8ef3e775a0cf202657e72b6a8c4c18d05
      https://github.com/xoreos/xoreos/commit/33a5dcb8ef3e775a0cf202657e72b6a8c4c18d05
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-20 (Sun, 20 Nov 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: ac4c1187f6f883d141f0980233146a81e2844e61
      https://github.com/xoreos/xoreos/commit/ac4c1187f6f883d141f0980233146a81e2844e61
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-20 (Sun, 20 Nov 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


  Commit: 7b1eef2ae8e7697ffb4904cb222e92eb02032dad
      https://github.com/xoreos/xoreos/commit/7b1eef2ae8e7697ffb4904cb222e92eb02032dad
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


  Commit: 91a5be4cfe2cea2f6163bfa200fecde58865f911
      https://github.com/xoreos/xoreos/commit/91a5be4cfe2cea2f6163bfa200fecde58865f911
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-20 (Sun, 20 Nov 2016)

  Changed paths:
    M CMakeLists.txt

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


  Commit: 3fcc997d67618a9641c9aabd5ce3c56d62ef5b70
      https://github.com/xoreos/xoreos/commit/3fcc997d67618a9641c9aabd5ce3c56d62ef5b70
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M CMakeLists.txt

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


  Commit: 660efb25823b08179184587975e34e9400e25953
      https://github.com/xoreos/xoreos/commit/660efb25823b08179184587975e34e9400e25953
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-08-24 (Wed, 24 Aug 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: 1f681196b8896c3aa7504b923bd562544cd5d725
      https://github.com/xoreos/xoreos/commit/1f681196b8896c3aa7504b923bd562544cd5d725
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-17 (Sat, 17 Sep 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: 3c9c9d6cb1aed8a3a24c2e416346bd6f9dcf5c06
      https://github.com/xoreos/xoreos/commit/3c9c9d6cb1aed8a3a24c2e416346bd6f9dcf5c06
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

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

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


  Commit: 8c3852768a3c531f417e8f2fc8581f25c91c10f0
      https://github.com/xoreos/xoreos/commit/8c3852768a3c531f417e8f2fc8581f25c91c10f0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

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


  Commit: 39d93ef35097cd0c1ad7ada6f0bb37f2803a79a5
      https://github.com/xoreos/xoreos/commit/39d93ef35097cd0c1ad7ada6f0bb37f2803a79a5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

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


  Commit: 25434a5ee6d907f9f6b99f75b5abea58b8ea202a
      https://github.com/xoreos/xoreos/commit/25434a5ee6d907f9f6b99f75b5abea58b8ea202a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

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


  Commit: 9f915bf56280c19bd823cdbee525412b98230e5e
      https://github.com/xoreos/xoreos/commit/9f915bf56280c19bd823cdbee525412b98230e5e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

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


  Commit: 9572094c9e093df38d8e7387bd84b338f8ef04b6
      https://github.com/xoreos/xoreos/commit/9572094c9e093df38d8e7387bd84b338f8ef04b6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

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

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


  Commit: 84658c22fd74da54e7774e47a8b7d1740e0bf29c
      https://github.com/xoreos/xoreos/commit/84658c22fd74da54e7774e47a8b7d1740e0bf29c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

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

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


  Commit: dabfc118fecf4b458c773d5cc0276fcb722dd5b2
      https://github.com/xoreos/xoreos/commit/dabfc118fecf4b458c773d5cc0276fcb722dd5b2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-08-25 (Thu, 25 Aug 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: ec8ee72e26c4c72bdddfe8020d0d6a9f88f1900f
      https://github.com/xoreos/xoreos/commit/ec8ee72e26c4c72bdddfe8020d0d6a9f88f1900f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

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

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


  Commit: 30ea2383a638d79cb76c72f8d5aeb7106b2d2c85
      https://github.com/xoreos/xoreos/commit/30ea2383a638d79cb76c72f8d5aeb7106b2d2c85
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

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

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


  Commit: 785b6e0f85e556f890d904e5ca8f4a143ed92abf
      https://github.com/xoreos/xoreos/commit/785b6e0f85e556f890d904e5ca8f4a143ed92abf
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

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

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


  Commit: 75969e573b78b3c5e0f28636870aa27deb284e80
      https://github.com/xoreos/xoreos/commit/75969e573b78b3c5e0f28636870aa27deb284e80
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

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

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


  Commit: 2a9fc22dbe2d60d8fc7cd9f25e1c62fa889fb8e7
      https://github.com/xoreos/xoreos/commit/2a9fc22dbe2d60d8fc7cd9f25e1c62fa889fb8e7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

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

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


  Commit: cd7772e1a89c626f89991298ab4867c58ec52a81
      https://github.com/xoreos/xoreos/commit/cd7772e1a89c626f89991298ab4867c58ec52a81
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

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

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


  Commit: d4287df00c6aabbba8882a65a305c7d9c92384b1
      https://github.com/xoreos/xoreos/commit/d4287df00c6aabbba8882a65a305c7d9c92384b1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-14 (Wed, 14 Sep 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: 25e2664840d1c25f105786efe3cab13f80e61a1f
      https://github.com/xoreos/xoreos/commit/25e2664840d1c25f105786efe3cab13f80e61a1f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-04 (Sun, 04 Sep 2016)

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

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


  Commit: a08c62d84dfa2362d9a34110f0565747d264cf3b
      https://github.com/xoreos/xoreos/commit/a08c62d84dfa2362d9a34110f0565747d264cf3b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-04 (Sun, 04 Sep 2016)

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

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


  Commit: 0266e01bd99400478e7692dc25650793504f33c9
      https://github.com/xoreos/xoreos/commit/0266e01bd99400478e7692dc25650793504f33c9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-04 (Sun, 04 Sep 2016)

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

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


  Commit: ad3c761f2a1cf399372e24a5e14398f309816b66
      https://github.com/xoreos/xoreos/commit/ad3c761f2a1cf399372e24a5e14398f309816b66
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-04 (Sun, 04 Sep 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: c237a0dd9fd5cdef63922464f36eac64aa618533
      https://github.com/xoreos/xoreos/commit/c237a0dd9fd5cdef63922464f36eac64aa618533
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: 5d7cda091e2429826bed5beca9ae44c3d411e53d
      https://github.com/xoreos/xoreos/commit/5d7cda091e2429826bed5beca9ae44c3d411e53d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: c1a00395f2aec7d3e8de18049b9b701a53a2e74b
      https://github.com/xoreos/xoreos/commit/c1a00395f2aec7d3e8de18049b9b701a53a2e74b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: dcaac34765cd82b72fbe6453f1455ec5b0f2de88
      https://github.com/xoreos/xoreos/commit/dcaac34765cd82b72fbe6453f1455ec5b0f2de88
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: ba9541187e9415b6538a8fde7e930e78ca8a0b04
      https://github.com/xoreos/xoreos/commit/ba9541187e9415b6538a8fde7e930e78ca8a0b04
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: 6b2004bd35cca18eb1662b765d7bcdb09cbc03b7
      https://github.com/xoreos/xoreos/commit/6b2004bd35cca18eb1662b765d7bcdb09cbc03b7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: cfad6034f5fc3416af5c137f9563ae1a992038c9
      https://github.com/xoreos/xoreos/commit/cfad6034f5fc3416af5c137f9563ae1a992038c9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: 73cb6fd13e0837d0d121a5a8cc7eef40387353f3
      https://github.com/xoreos/xoreos/commit/73cb6fd13e0837d0d121a5a8cc7eef40387353f3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: 29ff80586d840f72e8ebb93bade840fc6a71cc5e
      https://github.com/xoreos/xoreos/commit/29ff80586d840f72e8ebb93bade840fc6a71cc5e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: 2858845d33fbd3df3465e4e11c42bfeb57d79fce
      https://github.com/xoreos/xoreos/commit/2858845d33fbd3df3465e4e11c42bfeb57d79fce
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: 4a95d2f97ed2e0a4ab13979300685bc4f3dcd083
      https://github.com/xoreos/xoreos/commit/4a95d2f97ed2e0a4ab13979300685bc4f3dcd083
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 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: 3ed75a974596d55cbab778fabf051e93b7960209
      https://github.com/xoreos/xoreos/commit/3ed75a974596d55cbab778fabf051e93b7960209
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

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

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


  Commit: 2b728968eeb542845060f80b7fd0cba053f87c60
      https://github.com/xoreos/xoreos/commit/2b728968eeb542845060f80b7fd0cba053f87c60
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-13 (Tue, 13 Sep 2016)

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

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


  Commit: 82914da6032c1574a5c2c2b30acdb68f3c440799
      https://github.com/xoreos/xoreos/commit/82914da6032c1574a5c2c2b30acdb68f3c440799
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-13 (Tue, 13 Sep 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: 601449bb17500337303cf11748c19db9ffcd41be
      https://github.com/xoreos/xoreos/commit/601449bb17500337303cf11748c19db9ffcd41be
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-13 (Tue, 13 Sep 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: 0e25b18d35faf18bb7995a8933e3e4dffe1026d7
      https://github.com/xoreos/xoreos/commit/0e25b18d35faf18bb7995a8933e3e4dffe1026d7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

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

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


  Commit: 38dfaabaa97eb56dbd2c4cfb1d65c943abb7a7e2
      https://github.com/xoreos/xoreos/commit/38dfaabaa97eb56dbd2c4cfb1d65c943abb7a7e2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-15 (Thu, 15 Sep 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: 34b5db6fc266f84290d8b79819b32e2f10326885
      https://github.com/xoreos/xoreos/commit/34b5db6fc266f84290d8b79819b32e2f10326885
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

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

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


  Commit: 2ff5c130b940efb60cd52d0bd4e0c328704e0f38
      https://github.com/xoreos/xoreos/commit/2ff5c130b940efb60cd52d0bd4e0c328704e0f38
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

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

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


  Commit: f0e4aa20abca8356b1ab348fa985ecc5b58e3ac0
      https://github.com/xoreos/xoreos/commit/f0e4aa20abca8356b1ab348fa985ecc5b58e3ac0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-15 (Thu, 15 Sep 2016)

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

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


  Commit: e56714a7f8f949e45dbcede4a79e5fd47d00c708
      https://github.com/xoreos/xoreos/commit/e56714a7f8f949e45dbcede4a79e5fd47d00c708
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

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

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


  Commit: a9d387455455a8910c2ce8d32c69a6f0c3a3dc9a
      https://github.com/xoreos/xoreos/commit/a9d387455455a8910c2ce8d32c69a6f0c3a3dc9a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

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

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


  Commit: 914debd05a3274c555199055ade256be9eaa5d99
      https://github.com/xoreos/xoreos/commit/914debd05a3274c555199055ade256be9eaa5d99
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

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

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


  Commit: 21814567ce57e2e76d757211c4500ba6a655d25b
      https://github.com/xoreos/xoreos/commit/21814567ce57e2e76d757211c4500ba6a655d25b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

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

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


  Commit: f1b21f093c1934dc12dd2fb96906fdef44c412bb
      https://github.com/xoreos/xoreos/commit/f1b21f093c1934dc12dd2fb96906fdef44c412bb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-09-17 (Sat, 17 Sep 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: 5f06192490dde2d49b94eb89361ceb55c10fa6cb
      https://github.com/xoreos/xoreos/commit/5f06192490dde2d49b94eb89361ceb55c10fa6cb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-10 (Mon, 10 Oct 2016)

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

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


  Commit: 2b62394757ca6e391f9d2489074314a559dd3615
      https://github.com/xoreos/xoreos/commit/2b62394757ca6e391f9d2489074314a559dd3615
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-10 (Mon, 10 Oct 2016)

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

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


  Commit: f7800d21f58144ceba13779590696eb70870fdc8
      https://github.com/xoreos/xoreos/commit/f7800d21f58144ceba13779590696eb70870fdc8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-06 (Thu, 06 Oct 2016)

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

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


  Commit: 1cf4558f0487b821af746e9873fb38771b09b293
      https://github.com/xoreos/xoreos/commit/1cf4558f0487b821af746e9873fb38771b09b293
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-06 (Thu, 06 Oct 2016)

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

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


  Commit: 10f0e2c57445cc3282f8f1062049b6a978aca934
      https://github.com/xoreos/xoreos/commit/10f0e2c57445cc3282f8f1062049b6a978aca934
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-06 (Thu, 06 Oct 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: 08dd1359f974f78b6c9a473c0936dce8ed30e508
      https://github.com/xoreos/xoreos/commit/08dd1359f974f78b6c9a473c0936dce8ed30e508
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-15 (Sat, 15 Oct 2016)

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

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


  Commit: cd3944863b1c0f9de6b52c9f72a634487fac2c69
      https://github.com/xoreos/xoreos/commit/cd3944863b1c0f9de6b52c9f72a634487fac2c69
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-27 (Thu, 27 Oct 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: f7a4e5187e0cb9c35f3de3257bf7628e2557a959
      https://github.com/xoreos/xoreos/commit/f7a4e5187e0cb9c35f3de3257bf7628e2557a959
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-27 (Thu, 27 Oct 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: 87b3e3e9893103336b29af790a57601dc72832ef
      https://github.com/xoreos/xoreos/commit/87b3e3e9893103336b29af790a57601dc72832ef
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-27 (Thu, 27 Oct 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: 16dde1e6773db88db9b9eb77a9781c5d4ecef594
      https://github.com/xoreos/xoreos/commit/16dde1e6773db88db9b9eb77a9781c5d4ecef594
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-28 (Fri, 28 Oct 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: d655ae69b136c4239a78a083bcad4eefa7d1f629
      https://github.com/xoreos/xoreos/commit/d655ae69b136c4239a78a083bcad4eefa7d1f629
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-29 (Sat, 29 Oct 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: ea3a987943e9fb6bbf9df3f8b039a56330871c9d
      https://github.com/xoreos/xoreos/commit/ea3a987943e9fb6bbf9df3f8b039a56330871c9d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-29 (Sat, 29 Oct 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: 7a8a01e171e984768f509e654dbaa3923a4054b0
      https://github.com/xoreos/xoreos/commit/7a8a01e171e984768f509e654dbaa3923a4054b0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-30 (Sun, 30 Oct 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: 4e9f8daa670fb21e70390409d02f19778cfe9446
      https://github.com/xoreos/xoreos/commit/4e9f8daa670fb21e70390409d02f19778cfe9446
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-30 (Sun, 30 Oct 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: ccdfb519826aa45bd1666310926ca739d88d1c90
      https://github.com/xoreos/xoreos/commit/ccdfb519826aa45bd1666310926ca739d88d1c90
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-01 (Tue, 01 Nov 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: 7a9f63e54839bdeef3b3c1b90f1fa55c9c66dc33
      https://github.com/xoreos/xoreos/commit/7a9f63e54839bdeef3b3c1b90f1fa55c9c66dc33
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-03 (Thu, 03 Nov 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: 0910b1fdccf7f021be259b885b50a57c9adf780d
      https://github.com/xoreos/xoreos/commit/0910b1fdccf7f021be259b885b50a57c9adf780d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

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


  Commit: 7c82c51a1b2424339f0d93a4d10a520cb1a7a187
      https://github.com/xoreos/xoreos/commit/7c82c51a1b2424339f0d93a4d10a520cb1a7a187
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

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

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


  Commit: ac3aaadcea1ccffbe3758634cb297db6aef1bfd9
      https://github.com/xoreos/xoreos/commit/ac3aaadcea1ccffbe3758634cb297db6aef1bfd9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-10-31 (Mon, 31 Oct 2016)

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

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


  Commit: 11968d8090352049c544cad3470f6ad71ef68c52
      https://github.com/xoreos/xoreos/commit/11968d8090352049c544cad3470f6ad71ef68c52
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-17 (Thu, 17 Nov 2016)

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

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


  Commit: 6146dea33502a2633978078b304c31634a96ad9a
      https://github.com/xoreos/xoreos/commit/6146dea33502a2633978078b304c31634a96ad9a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

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

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


  Commit: b664037ebbddfd2ba580dfc5afc742890d8194b7
      https://github.com/xoreos/xoreos/commit/b664037ebbddfd2ba580dfc5afc742890d8194b7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

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

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


  Commit: b3dd336a7a409aa3bbaa1b17033cf8bf09b7a3cf
      https://github.com/xoreos/xoreos/commit/b3dd336a7a409aa3bbaa1b17033cf8bf09b7a3cf
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-22 (Tue, 22 Nov 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: d57bbe0f4f3c6ba428e612afc6ddb2a7449ab97a
      https://github.com/xoreos/xoreos/commit/d57bbe0f4f3c6ba428e612afc6ddb2a7449ab97a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

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

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


  Commit: 94f66a5e23b484d4495fe353d8c057ab091463be
      https://github.com/xoreos/xoreos/commit/94f66a5e23b484d4495fe353d8c057ab091463be
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-11-23 (Wed, 23 Nov 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: 24ffdc1ee606a7897c104e570bd152316814dd58
      https://github.com/xoreos/xoreos/commit/24ffdc1ee606a7897c104e570bd152316814dd58
  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: 39debfd45ca6b58271e78df9e0e2c3cae8553c14
      https://github.com/xoreos/xoreos/commit/39debfd45ca6b58271e78df9e0e2c3cae8553c14
  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/fcd623bcc364^...39debfd45ca6


More information about the xoreos-git mailing list