Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.6.0-beta.1
iz
Browse files
Mar 09, 2017
fix move sem issue on array/dllist + update doc
· 66a83a83
Basile.B
authored
Mar 09, 2017
View commits for tag v0.6.0-beta.1
v0.6.0-beta.1
66a83a83
Mar 04, 2017
typo
· 764a789d
Basile.B
authored
Mar 04, 2017
764a789d
remove @Property + change type for methods w/ filenames
· e81fbfb6
Basile.B
authored
Mar 04, 2017
e81fbfb6
Feb 26, 2017
add the recursion template
· 40f7e645
Basile.B
authored
Feb 26, 2017
40f7e645
Feb 25, 2017
updates docs
· eb9eb32b
Basile.B
authored
Feb 25, 2017
eb9eb32b
buckets already reserved
· cccb88ad
Basile.B
authored
Feb 25, 2017
cccb88ad
serializer, improve the cache used in findNode()
· a44dd903
Basile.B
authored
Feb 25, 2017
a44dd903
array, allows opIndexAssign from D array to Array + remove fromString
· ff48a149
Basile.B
authored
Feb 25, 2017
ff48a149
Feb 23, 2017
fix compilation using LDC
· 2ae4c893
Basile.B
authored
Feb 23, 2017
2ae4c893
maps & sets, ddoc + add cat op to AB set + rename length to bucketCount/slotCount
· 55f1822f
Basile.B
authored
Feb 23, 2017
55f1822f
maps & sets, additions and fixes
· 36a3d69f
Basile.B
authored
Feb 23, 2017
36a3d69f
maps & sets, remove unused call to hash
· 10103f81
Basile.B
authored
Feb 23, 2017
10103f81
@nogc still needed in templatized function ?!
· b9f9c46b
Basile.B
authored
Feb 23, 2017
b9f9c46b
maps & sets, allow @nogc instances with classes
· 26a1c09a
Basile.B
authored
Feb 23, 2017
26a1c09a
add the hasElaborateSelfEquals trait
· 9d7a9319
Basile.B
authored
Feb 23, 2017
9d7a9319
Feb 22, 2017
mpas & sets, tweak attrib inference to allow classes as key
· 29172954
Basile.B
authored
Feb 23, 2017
29172954
factory, prevent to have the default classes register as a global var
· 331717f6
Basile.B
authored
Feb 23, 2017
331717f6
array, use postblit in dup
· cda9eed4
Basile.B
authored
Feb 22, 2017
cda9eed4
refman, always use the same string type
· 5b23d445
Basile.B
authored
Feb 22, 2017
5b23d445
maps & sets, add insert overload to allow implicit convertions
· e7945ae5
Basile.B
authored
Feb 22, 2017
e7945ae5
maps & sets, allow more key types
· 5333ff6f
Basile.B
authored
Feb 22, 2017
5333ff6f
maps, rename opIndex overload that returns a bucket to "bucket"
· 2b85c749
Basile.B
authored
Feb 22, 2017
2b85c749
maps & sets, opIndex returns value not ptr
· 10a00ae5
Basile.B
authored
Feb 22, 2017
10a00ae5
pub object array, use iz AA
· 1f07b65a
Basile.B
authored
Feb 22, 2017
1f07b65a
maps & sets, dont return const ptr + akkiw lookup using other types
· a20444d9
Basile.B
authored
Feb 22, 2017
a20444d9
maps & sets, use an enum to set if reserve is called in insert
· 213aeef7
Basile.B
authored
Feb 22, 2017
213aeef7
fix, descriptors cleanup in struct + fix remaining leaks
· 78b1ccb3
Basile.B
authored
Feb 22, 2017
78b1ccb3
Feb 20, 2017
check and fix leaks in common unittests + add them to valgrinder
· a5bb6039
Basile.B
authored
Feb 20, 2017
a5bb6039
maps & sets, adds HasMap_AB
· 39f94557
Basile.B
authored
Feb 20, 2017
39f94557
maps & sets, HashMap_LP add missing opIndex + change value for existing key
· e838abc1
Basile.B
authored
Feb 20, 2017
e838abc1
add sample, suffix array-based dictionnary and completion
· 9e21f1cd
Basile.B
authored
Feb 20, 2017
9e21f1cd
maps & sets, complete HashSet_AB, range, ctor, minimize, leak check
· 21fab929
Basile.B
authored
Feb 20, 2017
21fab929
maps & sets, fix Array bugs preventing to implemnt bucket-based versions
· dff1471b
Basile.B
authored
Feb 20, 2017
dff1471b
Feb 19, 2017
add valgrind test for array with posblitable struct as elem
· 2ba1fa21
Basile.B
authored
Feb 19, 2017
2ba1fa21
fix array reg due to no implicit ptr cast on auto ref param
· 0f633192
Basile.B
authored
Feb 19, 2017
0f633192
maps & sets, partially fix double free caused by keys rehashing
· 493ec21f
Basile.B
authored
Feb 19, 2017
493ec21f
array, allow length setter to infer attribs
· a59f366d
Basile.B
authored
Feb 19, 2017
a59f366d
array, postblit elements on dup & on array postblit
· 26c884ab
Basile.B
authored
Feb 19, 2017
26c884ab
maps & sets, linear probing, prevent postblit with by... ranges
· df47cedc
Basile.B
authored
Feb 19, 2017
df47cedc
array, postblit didn't allocate using the granularity
· ec711977
Basile.B
authored
Feb 19, 2017
ec711977
Loading