summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)Author
2023-09-23Merge remote-tracking branch 'n8sh/DMD_2.105'Eugen Wissner
2023-09-22Update to compile with DMD 2.105Nathan Sashihara
https://dlang.org/changelog/2.105.0.html#dmd.enum-function > enum on a function declaration had no effect other than being > equivalent to the auto storage class when no return type was present. > That syntax could be confused with enum manifest constants and is now > an error... Instead, remove enum and use auto where necessary
2023-03-25Remove traits depending on deprecated complexEugen Wissner
2020-05-05Update copyrightsEugen Wissner
2020-05-04Update compiler, remove deprecated modulesv0.17.0Eugen Wissner
2019-04-16Add algorithm.iteration.foldlEugen Wissner
2019-04-15Build with -dip1000. Fix #85Eugen Wissner
2019-04-03Refactor allSatisfy, anySatisfy, staticIndexOfv0.16.1Eugen Wissner
2019-03-24Add meta.trait.hasFunctionAttributesEugen 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-02Move meta into a separate subpackageEugen Wissner