No description
Find a file
Jordan Wilberding 8d625ceb46 Merge remote branch 'ericbmerritt/master' into rv
* ericbmerritt/master:
  add beam files to gitignore
  make insecure nature of ec_file:mkdtemp obvious fixes erlware/erlware_commons#16
  fix eunit tests so that they actually work and run
  make mkdtemp a lot more secure (still not fully secure but more).
  add . files to gitignore
  Migrate erlware_commons to rebar support

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2012-06-05 19:58:17 -04:00
doc add suport and documentation for signatures for dictionaries 2011-10-16 22:26:43 -04:00
src make insecure nature of ec_file:mkdtemp obvious fixes erlware/erlware_commons#16 2012-06-05 17:59:52 -05:00
test add suport and documentation for signatures for dictionaries 2011-10-16 22:26:43 -04:00
.gitignore add beam files to gitignore 2012-06-05 17:59:54 -05:00
COPYING Initial Commit 2011-03-10 11:22:54 -06:00
README.md Minimal correct readme 2012-02-20 15:15:27 -05:00
rebar.config Migrate erlware_commons to rebar support 2012-06-05 17:59:46 -05:00

Erlware Commons

Introduction

Erlware commons can best be described as an extension to the stdlib application that is distributed with Erlang. These are things that we at Erlware have found useful for production applications but are not included with the distribution. We hope that as things in this library prove themselves useful, they will make their way into the main Erlang distribution. However, whether they do or not, we hope that this application will prove generally useful.

Goals for the project

  • Generally Useful Code
  • High Quality
  • Well Documented
  • Well Tested