aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-05Add lager to package indexMichel Rijnders
2014-08-05Merge branch 'master' of git://github.com/rmies/erlang.mkLoïc Hoguin
2014-08-05Add jiffy to package indexMichel Rijnders
2014-08-05Add a contributing section to the README and simplify package additionLoïc Hoguin
2014-08-05Merge branch 'master' of git://github.com/rmies/erlang.mkLoïc Hoguin
2014-08-05Don't download relx every buildLoïc Hoguin
2014-08-05Add epgsql to package indexMichel Rijnders
2014-08-05Merge branch 'master' of git://github.com/dmitriid/erlang.mkLoïc Hoguin
2014-08-05Added neo4j and pegjs to packagesDmitrii Dimandt
2014-08-03Merge branch 'patch-1' of git://github.com/corpy/erlang.mkLoïc Hoguin
2014-08-02Fixed output of help commandUmbertoC
list-templates was replaced by bootstrap-lib in the output of the help command.
2014-08-02Change extend -> ninenines linksLoïc Hoguin
2014-08-01Change cowboy URL and version to 1.0.01.0.0Loïc Hoguin
2014-08-01Also delete the relx executable on distcleanLoïc Hoguin
2014-08-01Change ranch URL and version to 1.0.0Loïc Hoguin
2014-08-01Use the new cowlib URLLoïc Hoguin
2014-08-01Fix fetching of deps specified in the MakefileLoïc Hoguin
2014-08-01Change cowlib version to 1.0.0Loïc Hoguin
2014-08-01Fix markdown in READMELoïc Hoguin
2014-08-01Fix a small error in the READMELoïc Hoguin
2014-07-31Switch to the new erlang.mkLoïc Hoguin
2014-07-31Add command-line help to the bootstrap pluginLoïc Hoguin
2014-07-31Fix package fetching0.3.0Loïc Hoguin
Two issues got fixed: * The variable name for the package file got changed to PKG_FILE2 to avoid conflicts with the PKG_FILE from previous erlang.mk versions. * The way repositories are fetched changed to fix an issue preventing fetching the package file *and* the repositories on the same invokation.
2014-07-30Add bootstrap pluginLoïc Hoguin
2014-07-30Merge branch 'missing-test-dir-bug' of git://github.com/sedrik/erlang.mkLoïc Hoguin
2014-07-29Only autodetect if we have a test directory.Sedrik
2014-07-25Add a requirement for a space-free pathLoïc Hoguin
2014-07-25Strip whitespace around the PROJECT variableLoïc Hoguin
2014-07-25Make Dialyzer find source files recursivelyLoïc Hoguin
2014-07-25Fix a wrong target nameLoïc Hoguin
2014-07-25Use $(error ...) for pkg-search targetLoïc Hoguin
2014-07-25Merge branch 'auto-detect-ct-suites' of git://github.com/sedrik/erlang.mkLoïc Hoguin
2014-07-24Autodetect CT SUITESSedrik
2014-07-23Merge branch 'eper_pkg' of git://github.com/th0114nd/erlang.mkLoïc Hoguin
2014-07-22Added eper as a packageTim Holland
2014-07-22Merge branch 'patch-71' of git://github.com/andreineculau/erlang.mkLoïc Hoguin
2014-07-22Improve detection of dependency support for makeAndrei Neculau
2014-07-22Merge branch 'patch-1' of git://github.com/jaynel/erlang.mkLoïc Hoguin
2014-07-22Merge branch 'jj1bdx-cc-cflags' of git://github.com/jj1bdx/erlang.mkLoïc Hoguin
2014-07-20Allow $DIALYZER_OPTS to add more source directoriesJay 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-21Add CC/CFLAGS OS type detection code to plugins/c_src.mkKenji Rikitake
2014-07-20Merge branch 'relx-output-dir-fix' of git://github.com/jtmoulia/erlang.mkLoïc Hoguin
2014-07-20Change package index file format and deps handlingLoï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-18Merge branch 'fix_for_new_deps_downloading' of ↵Loïc Hoguin
git://github.com/andrzejsliwa/erlang.mk
2014-06-11fixed 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-10fixed problem of fetching package file.Andrzej Sliwa
2014-06-10Initial support for NIFsLoïc Hoguin
2014-06-07Merge branch 'allow_ct_erl_args' of git://github.com/cwbriones/erlang.mkLoïc Hoguin
2014-06-06move CT_OPTS so that -erl_args works as expected when running testsChristian Briones
2014-06-03Merge branch 'quote-module-names' of git://github.com/s1n4/erlang.mkLoïc Hoguin