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 }}
rantala
/
string-sorting
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
58
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Modernize build, migrate src/ to C++17, and assorted fixes
- #4
#4
Merged
rantala
merged 16 commits into
master
rantala/string-sorting:master
from
work
rantala/string-sorting:work
Copy head branch name to clipboard
May 16, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Modernize build, migrate src/ to C++17, and assorted fixes
#4
rantala
merged 16 commits into
master
rantala/string-sorting:master
from
work
rantala/string-sorting:work
Copy head branch name to clipboard
Commits
Commits on May 16, 2026
CMakeLists.txt: add ENABLE_GCC_ANALYZER option
Show description for c2f5e5c
rantala
and
claude
committed
c2f5e5c
View commit details
Copy full SHA for c2f5e5c
Browse repository at this point
CMakeLists.txt: add ENABLE_CLANG_ANALYZER option
Show description for 09fb443
rantala
and
claude
committed
09fb443
View commit details
Copy full SHA for 09fb443
Browse repository at this point
CMakeLists.txt: modernize and require cmake 3.16
Show description for 10685ba
rantala
and
claude
committed
10685ba
View commit details
Copy full SHA for 10685ba
Browse repository at this point
build.yml: refresh runners, dependencies, and actions
Show description for 5390c03
rantala
and
claude
committed
5390c03
View commit details
Copy full SHA for 5390c03
Browse repository at this point
Explicit abort() on malloc failures
Show description for 07d75ee
rantala
and
claude
committed
07d75ee
View commit details
Copy full SHA for 07d75ee
Browse repository at this point
Handle empty input (n == 0) in every sort routine
Show description for a372fa7
rantala
and
claude
committed
a372fa7
View commit details
Copy full SHA for a372fa7
Browse repository at this point
funnelsort: split by buffer layout for parallel compilation
Show description for a585ec7
rantala
and
claude
committed
a585ec7
View commit details
Copy full SHA for a585ec7
Browse repository at this point
vector_realloc: avoid losing realloc pointers on failure
Show description for 7abb863
rantala
and
codex
committed
7abb863
View commit details
Copy full SHA for 7abb863
Browse repository at this point
CMakeLists.txt: add MARCH cache variable
Show description for 1798ccb
rantala
and
claude
committed
1798ccb
View commit details
Copy full SHA for 1798ccb
Browse repository at this point
median.h: rewrite value-form med3char as min/max identity
Show description for de469ac
rantala
and
claude
committed
de469ac
View commit details
Copy full SHA for de469ac
Browse repository at this point
vma_info: rewrite in C++
Show description for fbc4bf7
rantala
and
claude
committed
fbc4bf7
View commit details
Copy full SHA for fbc4bf7
Browse repository at this point
cpus_allowed: rewrite in C++
Show description for 893a11e
rantala
and
claude
committed
893a11e
View commit details
Copy full SHA for 893a11e
Browse repository at this point
timing: rewrite in C++
Show description for 690574e
rantala
and
claude
committed
690574e
View commit details
Copy full SHA for 690574e
Browse repository at this point
sortstring + routines: rewrite in C++
Show description for bca0083
rantala
and
claude
committed
bca0083
View commit details
Copy full SHA for bca0083
Browse repository at this point
Update to C++17 standard
Show description for 36b3187
rantala
and
claude
committed
36b3187
View commit details
Copy full SHA for 36b3187
Browse repository at this point
cpu_information: report turbo/boost state, hardware peak, and P/E class
Show description for bbcc7db
rantala
and
claude
committed
bbcc7db
View commit details
Copy full SHA for bbcc7db
Browse repository at this point
You can’t perform that action at this time.