[xoreos-git] [xoreos/xoreos] b10326: TESTS: Add unit tests for ReadFile

GitHub noreply at github.com
Fri Dec 23 14:08:00 CET 2016


  Branch: refs/heads/test
  Home:   https://github.com/xoreos/xoreos
  Commit: b10326200fe4cf4d68684f302a255c287704dce1
      https://github.com/xoreos/xoreos/commit/b10326200fe4cf4d68684f302a255c287704dce1
  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: 5139477368f4eb12bfcf9349b604f6b0bfaedc0b
      https://github.com/xoreos/xoreos/commit/5139477368f4eb12bfcf9349b604f6b0bfaedc0b
  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: 880fc895602105bd746130bddc695a443a2e5bcb
      https://github.com/xoreos/xoreos/commit/880fc895602105bd746130bddc695a443a2e5bcb
  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: a234b1eec9c49232c535ae98b39163d35cbd1d73
      https://github.com/xoreos/xoreos/commit/a234b1eec9c49232c535ae98b39163d35cbd1d73
  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: 56c4884dfae87333d1aa8134adde73b5fb7f7961
      https://github.com/xoreos/xoreos/commit/56c4884dfae87333d1aa8134adde73b5fb7f7961
  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: 384f1f5e67dab47c68ef215d053b5c0a3095dc3f
      https://github.com/xoreos/xoreos/commit/384f1f5e67dab47c68ef215d053b5c0a3095dc3f
  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: 7d228ec84e2e3658d397718442275ecfbe0d877c
      https://github.com/xoreos/xoreos/commit/7d228ec84e2e3658d397718442275ecfbe0d877c
  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: da13b62d516962d4ede350720865ada08490a49f
      https://github.com/xoreos/xoreos/commit/da13b62d516962d4ede350720865ada08490a49f
  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: 0491ccb3fdf1d532bb19b25f028723014fd2ec57
      https://github.com/xoreos/xoreos/commit/0491ccb3fdf1d532bb19b25f028723014fd2ec57
  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: 18866ea2ab3933d68411bd75d16dc53655ea5020
      https://github.com/xoreos/xoreos/commit/18866ea2ab3933d68411bd75d16dc53655ea5020
  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: e22b3324abfbd0a38418819a7272c06bda5db482
      https://github.com/xoreos/xoreos/commit/e22b3324abfbd0a38418819a7272c06bda5db482
  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: 043e13451e82852a92c2a4b1a24454a480015e4c
      https://github.com/xoreos/xoreos/commit/043e13451e82852a92c2a4b1a24454a480015e4c
  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: 03c753bdea494c7e28eb3500cd384e4594419cad
      https://github.com/xoreos/xoreos/commit/03c753bdea494c7e28eb3500cd384e4594419cad
  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: 13c316cd1569a48ea46d7ce1109536373efe2ef3
      https://github.com/xoreos/xoreos/commit/13c316cd1569a48ea46d7ce1109536373efe2ef3
  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: 3f24211526a32f026fe30766626f37dc857a3e83
      https://github.com/xoreos/xoreos/commit/3f24211526a32f026fe30766626f37dc857a3e83
  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: dbd91e438520daa1ca32ed2479d7c8294056b192
      https://github.com/xoreos/xoreos/commit/dbd91e438520daa1ca32ed2479d7c8294056b192
  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: d7c34ab83c4fd79f9e8e2340cf32992acc32b950
      https://github.com/xoreos/xoreos/commit/d7c34ab83c4fd79f9e8e2340cf32992acc32b950
  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: ad58c7609175d1ec2480e2849417f78cfe3908e6
      https://github.com/xoreos/xoreos/commit/ad58c7609175d1ec2480e2849417f78cfe3908e6
  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: 429333e28329a6fe2ef6226adbb1dc54662b3d88
      https://github.com/xoreos/xoreos/commit/429333e28329a6fe2ef6226adbb1dc54662b3d88
  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: b1a2636f500c0885ade91736871e22643a7a6e28
      https://github.com/xoreos/xoreos/commit/b1a2636f500c0885ade91736871e22643a7a6e28
  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: 4451fd9ccf0ec33973e395d9c103178d16de85c5
      https://github.com/xoreos/xoreos/commit/4451fd9ccf0ec33973e395d9c103178d16de85c5
  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: d2e9aab6a7f497614e8ee0209f9477fcab2d30ed
      https://github.com/xoreos/xoreos/commit/d2e9aab6a7f497614e8ee0209f9477fcab2d30ed
  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: 845deaa537f993a5c8a4f4536eb8cdc44c5b54d5
      https://github.com/xoreos/xoreos/commit/845deaa537f993a5c8a4f4536eb8cdc44c5b54d5
  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: c29d951bbb3e1010c5702fc1c664adc4c0867efb
      https://github.com/xoreos/xoreos/commit/c29d951bbb3e1010c5702fc1c664adc4c0867efb
  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: e90fa9f7724b3bfc6ec16c8d0ae48b7b501c7f54
      https://github.com/xoreos/xoreos/commit/e90fa9f7724b3bfc6ec16c8d0ae48b7b501c7f54
  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: c79cd7a4a9f356b71b16d0a2dad8c44d033360cf
      https://github.com/xoreos/xoreos/commit/c79cd7a4a9f356b71b16d0a2dad8c44d033360cf
  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: 19df262d51c8174b64b2e6ba8e8965f532d2ec1f
      https://github.com/xoreos/xoreos/commit/19df262d51c8174b64b2e6ba8e8965f532d2ec1f
  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: 6602f5c6d835511919971b18548993bbc1342755
      https://github.com/xoreos/xoreos/commit/6602f5c6d835511919971b18548993bbc1342755
  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: 48e713a7bb2d706142976a55a20d967b13256196
      https://github.com/xoreos/xoreos/commit/48e713a7bb2d706142976a55a20d967b13256196
  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: fab121ef9ee51f9da8c7a7d4f1c84f5c98fc30a0
      https://github.com/xoreos/xoreos/commit/fab121ef9ee51f9da8c7a7d4f1c84f5c98fc30a0
  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: 567ec1623a0e2b82018f2e038404cd8e1e8586cd
      https://github.com/xoreos/xoreos/commit/567ec1623a0e2b82018f2e038404cd8e1e8586cd
  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: ca27f0c6d63a41c298f4745acc5b30f509ba004f
      https://github.com/xoreos/xoreos/commit/ca27f0c6d63a41c298f4745acc5b30f509ba004f
  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: 2c429e2c733eafd1cc7153b056218fbd8fa13ff9
      https://github.com/xoreos/xoreos/commit/2c429e2c733eafd1cc7153b056218fbd8fa13ff9
  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: c939a0f43cf614510d5c3886843f13d79368ec78
      https://github.com/xoreos/xoreos/commit/c939a0f43cf614510d5c3886843f13d79368ec78
  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: 6234ceae1f6cd2d7c27be0345dce636b1867ee34
      https://github.com/xoreos/xoreos/commit/6234ceae1f6cd2d7c27be0345dce636b1867ee34
  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: 144a6886cb83170157d12462a8befe12eb4c7f50
      https://github.com/xoreos/xoreos/commit/144a6886cb83170157d12462a8befe12eb4c7f50
  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: 753bd80bd606ac0b2cad5078adc264e35fa6effe
      https://github.com/xoreos/xoreos/commit/753bd80bd606ac0b2cad5078adc264e35fa6effe
  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: dfb9254e927f44009fb471268433ca06f0b557de
      https://github.com/xoreos/xoreos/commit/dfb9254e927f44009fb471268433ca06f0b557de
  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: e3da01df52455df06bf533058779b5608cbd381e
      https://github.com/xoreos/xoreos/commit/e3da01df52455df06bf533058779b5608cbd381e
  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: 440a0e85b442fb99708f4c9531f5e33a761e436f
      https://github.com/xoreos/xoreos/commit/440a0e85b442fb99708f4c9531f5e33a761e436f
  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: 43a6a70014f3ece40f7c003a0ce475b6143071f0
      https://github.com/xoreos/xoreos/commit/43a6a70014f3ece40f7c003a0ce475b6143071f0
  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: 55842b8925010f647a087247b26fa588306bbdd1
      https://github.com/xoreos/xoreos/commit/55842b8925010f647a087247b26fa588306bbdd1
  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: cdb31c14c05ebc91304b5220fdb22df4e3160d1a
      https://github.com/xoreos/xoreos/commit/cdb31c14c05ebc91304b5220fdb22df4e3160d1a
  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: c34dd03733da60dd996e78f1827382034f562aea
      https://github.com/xoreos/xoreos/commit/c34dd03733da60dd996e78f1827382034f562aea
  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: 0e629cadaf4c4ad57c4981b34905e0d7a66cff51
      https://github.com/xoreos/xoreos/commit/0e629cadaf4c4ad57c4981b34905e0d7a66cff51
  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: 4da3dfe24660a59d01e79d288b72c11e8e4e6c25
      https://github.com/xoreos/xoreos/commit/4da3dfe24660a59d01e79d288b72c11e8e4e6c25
  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: ecded999b876ad39fbd5ea7b641d871d89e3f25f
      https://github.com/xoreos/xoreos/commit/ecded999b876ad39fbd5ea7b641d871d89e3f25f
  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: 37f4f66ce59d0d3393c6a176760248ddc5171fbd
      https://github.com/xoreos/xoreos/commit/37f4f66ce59d0d3393c6a176760248ddc5171fbd
  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: 2de40ef2e341aeb11109271cd872b62ae3ae2918
      https://github.com/xoreos/xoreos/commit/2de40ef2e341aeb11109271cd872b62ae3ae2918
  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: bbd89bb33ebeef88d3637b7e0e96e15f66677ea3
      https://github.com/xoreos/xoreos/commit/bbd89bb33ebeef88d3637b7e0e96e15f66677ea3
  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: 0e1edbecec81c74faf93ae46bd139209b08590e2
      https://github.com/xoreos/xoreos/commit/0e1edbecec81c74faf93ae46bd139209b08590e2
  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: 650d02873cabf9eed1408adb3960aa7552639e55
      https://github.com/xoreos/xoreos/commit/650d02873cabf9eed1408adb3960aa7552639e55
  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: f9b411bee268229b89e73e216c4d627117c5f781
      https://github.com/xoreos/xoreos/commit/f9b411bee268229b89e73e216c4d627117c5f781
  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: fe6b6d903f94a82f6ab92a4692e1d7e2b9fb9de6
      https://github.com/xoreos/xoreos/commit/fe6b6d903f94a82f6ab92a4692e1d7e2b9fb9de6
  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: b8e80397d903c17195cc3c7b0e7f76b559dda7de
      https://github.com/xoreos/xoreos/commit/b8e80397d903c17195cc3c7b0e7f76b559dda7de
  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: 4f343333e2d3b025acf4441976e39af7cfa43231
      https://github.com/xoreos/xoreos/commit/4f343333e2d3b025acf4441976e39af7cfa43231
  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: 6390ee1421f946836d06d0278e885ae016760e83
      https://github.com/xoreos/xoreos/commit/6390ee1421f946836d06d0278e885ae016760e83
  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: 7455ce0cf93870f39b57d324fd0fc33e0867b372
      https://github.com/xoreos/xoreos/commit/7455ce0cf93870f39b57d324fd0fc33e0867b372
  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: a6b9202658fca398a4f9bd2a5ef9b87a0d5a6ca4
      https://github.com/xoreos/xoreos/commit/a6b9202658fca398a4f9bd2a5ef9b87a0d5a6ca4
  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: bab3c829e8969e9531535ed54ffae6c818ac8ac0
      https://github.com/xoreos/xoreos/commit/bab3c829e8969e9531535ed54ffae6c818ac8ac0
  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: 16a72b3257d86c4ce11d0cf2fab2438f3af87296
      https://github.com/xoreos/xoreos/commit/16a72b3257d86c4ce11d0cf2fab2438f3af87296
  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: 81d687f825a285ef1fde9065bd1f485bdf0170fa
      https://github.com/xoreos/xoreos/commit/81d687f825a285ef1fde9065bd1f485bdf0170fa
  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/68fdb50c0791...81d687f825a2


More information about the xoreos-git mailing list