| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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 | |
| 2017-03-22 | Remove Init template parameter from memory.resize() | Eugen Wissner | |
| 2017-03-21 | Merge math.mp.Integer changes from the crypto branch | Eugen Wissner | |
| 2017-03-19 | Remove makeArray import | Eugen Wissner | |
| 2017-03-19 | Remove resizeArray alias | Eugen Wissner | |
| 2017-03-18 | Add Mallocator as an alternative allocator | Eugen Wissner | |
| 2017-03-09 | Add SList constructors | Eugen Wissner | |
| 2017-03-08 | Fix element order inserted from a range into list | Eugen Wissner | |
| 2017-03-02 | Move BitVector from the crypto branch | Eugen Wissner | |
| 2017-03-01 | SList.insertFront for ranges | Eugen Wissner | |
| 2017-02-27 | Initialization from a UTF-16 string | Eugen Wissner | |
| 2017-02-26 | Add dchar constructor | Eugen Wissner | |
| 2017-02-20 | Improve Vector module and reserve documentation | Eugen Wissner | |
