root/trunk/import/object.di


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @519 [519] 01/23/11 04:26:02 jmdavis Added Throwable and default arguments to most Exception and Error …
(edit) @509 [509] 01/14/11 19:46:57 Don Clugston Improvement to Exception Chaining: When an exception is thrown and not …
(edit) @491 [491] 01/09/11 01:39:21 andrei .dup should only work for mutable associative arrays
(edit) @488 [488] 01/08/11 14:59:15 andrei .dup property for associative arrays
(edit) @476 [476] 01/06/11 02:04:31 braddr Fix AA's on 64bit. The key aligntsize stuff was pretty messed up. Move the …
(edit) @473 [473] 01/04/11 01:51:40 braddr Update the aligntsize() implementations here with the ones from …
(edit) @468 [468] 01/01/11 14:36:38 sean Added support for position arg in TraceInfo? opApply and fixed newlines for …
(edit) @465 [465] 12/31/10 18:43:34 andrei clear() for classes should first check if argument is null
(edit) @451 [451] 12/15/10 15:23:53 schveiguy Fixed issue where clear calls a destructor on a temporary T when a T is …
(edit) @405 [405] 10/13/10 05:40:45 walter add 2 members to TypeInfo?
(edit) @395 [395] 10/01/10 22:37:15 Don Clugston C-syntax function pointer -> D syntax (object.d doesn't have this problem, …
(edit) @376 [376] 08/27/10 18:03:02 sean Reverted changes to stdc.math. The routines aren't pure.
(edit) @371 [371] 08/22/10 17:12:59 andrei 64-bit compatibility work
(edit) @363 [363] 08/08/10 03:18:19 andrei workaround for bug 4436
(edit) @325 [325] 07/07/10 17:13:26 sean Added setSameMutex. The current implementation locks the mutex to operate …
(edit) @295 [295] 05/13/10 20:55:31 walter bugzilla 4184 associative array with certain key types results in corrupt …
(edit) @293 [293] 05/05/10 18:01:56 sean Fixed prior checkins.
(edit) @292 [292] 05/05/10 17:54:26 sean Issue 4116 - object.di does not match object_.d Fixed.
(edit) @284 [284] 04/14/10 15:17:12 sean A post of Steve's in the NG reminded me that delegates for opApply need to …
(edit) @278 [278] 03/23/10 16:21:10 walter add overlooked name()
(edit) @270 [270] 03/18/10 23:51:18 schveiguy Fixing posix.mak so it build unittests on linux (somehow a windows linker …
(edit) @269 [269] 03/17/10 08:44:39 schveiguy added some unittests to lifetime.d fixed clear(Object obj) so it compiles.
(edit) @266 [266] 03/15/10 14:56:14 walter add base class destruction to clear()
(edit) @262 [262] 03/11/10 08:41:57 schveiguy Data requested in arraysetcapacity was not being initialized to zero if …
(edit) @260 [260] 03/11/10 00:36:00 walter Rainer Schuetze's threading dll fix
(edit) @258 [258] 03/07/10 11:49:40 sean Added opEquals(Object,Object).
(edit) @256 [256] 03/06/10 22:37:16 schveiguy changed setCapacity to reserve.
(edit) @255 [255] 03/03/10 14:15:44 walter support == for diverse array types
(edit) @254 [254] 03/01/10 07:51:48 schveiguy Added functions to set/get the capacity of an array (The number of …
(edit) @248 [248] 02/20/10 02:59:30 walter add AssociativeArray?.get()
(edit) @247 [247] 02/20/10 02:27:51 walter add byKey() and byValue() for AAs
(edit) @244 [244] 02/11/10 19:07:46 walter change design of opEquals for typeinfo
(edit) @243 [243] 02/10/10 04:39:15 walter fix opEquals
(edit) @242 [242] 02/08/10 01:58:04 walter added Object.opEquals()
(edit) @237 [237] 01/31/10 01:49:05 walter compress ModuleInfo?
(edit) @236 [236] 01/25/10 17:28:08 walter partial fix for bugzilla 3491
(edit) @235 [235] 01/25/10 16:55:19 walter class ModuleInfo? => struct, needs dmd update too
(edit) @224 [224] 01/04/10 03:05:31 walter add support for TLS constructors and destructors
(edit) @221 [221] 12/20/09 05:51:24 walter added typeinfo for inout
(edit) @219 [219] 12/19/09 02:44:49 walter inout to ref
(edit) @202 [202] 11/20/09 06:37:48 walter merge ClassInfo? into TypeInfo?_Class
(edit) @196 [196] 11/03/09 14:52:35 sean Fixed the previous commit. Right now, _isStaticArray is a new global …
(edit) @191 [191] 11/02/09 23:38:38 walter unittests shouldn't be in .di files
(edit) @187 [187] 11/02/09 00:06:40 walter add @property's
(edit) @186 [186] 11/01/09 23:06:43 sean Added clear() per request.
(edit) @180 [180] 10/26/09 05:13:12 walter more fixes for value static arrays
(edit) @179 [179] 10/25/09 05:07:10 walter add opApply
(edit) @176 [176] 10/19/09 21:55:22 walter partially convert T[U] to AssociativeArray?
(edit) @173 [173] 09/12/09 16:12:16 sean Fixed license link--the href had mismathed quotes.
(edit) @159 [159] 05/12/09 17:31:57 walter 2.030
(edit) @156 [156] 05/06/09 13:43:32 sean Coverted tabs to spaces (sorry, I'm picky that way).
(edit) @154 [154] 05/03/09 18:09:13 walter add .typeinfo to classinfo (needs 2.030)
(edit) @152 [152] 04/28/09 22:56:38 sean Changed all remaining source code files to use the Boost license. If I've …
(edit) @97 [97] 02/12/09 18:10:17 sean Fixed ModuleInfo? declaration.
(edit) @96 [96] 02/12/09 18:08:21 walter ModuleInfo? declarations out of sync
(edit) @86 [86] 02/03/09 01:29:16 sean Changed 'invariant' type label to 'immutable'.
(edit) @85 [85] 01/30/09 20:39:04 sean Fix for http://d.puremagic.com/issues/show_bug.cgi?id=2633
(edit) @53 [53] 11/29/08 00:53:46 walter added shared typeinfo
(edit) @29 [29] 10/15/08 17:33:55 sean * Changed top-level exception class name from 'Exception' to …
(edit) @24 [24] 10/13/08 13:19:53 walter add hidden function error support
(edit) @18 [18] 10/10/08 14:59:32 sean Added Error alias for Exception as a placeholder until the exception …
(edit) @16 [16] 10/08/08 01:49:34 sean Fixed eol-style for all source files. This closes #1
(edit) @14 [14] 10/06/08 15:39:07 sean Fixed a few mistakes regarding invariance, etc, between D1 and D2.
(edit) @10 [10] 09/22/08 23:29:18 sean Applied all D2 changes to trunk. It should now be a fully functional D2 …
(edit) @7 [7] 09/22/08 23:21:04 sean Finished flattening D1/D2 differences. Except for one or two lines, all …
(edit) @6 [6] 09/19/08 22:53:43 sean The next batch of updates towards D2 support. The lib should be pretty …
(add) @5 [5] 09/18/08 22:35:12 sean First commit of the D Runtime Project. This includes a fully functional …
Note: See TracRevisionLog for help on using the revision log.