aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
AgeCommit message (Collapse)Author
2014-07-31Switch to the new erlang.mkLoïc Hoguin
2014-07-29Only autodetect if we have a test directory.Sedrik
2014-07-25Make Dialyzer find source files recursivelyLoï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-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-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-06-06move CT_OPTS so that -erl_args works as expected when running testsChristian Briones
2014-05-30Quote module names when producing project.appSina Samavati
2014-05-29Merge branch 'master' of git://github.com/kiela/erlang.mkLoïc Hoguin
2014-05-29Bump relx version to 1.0.2Kamil Kieliszczyk
2014-05-28Change GitHub raw file URLTyler Margison
GitHub issues a 301 Moved Permanently response on all calls to `https://raw.github.com`, which redirects to `https://raw.githubusercontent.com`.
2014-04-23Merge branch 'master' of git://github.com/kiela/erlang.mk0.2.0Loïc Hoguin
2014-03-24Add TEST_ERLC_OPTS optionLoïc Hoguin
2014-02-22Clean release based on output dir from relx in-line optionsKamil Kieliszczyk
2014-02-20Merge branch 'update_relx' of git://github.com/acammack/erlang.mkLoïc Hoguin
2014-02-20Merge branch 'fix_dtl_compilation' of git://github.com/acammack/erlang.mkLoïc Hoguin
2014-02-20Update copyright yearsLoïc Hoguin
2014-02-18Change erlydtl call to work with old and new releasesAdam Cammack
2014-02-18Update relx to the latest versionAdam Cammack
2014-01-18Add DIALYZER_PLT variableDaniel White
This is useful for optionally sharing a PLT amongst projects or dependencies.
2013-12-29Add CT_OPTS0.1.0Loïc Hoguin
2013-12-02Append DEPS_DIR at the end of ERL_LIBS if ERL_LIBS is definedLoï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-02Merge branch 'master' of git://github.com/NineFX/erlang.mkLoïc Hoguin
2013-12-02Merge branch 'master' of git://github.com/kiela/erlang.mkLoïc Hoguin
2013-12-02Add --no-check-certificate to wget to make it work on default OSXLoïc Hoguin
2013-12-01Changed \s pattern in sed regex pattern to [[:space:]]. This should make the ↵Drew
sed pattern portable across GNU and BSD implementations.
2013-11-23Bump relx version to 0.5.2Kamil Kieliszczyk
2013-11-13Add relx improvementsKamil 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-06Add 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-21Merge branch 'fix-modules-space' of git://github.com/RJ/erlang.mkLoïc Hoguin
2013-10-16Running 'make clean-all' has errors if a dep has no MakefileJay 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-14Tolerate spaces in .app.src {modules, []} tupleRJ
2013-10-14Small verbosity tweaksLoïc Hoguin
2013-10-14Don't leave broken $(RELX) on error eitherLoïc Hoguin
This will do until we stop using wget.
2013-10-14Merge branch 'wget-error' of git://github.com/yamt/erlang.mkLoïc Hoguin
2013-10-14Add release support to erlang.mkLoïc Hoguin
No special configuration is needed, the release will be built automatically if a relx.config file is found.
2013-09-03don't leave broken $(PKG_FILE) on a errorYAMAMOTO Takashi
so that next time this tries to fetch it again.
2013-08-31Add targets for individual test suitesLoïc Hoguin
2013-08-24Set 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-22Use a proper file extension for the packages fileLoïc Hoguin
We'll keep the .txt file for a month or so before deleting it.
2013-08-22Fix find command, filter regular files onlyElian Gidoni
2013-08-22Merge branch 'master' of git://github.com/srstrong/erlang.mkLoïc Hoguin
2013-08-22Do not run tests if test directory does not existSteve Strong
2013-08-22Merge branch 'master' of git://github.com/gegidoni/erlang.mkLoïc Hoguin
2013-08-22Export PKG_FILE so only one gets downloadedLoïc Hoguin
Thought I had committed that. Oops!
2013-08-20Compile files from src/ subdirsElian Gidoni
2013-08-18Added realpath to ebin in test run to prevent ct_run messagesSteve Strong
2013-08-18Allow higher level makefile to specify ERL_LIBSSteve Strong