Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-25 | Add a requirement for a space-free path | Loïc Hoguin | |
2014-07-25 | Strip whitespace around the PROJECT variable | Loïc Hoguin | |
2014-07-25 | Make Dialyzer find source files recursively | Loïc Hoguin | |
2014-07-25 | Fix a wrong target name | Loïc Hoguin | |
2014-07-25 | Use $(error ...) for pkg-search target | Loïc Hoguin | |
2014-07-25 | Merge branch 'auto-detect-ct-suites' of git://github.com/sedrik/erlang.mk | Loïc Hoguin | |
2014-07-24 | Autodetect CT SUITES | Sedrik | |
2014-07-23 | Merge branch 'eper_pkg' of git://github.com/th0114nd/erlang.mk | Loïc Hoguin | |
2014-07-22 | Added eper as a package | Tim Holland | |
2014-07-22 | Merge branch 'patch-71' of git://github.com/andreineculau/erlang.mk | Loïc Hoguin | |
2014-07-22 | Improve detection of dependency support for make | Andrei Neculau | |
2014-07-22 | Merge branch 'patch-1' of git://github.com/jaynel/erlang.mk | Loïc Hoguin | |
2014-07-22 | Merge branch 'jj1bdx-cc-cflags' of git://github.com/jj1bdx/erlang.mk | Loïc Hoguin | |
2014-07-20 | Allow $DIALYZER_OPTS to add more source directories | Jay Nelson | |
The current ordering of args in the dialyzer command don't allow additional source directories to be specified. Putting --no_native first allows the beginning of the $DIALYZER_OPTS to specify additional directories of files to be analyzed. | |||
2014-07-21 | Add CC/CFLAGS OS type detection code to plugins/c_src.mk | Kenji Rikitake | |
2014-07-20 | Merge branch 'relx-output-dir-fix' of git://github.com/jtmoulia/erlang.mk | Loïc Hoguin | |
2014-07-20 | Change package index file format and deps handling | Loïc Hoguin | |
This commit adds two columns to the package index file: the method used to retrieve the dependency (only git supported at this point) and the preferred version (a commit or equivalent in the case of git). Now that all the necessary information is in the package index file, the dep_* lines become optional. It is possible to fetch dependencies by just listing it in the DEPS variable, for example this would fetch both cowboy and jsx: DEPS = cowboy jsx The dep_* line can be used to override the defaults. It now takes three values, the method used to retrieve the dependency, the repository URL and the preferred version. The only change from before is the first value being added. | |||
2014-06-18 | Merge branch 'fix_for_new_deps_downloading' of ↵ | Loïc Hoguin | |
git://github.com/andrzejsliwa/erlang.mk | |||
2014-06-11 | fixed setting `RELX_OUTPUT_DIR` from `RELX_OPTS` | Thomas Moulia | |
This fix is imperfect: it only works if `-o $DIR` are the first args in `RELX_OPTS`. It does not implicitly set the `RELX_OUTPUT_DIR` when there is an arg other than `-o`, e.g. `--dev-mode`, leading `RELX_OPTS`. | |||
2014-06-10 | fixed problem of fetching package file. | Andrzej Sliwa | |
2014-06-10 | Initial support for NIFs | Loïc Hoguin | |
2014-06-07 | Merge branch 'allow_ct_erl_args' of git://github.com/cwbriones/erlang.mk | Loïc Hoguin | |
2014-06-06 | move CT_OPTS so that -erl_args works as expected when running tests | Christian Briones | |
2014-06-03 | Merge branch 'quote-module-names' of git://github.com/s1n4/erlang.mk | Loïc Hoguin | |
2014-05-30 | Quote module names when producing project.app | Sina Samavati | |
2014-05-29 | Merge branch 'master' of git://github.com/kiela/erlang.mk | Loïc Hoguin | |
2014-05-29 | Merge branch 'master' of git://github.com/kolorahl/erlang.mk | Loïc Hoguin | |
2014-05-29 | Bump relx version to 1.0.2 | Kamil Kieliszczyk | |
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 | |