|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dtl - splitting up MinTL a bit
Since MinTL is pretty much stable I've split it up into two (or three counting the locks lib) zip files. The home page is the same http://home.comcast.net/~benhinkle/mintl/. The two zip files are mintl.zip with the no lock library and no concurrent sub-package, and mintlc.zip with locks and the concurrent sub-package. If you don't use any concurrent containers or locks you only need to get mintl.zip which cuts the library size in half (what is 1/2 of min? minimin?) The locks library is also available all by itself at its home page http://home.comcast.net/~benhinkle/locks/locks.html Since dmd-116 just came out with warnings I briefly tried to see what warnings popped up but it looks like the warning checker gets confused by if-else statements and it starts erroring on "unreachable statement", so once those kinks get worked out of the compiler I'll probably be making another update. I'll also be updating the API depending on how the AA "in" and key lookup discussion unfolds. -Ben Mar 07 2005
|