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 }}
dneto0
/
marl
Public
forked from
google/marl
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
main
User selector
All users
All time
Commit history
Commits on Jul 12, 2024
Make implicit `this` capture explicit (#266)
Show description for 690889f
DKLoehr
authored
690889f
View commit details
Copy full SHA for 690889f
Browse repository at this point
Commits on Dec 18, 2023
use std::forward when parameter is universal reference
Show description for dbf097e
kedixa
authored and
ben-clayton
committed
dbf097e
View commit details
Copy full SHA for dbf097e
Browse repository at this point
Commits on Nov 29, 2023
Fixed race condition causing workers to sleep prematurely
Show description for 535d491
natepaynefb
authored and
ben-clayton
committed
535d491
View commit details
Copy full SHA for 535d491
Browse repository at this point
Commits on Jul 27, 2023
Make sure we don't copy or move Storage
Show description for 3eb171e
fmayer
authored and
ben-clayton
committed
3eb171e
View commit details
Copy full SHA for 3eb171e
Browse repository at this point
Commits on Jun 27, 2023
Fix build on MacOS
fmayer
authored and
ben-clayton
committed
aa9e85b
View commit details
Copy full SHA for aa9e85b
Browse repository at this point
Commits on Jun 26, 2023
Untag memory used for stack
Show description for 13e0eb5
fmayer
authored and
ben-clayton
committed
13e0eb5
View commit details
Copy full SHA for 13e0eb5
Browse repository at this point
Commits on Jun 1, 2023
Disable UBSAN false-positive
Show description for f4255c2
ben-clayton
committed
f4255c2
View commit details
Copy full SHA for f4255c2
Browse repository at this point
Commits on May 31, 2023
Update tools/bench to handle new Google Benchmark output
ben-clayton
committed
a089b4a
View commit details
Copy full SHA for a089b4a
Browse repository at this point
Commits on May 10, 2023
Use @platforms instead of @bazel_tools
4kangjc
authored and
ben-clayton
committed
b98f004
View commit details
Copy full SHA for b98f004
Browse repository at this point
Update google benchmark to v1.8.0
Show description for a192264
ben-clayton
committed
a192264
View commit details
Copy full SHA for a192264
Browse repository at this point
Commits on May 3, 2023
Implement move assignment operator as move ctor already exists
dimhotepus
authored and
ben-clayton
committed
4be5115
View commit details
Copy full SHA for 4be5115
Browse repository at this point
Core is cheap to copy, pass by reference can hurt performance
dimhotepus
authored and
ben-clayton
committed
f05db40
View commit details
Copy full SHA for f05db40
Browse repository at this point
Cache workers in variable to speedup access
dimhotepus
authored and
ben-clayton
committed
40ce132
View commit details
Copy full SHA for 40ce132
Browse repository at this point
Encapsulate OS stuff in Thread::Impl
dimhotepus
authored and
ben-clayton
committed
eb27806
View commit details
Copy full SHA for eb27806
Browse repository at this point
Use = default ctor/dtor bodies instead of {}
dimhotepus
authored and
ben-clayton
committed
d2bae74
View commit details
Copy full SHA for d2bae74
Browse repository at this point
Commits on Apr 11, 2023
remove unnecessary html canvas in example
Guillaume227
authored and
ben-clayton
committed
e5ffc99
View commit details
Copy full SHA for e5ffc99
Browse repository at this point
exclude example files from license check
Guillaume227
authored and
ben-clayton
committed
38743a4
View commit details
Copy full SHA for 38743a4
Browse repository at this point
added license header
Guillaume227
authored and
ben-clayton
committed
3c9b819
View commit details
Copy full SHA for 3c9b819
Browse repository at this point
updated copyright year
Guillaume227
authored and
ben-clayton
committed
47d4a52
View commit details
Copy full SHA for 47d4a52
Browse repository at this point
emscripten support: updated readme
Guillaume227
authored and
ben-clayton
committed
7b1f567
View commit details
Copy full SHA for 7b1f567
Browse repository at this point
proper emscripten support - tested on the examples
Guillaume227
authored and
ben-clayton
committed
d5f5f80
View commit details
Copy full SHA for d5f5f80
Browse repository at this point
[build] make it build under emscripten - untested and most likely incorrect runtime behavior.
Guillaume227
authored and
ben-clayton
committed
60d60c6
View commit details
Copy full SHA for 60d60c6
Browse repository at this point
Fix Android host build
Show description for 99646b3
jmacnak
authored and
ben-clayton
committed
99646b3
View commit details
Copy full SHA for 99646b3
Browse repository at this point
Commits on Mar 15, 2023
Add MARL_USE_PTHREAD_THREAD_LOCAL option
Show description for 9c689c9
ben-clayton
committed
9c689c9
View commit details
Copy full SHA for 9c689c9
Browse repository at this point
Commits on Mar 14, 2023
Explicitly #include <utility> in finally.h
Show description for abd0336
alanzhao1
authored and
ben-clayton
committed
abd0336
View commit details
Copy full SHA for abd0336
Browse repository at this point
Commits on Feb 18, 2023
Fix build issue with GetModuleHandle when using UNICODE
walbourn
authored and
ben-clayton
committed
2e82e69
View commit details
Copy full SHA for 2e82e69
Browse repository at this point
gcc -Wshadow warning fixes
Guillaume227
authored and
ben-clayton
committed
40b9a1c
View commit details
Copy full SHA for 40b9a1c
Browse repository at this point
Commits on Nov 14, 2022
Unpoison `bound` on `setBound()`
Show description for a47a3a5
ben-clayton
committed
a47a3a5
View commit details
Copy full SHA for a47a3a5
Browse repository at this point
Kokoro: fetch submodules outside of docker
Show description for 680d549
ben-clayton
committed
680d549
View commit details
Copy full SHA for 680d549
Browse repository at this point
Commits on Oct 14, 2022
Reland "Unpoison thread_local variables for MSAN (#228)"
Show description for e007bd3
tanderson-google
authored and
ben-clayton
committed
e007bd3
View commit details
Copy full SHA for e007bd3
Browse repository at this point
Commits on Oct 7, 2022
Revert "Unpoison thread_local variables for MSAN (#228)"
Show description for 14549e9
ben-clayton
committed
14549e9
View commit details
Copy full SHA for 14549e9
Browse repository at this point
Commits on Oct 6, 2022
Unpoison thread_local variables for MSAN (#228)
Show description for e2d3d0b
tanderson-google
authored
e2d3d0b
View commit details
Copy full SHA for e2d3d0b
Browse repository at this point
Commits on Sep 9, 2022
Add vcpkg installation instructions
FrankXie
authored and
ben-clayton
committed
0f76fe5
View commit details
Copy full SHA for 0f76fe5
Browse repository at this point
Commits on Jul 11, 2022
Use __loongarch_lp64 for identifying LoongArch LP64* ABIs
Show description for 2f129cf
xen0n
authored and
ben-clayton
committed
2f129cf
View commit details
Copy full SHA for 2f129cf
Browse repository at this point
Fix style problems in the LoongArch support code
Show description for 9741a76
xen0n
authored and
ben-clayton
committed
9741a76
View commit details
Copy full SHA for 9741a76
Browse repository at this point
Previous
Next
You can’t perform that action at this time.