root/trunk/src/object_.d


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) @467 [467] 01/01/11 14:18:52 sean Fixed TraceInfo?.toString.
(edit) @465 [465] 12/31/10 18:43:34 andrei clear() for classes should first check if argument is null
(edit) @463 [463] 12/31/10 13:10:10 braddr Switch druntime over to a phobos-like unittest mechanism.
(edit) @462 [462] 12/31/10 01:56:33 braddr Revert the previous change as it causes dmd test23 to fail.
(edit) @461 [461] 12/30/10 23:44:45 braddr Sync d2 up with d1 64 bit changes
(edit) @456 [456] 12/23/10 15:37:29 braddr A bunch of 64 bit fixes, primarily merging from d1.
(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) @443 [443] 12/10/10 07:03:55 braddr Fix another bad use of printf + string
(edit) @442 [442] 12/10/10 03:38:55 braddr Sync up typeinfo changes that were only done on the d1 branch.
(edit) @441 [441] 12/09/10 13:53:32 sean Moved boilerplate copyright blurb out of DDoc block.
(edit) @440 [440] 12/08/10 06:04:39 braddr Copy d1's alloca 64 bit asm code. Fix a debug printf.
(edit) @433 [433] 12/01/10 18:47:27 sean http://d.puremagic.com/issues/show_bug.cgi?id=5264 Applied all changes …
(edit) @426 [426] 11/15/10 16:36:07 schveiguy Oops, didn't do this if statement correctly -- standalone ctor/dtors …
(edit) @424 [424] 11/15/10 16:16:57 sean Changed use of ModuleInfo? array so null elements are skipped. This was …
(edit) @421 [421] 11/09/10 15:18:21 walter add ddoc for .classinfo
(edit) @415 [415] 11/08/10 15:29:43 sean http://d.puremagic.com/issues/show_bug.cgi?id=5189
(edit) @414 [414] 11/08/10 09:29:26 schveiguy Fixed cyclic dependency algorithm, as well as printing the cycle that has …
(edit) @405 [405] 10/13/10 05:40:45 walter add 2 members to TypeInfo?
(edit) @399 [399] 10/09/10 14:10:09 sean Changed stack trace generation for exceptions to occur on throw instead of …
(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) @361 [361] 08/07/10 01:46:06 walter some 64 bit support
(edit) @340 [340] 07/20/10 18:16:14 sean Issue 3917 - opEquals for Ojbect could be more efficient
(edit) @335 [335] 07/20/10 17:34:06 sean Changed the application shutdown process to be as follows. When Dmain() …
(edit) @326 [326] 07/07/10 18:39:18 sean Changed refcount to use atomic ops instead of mutex. Tried once again to …
(edit) @325 [325] 07/07/10 17:13:26 sean Added setSameMutex. The current implementation locks the mutex to operate …
(edit) @297 [297] 05/25/10 18:48:29 braddr Add a getter for the trace handler to enable code like: auto save = …
(edit) @295 [295] 05/13/10 20:55:31 walter bugzilla 4184 associative array with certain key types results in corrupt …
(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) @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) @268 [268] 03/17/10 04:37:23 walter fix object doc
(edit) @266 [266] 03/15/10 14:56:14 walter add base class destruction to clear()
(edit) @264 [264] 03/12/10 08:29:37 Don Clugston Allow unittest to compile.
(edit) @262 [262] 03/11/10 08:41:57 schveiguy Data requested in arraysetcapacity was not being initialized to zero if …
(edit) @259 [259] 03/09/10 16:14:34 Don Clugston Changed setCapacity() -> reserve() in unittest. Seems this one got …
(edit) @258 [258] 03/07/10 11:49:40 sean Added opEquals(Object,Object).
(edit) @257 [257] 03/06/10 22:44:24 schveiguy fixing docs for capacity property
(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) @232 [232] 01/11/10 16:39:22 sean Verified the new TLS stuff for OSX and did a bit of code cleanup.
(edit) @230 [230] 01/08/10 06:11:26 walter add TLS support
(edit) @229 [229] 01/08/10 00:53:06 walter start for TLS for OSX
(edit) @227 [227] 01/05/10 17:08:25 walter fix bugs in shared static ctors
(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) @220 [220] 12/19/09 04:42:16 walter inout to ref
(add) @214 [214] 12/07/09 02:01:17 sean Added stuff in new locations.
Note: See TracRevisionLog for help on using the revision log.