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
2020-04-14
Fix encoding issues when generating the makedep file
Loïc Hoguin
2020-02-07
Copy src/$(PROJECT).appup to ebin/ on build if any
Loïc Hoguin
2019-08-29
core/erlc.mk: Support non-US-ASCII characters in paths
Jean-Sébastien Pédron
2019-06-30
Make a "git describe" fall back for older git versions
Loïc Hoguin
2019-01-02
Fix rebuild on Makefile change when new deps are added
Loïc Hoguin
2018-12-10
Optimization: reduce the number of shell commands on noops
Loïc Hoguin
2018-11-30
Validate the .app file after generating it
Loïc Hoguin
2018-11-28
Fix asn1 compilation with the +maps option
Loïc Hoguin
2018-11-28
Modernize the protobuffs plugin
Loïc Hoguin
2018-11-25
Build $(PROJECT).d in a separate $(MAKE) call
Loïc Hoguin
2018-11-24
Add a warning to not edit env.mk
Loïc Hoguin
2018-05-14
Small tweaks to previous PR
Loïc Hoguin
2018-05-14
Update to support Windows
Stanislav Ovchar
2018-05-14
Update makedep.erl to ignore hrl loops
Stanislav Ovchar
2018-05-14
Fix #757: recompile erl if hrl from another app was updated
Stanislav Ovchar
2017-11-15
Use dep rather than package names in .app files
Thomas Nixon
2017-04-25
core/erlc.mk: added src subfolders support in makedep.erl
Oleksiy Kebkal
2017-04-10
Only makedep and build asn1/xrl/mib files when necessary
Loïc Hoguin
2017-01-12
Set ASN.1 compilation options using ERLC_ASN1_OPTS
2017.01.12
Klas Johansson
2016-12-19
core/erlc.mk: Quote application name in .app
Jean-Sébastien Pédron
2016-10-30
Use := instead of = for list of files
Loïc Hoguin
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
[next]