root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @117 [117] 11/28/11 09:59:12 schveiguy Added [116] deb packages
(edit) @116 [116] 11/28/11 08:59:06 schveiguy Fixed 64-bit issues with uint and ArrayList? keys.
(edit) @115 [115] 11/28/11 07:28:11 schveiguy Adding debian packages to downloads
(edit) @114 [114] 10/13/11 08:32:28 schveiguy Applied inout decorations to all functions (requires 2.056 or later)
(edit) @113 [113] 07/07/11 08:05:57 schveiguy Fixed shadow declaration. Compiles/tests with 2.054 beta. Tweaked the …
(edit) @112 [112] 04/28/11 17:18:44 schveiguy Update to work with 64-bit dmd
(edit) @111 [111] 04/28/11 17:05:46 schveiguy Fixed bad problem with chunk allocator -- if you freed all elements, the …
(edit) @110 [110] 03/28/11 08:42:31 schveiguy Adding scope to some delegates I missed
(edit) @109 [109] 02/24/11 17:42:20 schveiguy Fixed default allocator to use chunk allocator (druntime is supported as …
(edit) @108 [108] 02/16/11 09:29:38 schveiguy Updated compiler support stuff
(edit) @107 [107] 10/06/10 10:10:28 schveiguy Adding downloads for 2.0c
(edit) @106 [106] 10/06/10 10:02:33 schveiguy Tagging version 2.0c for release
(edit) @105 [105] 10/06/10 10:01:31 schveiguy Updated compiler version
(edit) @104 [104] 10/06/10 09:57:58 schveiguy Updated concepts to talk about chaining and trackLength
(edit) @103 [103] 10/06/10 09:42:03 schveiguy Added unit test for Deque.prepend
(edit) @102 [102] 10/06/10 08:25:02 schveiguy Modified all functions that use out parameters such as "wasAdded" or …
(edit) @101 [101] 09/29/10 16:43:32 schveiguy Made some modifications, got unittests compiling (don't pass yet)
(edit) @100 [100] 09/23/10 17:16:40 schveiguy fixed some unlisted bugs in ArrayList? Added preliminary Deque, no unit …
(edit) @99 [99] 08/24/10 11:08:40 schveiguy Adding downloads for 2.0b
(edit) @98 [98] 08/24/10 10:54:35 schveiguy Beta release 2.0b
(edit) @97 [97] 08/24/10 10:52:17 schveiguy Fixed to work with 2.048
(edit) @96 [96] 08/05/10 14:59:15 schveiguy added workarounds to support using classes and interfaces as key and value …
(edit) @95 [95] 07/02/10 21:00:38 schveiguy --
(edit) @94 [94] 07/01/10 10:02:31 schveiguy Made all classes final for performance/inlining. Added constructors to …
(edit) @93 [93] 07/01/10 08:08:39 schveiguy Fixed sort routine to use DefaultLess? than just accept the default sort …
(edit) @92 [92] 06/30/10 10:00:12 schveiguy ArrayList? had some const decorations that were invalid. Added unit tests …
(edit) @91 [91] 05/27/10 12:27:53 schveiguy added override attribute to opEquals functions. Fixes #5.
(edit) @90 [90] 05/27/10 08:27:21 schveiguy updated zip and tarball with fixed build scripts for windows.
(edit) @89 [89] 05/27/10 08:16:54 schveiguy Copy win32 batch for building examples to 2.0a tag directory
(edit) @88 [88] 05/27/10 08:15:12 schveiguy Fixed build to hard-code use path to dcollections instead of relying on …
(edit) @87 [87] 05/27/10 08:11:14 schveiguy Updated tag with changes to win32 batch build file
(edit) @86 [86] 05/27/10 08:01:25 schveiguy Fixing win32 batch file -- it now compiles exactly the files in the …
(edit) @85 [85] 05/19/10 11:15:26 schveiguy Adding downloads for dcollections-1.0
(edit) @84 [84] 05/19/10 11:12:25 schveiguy Adding releases for dcollections-2.0a
(edit) @83 [83] 05/19/10 11:03:52 schveiguy Tagging version 1.0 and 2.0a
(edit) @82 [82] 05/19/10 10:39:13 schveiguy Updated concepts.txt and README for D2
(edit) @81 [81] 05/19/10 09:13:09 schveiguy Updated readme for trunk to indicate d1 version is no longer actively …
(edit) @80 [80] 05/19/10 08:37:51 schveiguy fixed some ddoc stuff removed candydoc, going to start over instead of …
(edit) @79 [79] 05/19/10 08:18:16 schveiguy All examples now compile. Fixed bug in opEquals in TreeSet?. Changed all …
(edit) @78 [78] 05/18/10 13:30:03 schveiguy Added comprehensive unit tests for tree classes
(edit) @77 [77] 05/18/10 10:30:52 schveiguy Fixed major bug in HashMultiset?.removeAll Added comprehensive unit tests …
(edit) @76 [76] 05/17/10 17:08:01 schveiguy Comprehensive unittests for HashSet?
(edit) @75 [75] 05/14/10 11:27:13 schveiguy Comprehensive unit tests added for ArrayList?, LinkList?, HashMap?. Changed …
(edit) @74 [74] 05/11/10 08:37:01 schveiguy Getting examples to compile Added more detailed unit tests to ArrayList?, …
(edit) @73 [73] 05/07/10 10:45:11 schveiguy Wow, it compiles and passes unit tests!
(edit) @72 [72] 04/23/10 23:22:22 schveiguy Added ability to do unit tests
(edit) @71 [71] 04/23/10 23:21:56 schveiguy Getting it to compile, running into some bad compiler issues…
(edit) @70 [70] 04/23/10 22:27:45 schveiguy Finally have updated all files, now to start the debug process…
(edit) @69 [69] 04/23/10 11:24:50 schveiguy More updates, working on RBTree stuff.
(edit) @68 [68] 04/20/10 08:32:41 schveiguy Updated Linked list, fixed some Hash stuff with cursors/ranges.
(edit) @67 [67] 04/19/10 08:06:23 schveiguy More changes for hash. Hash should be ready to try compiling.
(edit) @66 [66] 04/16/10 07:59:17 schveiguy More modifications, the new cursor concept is quite easy to deal with :)
(edit) @65 [65] 04/01/10 00:09:13 schveiguy some edits, nowhere near complete, not even tried to compile yet :) added …
(edit) @64 [64] 03/18/10 22:59:33 schveiguy Complete update of interfaces. Cleaned up a lot of junk, and made the …
(edit) @63 [63] 03/03/10 02:07:11 schveiguy range-ification
(edit) @62 [62] 12/31/09 15:32:55 schveiguy updated license to boost
(edit) @61 [61] 12/31/09 15:28:30 schveiguy Set up D2 branch
(edit) @60 [60] 07/23/09 02:48:04 schveiguy Releasing version 0.03
(edit) @59 [59] 07/23/09 02:25:44 schveiguy updated copyright dates
(edit) @58 [58] 07/23/09 02:24:52 schveiguy Updating README to reflect compiler requirements
(edit) @57 [57] 07/23/09 02:00:22 schveiguy Removed HashMultiset? printouts that were used to figure out a bug Fixed …
(edit) @56 [56] 07/23/09 00:30:24 schveiguy Added default functions file Added NO_LENGTH_SUPPORT constant Fixed some …
(edit) @55 [55] 07/22/09 23:05:23 schveiguy Major update, changed a lot of interfaces around. I'm not sure what works …
(edit) @54 [54] 09/18/08 23:59:04 schveiguy Added sort method to List types. Changed the way functions are used …
(edit) @53 [53] 08/25/08 09:10:07 schveiguy One more time, fixed the docs
(edit) @52 [52] 08/25/08 09:09:14 schveiguy Added indexOf function to ArrayList?, at the suggestion of eldar, thanks!
(edit) @51 [51] 08/04/08 12:27:03 schveiguy Adding zipfile for version 0.02
(edit) @50 [50] 08/04/08 12:22:26 schveiguy Tagging version 0.02
(edit) @49 [49] 08/04/08 12:14:24 schveiguy Updated readme for both windows and linux
(edit) @48 [48] 08/04/08 12:09:56 schveiguy Updated scripts for dcollections
(edit) @47 [47] 08/04/08 11:22:16 schveiguy added scripts to build library under linux
(edit) @46 [46] 08/04/08 10:44:40 schveiguy Updated Link to not encapsulate prev and next values.
(edit) @45 [45] 05/15/08 12:22:56 schveiguy Check count instead of table.length to be more efficient
(edit) @44 [44] 05/15/08 12:19:50 schveiguy Fixed divide-by-zero problem in Hash Added cast to boolean for usage of …
(edit) @43 [43] 05/12/08 09:02:10 schveiguy Changed ChunkAllocator? to clear elements on free to avoid having dangling …
(edit) @42 [42] 05/08/08 23:49:44 schveiguy Updated RBTree to allow for custom allocators
(edit) @41 [41] 05/08/08 13:34:15 schveiguy trying to get doc generation working
(edit) @40 [40] 05/08/08 13:16:29 schveiguy Removed references to see if docs work
(edit) @39 [39] 05/08/08 13:13:18 schveiguy Fixed static assert so docs are generated, even without version(Tango) …
(edit) @38 [38] 05/08/08 12:56:53 schveiguy Added custom allocator to Linked list, and all containers associated with …
(edit) @37 [37] 05/07/08 12:22:33 schveiguy Fixed Hash implementation to be more efficient
(edit) @36 [36] 05/06/08 16:35:36 schveiguy Fixed function problem in TransformIterator? usage
(edit) @35 [35] 05/05/08 17:48:34 schveiguy Adding release files for 0.01
(edit) @34 [34] 05/05/08 17:12:32 schveiguy Releasing version 0.01
(edit) @33 [33] 05/05/08 16:48:45 schveiguy Added example for link list cursors
(edit) @32 [32] 05/05/08 16:31:13 schveiguy updated Iterators and example
(edit) @31 [31] 05/05/08 14:32:36 schveiguy Updated all Maps to include all interface functions Updated Iterators to …
(edit) @30 [30] 05/05/08 10:50:43 schveiguy updated iterators
(edit) @29 [29] 05/02/08 19:23:48 schveiguy Added more iterator stuff Fixed problem with map interface and AAs
(edit) @28 [28] 05/02/08 18:55:07 schveiguy Added ability to set from an AA with a Map Added preliminary special …
(edit) @27 [27] 05/02/08 18:36:37 schveiguy Added appropriate take, get, front, and back functions Added maps and …
(edit) @26 [26] 05/02/08 17:27:44 schveiguy updated sets example. Added lists example.
(edit) @25 [25] 05/02/08 15:16:12 schveiguy adding lists example file
(edit) @24 [24] 05/01/08 18:35:24 schveiguy Added opEquals to most containers Fixed bug in RBTree.copyTo added sets …
(edit) @23 [23] 05/01/08 15:57:26 schveiguy Added basic unittests
(edit) @22 [22] 04/30/08 14:17:13 schveiguy Adding some unittest Fixed Map inheritance, to workaround dmd bug 2061
(edit) @21 [21] 04/29/08 11:27:10 schveiguy testing
(edit) @20 [20] 04/29/08 11:23:11 schveiguy testing checkin trigger
(edit) @19 [19] 04/29/08 11:12:50 schveiguy trying to get footer to be correct width
(edit) @18 [18] 04/29/08 11:11:54 schveiguy trying to get footer to be correct size
Note: See TracRevisionLog for help on using the revision log.