FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/array19.lib/array19/DynamicArrayOf.h - basicpp/co-cpp19 · GitHub
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
DynamicArrayOf.h
on
develop
User selector
Datepicker
Commit history
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 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 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 May 27, 2021
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 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 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
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
fixed DynamicArrayOf splice sign issues
Show description for eceed26
arBmind
committed
eceed26
View commit details
Copy full SHA for eceed26
View code at this point
Browse repository at this point
construct DynamicArray more efficiently from arguments
arBmind
committed
f788ce5
View commit details
Copy full SHA for f788ce5
View code at this point
Browse repository at this point
DynamicArrayOf emplace_back now works on structures without constructors
arBmind
committed
4a6c80b
View commit details
Copy full SHA for 4a6c80b
View code at this point
Browse repository at this point
Commits on Aug 7, 2020
removed all dynamic noexcept clauses
Show description for 1fc2d25
arBmind
committed
1fc2d25
View commit details
Copy full SHA for 1fc2d25
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
fixed some missing stuff in DynamicArrayOf
arBmind
committed
4b9f9c1
View commit details
Copy full SHA for 4b9f9c1
View code at this point
Browse repository at this point
Commits on Aug 3, 2020
added forgotten deallocate calls to DynamicArrayOf
arBmind
committed
58e6a4a
View commit details
Copy full SHA for 58e6a4a
View code at this point
Browse repository at this point
Added noexcept specifiers to all data containers
arBmind
committed
f2b6be4
View commit details
Copy full SHA for f2b6be4
View code at this point
Browse repository at this point
Commits on Aug 2, 2020
added AllocatedArrayOf
Show description for f3bd74a
arBmind
committed
f3bd74a
View commit details
Copy full SHA for f3bd74a
View code at this point
Browse repository at this point
fixed requires for incomplete types
Show description for a666f99
arBmind
committed
a666f99
View commit details
Copy full SHA for a666f99
View code at this point
Browse repository at this point
Commits on Aug 1, 2020
allow DynamicArrayOf instances on forward declared types
Show description for 784810b
arBmind
committed
784810b
View commit details
Copy full SHA for 784810b
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
limit DynamicArrayOf constructor to valid constructions
arBmind
committed
6f7fa74
View commit details
Copy full SHA for 6f7fa74
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
enforce correct slice type
arBmind
committed
216360d
View commit details
Copy full SHA for 216360d
View code at this point
Browse repository at this point
fixed confusion bug between SliceOf single and DynamicArrayOf
Show description for 1b17856
arBmind
committed
1b17856
View commit details
Copy full SHA for 1b17856
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
Allow single object SliceOf
arBmind
committed
00e55e4
View commit details
Copy full SHA for 00e55e4
View code at this point
Browse repository at this point
Extended DynamicArrayOf tests for copy and move
arBmind
committed
a1213bf
View commit details
Copy full SHA for a1213bf
View code at this point
Browse repository at this point
Fix Copy of DynamicArray
arBmind
committed
bf84513
View commit details
Copy full SHA for bf84513
View code at this point
Browse repository at this point
Commits on Jul 16, 2020
added front() and back() convinience methods to DynamicArrayOf
arBmind
committed
0c0c23d
View commit details
Copy full SHA for 0c0c23d
View code at this point
Browse repository at this point
added emplace_back convinience method to DynamicArrayOf
arBmind
committed
b0da56f
View commit details
Copy full SHA for b0da56f
View code at this point
Browse repository at this point
added more constructor options for Strong and DynamicArray
arBmind
committed
9222340
View commit details
Copy full SHA for 9222340
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
added element construction support for DynamicArrayOf
arBmind
committed
8386726
View commit details
Copy full SHA for 8386726
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
tested and fixed DynamicArrayOf
arBmind
committed
5dc308d
View commit details
Copy full SHA for 5dc308d
View code at this point
Browse repository at this point
Commits on Jun 5, 2020
more defaulted equals operators, more operator[] instead of at(), SliceOf lost weight
arBmind
committed
0a1170e
View commit details
Copy full SHA for 0a1170e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL