| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-10 | mp.Integer: add two's complement constructor | Eugen Wissner | |
| 2017-05-10 | Add information about io branch | Eugen Wissner | |
| 2017-05-09 | math.mp.Integer.toVector return two's complement | Eugen Wissner | |
| 2017-05-08 | math.mp.Integer: Return two's complement length | Eugen Wissner | |
| 2017-05-06 | Remove utf8string branch | Eugen Wissner | |
| 2017-05-05 | Fix fill with char on older compilers | Eugen Wissner | |
| 2017-05-04 | Implement string slice assignments | Eugen Wissner | |
| 2017-05-03 | Merge branch 'master' into utf8string | Eugen Wissner | |
| 2017-05-03 | Add HMAC | Eugen Wissner | |
| 2017-05-02 | Merge branch 'master' into utf8string | Eugen Wissner | |
| 2017-05-02 | Make Vector's opSliceAssign accept only own ranges | Eugen Wissner | |
| Vector.opSliceAssign and Vector.opIndexAssign should accept only vector ranges. For assigning other ranges, std.algorithm.mutation.copy and std.algorithm.mutation.fill should be used. | |||
| 2017-05-01 | Add ByCodePoint | Eugen Wissner | |
| 2017-05-01 | Implement opCmp and opEquals for the String | Eugen Wissner | |
| 2017-05-01 | Implement String opAssign | Eugen Wissner | |
| 2017-05-01 | Merge branch 'master' of github.com:caraus-ecms/tanya into utf8string | Eugen Wissner | |
| 2017-05-01 | Fix container ctors and opAssign ref parameters | Eugen Wissner | |
| Container constructors and opAssign should accept any ref container and not only const, otherwise the source container will be copied because the constructor/opAssign without ref would be a better match. | |||
| 2017-04-30 | Integer storage optimizationv0.4.0 | Eugen Wissner | |
| 2017-04-25 | Make Integer representation little endian | Eugen Wissner | |
| 2017-04-21 | Make String to be a char Slice alias | Eugen Wissner | |
| 2017-04-20 | Merge branch 'master' into utf8string | Eugen Wissner | |
| 2017-04-20 | Merge branch 'master' of github.com:caraus-ecms/tanya | Eugen Wissner | |
| 2017-04-20 | Rename Vector range to Slice | Eugen Wissner | |
| 2017-04-19 | Make Integer representation little endian | Eugen Wissner | |
| 2017-04-16 | Merge branch 'master' into utf8string | Eugen Wissner | |
| 2017-04-16 | Add unittest to check RefCounted calles struct destructors | Eugen Wissner | |
| 2017-04-16 | Merge branch 'master' into utf8string | Eugen Wissner | |
| 2017-04-16 | Make RefCounted work with dynamic arrays | Eugen Wissner | |
| 2017-04-16 | Add internal finalize method for finalizing an object without deallocating | Eugen Wissner | |
| 2017-04-13 | Merge remote-tracking branch 'origin/master' into utf8string | Eugen Wissner | |
| 2017-04-13 | Add support for dmd 2.074.0, remove 2.070.2 | Eugen Wissner | |
| 2017-04-10 | Add missing constructors to the String | Eugen Wissner | |
| 2017-04-08 | Add ByteRange to the String | Eugen Wissner | |
| 2017-04-08 | Merge branch 'master' into utf8string | Eugen Wissner | |
| 2017-04-07 | Remove opApply from containers | Eugen Wissner | |
| opApply requires additional overloads for the const containers (with a const delegate). If using a templated opApply foreach cannot infer the types for the variables. foreach with one argument still works (opIndex() is used), for more complex cases slicing should be used. | |||
| 2017-04-07 | Make SList range public | Eugen Wissner | |
| 2017-04-04 | Fix Vector.insertAfter/Before an empty range | Eugen Wissner | |
| 2017-04-04 | Fix network.inet release build | Eugen Wissner | |
| 2017-04-03 | Swap toHostOrder template parameters | Eugen Wissner | |
| 2017-04-02 | Make NetworkOrder work with 8-byte integers | Eugen Wissner | |
| 2017-04-02 | Add tanya.network.inet.toHostOrder | Eugen Wissner | |
| The function reverts NetworkOrder. | |||
| 2017-04-02 | Add tanya.network.inet.NetworkOrder | Eugen Wissner | |
| NetworkOrder converts an integral type into a bidirectional range with big-endian byte order. | |||
| 2017-04-01 | Add tanya.network package file | Eugen Wissner | |
| 2017-03-29 | Update latest supported compilerv0.3.0 | Eugen Wissner | |
| 2017-03-29 | Fix SList documentation for insertFront and insertBefore | Eugen Wissner | |
| 2017-03-29 | Move bitvector to another branch till it is finished | Eugen Wissner | |
| 2017-03-29 | Add SList.opAssign | Eugen Wissner | |
| 2017-03-28 | Implement opAssign for the Vector | Eugen Wissner | |
| 2017-03-24 | Merge branch 'master' of github.com:caraus-ecms/tanya | Eugen Wissner | |
| 2017-03-24 | Add insertBefore and remove to SList | Eugen Wissner | |
| 2017-03-23 | math.mp: Fix initialization issues after resizing | Eugen Wissner | |
