[xoreos-git] [xoreos/phaethon] 3ff0b2: COMMON: Use stdint fixed-type integers

Sven Hesse noreply at github.com
Tue Aug 25 00:01:07 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/phaethon
  Commit: 3ff0b26e4313f853ac6c352487462e89c3f79d29
      https://github.com/xoreos/phaethon/commit/3ff0b26e4313f853ac6c352487462e89c3f79d29
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/aurora/2dafile.cpp
    M src/aurora/2dafile.h
    M src/aurora/archive.cpp
    M src/aurora/archive.h
    M src/aurora/aurorafile.cpp
    M src/aurora/aurorafile.h
    M src/aurora/biffile.cpp
    M src/aurora/biffile.h
    M src/aurora/bzffile.cpp
    M src/aurora/bzffile.h
    M src/aurora/erffile.cpp
    M src/aurora/erffile.h
    M src/aurora/gdafile.cpp
    M src/aurora/gdafile.h
    M src/aurora/gdaheaders.cpp
    M src/aurora/gdaheaders.h
    M src/aurora/gff4file.cpp
    M src/aurora/gff4file.h
    M src/aurora/herffile.cpp
    M src/aurora/herffile.h
    M src/aurora/keydatafile.cpp
    M src/aurora/keydatafile.h
    M src/aurora/keyfile.cpp
    M src/aurora/keyfile.h
    M src/aurora/language.cpp
    M src/aurora/language.h
    M src/aurora/locstring.cpp
    M src/aurora/locstring.h
    M src/aurora/ndsrom.cpp
    M src/aurora/ndsrom.h
    M src/aurora/rimfile.cpp
    M src/aurora/rimfile.h
    M src/aurora/types.h
    M src/aurora/util.cpp
    M src/aurora/util.h
    M src/aurora/zipfile.cpp
    M src/aurora/zipfile.h
    M src/common/bitstream.h
    M src/common/blowfish.cpp
    M src/common/deflate.cpp
    M src/common/encoding.cpp
    M src/common/encoding.h
    M src/common/endianness.h
    M src/common/fft.cpp
    M src/common/fft.h
    M src/common/filepath.cpp
    M src/common/hash.h
    M src/common/huffman.cpp
    M src/common/huffman.h
    M src/common/lzma.cpp
    M src/common/maths.cpp
    M src/common/maths.h
    M src/common/md5.cpp
    M src/common/mdct.cpp
    M src/common/memreadstream.h
    M src/common/platform.cpp
    M src/common/readfile.cpp
    M src/common/readfile.h
    M src/common/readstream.cpp
    M src/common/readstream.h
    M src/common/streamtokenizer.cpp
    M src/common/streamtokenizer.h
    M src/common/strutil.cpp
    M src/common/strutil.h
    M src/common/types.h
    M src/common/ustring.cpp
    M src/common/ustring.h
    M src/common/util.cpp
    M src/common/util.h
    M src/common/writestream.h
    M src/common/zipfile.cpp
    M src/common/zipfile.h
    M src/gui/mainwindow.cpp
    M src/gui/panelpreviewimage.cpp
    M src/gui/panelpreviewimage.h
    M src/gui/panelpreviewsound.cpp
    M src/gui/panelpreviewsound.h
    M src/gui/resourcetreeitem.cpp
    M src/gui/resourcetreeitem.h
    M src/images/dds.cpp
    M src/images/dds.h
    M src/images/decoder.h
    M src/images/dumptga.cpp
    M src/images/s3tc.cpp
    M src/images/s3tc.h
    M src/images/sbm.cpp
    M src/images/tga.cpp
    M src/images/tpc.cpp
    M src/images/tpc.h
    M src/images/txb.cpp
    M src/images/txb.h
    M src/images/util.h
    M src/images/winiconimage.cpp
    M src/images/winiconimage.h
    M src/sound/audiostream.cpp
    M src/sound/audiostream.h
    M src/sound/decoders/adpcm.cpp
    M src/sound/decoders/adpcm.h
    M src/sound/decoders/asf.cpp
    M src/sound/decoders/mp3.cpp
    M src/sound/decoders/pcm.cpp
    M src/sound/decoders/util.h
    M src/sound/decoders/vorbis.cpp
    M src/sound/decoders/wave.cpp
    M src/sound/decoders/wma.cpp
    M src/sound/decoders/wma.h
    M src/sound/decoders/wmadata.h
    M src/sound/sound.cpp
    M src/sound/sound.h
    M src/sound/types.h
    M tests/common/bitstream.cpp
    M tests/common/huffman.cpp
    M tests/common/memwritestream.cpp
    M tests/common/strutil.cpp
    M tests/common/ustring.cpp
    M tests/common/util.cpp
    M tests/images/util.cpp

  Log Message:
  -----------
  COMMON: Use stdint fixed-type integers


  Commit: 153996d35eac0e3e072634a59238ac2e2fd7c975
      https://github.com/xoreos/phaethon/commit/153996d35eac0e3e072634a59238ac2e2fd7c975
  Author: patrick <nostritius at googlemail.com>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/common/deflate.cpp
    M src/common/deflate.h

  Log Message:
  -----------
  COMMON: Add deflate compression


  Commit: 50665450a0b8d84584b266eea00abd3e91d8de6d
      https://github.com/xoreos/phaethon/commit/50665450a0b8d84584b266eea00abd3e91d8de6d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/common/deflate.cpp

  Log Message:
  -----------
  COMMON: Replace PtrVector with std::vector<std::unique_ptr<>>


  Commit: b6928b094be3e61ca74af6bea793b47ee096ad47
      https://github.com/xoreos/phaethon/commit/b6928b094be3e61ca74af6bea793b47ee096ad47
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/aurora/2dafile.cpp
    M src/aurora/2dafile.h
    M src/aurora/gdafile.cpp
    M src/aurora/gdafile.h

  Log Message:
  -----------
  AURORA: Replace PtrVector with std::vector<std::unique_ptr<>>


  Commit: cc393ac42f42f2d792040659342f25fc057b1bac
      https://github.com/xoreos/phaethon/commit/cc393ac42f42f2d792040659342f25fc057b1bac
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/images/dds.cpp
    M src/images/decoder.cpp
    M src/images/decoder.h
    M src/images/sbm.cpp
    M src/images/tga.cpp
    M src/images/tpc.cpp
    M src/images/txb.cpp
    M src/images/winiconimage.cpp

  Log Message:
  -----------
  IMAGES: Replace PtrVector with std::vector<std::unique_ptr<>>


  Commit: 755898cad8cbc888719afd6f1b640a40a8a77ade
      https://github.com/xoreos/phaethon/commit/755898cad8cbc888719afd6f1b640a40a8a77ade
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/sound/decoders/wma.cpp

  Log Message:
  -----------
  SOUND: Replace PtrVector with std::vector<std::unique_ptr<>>


  Commit: 02aa32e20da46b44585bd8c95328023d3c1d37e2
      https://github.com/xoreos/phaethon/commit/02aa32e20da46b44585bd8c95328023d3c1d37e2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    R src/common/ptrlist.h
    R src/common/ptrmap.h
    R src/common/ptrvector.h
    M src/common/rules.mk
    R tests/common/ptrlist.cpp
    R tests/common/ptrmap.cpp
    R tests/common/ptrvector.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  COMMON: Delete PtrVector/PtrList/PtrMap


Compare: https://github.com/xoreos/phaethon/compare/e0a33771bc4b...02aa32e20da4



More information about the xoreos-git mailing list