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

GitHub noreply at github.com
Sun Feb 26 00:36:47 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos-tools
  Commit: 4076ceb4310da19709d1dd359e5dce5be0c330fa
      https://github.com/xoreos/xoreos-tools/commit/4076ceb4310da19709d1dd359e5dce5be0c330fa
  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: 8f351699d87950e61915fa68b4958b58b578753e
      https://github.com/xoreos/xoreos-tools/commit/8f351699d87950e61915fa68b4958b58b578753e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M cmake/CMakeAM.cmake

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

Our automake paths are already absolute.


  Commit: 3aabf25cdaa01d93640b8fb92e4d6744b9a6e8ff
      https://github.com/xoreos/xoreos-tools/commit/3aabf25cdaa01d93640b8fb92e4d6744b9a6e8ff
  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: 6c422ddcc26ce53cf79b448fe184fa3b06f13a4d
      https://github.com/xoreos/xoreos-tools/commit/6c422ddcc26ce53cf79b448fe184fa3b06f13a4d
  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: 956d7c0b4c40937070b29373f94e945103ce8e00
      https://github.com/xoreos/xoreos-tools/commit/956d7c0b4c40937070b29373f94e945103ce8e00
  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: dd92dc1fe5b66af801acb68730f393a43e113688
      https://github.com/xoreos/xoreos-tools/commit/dd92dc1fe5b66af801acb68730f393a43e113688
  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: 43db7ec91258419609ab6dabfd5a91e60d34261c
      https://github.com/xoreos/xoreos-tools/commit/43db7ec91258419609ab6dabfd5a91e60d34261c
  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
    A m4/ax_pthread.m4
    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: cdf5ad6dcfd2934c5d014e1c60183759d9578741
      https://github.com/xoreos/xoreos-tools/commit/cdf5ad6dcfd2934c5d014e1c60183759d9578741
  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: d4b8c93b85eab0dea7712f5f9b24cfb5bb5b76b6
      https://github.com/xoreos/xoreos-tools/commit/d4b8c93b85eab0dea7712f5f9b24cfb5bb5b76b6
  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: a8fa8593e28dd582a14f8226cc64e44d67a3229c
      https://github.com/xoreos/xoreos-tools/commit/a8fa8593e28dd582a14f8226cc64e44d67a3229c
  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: ca4e67cd48a44701ae71b9f196345c1fee694ca1
      https://github.com/xoreos/xoreos-tools/commit/ca4e67cd48a44701ae71b9f196345c1fee694ca1
  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: 4548cdea6d5ee930f19999915fd9956000a89486
      https://github.com/xoreos/xoreos-tools/commit/4548cdea6d5ee930f19999915fd9956000a89486
  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: 77a64085f8491c63cb8edb3d5365209a60f64e31
      https://github.com/xoreos/xoreos-tools/commit/77a64085f8491c63cb8edb3d5365209a60f64e31
  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: 4ef0f8bad2de85dfa550149305d64affd3b69016
      https://github.com/xoreos/xoreos-tools/commit/4ef0f8bad2de85dfa550149305d64affd3b69016
  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: e4a4d4ac3bb7d7fc80d27ce93cf065fc5b761939
      https://github.com/xoreos/xoreos-tools/commit/e4a4d4ac3bb7d7fc80d27ce93cf065fc5b761939
  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: 7dabd74eb32803b23e65bbe18b064d23f68dc290
      https://github.com/xoreos/xoreos-tools/commit/7dabd74eb32803b23e65bbe18b064d23f68dc290
  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: 26a3a8a9906c9fd4f64d37193bfbf0e18a277bf2
      https://github.com/xoreos/xoreos-tools/commit/26a3a8a9906c9fd4f64d37193bfbf0e18a277bf2
  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: 836f5ead391af47285abea770370678c83a89bf5
      https://github.com/xoreos/xoreos-tools/commit/836f5ead391af47285abea770370678c83a89bf5
  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: a5ea9f251de4023f9b84c9b29429057aa4060d51
      https://github.com/xoreos/xoreos-tools/commit/a5ea9f251de4023f9b84c9b29429057aa4060d51
  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: 28d6650310bbcc702a5274fb44b07d2ff746e696
      https://github.com/xoreos/xoreos-tools/commit/28d6650310bbcc702a5274fb44b07d2ff746e696
  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: 1302f1e434d79c58745c7e9b83a3c6ad7c1fb31a
      https://github.com/xoreos/xoreos-tools/commit/1302f1e434d79c58745c7e9b83a3c6ad7c1fb31a
  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: 7c9b57ecd439f54795afa34d54e239a4e0abda38
      https://github.com/xoreos/xoreos-tools/commit/7c9b57ecd439f54795afa34d54e239a4e0abda38
  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: 4758a12a110f9367358fbf00737ce1ec51273d3b
      https://github.com/xoreos/xoreos-tools/commit/4758a12a110f9367358fbf00737ce1ec51273d3b
  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: 73213b852ce39a910a371d15eefd2cc20cea30c2
      https://github.com/xoreos/xoreos-tools/commit/73213b852ce39a910a371d15eefd2cc20cea30c2
  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: b15465b97e3846a3f301d6ff954a8c136e0aa47e
      https://github.com/xoreos/xoreos-tools/commit/b15465b97e3846a3f301d6ff954a8c136e0aa47e
  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: 9e4767b7d8353a8ea2f0a871008ab580a48194b1
      https://github.com/xoreos/xoreos-tools/commit/9e4767b7d8353a8ea2f0a871008ab580a48194b1
  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: 0e4e5afecbaf52be6c9881b8bf5b51c7d3474a3f
      https://github.com/xoreos/xoreos-tools/commit/0e4e5afecbaf52be6c9881b8bf5b51c7d3474a3f
  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: 335a49af6ae0bcfc29766a74e1ea2aec78567fea
      https://github.com/xoreos/xoreos-tools/commit/335a49af6ae0bcfc29766a74e1ea2aec78567fea
  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: 98f1ecfd4b25104818987ee686b66626f4e916fc
      https://github.com/xoreos/xoreos-tools/commit/98f1ecfd4b25104818987ee686b66626f4e916fc
  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: c6e3f01c8d8375299a318dacb8e0e90f1bd5197c
      https://github.com/xoreos/xoreos-tools/commit/c6e3f01c8d8375299a318dacb8e0e90f1bd5197c
  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: e9ffceaf4324a0e3cc1d0985e5dd95fb2aa4ac2b
      https://github.com/xoreos/xoreos-tools/commit/e9ffceaf4324a0e3cc1d0985e5dd95fb2aa4ac2b
  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: f6b233b8094874507a157f06121e44034690645f
      https://github.com/xoreos/xoreos-tools/commit/f6b233b8094874507a157f06121e44034690645f
  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: 2c19375a7b7843cad661664bbf7bb6b701e0e532
      https://github.com/xoreos/xoreos-tools/commit/2c19375a7b7843cad661664bbf7bb6b701e0e532
  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: cdb67725169c48465366eb60458bed2fb11a00e9
      https://github.com/xoreos/xoreos-tools/commit/cdb67725169c48465366eb60458bed2fb11a00e9
  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: cceb7f71de1dd99aee5d86fb1458396fa6a2386b
      https://github.com/xoreos/xoreos-tools/commit/cceb7f71de1dd99aee5d86fb1458396fa6a2386b
  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: c2fc6c419e012a68b44861ff237fce4924b7213c
      https://github.com/xoreos/xoreos-tools/commit/c2fc6c419e012a68b44861ff237fce4924b7213c
  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: 3a51f2fd196dc4d86152c1e283aafa422e1f04d7
      https://github.com/xoreos/xoreos-tools/commit/3a51f2fd196dc4d86152c1e283aafa422e1f04d7
  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: 0065949810bc7edce45bc5bee35b28d3ca75ff05
      https://github.com/xoreos/xoreos-tools/commit/0065949810bc7edce45bc5bee35b28d3ca75ff05
  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: a0ef34d2361f261998ffbde9e4aa7870888d130e
      https://github.com/xoreos/xoreos-tools/commit/a0ef34d2361f261998ffbde9e4aa7870888d130e
  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: 1b961b2f55ef8b46fa21b4f577c9af26797f1a77
      https://github.com/xoreos/xoreos-tools/commit/1b961b2f55ef8b46fa21b4f577c9af26797f1a77
  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: 6e3f2adf1ac90253fed5386d4318ee3dd8351f7c
      https://github.com/xoreos/xoreos-tools/commit/6e3f2adf1ac90253fed5386d4318ee3dd8351f7c
  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: 858cb3c2b633fa9e94c932940072650376d0a16c
      https://github.com/xoreos/xoreos-tools/commit/858cb3c2b633fa9e94c932940072650376d0a16c
  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: 24168cf5e075738015ae58828ac53fb5903d2547
      https://github.com/xoreos/xoreos-tools/commit/24168cf5e075738015ae58828ac53fb5903d2547
  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: 262fc4cdd26b3092f991c421ca26b089771014ba
      https://github.com/xoreos/xoreos-tools/commit/262fc4cdd26b3092f991c421ca26b089771014ba
  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: 143d8286608340b257e2d82237305badbd9eec1b
      https://github.com/xoreos/xoreos-tools/commit/143d8286608340b257e2d82237305badbd9eec1b
  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: 3a489bf2f736f763a7da51f899212b824ba81672
      https://github.com/xoreos/xoreos-tools/commit/3a489bf2f736f763a7da51f899212b824ba81672
  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: b30ef4580c9af8cceeae533e1e59a08cad2ddd54
      https://github.com/xoreos/xoreos-tools/commit/b30ef4580c9af8cceeae533e1e59a08cad2ddd54
  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: b8640b1edae8b0208fdc47e4edfe6b518eed913d
      https://github.com/xoreos/xoreos-tools/commit/b8640b1edae8b0208fdc47e4edfe6b518eed913d
  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: c1c78dd1ec2cfebb3aa53f09645d0baf7c45605d
      https://github.com/xoreos/xoreos-tools/commit/c1c78dd1ec2cfebb3aa53f09645d0baf7c45605d
  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: 469bbe983979a4ca3b4f79ad45943682708a7c4c
      https://github.com/xoreos/xoreos-tools/commit/469bbe983979a4ca3b4f79ad45943682708a7c4c
  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: 3b4289609bbc6dd9bf10287b99e971fe6271591d
      https://github.com/xoreos/xoreos-tools/commit/3b4289609bbc6dd9bf10287b99e971fe6271591d
  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: 32dcc23314b3f9b5087766f45ce37d6924b451a0
      https://github.com/xoreos/xoreos-tools/commit/32dcc23314b3f9b5087766f45ce37d6924b451a0
  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: 77e54c9caa6dfdfc7e7e2fa4875b677e5b010fd6
      https://github.com/xoreos/xoreos-tools/commit/77e54c9caa6dfdfc7e7e2fa4875b677e5b010fd6
  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: a7d2c9bc2d79367b889532e07b7305b5fc6bc7b0
      https://github.com/xoreos/xoreos-tools/commit/a7d2c9bc2d79367b889532e07b7305b5fc6bc7b0
  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: c18a2b59c0b509d6524adb2b3ee56d99df105a9a
      https://github.com/xoreos/xoreos-tools/commit/c18a2b59c0b509d6524adb2b3ee56d99df105a9a
  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: 1943e52ba2bebd29886c7a0dfb6964cf8d665d24
      https://github.com/xoreos/xoreos-tools/commit/1943e52ba2bebd29886c7a0dfb6964cf8d665d24
  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: b7b14996b094be2025933bfb3a4f3766dc03a4ac
      https://github.com/xoreos/xoreos-tools/commit/b7b14996b094be2025933bfb3a4f3766dc03a4ac
  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


Compare: https://github.com/xoreos/xoreos-tools/compare/264713c1b907...b7b14996b094


More information about the xoreos-git mailing list