aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/native
AgeCommit message (Expand)Author
2024-02-10[tools/depends][native] Bump gettext 0.22.4fuzzard
2024-01-28[tools/depends][native] Remove PCREfuzzard
2024-01-28[tools/depends][native] Bump Swig 4.2.0fuzzard
2024-01-28[tools/depends][native] Add pcre2fuzzard
2024-01-28[tools/depends][native] Add bisonfuzzard
2024-01-28[cmake] Fix native toolchain including target root pathStephan Sundermann
2024-01-21[tools/depends][native] Rustup 1.75.0fuzzard
2023-12-06[tools/depends] Bump Python 3.11.7fuzzard
2023-10-28[tools/depends] Bump Openssl1.1.1wfuzzard
2023-10-26[tools/depends] Bump Python 3.11.6fuzzard
2023-10-22[tools/depends] Bump WaylandPP 1.0.0fuzzard
2023-10-22[tools/depends] Bump wayland 1.22.0fuzzard
2023-09-27[tools/depends][native] gettext force am_cv_func_iconv_works for apple hostfuzzard
2023-09-26fix native/waylandpp-scanner build with GCC 13throwaway96
2023-09-20[depends][native] Meson 1.2.1 bumpfuzzard
2023-09-11tools/depends: Fix rustup by delegating runtime to shebangGarrett Brown
2023-09-02tools/depends: Add Rust toolchain, cargo-c and libdovi dependenciesquietvoid
2023-07-21Merge pull request #23462 from fuzzard/depends_fixuptexturepackerfuzzard
2023-07-19[clang-tidy] modernize-use-default-member-initRechi
2023-07-02[tools/depends][native] Fix requirement for TexturePacker in makefilefuzzard
2023-06-20[cmake] Build JsonSchemaBuilder from source all platformsfuzzard
2023-06-20[tools/depends][native] JsonSchemaBuilder use cmake for build systemfuzzard
2023-06-20[tools/depends][native] JsonSchemaBuilder cleanup src folderfuzzard
2023-06-18TexturePacker change sprintf usage to snprintffuzzard
2023-06-18[tools/depends][native] Texturepacker update and use CMakelists.txtfuzzard
2023-06-18[tools/depends][native] Toolchain-Native.cmake make ARCH_DEFINES input a listfuzzard
2023-06-18[tools/depends] Native toolchain remove non cmake find_programsfuzzard
2023-06-13[tools/depends] Update native toolchain and Makefile.includefuzzard
2023-06-13[tools/depends][native] Flatbuffers add native version use native Toolchainfuzzard
2023-06-09Merge pull request #23240 from lrusak/textureformats-enumMarkus Härer
2023-06-06[depends][native] cmake 3.26.4 and support for apple platformsfuzzard
2023-06-04[osx] Raise min OSX version to 10.14 for x86_64Markus Härer
2023-06-04[depends][flatbuffers] Update to 23.3.3Markus Härer
2023-05-17TextureFormats.h: use XB_FMT as an enumLukas Rusak
2023-05-12TexturePacker: use simple map insertionLukas Rusak
2023-05-12TexturePacker: simplify dupes initializationLukas Rusak
2023-05-12TexturePacker: add dupes as a class memberLukas Rusak
2023-05-12TexturePacker: add hashes as a class memberLukas Rusak
2023-05-12TexturePacker: add method to enable verbose outputLukas Rusak
2023-05-12TexturePacker: move flags to class memberLukas Rusak
2023-05-12TexturePacker: move dupecheck to class memberLukas Rusak
2023-05-12TexturePacker: move Usage to anonymous namespaceLukas Rusak
2023-05-12TexturePacker: add checkDupe to classLukas Rusak
2023-05-12TexturePacker: add createXBTFFrame to classLukas Rusak
2023-05-12TexturePacker: use GetDuration() to get frame durationLukas Rusak
2023-05-12TexturePacker: set frame duration in createXBTFFrameLukas Rusak
2023-05-12TexturePacker: createXBTFFrame pass DecodedFrame instead of RGBAImageLukas Rusak
2023-05-12TexturePacker: remove unnecessary string manipulationLukas Rusak
2023-05-12TexturePacker: combine printf formatting into a single callLukas Rusak
2023-05-12TexturePacker: repurpose appendContent as createXBTFFrameLukas Rusak