Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · trunk
stitch
Browse files
Jan 01, 2022
Improve documentation for iteration
· 1193bd42
metaquarx
authored
Jan 01, 2022
View commits for tag v1.0.0
v1.0.0
1193bd42
Implement iteration (view & each) with exclusion. Fixes
#1
· fc910999
metaquarx
authored
Jan 01, 2022
fc910999
Clarify test subcase name
· 22b74f0d
metaquarx
authored
Jan 01, 2022
22b74f0d
Increment version number to 1.0.0
· 086dbb25
metaquarx
authored
Jan 01, 2022
086dbb25
Dec 10, 2021
Add & test entity prototypes. Resolves
#5
· 73033173
metaquarx
authored
Dec 10, 2021
73033173
Dec 07, 2021
Fix & test bug where using each() to iterate multiple components
· 672965f2
metaquarx
authored
Dec 07, 2021
View commits for tag v0.4.1
v0.4.1
672965f2
Increment version to 0.4.0
· 674d1eb4
metaquarx
authored
Dec 07, 2021
View commits for tag v0.4.0
v0.4.0
674d1eb4
Improve doxygen documentation.
· 121a54fe
metaquarx
authored
Dec 07, 2021
121a54fe
Test iteration via each() callback
· b48adf6b
metaquarx
authored
Dec 07, 2021
b48adf6b
Implement iteration via each() callback.
· 6766b72a
metaquarx
authored
Dec 07, 2021
6766b72a
Prototype iteration via each() with callback
· 40c1b8b0
metaquarx
authored
Dec 07, 2021
40c1b8b0
Stop leaking implementation details into interface (wrap into `priv` namespace)
· 8fa767e3
metaquarx
authored
Dec 07, 2021
8fa767e3
Reformat View tests
· 8904b595
metaquarx
authored
Dec 07, 2021
8904b595
Reformat sorting tests, remove leftover debugging statements
· 17e6e29f
metaquarx
authored
Dec 06, 2021
17e6e29f
Remove extraneous template parameter
· 8534f176
metaquarx
authored
Dec 06, 2021
8534f176
Dec 06, 2021
Test get<> on multiple components
· 2da3a969
metaquarx
authored
Dec 06, 2021
2da3a969
Reformat test/Scene.cpp
· 4af34a9c
metaquarx
authored
Dec 06, 2021
4af34a9c
Implement get<> on multiple components
· cadd7d1e
metaquarx
authored
Dec 06, 2021
cadd7d1e
Reformat Scene.ipp
· eadbaa94
metaquarx
authored
Dec 06, 2021
eadbaa94
Prototype get<> function to get multiple components at the same time.
· 78da6a8b
metaquarx
authored
Dec 06, 2021
78da6a8b
Dec 03, 2021
Add code coverage
· 807fa729
metaquarx
authored
Dec 03, 2021
807fa729
Nov 28, 2021
Make component pool noncopyable via `=delete` instead of private
· 71e6b023
metaquarx
authored
Nov 28, 2021
71e6b023
Fix bug where viewing a component pool with removed components would give an...
· 67d108ac
metaquarx
authored
Nov 28, 2021
View commits for tag v0.3.1
v0.3.1
67d108ac
Avoid using realloc/memcpy, switch to using new[] and move constructors.
· 673c8300
metaquarx
authored
Nov 28, 2021
View commits for tag v0.3.0
v0.3.0
673c8300
Nov 27, 2021
Add testing for non-trivially-copyable objects.
· 929d19b8
metaquarx
authored
Nov 27, 2021
929d19b8
Nov 24, 2021
Fix incorrect building instructions
· b66a8790
metaquarx
authored
Nov 24, 2021
b66a8790
Fix incorrect link to docs
· f1c053f7
metaquarx
authored
Nov 24, 2021
f1c053f7
Nov 22, 2021
Add sorting tests to pipeline
· 1efc664d
metaquarx
authored
Nov 22, 2021
View commits for tag v0.2.1
v0.2.1
1efc664d
Release v0.2.0
· 13bd14ac
metaquarx
authored
Nov 22, 2021
View commits for tag v0.2.0
v0.2.0
13bd14ac
Implement & test sorting of component pools
· f6b07c7d
metaquarx
authored
Nov 22, 2021
f6b07c7d
Fix bug in `repack` where vector indices that didn't exist where written to
· 1b2a5817
metaquarx
authored
Nov 22, 2021
1b2a5817
Fix formatting
· ac930434
metaquarx
authored
Nov 22, 2021
ac930434
Nov 20, 2021
Change formatting
· e6ad1e1b
metaquarx
authored
Nov 20, 2021
e6ad1e1b
Prototype sorting functionality
· 5f437f14
metaquarx
authored
Nov 20, 2021
5f437f14
Add tests for new all_of/any_of syntax
· 15c9d452
metaquarx
authored
Nov 20, 2021
15c9d452
Change tests to use new all_of syntax
· 2cc58de0
metaquarx
authored
Nov 20, 2021
2cc58de0
Change `.exists<>()` syntax to `.all_of<>()` and `.any_of<>()` for greater convenience
· 403b4ae4
metaquarx
authored
Nov 20, 2021
403b4ae4
Nov 16, 2021
Increment version number
· eb2331cb
metaquarx
authored
Nov 16, 2021
View commits for tag v0.1.2
v0.1.2
eb2331cb
When an invalid request was detected, it didn't actually skip (
#3
)
· 858aba42
metaquarx
authored
Nov 16, 2021
858aba42
Nov 15, 2021
Allow reserving of component space
· ba88cd2c
metaquarx
authored
Nov 15, 2021
View commits for tag v0.1.1
v0.1.1
ba88cd2c
Loading