Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-02 | tools/depends: Add Rust toolchain, cargo-c and libdovi dependencies | quietvoid | |
2023-07-21 | Merge pull request #23462 from fuzzard/depends_fixuptexturepacker | fuzzard | |
[tools/depends][native] Fix requirement for TexturePacker in makefile | |||
2023-07-19 | [clang-tidy] modernize-use-default-member-init | Rechi | |
2023-07-02 | [tools/depends][native] Fix requirement for TexturePacker in makefile | fuzzard | |
2023-06-20 | [cmake] Build JsonSchemaBuilder from source all platforms | fuzzard | |
Update FindJsonSchemaBuilder.cmake to build in tree for all platforms. JsonSchemaBuilder doesnt have versioning, but its a single file build, so just build always unless WITH_JSONSCHEMABUILDER is provided | |||
2023-06-20 | [tools/depends][native] JsonSchemaBuilder use cmake for build system | fuzzard | |
2023-06-20 | [tools/depends][native] JsonSchemaBuilder cleanup src folder | fuzzard | |
copy CMakeLists.txt and readme/license to src folder Update CMakeLists.txt to be located in src folder. Add c++17 standard | |||
2023-06-18 | TexturePacker change sprintf usage to snprintf | fuzzard | |
2023-06-18 | [tools/depends][native] Texturepacker update and use CMakelists.txt | fuzzard | |
2023-06-18 | [tools/depends][native] Toolchain-Native.cmake make ARCH_DEFINES input a list | fuzzard | |
2023-06-18 | [tools/depends] Native toolchain remove non cmake find_programs | fuzzard | |
If we use Toolchain-Native.cmake in tools/depends/native building, we dont necessarily want to have the requirements of gettext/autoconf/automake etc as a build dependency due to the find_program usage. For now, anything use Toolchain-Native.cmake doesnt require these programs. | |||
2023-06-13 | [tools/depends] Update native toolchain and Makefile.include | fuzzard | |
introduce new variable in Makefile.include to call cmake with native toolchain file Add native ARCH_DEFINES to native toolchain file for use in host cmake dep building | |||
2023-06-13 | [tools/depends][native] Flatbuffers add native version use native Toolchain | fuzzard | |
Use native toolchain for native flatbuffer build Add VERSION file to native flatbuffers | |||
2023-06-09 | Merge pull request #23240 from lrusak/textureformats-enum | Markus Härer | |
TextureFormats.h: use XB_FMT as an enum | |||
2023-06-06 | [depends][native] cmake 3.26.4 and support for apple platforms | fuzzard | |
This includes changes required to build apple platforms for 3.26.4 | |||
2023-06-04 | [osx] Raise min OSX version to 10.14 for x86_64 | Markus Härer | |
Required for c++17 features used by flatbuffers. | |||
2023-06-04 | [depends][flatbuffers] Update to 23.3.3 | Markus Härer | |
2023-05-17 | TextureFormats.h: use XB_FMT as an enum | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: use simple map insertion | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: simplify dupes initialization | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add dupes as a class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add hashes as a class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add method to enable verbose output | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move flags to class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move dupecheck to class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move Usage to anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add checkDupe to class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add createXBTFFrame to class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: use GetDuration() to get frame duration | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: set frame duration in createXBTFFrame | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: createXBTFFrame pass DecodedFrame instead of RGBAImage | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: remove unnecessary string manipulation | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: combine printf formatting into a single call | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: repurpose appendContent as createXBTFFrame | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add HasAlpha to an anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add GetFormatString to an anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-11 | Merge pull request #22780 from lrusak/depends-native-fixes | Lukas Rusak | |
2023-05-10 | IDecoder: Add missing cstdint include for gcc>=13 | Markus Härer | |
2023-04-23 | TexturePacker: IDecoder: simplify extension handling | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: JPGDecoder: use std::vector for image data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: JPGDecoder: use CFile as an object | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifFrame: remove custom copy constructor | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifHelper: use std::vector for image data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifHelper: use std::vector for template | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GifHelper: use CFile as an object | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GIFDecoder: pass filename as std::string | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: GIFDecoder: use GifHelper as an object | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: CXBTFWriter: use std::vector data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: use std::vector for packed data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-23 | TexturePacker: remove useless maxMSE variable | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> |