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

GitHub noreply at github.com
Sat Feb 25 23:17:44 CET 2017


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: bd376aadac800c1ef0b1023d5c4032f82d3f946a
      https://github.com/xoreos/xoreos/commit/bd376aadac800c1ef0b1023d5c4032f82d3f946a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

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

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

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


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

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

  Log Message:
  -----------
  BUILD: Don't prepend directory onto path in the automake parser

Our automake paths are already absolute.


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

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M CMakeLists.txt

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


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

  Changed paths:
    M CMakeLists.txt

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

  Changed paths:
    M .travis.yml

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


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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


Compare: https://github.com/xoreos/xoreos/compare/81d1b0fab91e...1a14ac909f6b


More information about the xoreos-git mailing list