aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/src/mnesia.app.src
AgeCommit message (Collapse)Author
2016-10-29Make a separate application module for MnesiaRichard Carlsson
To separate concerns and reduce confusion, avoid implementing two behaviours in a single module. Make a single start_link() helper in mnesia_sup and remove the unused mnesia_sup:start() utility function.
2016-05-09mnesia_ext: Add supervisor and behaviour modulesUlf Wiger
2015-03-20Replace usage of erlang:now() with usage of new APIDan Gudmundsson
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP