|
|
|
@287
|
[287]
|
03/16/11 09:14:55 |
dsimcha |
These should be static to work around bugs in GDC. |
|
|
|
@278
|
[278]
|
03/03/11 18:36:55 |
dsimcha |
Nasty pointer bug that's only predictably reproducible on 64. |
|
|
|
@277
|
[277]
|
02/22/11 09:07:54 |
dsimcha |
Make sure alignBytes is the right width for bit twiddling to work on 64. |
|
|
|
@276
|
[276]
|
02/21/11 20:28:58 |
dsimcha |
Make TempAlloc? use the C heap. Remove excessively zealous nothrow's … |
|
|
|
@275
|
[275]
|
02/21/11 00:15:46 |
dsimcha |
-- |
|
|
|
@274
|
[274]
|
02/20/11 19:44:08 |
dsimcha |
This should really be static. |
|
|
|
@272
|
[272]
|
02/19/11 12:12:15 |
dsimcha |
Update appendDelOld to work with new array appending scheme. |
|
|
|
@239
|
[239]
|
01/22/11 19:05:23 |
dsimcha |
More info theory/gtest merging improvements. |
|
|
|
@228
|
[228]
|
11/15/10 20:39:08 |
dsimcha |
More fixes for failing unit tests on Linux. I should really start running … |
|
|
|
@226
|
[226]
|
11/13/10 18:58:27 |
dsimcha |
Fix 64-bit compilation errors. Code only passes semantic analysis, hasn't … |
|
|
|
@214
|
[214]
|
09/05/10 22:30:54 |
dsimcha |
Fixes for Appender-related bit rot. |
|
|
|
@211
|
[211]
|
08/22/10 21:53:08 |
dsimcha |
Fix ranges: Add save() and @property stuff. |
|
|
|
@209
|
[209]
|
08/22/10 21:23:02 |
dsimcha |
Fix some style issues and a few 64 issues. |
|
|
|
@198
|
[198]
|
08/05/10 18:40:50 |
dsimcha |
Remove obsolete reserve() function now that similar (and correct) function … |
|
|
|
@164
|
[164]
|
06/19/10 18:23:09 |
dsimcha |
Add AUROC, misc. 2.047-related updates. |
|
|
|
@159
|
[159]
|
03/19/10 19:16:34 |
dsimcha |
Make everything work w/ 2.042. |
|
|
|
@143
|
[143]
|
02/24/10 23:17:29 |
dsimcha |
-- |
|
|
|
@137
|
[137]
|
02/14/10 11:53:43 |
dsimcha |
Remove all foreach_reverse, misc. small refactorings. |
|
|
|
@123
|
[123]
|
12/05/09 16:53:44 |
dsimcha |
Make dstats compile w/ 2.037. |
|
|
|
@113
|
[113]
|
11/22/09 12:45:01 |
dsimcha |
Add adjustedR2 to regress, misc. small fixes. |
|
|
|
@112
|
[112]
|
11/17/09 22:41:06 |
dsimcha |
-- |
|
|
|
@111
|
[111]
|
11/15/09 18:11:42 |
dsimcha |
Small improvements to StackTree?. |
|
|
|
@110
|
[110]
|
11/15/09 01:04:17 |
dsimcha |
Add AVL trees to TempAlloc?. |
|
|
|
@103
|
[103]
|
11/03/09 20:53:07 |
dsimcha |
Forgot to add small improvement to tests. |
|
|
|
@102
|
[102]
|
11/03/09 20:46:51 |
dsimcha |
Added free lists to StackHash? and StackSet? to allow for removal and … |
|
|
|
@101
|
[101]
|
11/03/09 00:36:32 |
dsimcha |
Improve TempAlloc? docs. |
|
|
|
@96
|
[96]
|
10/26/09 20:18:41 |
dsimcha |
Fix minor performance bug in TempAlloc?. |
|
|
|
@88
|
[88]
|
10/18/09 06:57:55 |
dsimcha |
Misc. code cleanup, refactoring. |
|
|
|
@86
|
[86]
|
10/13/09 13:16:18 |
dsimcha |
Fix some code that was relying on bugs no longer present in 2.034. |
|
|
|
@85
|
[85]
|
10/10/09 03:49:39 |
dsimcha |
More misc. small fixes/improvements. |
|
|
|
@84
|
[84]
|
09/14/09 09:51:36 |
dsimcha |
Misc. bug fixes. |
|
|
|
@83
|
[83]
|
07/07/09 20:52:09 |
dsimcha |
Bug fixes, 2.031 updates. |
|
|
|
@60
|
[60]
|
05/14/09 23:10:56 |
dsimcha |
Misc. cleanup and optimization. |
|
|
|
@34
|
[34]
|
04/26/09 15:54:46 |
dsimcha |
Bug fixes, generalize from isForwardRange to isIterable. |
|
|
|
@28
|
[28]
|
04/23/09 23:30:02 |
dsimcha |
Make dstats work with ranges. |
|
|
|
@23
|
[23]
|
01/31/09 12:34:47 |
dsimcha |
A few bug fixes. |
|
|
|
@21
|
[21]
|
01/22/09 23:23:30 |
dsimcha |
Fix silly mistake in TempAlloc? unittest. |
|
|
|
@20
|
[20]
|
01/22/09 22:38:19 |
dsimcha |
Optimize TempAlloc? and add some sanity checks. Fix unittests to … |
|
|
|
@19
|
[19]
|
01/19/09 23:34:46 |
dsimcha |
Improve TempAlloc?. Fix a bunch of dumb mistakes from yesterday. |
|
|
|
@17
|
[17]
|
01/17/09 19:04:12 |
dsimcha |
Optimize TempAlloc?. Fix a few minor bugs. |
|
|
|
@6
|
[6]
|
01/13/09 22:04:20 |
dsimcha |
Add in-place merge sort. Clean up TempAlloc? slightly. Formalize … |
|
|
|
@5
|
[5]
|
01/04/09 22:22:14 |
dsimcha |
Initial commit |