Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-22 | Fix find command, filter regular files only | Elian Gidoni | |
2013-08-22 | Merge branch 'master' of git://github.com/srstrong/erlang.mk | Loïc Hoguin | |
2013-08-22 | Do not run tests if test directory does not exist | Steve Strong | |
2013-08-22 | Merge branch 'master' of git://github.com/gegidoni/erlang.mk | Loïc Hoguin | |
2013-08-22 | Export PKG_FILE so only one gets downloaded | Loïc Hoguin | |
Thought I had committed that. Oops! | |||
2013-08-20 | Compile files from src/ subdirs | Elian Gidoni | |
2013-08-18 | Added realpath to ebin in test run to prevent ct_run messages | Steve Strong | |
2013-08-18 | Allow higher level makefile to specify ERL_LIBS | Steve Strong | |
2013-08-15 | Make the fetching of the package file a little less verbose | Loïc Hoguin | |
2013-08-15 | Fix downloading of packages file when fetching pkg:// deps | Loïc Hoguin | |
Previous code was downloading it a for each dep that used pkg://. | |||
2013-08-15 | Add package index feature | Loïc Hoguin | |
2013-08-14 | Add basic support for building deps with no Makefile | Loïc Hoguin | |
2013-08-14 | Use the correct deps directory when building templates | Loïc Hoguin | |
2013-08-07 | When building tests, provide the correct DEPS_DIR value. | Jesper Louis Andersen | |
2013-07-12 | Set ERL_LIBS to $(DEPS_DIR) rather than `deps` | Jesper Louis Andersen | |
This solves a recursion problem when compiling deeper recursive makefile structures. All dependencies are pulled to the top-level dependencies directory by virtue of DEPS_DIR, but the recursive make calls to erlc fails since the value is hard-coded. | |||
2013-07-08 | Add support for .xrl and .yrl files | Loïc Hoguin | |
Leex and Yecc files for generating lexers and parsers. | |||
2013-07-02 | Add support for rebar powered deps | Loïc Hoguin | |
Sets a newly repaired environment variable that rebar checks to determine the deps folder, REBAR_DEPS_DIR. This way rebar can now use the erlang.mk deps folder for its own deps. This is of course incompatible with all rebar versions before https://github.com/rebar/rebar/commit/620c4b01c6e59d47e92ea069f8510b8cb482ebae but compatibility should increase with repositories getting a newer rebar. | |||
2013-06-20 | Fix include error for compile_erl | goofansu | |
2013-06-10 | Set ERL_LIBS=deps when compiling in test/ | James Fish | |
2013-06-07 | Merge branch 'patch-1' of git://github.com/dvv/erlang.mk | Loïc Hoguin | |
2013-06-07 | Fix compatibility with GNU Make 3.81 | Ali Sabil | |
The define directive prior in GNU Make prior to 3.82 does not support variable assignment operator after the variable name. | |||
2013-06-01 | Report empty list when no *.beam exists | Vladimir Dronnikov | |
2013-05-28 | Add support for ErlyDTL files found in templates/*.dtl | Loïc Hoguin | |
2013-05-23 | Add support for compiling Core Erlang files | Loïc Hoguin | |
2013-05-05 | Don't clean-deps for the tests target | Loïc Hoguin | |
2013-05-01 | Add test-only dependencies | Loïc Hoguin | |
2013-05-01 | Fix a typo in build-plt | Loïc Hoguin | |
The dependencies weren't included as expected. | |||
2013-05-01 | Add deps to ERL_LIBS when compiling | Loïc Hoguin | |
This allows erlc to find behaviours defined by other applications. | |||
2013-05-01 | Initial commit | Loïc Hoguin | |