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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
basicpp
/
co-cpp19
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
14
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
co-cpp19
src
array19.lib
array19
on
develop
User selector
All users
All time
Commit history
Commits on Jan 25, 2026
Prepare CMakeLists.txt for external inclusion
Show description for 8bab0a2
arBmind
committed
8bab0a2
View commit details
Copy full SHA for 8bab0a2
View code at this point
Browse repository at this point
Use Qbs OnlineSource, cleanup qbs project
Show description for 75c6039
arBmind
committed
75c6039
View commit details
Copy full SHA for 75c6039
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
Simplify turning DynamicSortedSet into Slice
arBmind
committed
58a749d
View commit details
Copy full SHA for 58a749d
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
Fix Qbs 2.6 deprecation warnings
arBmind
committed
cd38d46
View commit details
Copy full SHA for cd38d46
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
Fix AsHex const handling
arBmind
committed
7fd7769
View commit details
Copy full SHA for 7fd7769
View code at this point
Browse repository at this point
Commits on Jun 2, 2024
Make AsHex more generic
arBmind
committed
f7aca9a
View commit details
Copy full SHA for f7aca9a
View code at this point
Browse repository at this point
Commits on May 29, 2024
Added ostream hex support for DynamicArrayOf
arBmind
committed
7b96f6b
View commit details
Copy full SHA for 7b96f6b
View code at this point
Browse repository at this point
Commits on Nov 22, 2023
fixed some bugs indicated by msvc extra warnings
arBmind
committed
49b628a
View commit details
Copy full SHA for 49b628a
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
Improved DynamicSortedSet
Show description for 148407b
arBmind
committed
148407b
View commit details
Copy full SHA for 148407b
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
cmake install and conan setup
Show description for 962b8b8
arBmind
committed
962b8b8
View commit details
Copy full SHA for 962b8b8
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
fix typo in storeSliceOf
arBmind
committed
a83e718
View commit details
Copy full SHA for a83e718
View code at this point
Browse repository at this point
Commits on Dec 21, 2022
clang 15.0.5 reformat all files
arBmind
committed
a831937
View commit details
Copy full SHA for a831937
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
dropped qbs libc++ enforced for clang
Show description for f2d74d8
arBmind
committed
f2d74d8
View commit details
Copy full SHA for f2d74d8
View code at this point
Browse repository at this point
make zip iterator a valid iterator
arBmind
committed
8b34a2a
View commit details
Copy full SHA for 8b34a2a
View code at this point
Browse repository at this point
Commits on Nov 4, 2021
simplified zip type handling
Show description for ae09ce0
arBmind
committed
ae09ce0
View commit details
Copy full SHA for ae09ce0
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
Add missing header
Show description for b3036d5
Sebastian Hahn
committed
b3036d5
View commit details
Copy full SHA for b3036d5
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
serialize for AllocatedArray
Show description for 0f0953b
arBmind
committed
0f0953b
View commit details
Copy full SHA for 0f0953b
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
added DynamicSorteSet and SortedStrongSet
arBmind
committed
f6982bd
View commit details
Copy full SHA for f6982bd
View code at this point
Browse repository at this point
Commits on Jun 12, 2021
Fixed Assign after Move for AllocatedArrayOf
Show description for 0b2ed6b
arBmind
committed
0b2ed6b
View commit details
Copy full SHA for 0b2ed6b
View code at this point
Browse repository at this point
Commits on May 27, 2021
fixed clang text complaints
arBmind
committed
5fda7f7
View commit details
Copy full SHA for 5fda7f7
View code at this point
Browse repository at this point
fixed type confusion in DynamicArray
arBmind
committed
dddada4
View commit details
Copy full SHA for dddada4
View code at this point
Browse repository at this point
Commits on Feb 15, 2021
explicit Constructors for DynamicArrayOf
Show description for 9959010
arBmind
committed
9959010
View commit details
Copy full SHA for 9959010
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Added some runtime tests for SliceOf
arBmind
committed
ecf9e9e
View commit details
Copy full SHA for ecf9e9e
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
added empty array support
arBmind
committed
93d3ee5
View commit details
Copy full SHA for 93d3ee5
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
added DynamicArrayOf::appendCount
arBmind
committed
e9659c7
View commit details
Copy full SHA for e9659c7
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
Bugfix as found by sanitizer
MaxMatti
committed
933e9fa
View commit details
Copy full SHA for 933e9fa
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Fixed copy paste issue
arBmind
committed
3071db3
View commit details
Copy full SHA for 3071db3
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
fix unsigned bug on assignment operator
arBmind
committed
5aa292b
View commit details
Copy full SHA for 5aa292b
View code at this point
Browse repository at this point
Commits on Aug 17, 2020
fixed differences between destruction and clear()
arBmind
committed
7d4dbce
View commit details
Copy full SHA for 7d4dbce
View code at this point
Browse repository at this point
added spliceMoved and remove member methods
Show description for bc4fad7
arBmind
committed
bc4fad7
View commit details
Copy full SHA for bc4fad7
View code at this point
Browse repository at this point
DynamicArrayOf emplace_back now returns reference
arBmind
committed
520d59f
View commit details
Copy full SHA for 520d59f
View code at this point
Browse repository at this point
added DynamicArrayOf clear()
arBmind
committed
6874c43
View commit details
Copy full SHA for 6874c43
View code at this point
Browse repository at this point
added MoveSliceOf for single objects
arBmind
committed
8faa294
View commit details
Copy full SHA for 8faa294
View code at this point
Browse repository at this point
remove misplaced const in moveAssign
arBmind
committed
01f0106
View commit details
Copy full SHA for 01f0106
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
Introduced MoveSlice
Show description for 6161986
arBmind
committed
6161986
View commit details
Copy full SHA for 6161986
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.