index
:
erlang.mk.git
gh-pages
make-ci-green
master
A build tool for Erlang that just works.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
erlc.mk
Age
Commit message (
Expand
)
Author
2015-12-16
Improve file dependency detection
Loïc Hoguin
2015-11-20
Merge branch 'set-x-on-verbose-2' of https://github.com/rabbitmq/erlang.mk
Loïc Hoguin
2015-11-18
Fix target dependencies and enable parallel again
2.0.0-pre.2
Loïc Hoguin
2015-11-17
Use `:` as a noop instead of `echo -n`
Jean-Sébastien Pédron
2015-11-17
V=2 causes `set -x` to be set on forked shells
Jean-Sébastien Pédron
2015-10-19
Force rebuilds on Makefile/.app.src changes
Loïc Hoguin
2015-10-12
ErlyDTL files generate to beam directly
Loïc Hoguin
2015-09-29
Merge branch 'app_file_newlines' of https://github.com/ingwinlu/erlang.mk
Loïc Hoguin
2015-09-29
Add support for APPS_DIR
Loïc Hoguin
2015-09-26
retain newlines in generated .app file
derwinlu
2015-09-26
only newline for id if needed
derwinlu
2015-09-18
Test "no .app.src" by default, test legacy with LEGACY=1
Loïc Hoguin
2015-09-17
Only set id to git --describe when we are a dependency
Loïc Hoguin
2015-09-11
Fix bug where ERLC_EXCLUDE'd modules were in .app file
Loïc Hoguin
2015-09-10
Replace a @ with a $(verbose)
Loïc Hoguin
2015-09-09
erlc.mk: Fix "no Erlang application" support
Jean-Sébastien Pédron
2015-09-06
Add NO_MAKEDEP: don't rebuild .d file if it already exists
Loïc Hoguin
2015-09-06
Use epp:parse_file/3 for compat with older OTP versions
Loïc Hoguin
2015-09-04
Don't recompile everything when one mib file changes
Loïc Hoguin
2015-09-03
Fix bug where intermediate files from .asn1 wouldn't get cleaned
Loïc Hoguin
2015-09-03
Generate `$(PROJECT).d` before calling `make app-build`
Jean-Sébastien Pédron
2015-09-03
Fix list of modules in the .app file
Loïc Hoguin
2015-09-03
Improve the dependency tracking
Loïc Hoguin
2015-09-02
erlc.mk: Remove the target touching source files
Jean-Sébastien Pédron
2015-09-02
erlc.mk: Use double-colon targets for source files targets
Jean-Sébastien Pédron
2015-09-02
Add dependency tracking (makedep)
Loïc Hoguin
2015-08-14
Fix a bug where modules were missing on first make
Loïc Hoguin
2015-07-21
Don't use warning_as_errors for erlang.mk-style deps
Loïc Hoguin
2015-07-04
Add $(verbose) to avoid completely silencing commands
Loïc Hoguin
2015-07-02
Reduce dependency on external programs
Loïc Hoguin
2015-06-15
Fix details in .app template
Loïc Hoguin
2015-06-15
Add corresponding space in the replace regex
Loïc Hoguin
2015-06-14
Generate the .app file directly from the Makefile
Loïc Hoguin
2015-06-13
Merge branch 'fix-modules-attr-app-src' of https://github.com/efcasado/erlang.mk
Loïc Hoguin
2015-06-01
More autopatch fixes
Loïc Hoguin
2015-05-31
Allow whitespace characters in the modules attribute
Enrique Fernandez
2015-05-14
Add ASN.1 compilation support
Loïc Hoguin
2015-01-12
Update copyright year
Loïc Hoguin
2015-01-10
Introduce test builds and unify testing tools interface
Loïc Hoguin
2015-01-07
Fix parallel compilation
Loïc Hoguin
2014-12-23
Build deps, app, rel targets really in that order
Danil Zagoskin
2014-11-25
Remove +warn_export_all from the enabled warnings by default
Loïc Hoguin
2014-11-25
Group clean-app commands
Loïc Hoguin
2014-11-19
Don't try to compile mibs if the mibs/ directory is missing
Loïc Hoguin
2014-11-19
Merge branch 'compile-mibs' of git://github.com/danielwhite/erlang.mk
Loïc Hoguin
2014-11-18
Add support for excluding erl files
Enrique Fernandez
2014-11-15
Support for compiling SNMP MIBs
Daniel White
2014-10-30
erlc: update {id, git} in .app.src with git describe output
Dave Cottlehuber
2014-08-20
Stop printing `-n` when running `make` on OSX
Daniel Kempkens
2014-08-15
Silence erlc-include target when include/ is missing
Loïc Hoguin
[next]