summaryrefslogtreecommitdiff
path: root/dub.json
AgeCommit message (Collapse)Author
2025-08-25Merge os, middle and meta subpackagesEugen Wissner
2023-09-25Combine dependencies and dependencies-linuxv0.19.0Eugen Wissner
Platform dependencies aren't supported according to the dub documentation, that states: "this setting does not support platform suffixes". dub test with dub 1.34.0 produces a warning: "dependencies-linux: Key is not a valid member of this section. Did you mean: dependencies" Then the build fails because it cannot find modules defined in the dependency.
2023-03-25Remove traits depending on deprecated complexEugen Wissner
2021-05-15Replace the ascii module with std.asciiEugen Wissner
2021-03-12Remove the sys packageEugen Wissner
2019-04-16Add algorithm.iteration.foldlEugen Wissner
2019-04-15Build with -dip1000. Fix #85Eugen Wissner
2019-03-23Add DIP25 compatibility. Fix #83Eugen Wissner
2019-03-21Fix MmapPool private tests; move remaining testsEugen Wissner
2019-03-19Separate non-documentation tests from the codeEugen Wissner
2019-03-17Move memory functions into memory.lifecycleEugen Wissner
- move - moveEmplace - forward - emplace - swap
2019-03-05Make subpackages of os, sys and encodingEugen Wissner
2019-03-02Move meta into a separate subpackageEugen Wissner
2018-09-01Add module for network interfacesEugen Wissner
2018-03-15Add hash table to the "Current status" branchesEugen Wissner
2018-02-22Merge remote-tracking branch 'n8sh/getrandom-syscall'Eugen Wissner
Fix #18.
2018-02-21Use correct getrandom linux syscall on non-x86_64Nathan Sashihara
2018-02-21Implement PlatformEntropySource for macOS, Microsoft Windows, NetBSD, ↵Nathan Sashihara
OpenBSD, Solaris
2018-01-13Add dynamic library targetv0.7.7Eugen Wissner
2017-09-26Fix #304Eugen Wissner
Replace inline assembly with GAS.
2017-09-13math: Add floating point support to absEugen Wissner
2017-09-09Add generic description for 'meta' packagev0.7.3Eugen Wissner
2017-08-25Add "native" configuration and TanyaPhobos versionEugen Wissner
2017-06-02Update 2.074 compilerEugen Wissner
2017-01-25SList: Add length and opEqualsEugen Wissner
2016-08-24Add codev0.0.1Eugen Wissner