Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | Merge branch 'master' of git://github.com/kolorahl/erlang.mk | Loïc Hoguin | |
2014-05-28 | Change GitHub raw file URL | Tyler Margison | |
GitHub issues a 301 Moved Permanently response on all calls to `https://raw.github.com`, which redirects to `https://raw.githubusercontent.com`. | |||
2014-05-28 | Cut erlang.mk into many small components | Loïc Hoguin | |
* The build.config says what gets into the generated erlang.mk. * The default erlang.mk in the repository hasn't changed yet. * Clean targets were separated into "clean" and "distclean". * The "help" target was added to display some help message. I probably broke a couple things... | |||
2014-04-23 | Merge branch 'master' of git://github.com/kiela/erlang.mk0.2.0 | Loïc Hoguin | |
2014-03-29 | Merge branch 'master' of git://github.com/kaos/erlang.mk | Loïc Hoguin | |
2014-03-28 | Add proper to package list. | Andreas Stenius | |
2014-03-28 | Update erlydtl url. | Andreas Stenius | |
2014-03-24 | Add TEST_ERLC_OPTS option | Loïc Hoguin | |
2014-02-22 | Clean release based on output dir from relx in-line options | Kamil Kieliszczyk | |
2014-02-20 | Merge branch 'update_relx' of git://github.com/acammack/erlang.mk | Loïc Hoguin | |
2014-02-20 | Merge branch 'fix_dtl_compilation' of git://github.com/acammack/erlang.mk | Loïc Hoguin | |
2014-02-20 | Update copyright years | Loïc Hoguin | |
2014-02-20 | Merge branch 'dialyzer-plt-variable' of git://github.com/danielwhite/erlang.mk | Loïc Hoguin | |
2014-02-18 | Change erlydtl call to work with old and new releases | Adam Cammack | |
2014-02-18 | Update relx to the latest version | Adam Cammack | |
2014-01-18 | Add DIALYZER_PLT variable | Daniel White | |
This is useful for optionally sharing a PLT amongst projects or dependencies. | |||
2013-12-29 | Add CT_OPTS0.1.0 | Loïc Hoguin | |
2013-12-02 | Append DEPS_DIR at the end of ERL_LIBS if ERL_LIBS is defined | Loïc Hoguin | |
Only done if DEPS_DIR isn't found in it yet. Thanks to Sean Chalmers for the debugging and original fix. | |||
2013-12-02 | Merge branch 'master' of git://github.com/NineFX/erlang.mk | Loïc Hoguin | |
2013-12-02 | Merge branch 'master' of git://github.com/kiela/erlang.mk | Loïc Hoguin | |
2013-12-02 | Add --no-check-certificate to wget to make it work on default OSX | Loïc Hoguin | |
2013-12-01 | Changed \s pattern in sed regex pattern to [[:space:]]. This should make the ↵ | Drew | |
sed pattern portable across GNU and BSD implementations. | |||
2013-11-23 | Bump relx version to 0.5.2 | Kamil Kieliszczyk | |
2013-11-18 | Merge branch 'master' of git://github.com/kaos/erlang.mk | Loïc Hoguin | |
2013-11-13 | Add relx improvements | Kamil Kieliszczyk | |
Add ability to config relx in-line options by setting RELX_OPTS Fix using RELX_CONFIG variable Use relx 0.5.0 | |||
2013-11-06 | Add EDOC_OPTS variable. | Andreas Stenius | |
This is useful if edoc can't process the sources without using the Erlang pre processor, for instance, or to pass other custom options when building the documentation. | |||
2013-10-29 | Add a Requirements section to Readme | Loïc Hoguin | |
Thanks Kenji Rikitake. | |||
2013-10-21 | Merge branch 'fix-modules-space' of git://github.com/RJ/erlang.mk | Loïc Hoguin | |
2013-10-21 | Merge branch 'master' of git://github.com/jaynel/erlang.mk | Loïc Hoguin | |
2013-10-16 | Running 'make clean-all' has errors if a dep has no Makefile | Jay Nelson | |
Create a project with a dependency that has no Makefile such as wooga/eredis. Do 'make all' then 'make clean-all' to get an error. This patch checks for the presence of the Makefile before attempting to run 'make clean', however, it does not attempt run 'rebar clean' or other commands instead. | |||
2013-10-14 | Tolerate spaces in .app.src {modules, []} tuple | RJ | |
2013-10-14 | Small verbosity tweaks | Loïc Hoguin | |
2013-10-14 | Don't leave broken $(RELX) on error either | Loïc Hoguin | |
This will do until we stop using wget. | |||
2013-10-14 | Merge branch 'wget-error' of git://github.com/yamt/erlang.mk | Loïc Hoguin | |
2013-10-14 | Add release support to erlang.mk | Loïc Hoguin | |
No special configuration is needed, the release will be built automatically if a relx.config file is found. | |||
2013-09-03 | don't leave broken $(PKG_FILE) on a error | YAMAMOTO Takashi | |
so that next time this tries to fetch it again. | |||
2013-08-31 | Add targets for individual test suites | Loïc Hoguin | |
2013-08-29 | Add gun to the packages | Loïc Hoguin | |
2013-08-24 | Merge branch 'fix_lib_dirs' of git://github.com/danielwhite/erlang.mk | Loïc Hoguin | |
2013-08-24 | Set ERL_LIBS to $(DEPS_DIR) rather than $(DEPS) | Daniel White | |
This fixes a problem introduced by commit 1b6aa025 such that the dependencies were no longer being included in compilation. Noticed due to modules in a project being unable to find behaviours defined in dependencies. | |||
2013-08-22 | Use a proper file extension for the packages file | Loïc Hoguin | |
We'll keep the .txt file for a month or so before deleting it. | |||
2013-08-22 | Merge branch 'master' of git://github.com/gegidoni/erlang.mk | Loïc Hoguin | |
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 | Add cowlib to packages | 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 | |