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
2016-10-28
Use an intermediate timestamp file to know when to touch source files
Jean-Sébastien Pédron
2016-10-23
Support PROJECT_APP_EXTRA_KEYS to add keys to the .app file
Jean-Sébastien Pédron
2016-10-21
Update Copyright notices
2016.10.21
Loïc Hoguin
2016-10-19
Escape % in app_file template
nevar
2016-10-19
Add PROJECT_ENV
nevar
2016-10-19
Added implementation to resolve test.
Micah Warren
2016-06-07
Add PROJECT_MOD var to make the app callback module configurable
Jared Flatow
2016-03-19
Merge branch 'tag_with_slash' of https://github.com/jeanparpaillon/erlang.mk
Loïc Hoguin
2016-03-17
Do not use grep Extended Mode
derwinlu
2016-02-01
Fix .app compilation when a git tag contains a '/'
Jean Parpaillon
2015-12-17
More improvements to file dependency detection
Loïc Hoguin
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
[next]