root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @182 [182] 11/18/08 19:57:45 dhasenan Added TODOs.
(edit) @181 [181] 11/15/08 17:03:43 dhasenan got rid of some unnecessary logging
(edit) @180 [180] 11/15/08 08:50:38 dhasenan Fixed some bugs with exception messages.
(edit) @179 [179] 11/12/08 21:22:06 dhasenan Fixed #33: bound types pay attention to singletonness.
(edit) @178 [178] 11/10/08 11:27:05 dhasenan Fixed #31 -- only show the test fixture name if you have tests in that …
(edit) @177 [177] 11/10/08 10:29:22 dhasenan Added some fixes when using dunit.attribute and not dunit.api
(edit) @176 [176] 11/08/08 13:04:44 dhasenan Added dunit 0.2 download
(edit) @175 [175] 11/08/08 13:04:00 dhasenan Tagged release 0.2
(edit) @174 [174] 11/08/08 12:45:42 dhasenan Updated the documentation.
(edit) @173 [173] 11/08/08 12:18:44 dhasenan Updated some documentation. Ready to publish.
(edit) @172 [172] 11/08/08 11:42:42 dhasenan I changed filtering to be more lax. That way, you can use "x" to match …
(edit) @171 [171] 11/08/08 11:36:54 dhasenan You can now filter the tests to be run. Filtering uses Tango regex syntax, …
(edit) @170 [170] 11/07/08 22:55:56 dhasenan Test listing support finished.
(edit) @169 [169] 11/07/08 22:27:41 dhasenan Support for listing and not running unit tests is ready.
(edit) @168 [168] 10/12/08 08:44:19 dhasenan Branching to try out d2 support in dunit.
(edit) @167 [167] 10/10/08 13:27:28 dhasenan Fixed bad error message, and probably a number of similar bugs, with …
(edit) @166 [166] 10/08/08 15:20:33 dhasenan Added documentation folder
(edit) @165 [165] 10/04/08 14:52:33 dhasenan Forgot the fixturebuilder module.
(edit) @164 [164] 10/04/08 14:51:05 dhasenan Added filters module.
(edit) @163 [163] 10/03/08 14:07:47 dhasenan Added some docs.
(edit) @162 [162] 10/02/08 19:08:19 dhasenan Minor polish bits.
(edit) @161 [161] 10/02/08 16:58:41 dhasenan Added api module.
(edit) @160 [160] 10/02/08 15:55:05 dhasenan added values filter
(edit) @159 [159] 09/30/08 14:03:19 dhasenan The broken test cases were due to a collision in module names.
(edit) @158 [158] 09/29/08 20:03:17 dhasenan If you compile the tests in this order, DunitIgnore? works. I don't have …
(edit) @157 [157] 09/28/08 15:25:47 dhasenan okay, now the tests work
(edit) @156 [156] 09/28/08 13:42:11 dhasenan Switched mechanisms for registering. Issue: the ignore thing doesn't work; …
(edit) @155 [155] 09/27/08 09:30:58 dhasenan Finished the phobos port, with the exception that the tests fail to build …
(edit) @154 [154] 09/26/08 15:08:20 dhasenan Variant stuffs is made portable (I think).
(edit) @153 [153] 09/26/08 14:58:14 dhasenan I have the traits and formatting stuff contained for phobos portability. …
(edit) @152 [152] 09/26/08 14:05:34 dhasenan Refactored some ordering stuff out of Call and Repository into a new …
(edit) @151 [151] 09/25/08 20:54:55 dhasenan Forgot the exceptions.
(edit) @150 [150] 09/25/08 20:54:35 dhasenan Slow progress.
(edit) @149 [149] 09/25/08 07:23:18 dhasenan added a bunch of files that were floating around
(edit) @148 [148] 09/19/08 23:19:34 dhasenan Some tweaks to properties; added some doc comments; some minor size …
(edit) @147 [147] 09/19/08 23:16:44 dhasenan progress of a sort
(edit) @146 [146] 08/31/08 11:04:00 dhasenan You can now do expect(uint).equals(int) and get a reasonable response …
(edit) @145 [145] 08/30/08 21:53:25 dhasenan more useful notes added
(edit) @144 [144] 08/30/08 20:20:00 dhasenan old notes, no longer useful
(edit) @143 [143] 08/30/08 19:49:01 dhasenan improvements
(edit) @142 [142] 08/30/08 19:22:43 dhasenan got rid of tango.group and reformatted a bit
(edit) @141 [141] 08/30/08 16:47:32 dhasenan Improved formatting and got rid of tango.group usage
(edit) @140 [140] 08/30/08 11:50:29 dhasenan oops, forgot the xml integration test
(edit) @139 [139] 08/30/08 11:50:03 dhasenan minor formatting improvements
(edit) @138 [138] 08/30/08 09:10:41 dhasenan Clean start
(edit) @137 [137] 08/29/08 23:18:34 dhasenan fixed stupid errors; xmlout works now, but probably wrong format
(edit) @136 [136] 08/29/08 22:55:52 dhasenan linking errors so I rolled my own xml output, and moved dunittests to …
(edit) @135 [135] 08/27/08 21:27:48 dhasenan don't need a separate src dir
(edit) @134 [134] 08/26/08 15:18:41 dhasenan no sense caching an old copy of ddbi
(edit) @133 [133] 08/26/08 14:40:52 dhasenan added some trivia and such
(edit) @132 [132] 08/25/08 22:38:25 dhasenan slight changes to licensing
(edit) @131 [131] 08/25/08 22:37:25 dhasenan updated custom builders section to cope with the recent api changes from …
(edit) @130 [130] 08/25/08 22:17:59 dhasenan Interception responsibility moved to the object builders, nacht
(edit) @129 [129] 08/25/08 21:18:41 dhasenan reduced slightly the code size, though singletons are now getting …
(edit) @128 [128] 08/25/08 16:45:30 dhasenan Removed some templates; improves compilation speed and executable size …
(edit) @127 [127] 08/25/08 15:32:03 dhasenan some alterations that reduced executable size
(edit) @126 [126] 08/25/08 10:49:54 dhasenan moved TODO
(edit) @125 [125] 08/25/08 08:22:21 dhasenan added main page
(edit) @124 [124] 08/24/08 21:21:21 dhasenan Added basic usage docs
(edit) @123 [123] 08/24/08 21:12:28 dhasenan More readable error messages in some cases; fixed bugs with interfaces …
(edit) @122 [122] 08/24/08 21:02:58 dhasenan added docs on custom builders
(edit) @121 [121] 08/24/08 19:44:41 dhasenan Added docs for interceptors
(edit) @120 [120] 08/24/08 19:32:24 dhasenan added some basic usage docs in wiki format
(edit) @119 [119] 08/24/08 14:06:20 dhasenan removed redundant folder
(edit) @118 [118] 08/24/08 14:05:48 dhasenan moved some stuff around
(edit) @117 [117] 08/24/08 14:04:19 dhasenan added licenses file to examples
(edit) @116 [116] 08/24/08 14:02:28 dhasenan removed the default builder from build.d and added it in a separate module
(edit) @115 [115] 08/24/08 10:49:19 dhasenan got rid of trunk (have I gone mad?! )
(edit) @114 [114] 08/24/08 10:47:44 dhasenan removed some old unused things
(edit) @113 [113] 08/24/08 10:46:39 dhasenan finished moving stuff around
(edit) @112 [112] 08/24/08 10:42:53 dhasenan more top-level things
(edit) @111 [111] 08/24/08 10:39:50 dhasenan moved dconstructor to its own top-level directory
(edit) @110 [110] 08/24/08 10:38:50 dhasenan added top-level entry for dconstructor
(edit) @109 [109] 08/24/08 09:52:55 dhasenan Increased the amount of api documentation
(edit) @108 [108] 08/24/08 09:45:12 dhasenan Added initial support for custom builders.
(edit) @107 [107] 08/24/08 09:26:41 dhasenan fixed singleton problem with autobuild
(edit) @106 [106] 08/24/08 09:22:42 dhasenan Added some more examples/test cases; fixed circular dependency issues
(edit) @105 [105] 08/23/08 16:01:43 dhasenan refactored the circular dependency stuff to work with setter dependencies
(edit) @104 [104] 08/23/08 01:32:30 dhasenan updated autogen docs and did some minor tweaks
(edit) @103 [103] 08/23/08 01:28:49 dhasenan Refactored some stuff
(edit) @102 [102] 08/23/08 01:16:46 dhasenan Did a bit of refactoring.
(edit) @101 [101] 08/13/08 11:49:49 dhasenan slightly improved version
(edit) @100 [100] 08/13/08 11:43:34 dhasenan removed unused provides.d and renamed singleton to property, since it was …
(edit) @99 [99] 08/13/08 11:24:33 dhasenan added zip download for dconstructor
(edit) @98 [98] 08/13/08 11:14:31 dhasenan Tagged release r97
(edit) @97 [97] 08/13/08 10:19:30 dhasenan minor improvements and documentation fixes
(edit) @96 [96] 08/12/08 16:05:12 dhasenan updated docs
(edit) @95 [95] 08/12/08 15:49:10 dhasenan for some reason, two arguments is fail with TInterceptor.intercept(T)
(edit) @94 [94] 08/12/08 14:40:31 dhasenan Nothing should be intercepted twice, now.
(edit) @93 [93] 08/12/08 12:18:21 dhasenan Changed DelegatingBuilder? so you don't intercept objects twice. I'm not …
(edit) @92 [92] 08/12/08 11:57:58 dhasenan added a couple of examples
(edit) @91 [91] 08/12/08 10:36:39 dhasenan added documentation stuff
(edit) @90 [90] 08/12/08 08:49:45 dhasenan || comes after &&, sowwy
(edit) @89 [89] 08/12/08 08:25:51 dhasenan added TODO
(edit) @88 [88] 08/11/08 14:41:35 dhasenan a few bugfixes and removed tracing
(edit) @87 [87] 08/11/08 13:16:48 dhasenan some tracing; standardized some exceptions; reworked the singleton …
(edit) @86 [86] 08/11/08 10:39:21 dhasenan it actually compiles with client code
(edit) @85 [85] 08/10/08 23:28:51 dhasenan added interceptor support
(edit) @84 [84] 04/21/08 01:23:59 dhasenan Some improvements with formatting errors; mock objects don't have to be …
(edit) @83 [83] 04/17/08 15:09:11 dhasenan singleton pattern for selfmock repositories
Note: See TracRevisionLog for help on using the revision log.