Bastiaan Veelo
|
c9674aa9de
|
Fix 404.
|
2016-06-06 00:14:28 +02:00 |
|
Sebastian Wilzbach
|
2dfbc51f17
|
Standardize whitespace after imports
Unified with:
sed -E "s/import\s*([^ ]+)\s*:\s*(.*(,|;))/import \1 : \2/" -i **/*.d
|
2016-05-29 22:09:56 +02:00 |
|
Steven Schveighoffer
|
bc63d2b949
|
Merge pull request #4372 from andralex/allocator-change-expand
Change semantics of expand: the null array cannot be expanded 'in place'
|
2016-05-27 17:45:44 -04:00 |
|
Andrei Alexandrescu
|
8ecabe23f2
|
Change semantics of expand: the null array cannot be expanded 'in place'
|
2016-05-27 16:36:01 -04:00 |
|
Andrei Alexandrescu
|
140c51447f
|
Remove spurious deprecation lookup warning
|
2016-05-27 16:05:35 -04:00 |
|
Andrei Alexandrescu
|
b94026470d
|
Merge pull request #4307 from JackStouffer/allocator
Move Ternary from std.experimental.allocator.common to std.typecons
|
2016-05-24 10:29:23 -04:00 |
|
Jack Stouffer
|
b7165c04bc
|
Move Ternary from std.experimental.allocator.common to std.typecons
|
2016-05-24 10:27:10 -04:00 |
|
Jack Stouffer
|
c643eaa291
|
Remove commented out code and redundant comments from std.experimental.allocator
|
2016-05-12 08:25:42 -04:00 |
|
Jack Stouffer
|
95e90ba788
|
Fixed long lines in std/experimental/allocator/mallocator.d
|
2016-05-10 20:51:39 -04:00 |
|
Dmitry Olshansky
|
0853d4bc2e
|
Merge pull request #4245 from wilzbach/use_new_alias
use the 'new' alias syntax
|
2016-04-27 17:16:49 +04:00 |
|
Sebastian Wilzbach
|
5a8988c149
|
style fix: add space after for operator
|
2016-04-27 02:04:02 +03:00 |
|
Sebastian Wilzbach
|
f891779f25
|
use the new alias syntax
|
2016-04-27 01:56:50 +03:00 |
|
Sebastian Wilzbach
|
3d67cd228c
|
style fix: space between operators
|
2016-04-26 22:26:20 +03:00 |
|
Andrei Alexandrescu
|
249f10a89e
|
Allow affix access from qualified data
|
2016-04-23 15:11:35 -04:00 |
|
Dmitry Olshansky
|
e46fb63158
|
Merge pull request #4034 from rainers/fix_allocator
enable and fix tests of std.experimental.allocator for Win64/Win32mscoff
|
2016-03-16 23:50:18 +03:00 |
|
Basile Burg
|
8533b6b532
|
fix redundant static checking, keep the deeper one from 15772
|
2016-03-14 15:58:33 +01:00 |
|
Kai Nacke
|
1e96d5d4bd
|
Allocator: Add stack direction for a lot of non-Intel architectures.
This should cover most architectures which D supports.
|
2016-03-12 20:04:40 +01:00 |
|
Dmitry Olshansky
|
1dc6ff97d6
|
Merge pull request #4014 from schveiguy/allocator_expand
Fix GCAllocator.expand to properly utilize GC.extend
|
2016-03-11 23:34:17 +03:00 |
|
Steven Schveighoffer
|
498d9b0b5e
|
use correct math
|
2016-03-11 11:33:12 -05:00 |
|
David Nadlinger
|
42625ce05c
|
Merge pull request #3949 from japplegame/patch-1
fix Bucketizer.owns
|
2016-03-05 23:02:35 +00:00 |
|
Steven Schveighoffer
|
3edc09dfa4
|
Merge pull request #4023 from BBasile/ussue-15639
fixed issue 15639 - allocator.make enables abstract class instantiation
|
2016-03-04 18:03:41 -05:00 |
|
Steven Schveighoffer
|
c0a34b41f7
|
Fix spacing around equals
See https://github.com/D-Programming-Language/phobos/pull/4022#commitcomment-16474681
|
2016-03-03 14:52:47 -05:00 |
|
Basile Burg
|
175b9129a0
|
fixed issue 15639
|
2016-03-01 22:19:29 +01:00 |
|
Basile Burg
|
211c10aff2
|
fixed issue 15721
|
2016-03-01 22:17:38 +01:00 |
|
Rainer Schuetze
|
d979bb8165
|
test std.experimental.allocator for Win64/Win32mscoff
fix assert in std.experimental.allocator.building_blocks.bitmapped_block for 32-bit build
|
2016-03-01 13:08:08 +01:00 |
|
H. S. Teoh
|
5c53be7676
|
Merge pull request #3977 from joakim-noah/android
Android update
|
2016-02-23 13:51:42 -08:00 |
|
Steven Schveighoffer
|
1d1ddfbf5d
|
Fix GCAllocator.expand to properly utilize GC.extend
|
2016-02-21 17:17:02 -05:00 |
|
Joakim
|
10c01a0614
|
On Android, update std.datetime to extract timezone data and some other fixes.
|
2016-02-10 14:25:42 +05:30 |
|
Dariusz Antoniuk
|
338dfff953
|
Take array by ref for expandArray with init
|
2016-02-08 17:33:37 +01:00 |
|
ZombineDev
|
1c555f0d1f
|
Handle all return codes of posix_memalign, such as EINVAL.
|
2016-02-03 17:33:24 +02:00 |
|
ZombineDev
|
ce938fe432
|
Add attributes to most functions in allocator.mallocator and allocator.common.
Also made the style more consistent.
|
2016-02-03 17:33:24 +02:00 |
|
Steven Schveighoffer
|
245977e3e7
|
Add more unit tests for GCAllocator.goodAllocSize
|
2016-02-02 15:11:55 -05:00 |
|
Steven Schveighoffer
|
0c5e570360
|
Optimize use of bsr better.
|
2016-02-01 09:27:04 -05:00 |
|
Steven Schveighoffer
|
e9e52d9e05
|
Add goodAllocationSize to GCAllocator -- the GC has very well defined
behavior for this.
|
2016-01-31 14:50:53 -05:00 |
|
Jack Applegame
|
f790eeeb98
|
Fix imports.
|
2016-01-29 13:48:36 +03:00 |
|
Jack Applegame
|
b2e6ed320f
|
Bucketizer unittest update
|
2016-01-29 13:31:46 +03:00 |
|
JakobOvrum
|
eec7609314
|
Merge pull request #3956 from ZombineDev/patch-3
Fix makeArray for types with disabled this(this)
|
2016-01-29 08:27:06 +09:00 |
|
Dariusz Antoniuk
|
e9ef91d5d4
|
Fix a typo in stack allocator usage example
Objs should be deallocated by the same allocator used to allocate them.
|
2016-01-28 15:16:48 +01:00 |
|
Petar Kirov
|
6615f6990e
|
Fix makeArray for types with disabled this(this)
|
2016-01-27 17:39:59 +02:00 |
|
Jack Applegame
|
a527393821
|
fix Bucketizer.owns
|
2016-01-24 10:04:43 +03:00 |
|
Andrei Alexandrescu
|
ac96a3d3c0
|
Merge pull request #3684 from 9il/shared_free_list
[allocators] add approxMaxNodes for shared free list
|
2016-01-14 02:48:51 -05:00 |
|
Andrei Alexandrescu
|
718208dfc5
|
Merge pull request #3846 from aG0aep6G/TypeInfo.initializer
TypeInfo.init -> TypeInfo.initializer
|
2016-01-12 11:40:47 -05:00 |
|
Martin Nowak
|
8aafde2505
|
disable GCAllocator.expand test
|
2016-01-03 16:58:45 +01:00 |
|
Martin Nowak
|
6d36fc10e4
|
add missing @nogc for Windows-only functions
|
2016-01-03 16:04:18 +01:00 |
|
Yazan Dabain
|
44d273c3bd
|
Fixes #15433: std.experimental.allocator.building_blocks.free_tree only compiles with unittest
|
2015-12-11 10:44:06 +02:00 |
|
Basile Burg
|
0c513b1c15
|
allowed Mallocator to be used in nogc functions
|
2015-12-05 23:41:26 +01:00 |
|
anonymous
|
933aa8e30d
|
TypeInfo.init -> TypeInfo.initializer
|
2015-11-30 21:20:46 +01:00 |
|
Walter Bright
|
cf22992cbb
|
Merge pull request #3768 from CyberShadow/pull-20151024-051829
HTML fixes
|
2015-10-24 15:05:00 -07:00 |
|
Vladimir Panteleev
|
86cf380007
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
|
Brian Schott
|
60e69567dc
|
Merge pull request #3693 from andrewwvc/newmaster
Modified allocateEligible to prevent memory stomping
|
2015-10-19 02:20:31 -07:00 |
|