Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hmmhmmhm
/
ten-framework
Public
forked from
TEN-framework/ten-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
mingw-w
User selector
All users
All time
Commit history
Commits on Dec 29, 2025
chore: install MSVC
Nie Zhihe
committed
6030a35
View commit details
Copy full SHA for 6030a35
Browse repository at this point
chore: refine codes in win.yml to build with mingw or msvc
Nie Zhihe
committed
59986ed
View commit details
Copy full SHA for 59986ed
Browse repository at this point
chore: disable python on MinGW
Nie Zhihe
committed
e1d18aa
View commit details
Copy full SHA for e1d18aa
Browse repository at this point
fix: libzlib.dll.a name
Nie Zhihe
committed
b8c2323
View commit details
Copy full SHA for b8c2323
Browse repository at this point
fix: no non-blocking method was found
Nie Zhihe
committed
5f4574a
View commit details
Copy full SHA for 5f4574a
Browse repository at this point
fix: temporary fix more import symbol problems
Nie Zhihe
committed
90306cf
View commit details
Copy full SHA for 90306cf
Browse repository at this point
fix: fix MinGW compatibility with explicit type casts for Windows interlocked operations
Nie Zhihe
committed
95f4935
View commit details
Copy full SHA for 95f4935
Browse repository at this point
fix: install minGW ans setup toolchain
Nie Zhihe
committed
e5cb865
View commit details
Copy full SHA for e5cb865
Browse repository at this point
chore: temporary add args to fix MinGW linker error
Nie Zhihe
committed
798a101
View commit details
Copy full SHA for 798a101
Browse repository at this point
chore: temporary open mingw on CI
Nie Zhihe
committed
102c2ca
View commit details
Copy full SHA for 102c2ca
Browse repository at this point
fix: temporary fix msgpack.dll import symbol problem
Nie Zhihe
committed
6c17771
View commit details
Copy full SHA for 6c17771
Browse repository at this point
fix: refine set stack size logic
Nie Zhihe
committed
6bf0d17
View commit details
Copy full SHA for 6bf0d17
Browse repository at this point
fix: libten_runtime_python.pyd lib name
Nie Zhihe
committed
6c59d91
View commit details
Copy full SHA for 6c59d91
Browse repository at this point
fix: set stack size for buiding tman on MinGW Win
Nie Zhihe
committed
6d03166
View commit details
Copy full SHA for 6d03166
Browse repository at this point
Revert "Reapply "fix: define TEN_UTILS_EXPORT when compiling api""
Show description for 0b81dca
Nie Zhihe
committed
0b81dca
View commit details
Copy full SHA for 0b81dca
Browse repository at this point
Reapply "fix: define TEN_UTILS_EXPORT when compiling api"
Show description for db4d352
Nie Zhihe
committed
db4d352
View commit details
Copy full SHA for db4d352
Browse repository at this point
fix: modify clingo lib suffix on Linux/Mac
FaithfulinLOVE
authored and
Nie Zhihe
committed
203358f
View commit details
Copy full SHA for 203358f
Browse repository at this point
Revert "chore: modify win workflow to add mingw"
Show description for d2bc432
Nie Zhihe
committed
d2bc432
View commit details
Copy full SHA for d2bc432
Browse repository at this point
fix: find obj files when combining static libs
Nie Zhihe
committed
90b3fdf
View commit details
Copy full SHA for 90b3fdf
Browse repository at this point
Revert "fix: define TEN_UTILS_EXPORT when compiling api"
Show description for bcde57c
Nie Zhihe
committed
bcde57c
View commit details
Copy full SHA for bcde57c
Browse repository at this point
chore: check exportation issue of other extern inline funcs
Nie Zhihe
committed
283dade
View commit details
Copy full SHA for 283dade
Browse repository at this point
fix: undefined ref to inline func `ten_msg_get_raw_msg'
Nie Zhihe
committed
6adae8f
View commit details
Copy full SHA for 6adae8f
Browse repository at this point
fix: undefined ref to inline ten_string_* funcs
Nie Zhihe
committed
3e57f16
View commit details
Copy full SHA for 3e57f16
Browse repository at this point
fix: use InterlockedExchangeAdd64 as an alternative for InterlockedAddAcquire64
Nie Zhihe
committed
df5457c
View commit details
Copy full SHA for df5457c
Browse repository at this point
fix: define TEN_UTILS_EXPORT when compiling api
Nie Zhihe
committed
b0cdec4
View commit details
Copy full SHA for b0cdec4
Browse repository at this point
chore: fPIC flag not needed
Nie Zhihe
committed
7d004aa
View commit details
Copy full SHA for 7d004aa
Browse repository at this point
fix: ignore:4099 is MSVC linker option, not supported by MinGW
Nie Zhihe
committed
923ae55
View commit details
Copy full SHA for 923ae55
Browse repository at this point
chore: refine clingo-sys build codes
Nie Zhihe
committed
83c0445
View commit details
Copy full SHA for 83c0445
Browse repository at this point
chore: parellel build
Nie Zhihe
committed
79cdfcc
View commit details
Copy full SHA for 79cdfcc
Browse repository at this point
fix: add MinGW-specific build configuration for clingo-sys
Nie Zhihe
committed
c506e31
View commit details
Copy full SHA for c506e31
Browse repository at this point
fix: link ntdll for MinGW target
Nie Zhihe
committed
6d64034
View commit details
Copy full SHA for 6d64034
Browse repository at this point
fix: lib name in get_lib_name_from_cmake_output.py
Nie Zhihe
committed
f3dee11
View commit details
Copy full SHA for f3dee11
Browse repository at this point
fix: parallel build support
Nie Zhihe
committed
586e209
View commit details
Copy full SHA for 586e209
Browse repository at this point
fix: add rmtree func with retries for Win
Nie Zhihe
committed
e0ab11c
View commit details
Copy full SHA for e0ab11c
Browse repository at this point
fix: minGW supports rpath
Nie Zhihe
committed
48a1927
View commit details
Copy full SHA for 48a1927
Browse repository at this point
Previous
Next
You can’t perform that action at this time.