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
/
plugins
/
bootstrap.mk
Age
Commit message (
Expand
)
Author
2019-06-17
Set locale to `C` when checking bootstrapped app name
Jean-Sébastien Pédron
2018-11-28
Rename the rel/ directory to config/ by default
Loïc Hoguin
2018-11-26
Rename render_template to core_render and move into core
Loïc Hoguin
2018-11-26
Fix propagation of SP in sub-apps
Loïc Hoguin
2018-11-24
Disallow uppercase characters in application names
Loïc Hoguin
2018-11-24
Error out on dash characters during bootstrap
Loïc Hoguin
2018-11-23
Allow overriding APPS_DIR/DEPS_DIR in apps
Loïc Hoguin
2018-11-23
Ensure apps have APPS_DIR and DEPS_DIR defined
Loïc Hoguin
2018-05-14
list templates on seperate lines
Mads Flensted-Urech
2018-05-14
Fix use of templates from plugins in apps layout
Loïc Hoguin
2018-04-25
Add gen_statem template
juhlig
2017-04-27
Add a test for plugin templates and fix an issue with them
Loïc Hoguin
2016-10-28
Add sasl and runtime_tools to the default relx.config
Loïc Hoguin
2016-10-28
Set PROJECT_VERSION to 0.1.0 in templates
Loïc Hoguin
2016-10-21
Update Copyright notices
2016.10.21
Loïc Hoguin
2016-03-19
Merge branch 'add_tpl_empty' of https://github.com/ingwinlu/erlang.mk
Loïc Hoguin
2016-02-26
Correct output of bootstrap help target
derwinlu
2016-02-17
Add 'module' template
derwinlu
2015-12-24
Work around an auto completion bug with ZSH
Loïc Hoguin
2015-11-19
Do not export templates as environment variables
Jean-Sébastien Pédron
2015-10-19
Fix creating modules from templates when using apps/ only
Loïc Hoguin
2015-09-29
Add support for APPS_DIR
Loïc Hoguin
2015-09-18
Test "no .app.src" by default, test legacy with LEGACY=1
Loïc Hoguin
2015-07-04
Add $(verbose) to avoid completely silencing commands
Loïc Hoguin
2015-07-04
Allow changing template whitespace
Loïc Hoguin
2015-05-15
Replace make with $(MAKE) for BSD compatibility
Loïc Hoguin
2015-05-09
Merge branch 'improved_bootstrap' of https://github.com/andrzejsliwa/erlang.mk
Loïc Hoguin
2015-01-12
Update copyright year
Loïc Hoguin
2014-12-22
Improve the gen_fsm template
Loïc Hoguin
2014-12-20
Added a gen_fsm template
Graham Hay
2014-10-30
erlc: update {id, git} in .app.src with git describe output
Dave Cottlehuber
2014-09-24
Fix for the cowboy_rest template
Eric Sagnes
2014-08-15
handling unescaped templates
Andrzej Sliwa
2014-08-02
Fixed output of help command
UmbertoC
2014-07-31
Add command-line help to the bootstrap plugin
Loïc Hoguin
2014-07-30
Add bootstrap plugin
Loïc Hoguin