bot_mirror
  • Joined on 2025-09-23
bot_mirror synced commits to master at bot_mirror/freetype2 from mirror 2025-11-29 22:53:51 +00:00
e63975ca64 * src/base/ftutil.c (FT_List_Finalize): Delay reading 'data'.
bot_mirror synced commits to master at bot_mirror/tracy from mirror 2025-11-29 22:23:53 +00:00
154712bc81 Keep user manual chunks in a separate object.
b74cac005d Retrieve manual chunk only once.
9aa78b224c Bump imgui to 1.92.5-docking.
Compare 3 commits »
bot_mirror synced commits to generator at bot_mirror/cpp-httplib from mirror 2025-11-29 22:23:52 +00:00
75ddf094f2 feat(trailers): add support for parsing prohibited trailers in chunked responses
378088c12d refactor(bodyreader): use read_body_content inside read_content_chunked (step3)
5dc534361f refactor(bodyreader): route read_content_with_length through detail::read_body_content (step2)
fd1c866742 refactor(bodyreader): add minimal read_body_content helper (on generator)
eac6ba5da9 revert(BodyReader): apply revert of BodyReader refactor (generator)
Compare 9 commits »
bot_mirror synced commits to main at bot_mirror/CLI11 from mirror 2025-11-29 22:23:52 +00:00
53608df1bd Module testing (#1255)
Compare 2 commits »
bot_mirror synced commits to master at bot_mirror/freetype2 from mirror 2025-11-29 10:43:51 +00:00
6a25214ae9 * src/autofit/afgsub.c (af_parse_gsub): Always init gsub_lookup_count.
bot_mirror synced commits to master at bot_mirror/freetype2 from mirror 2025-11-28 22:33:50 +00:00
582cea9ee1 [autofit] Fix handling of invalid GSUB lookup indices.
b848824d10 [sfnt] Fix GPOS handling.
590e35791d * builds/toplevel.mk (dist): Replace for with find ... -exec.
Compare 3 commits »
bot_mirror synced and deleted reference refs/tags/for_find at bot_mirror/freetype2 from mirror 2025-11-28 22:33:50 +00:00
bot_mirror synced commits to master at bot_mirror/linux from mirror 2025-11-28 22:14:26 +00:00
4331989728 Merge tag 'mmc-v6.18-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
f849f26f77 Merge tag 'pmdomain-v6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
e538109ac7 Merge tag 'drm-fixes-2025-11-28' of https://gitlab.freedesktop.org/drm/kernel
6dbcb801e1 Merge tag 'drm-xe-fixes-2025-11-27' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
26c7a181fd Merge tag 'drm-misc-fixes-2025-11-27' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Compare 134 commits »
bot_mirror synced commits to v1.x at bot_mirror/spdlog from mirror 2025-11-28 22:03:55 +00:00
878ad2e30b Supress MSVC C4834 warning triggeed by fmt 12.1.0
c5061bb970 Update LICENSE file
ea3e747eea Bump fmt to 12.1.0
b3688ba102 Set IndentPPDirectives to "None" on clang-format
6004e3d14a Fix issue #3483 (#3491)
Compare 5 commits »
bot_mirror synced new reference gabime/fix-3483 to bot_mirror/spdlog from mirror 2025-11-28 22:03:55 +00:00
bot_mirror synced commits to gabime/fix-3483 at bot_mirror/spdlog from mirror 2025-11-28 22:03:55 +00:00
bot_mirror synced new reference for_find to bot_mirror/freetype2 from mirror 2025-11-28 10:23:50 +00:00
bot_mirror synced commits to for_find at bot_mirror/freetype2 from mirror 2025-11-28 10:23:50 +00:00
bot_mirror synced commits to master at bot_mirror/cpp-httplib from mirror 2025-11-28 09:53:53 +00:00
c1fa5e1710 chore: fix some typos in comments (#2282)
bot_mirror synced commits to generator at bot_mirror/cpp-httplib from mirror 2025-11-28 09:53:53 +00:00
cd65cb23e2 Remove MockStream tests for StreamHandle and update socket handling logic
e973890e5f Enhance StreamHandle API by adding get_read_error() and has_read_error() methods for improved error handling
93d37ec952 Refactor CMakeLists.txt to streamline C++20 support checks for MSVC and improve readability
ff34f68573 Fix working directory for running C++20 streaming tests in GitHub Actions
b13a14c5ba Update build command for C++20 streaming tests to target specific executable
Compare 12 commits »
bot_mirror synced commits to master at bot_mirror/freetype2 from mirror 2025-11-27 22:13:51 +00:00
fe0a9649fc * builds/toplevel.mk (dist): -wholename -> -name.
9d99611723 * .gitlab-ci.yml: update macos image to Tahoe:2025-09-30.
Compare 2 commits »
bot_mirror synced new reference generator to bot_mirror/cpp-httplib from mirror 2025-11-27 09:33:55 +00:00
bot_mirror synced commits to generator at bot_mirror/cpp-httplib from mirror 2025-11-27 09:33:55 +00:00
bot_mirror synced commits to master at bot_mirror/tracy from mirror 2025-11-26 21:23:55 +00:00
3ddb7f6fd3 Merge pull request #1209 from ruifig/truncated_mean
f6a6947987 Added the --truncated_mean paramter to csvexport
2acf93ac68 Merge pull request #1208 from foxtran/fix/Apple-15
ade4182214 Tracy can not be compiled for too old target
de3cca3b97 Construct full type: std::vector<tracy::TracyLlmTools::ManualChunk>::emplace_back<std::string> is not available
Compare 6 commits »
bot_mirror synced commits to blue_scale at bot_mirror/freetype2 from mirror 2025-11-26 09:43:50 +00:00
b48739a2c7 [pshinter] Streamline extrema analysis.