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

GitHub noreply at github.com
Sun Jan 1 04:35:28 CET 2017


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

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

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

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


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

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

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

Our automake paths are already absolute.


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

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M cmake/CMakeAM.cmake

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


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

  Changed paths:
    M CMakeLists.txt

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


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

  Changed paths:
    M CMakeLists.txt

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  Commit: 6878472e9eb76dc5229765acb36be18c5d37cc6a
      https://github.com/xoreos/xoreos/commit/6878472e9eb76dc5229765acb36be18c5d37cc6a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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

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


  Commit: 8871f765c9c20058f04ca4ef28f8a188dc4772ed
      https://github.com/xoreos/xoreos/commit/8871f765c9c20058f04ca4ef28f8a188dc4772ed
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: a57947f5fb1cff4bfb6caf20b1242abe6bd3ae9c
      https://github.com/xoreos/xoreos/commit/a57947f5fb1cff4bfb6caf20b1242abe6bd3ae9c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 5221e312e7acd37158ae802ab6c7c301431b44fe
      https://github.com/xoreos/xoreos/commit/5221e312e7acd37158ae802ab6c7c301431b44fe
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 2676b9eddc94c02a9a9bf69ffca33954eb020aac
      https://github.com/xoreos/xoreos/commit/2676b9eddc94c02a9a9bf69ffca33954eb020aac
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 94361520c2ad10b9e58e67a149a3646ff271dbb2
      https://github.com/xoreos/xoreos/commit/94361520c2ad10b9e58e67a149a3646ff271dbb2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 18d8470e7d0fe34c0faed393f0b6358511baf3f6
      https://github.com/xoreos/xoreos/commit/18d8470e7d0fe34c0faed393f0b6358511baf3f6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 2a099bcd9dcef81759dffb3dc29cf3a725c4813a
      https://github.com/xoreos/xoreos/commit/2a099bcd9dcef81759dffb3dc29cf3a725c4813a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: d41fdb8c3d30614cd0c306e7b10d191e14109766
      https://github.com/xoreos/xoreos/commit/d41fdb8c3d30614cd0c306e7b10d191e14109766
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: dab28381c79ef1100da6464189ecb80633dc66f9
      https://github.com/xoreos/xoreos/commit/dab28381c79ef1100da6464189ecb80633dc66f9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 5d981528fa4511e7ac2375a5fdc44d062ecffcb2
      https://github.com/xoreos/xoreos/commit/5d981528fa4511e7ac2375a5fdc44d062ecffcb2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 9dc162dba0516a2f0fea8b75191633b2120ee9fb
      https://github.com/xoreos/xoreos/commit/9dc162dba0516a2f0fea8b75191633b2120ee9fb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: e5fec35accb23ff5acd0ef386feec36a9a3c406c
      https://github.com/xoreos/xoreos/commit/e5fec35accb23ff5acd0ef386feec36a9a3c406c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

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


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

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

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


  Commit: 19f41eeb51f569ce3e5ecbd48277ef57faa3c876
      https://github.com/xoreos/xoreos/commit/19f41eeb51f569ce3e5ecbd48277ef57faa3c876
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 2111002f8591055c3d6f31395b35dd0920ed71a5
      https://github.com/xoreos/xoreos/commit/2111002f8591055c3d6f31395b35dd0920ed71a5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 09dc72230a64794593ad2f626eaf64f2ed2fb14f
      https://github.com/xoreos/xoreos/commit/09dc72230a64794593ad2f626eaf64f2ed2fb14f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

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


  Commit: 73763a465e45825bd7ef0bf38f9e5074d88ef120
      https://github.com/xoreos/xoreos/commit/73763a465e45825bd7ef0bf38f9e5074d88ef120
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 5a3c68e7c5bbf835bfd2e1cf2162b3a3bd51d02a
      https://github.com/xoreos/xoreos/commit/5a3c68e7c5bbf835bfd2e1cf2162b3a3bd51d02a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  Commit: ed15861437500aa58e9e727164dee0bc86e4f69a
      https://github.com/xoreos/xoreos/commit/ed15861437500aa58e9e727164dee0bc86e4f69a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: ce3a9141e85907a4933f15b4a6e8aeef59208afc
      https://github.com/xoreos/xoreos/commit/ce3a9141e85907a4933f15b4a6e8aeef59208afc
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

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


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

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

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


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

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

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


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

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

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


  Commit: 4d08f132f56214a1f3cca235bffdfc7ae819d5dd
      https://github.com/xoreos/xoreos/commit/4d08f132f56214a1f3cca235bffdfc7ae819d5dd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 1b9c0ff4675f46afc56aea41d7174c42cf5d9fd8
      https://github.com/xoreos/xoreos/commit/1b9c0ff4675f46afc56aea41d7174c42cf5d9fd8
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

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


  Commit: 63a73c490acadbb7a164b7ed717b6016c5529d19
      https://github.com/xoreos/xoreos/commit/63a73c490acadbb7a164b7ed717b6016c5529d19
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 9c370132106bb6ca400ca6ed543fe724d84d06f9
      https://github.com/xoreos/xoreos/commit/9c370132106bb6ca400ca6ed543fe724d84d06f9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 0180d5b6167daa9bb7bf06f0808654ec5c2b4611
      https://github.com/xoreos/xoreos/commit/0180d5b6167daa9bb7bf06f0808654ec5c2b4611
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: e3f9e6e6340ef0c309121769d5fadb095ea914be
      https://github.com/xoreos/xoreos/commit/e3f9e6e6340ef0c309121769d5fadb095ea914be
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: fa203e8a1f420a0bc7d392092a3a6f416e907195
      https://github.com/xoreos/xoreos/commit/fa203e8a1f420a0bc7d392092a3a6f416e907195
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 329299ba8bd5af2c9435e553b8b5f889231f4d5a
      https://github.com/xoreos/xoreos/commit/329299ba8bd5af2c9435e553b8b5f889231f4d5a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 2869c3b9de20ffa336727e1f5a86524f1bfe132d
      https://github.com/xoreos/xoreos/commit/2869c3b9de20ffa336727e1f5a86524f1bfe132d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 4cf0b5858ca7cf40cf81af7950b1cd68a4c889f5
      https://github.com/xoreos/xoreos/commit/4cf0b5858ca7cf40cf81af7950b1cd68a4c889f5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 9458121a5ef5e3c6f356e77053cf9e52d7e220d5
      https://github.com/xoreos/xoreos/commit/9458121a5ef5e3c6f356e77053cf9e52d7e220d5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: ccbae22e773f80172105789fbcf4ce1bb7c6a74c
      https://github.com/xoreos/xoreos/commit/ccbae22e773f80172105789fbcf4ce1bb7c6a74c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 94dc3dde3e567bfbe855a8fe25cb4dcb358a0c54
      https://github.com/xoreos/xoreos/commit/94dc3dde3e567bfbe855a8fe25cb4dcb358a0c54
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  Commit: 7ef62c53ac9ddd61339a8a449ca44bb437e1f586
      https://github.com/xoreos/xoreos/commit/7ef62c53ac9ddd61339a8a449ca44bb437e1f586
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: a01828e6a87943a295dc728fa693eda8a6033b2f
      https://github.com/xoreos/xoreos/commit/a01828e6a87943a295dc728fa693eda8a6033b2f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

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


  Commit: 1865b7ff3cc8cffbd59259db6ede8107c7a2aa9f
      https://github.com/xoreos/xoreos/commit/1865b7ff3cc8cffbd59259db6ede8107c7a2aa9f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 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: 6313b02bd43de41baecec4e70b84bc6bd14d98d9
      https://github.com/xoreos/xoreos/commit/6313b02bd43de41baecec4e70b84bc6bd14d98d9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
    M .travis.yml

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


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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


Compare: https://github.com/xoreos/xoreos/compare/962964ec39e5...f9ec6ee8030c


More information about the xoreos-git mailing list