aboutsummaryrefslogtreecommitdiff
path: root/rebar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Recompile rebar script with OTP17.5Evgeniy Khramtsov2017-08-231-0/+0
|
* Ignore some options from rebar.configEvgeniy Khramtsov2017-08-221-0/+0
| | | | | Namely, the following options are ignored in dependency packets: require_erts_vsn, require_otp_vsn and require_min_otp_vsn
* Ignore warnings_as_errors everywhereEvgeniy Khramtsov2015-01-151-0/+0
|
* Update the rebar scriptEvgeniy Khramtsov2013-07-011-0/+0
|
* Update the rebar scriptEvgeniy Khramtsov2013-06-301-0/+0
|
* Improve the rebar script. Keep the build graph by default.Evgeniy Khramtsov2013-06-301-0/+0
|
* Remove stupid slow code from rebar, regenerate the scriptEvgeniy Khramtsov2013-06-301-0/+0
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+0
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite