Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-13 | copy start_clean boot file along with erts | Tristan Sloughter | |
2013-02-04 | make all grabs deps if deps dir does not exist | Tristan Sloughter | |
2013-01-24 | fix a bug in running ct tests | Eric | |
2013-01-04 | make common_test support explicit | Eric | |
The rebar support for common test is very, very buggy and it fails often without common_test failing due to how rebar integrates with common test. This patch takes the responsability for running common test from rebar and runs it directly. | |||
2012-11-23 | make sure ebin is removed on clean | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-11-21 | remove docs (they have been moved to the wiki) | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-10-24 | add escript to the rebuild command in Makefile | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-10-24 | make the makefile a bit more generic | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-09-19 | make sure compile happens when escript is run | Eric | |
2012-09-19 | fully support testing of release builds | Eric | |
2012-09-18 | minor formatting and cleanup | Eric | |
2012-09-18 | don't run escript for deps | Eric | |
2012-09-18 | dialyzer should run after compile but before tests | Eric | |
Dialyzer has warnings that often would allow you to fix problems before the tests are even run. In some cases, dialyzer is even faster then the tests. So it makes sense to run dialyzer before any unit or common tests in the system. | |||
2012-09-12 | make sure dialyzer outputs the full path to the system | Eric | |
2012-09-12 | support sphinx documentation in relcool | Eric | |
2012-09-09 | full argument parsing and management capability | Eric | |
2012-09-04 | bug fixes and extentions to the project makefile | Eric | |
2012-09-02 | initial commit of the relcool system | Eric | |