[xoreos-git] [xoreos/xoreos] 4196e1: COMMON: Error on parseString() with '-' to unsigne...

GitHub noreply at github.com
Fri Dec 23 15:24:12 CET 2016


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: 4196e17587e30d1af4952dbbf661d378668f80e1
      https://github.com/xoreos/xoreos/commit/4196e17587e30d1af4952dbbf661d378668f80e1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M src/common/strutil.cpp

  Log Message:
  -----------
  COMMON: Error on parseString() with '-' to unsigned value

strtoul() and friends silently convert such a value to its unsigned
counterpart. We don't want that.


  Commit: 9129e0059e679cc85a6b782345740073acde6753
      https://github.com/xoreos/xoreos/commit/9129e0059e679cc85a6b782345740073acde6753
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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

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


  Commit: 1f50d4b4ffa4c06ab364fe890eede710af203259
      https://github.com/xoreos/xoreos/commit/1f50d4b4ffa4c06ab364fe890eede710af203259
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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

Our automake paths are already absolute.


  Commit: 6022598aaf81953d4df8547f38cfc7e8fb64e97f
      https://github.com/xoreos/xoreos/commit/6022598aaf81953d4df8547f38cfc7e8fb64e97f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


  Commit: 264f6d5bdebf8d53c2b7ae5627841c8df435945e
      https://github.com/xoreos/xoreos/commit/264f6d5bdebf8d53c2b7ae5627841c8df435945e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M cmake/CMakeAM.cmake

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


  Commit: 75b2c3af7cb46e791703d2fe28542c4bad5d37e3
      https://github.com/xoreos/xoreos/commit/75b2c3af7cb46e791703d2fe28542c4bad5d37e3
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M CMakeLists.txt

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


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

  Changed paths:
    M CMakeLists.txt

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


  Commit: 2b59f30cc34c4db959d41d0bc3402b1b299437c9
      https://github.com/xoreos/xoreos/commit/2b59f30cc34c4db959d41d0bc3402b1b299437c9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 801bef20419738d66d5a1b9d4bb38f64b659b974
      https://github.com/xoreos/xoreos/commit/801bef20419738d66d5a1b9d4bb38f64b659b974
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 6f8d172fe57db7aa61c81a6e76254baec643f80e
      https://github.com/xoreos/xoreos/commit/6f8d172fe57db7aa61c81a6e76254baec643f80e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 2fcebe85ad7af7b5178b8d7ea4d709a2ede65a5c
      https://github.com/xoreos/xoreos/commit/2fcebe85ad7af7b5178b8d7ea4d709a2ede65a5c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 84f916c8752c3bf577d909d9418159202f68a47a
      https://github.com/xoreos/xoreos/commit/84f916c8752c3bf577d909d9418159202f68a47a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


  Commit: 16cb4e58d1f1c9f98bb55f6ea7894bccc7867efb
      https://github.com/xoreos/xoreos/commit/16cb4e58d1f1c9f98bb55f6ea7894bccc7867efb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 623fa8d7c5c9be31fe9b7f4612d3f53bb6229025
      https://github.com/xoreos/xoreos/commit/623fa8d7c5c9be31fe9b7f4612d3f53bb6229025
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  Commit: 48fc37e60531407a9f625ea70f376bb7c756c05b
      https://github.com/xoreos/xoreos/commit/48fc37e60531407a9f625ea70f376bb7c756c05b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 7ce49b97db0dfcc6757760d7daae41ebcb12fe1f
      https://github.com/xoreos/xoreos/commit/7ce49b97db0dfcc6757760d7daae41ebcb12fe1f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 6871af910ab0edf55ee2c9a202fb6b476f442bfa
      https://github.com/xoreos/xoreos/commit/6871af910ab0edf55ee2c9a202fb6b476f442bfa
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


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

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

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


  Commit: 2a6c6ddea37cc9c99fae502f592f610cb79c8613
      https://github.com/xoreos/xoreos/commit/2a6c6ddea37cc9c99fae502f592f610cb79c8613
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 8080813bf6e69a74c2b9e2b2fb65c5b6f8bc190b
      https://github.com/xoreos/xoreos/commit/8080813bf6e69a74c2b9e2b2fb65c5b6f8bc190b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 2b572d2d6904c44bdaad10a3b7c8bd454d015856
      https://github.com/xoreos/xoreos/commit/2b572d2d6904c44bdaad10a3b7c8bd454d015856
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 65927f185f51659caa09c3ea5e050d0313e8e69a
      https://github.com/xoreos/xoreos/commit/65927f185f51659caa09c3ea5e050d0313e8e69a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 1ff73bc4850ab19516d311a74ce52878a4de01be
      https://github.com/xoreos/xoreos/commit/1ff73bc4850ab19516d311a74ce52878a4de01be
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 57a49992ca7ab5cc85a947574c438e2a4e9c9c5e
      https://github.com/xoreos/xoreos/commit/57a49992ca7ab5cc85a947574c438e2a4e9c9c5e
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


  Commit: 58bdbd933a9f8344d74ceac2fce8639f0fc0d607
      https://github.com/xoreos/xoreos/commit/58bdbd933a9f8344d74ceac2fce8639f0fc0d607
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 908c899265cc59ddebc2ed6349cb79b8a0052c38
      https://github.com/xoreos/xoreos/commit/908c899265cc59ddebc2ed6349cb79b8a0052c38
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 13cb57f0297d679fabb5e7abfea3c9a5aa5ae43d
      https://github.com/xoreos/xoreos/commit/13cb57f0297d679fabb5e7abfea3c9a5aa5ae43d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 573564e318adc8f2bcb9178611687b73735c6078
      https://github.com/xoreos/xoreos/commit/573564e318adc8f2bcb9178611687b73735c6078
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


  Commit: 2f7ad62ebbd46546410d5835eecbe8c9946d15d0
      https://github.com/xoreos/xoreos/commit/2f7ad62ebbd46546410d5835eecbe8c9946d15d0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 17cacdba3c735033f141a42ca6930607abbb9a60
      https://github.com/xoreos/xoreos/commit/17cacdba3c735033f141a42ca6930607abbb9a60
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 2d4b55336716c830671aeccfd1a442817fba6286
      https://github.com/xoreos/xoreos/commit/2d4b55336716c830671aeccfd1a442817fba6286
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 92093df8381dad5c14633d48e1e462dcb4b54655
      https://github.com/xoreos/xoreos/commit/92093df8381dad5c14633d48e1e462dcb4b54655
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 524525472a7b5d132ef897b0960d894c27b40a0a
      https://github.com/xoreos/xoreos/commit/524525472a7b5d132ef897b0960d894c27b40a0a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


  Commit: 891815d5fc846efd7af52228d7737bcb69ef50bb
      https://github.com/xoreos/xoreos/commit/891815d5fc846efd7af52228d7737bcb69ef50bb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 087da0b06548022f142ba95864a79471236b617b
      https://github.com/xoreos/xoreos/commit/087da0b06548022f142ba95864a79471236b617b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 2cf9399c2d537504fefef1d71eff99546ebd0551
      https://github.com/xoreos/xoreos/commit/2cf9399c2d537504fefef1d71eff99546ebd0551
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


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

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

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


  Commit: 773169f46534dfe15318d6ab1cdd58ab1d4fd1cf
      https://github.com/xoreos/xoreos/commit/773169f46534dfe15318d6ab1cdd58ab1d4fd1cf
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 6c49e7429980a9a864babaa2d03bda78f86d093f
      https://github.com/xoreos/xoreos/commit/6c49e7429980a9a864babaa2d03bda78f86d093f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 9856e354c0599a24ab89cacaf1c04dc018bc93d1
      https://github.com/xoreos/xoreos/commit/9856e354c0599a24ab89cacaf1c04dc018bc93d1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


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

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

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


  Commit: 172b6c6fb490c4638f4ff1cb2160d58891bbc007
      https://github.com/xoreos/xoreos/commit/172b6c6fb490c4638f4ff1cb2160d58891bbc007
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

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

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


  Commit: 75483b1f44d7af202371c161370cabc2cb6c7bfd
      https://github.com/xoreos/xoreos/commit/75483b1f44d7af202371c161370cabc2cb6c7bfd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 968f52c3569a59faad0f09effa6065993b7d1d21
      https://github.com/xoreos/xoreos/commit/968f52c3569a59faad0f09effa6065993b7d1d21
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


  Commit: 535d3e196cc73323a11995efb3719d7fd9fe3810
      https://github.com/xoreos/xoreos/commit/535d3e196cc73323a11995efb3719d7fd9fe3810
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

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

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


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

  Changed paths:
    M .travis.yml

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


  Commit: 27d017e8ef08b38a3d5dc40941f3a5bfa791d95b
      https://github.com/xoreos/xoreos/commit/27d017e8ef08b38a3d5dc40941f3a5bfa791d95b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


  Commit: 6122cdcc818883399793d011314c06655410097f
      https://github.com/xoreos/xoreos/commit/6122cdcc818883399793d011314c06655410097f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
    M .appveyor.yml

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

Needed for our unit tests.


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

  Changed paths:
    M .appveyor.yml

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


Compare: https://github.com/xoreos/xoreos/compare/2ec6a9d2ad2a...f4bb0b522520


More information about the xoreos-git mailing list