summaryrefslogtreecommitdiff
path: root/rel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Extract deps from rebar.config to use in reltool.config.scriptPaweł Chmielowski2016-01-071-23/+25
|
* Update deps in reltool.config.scriptsPaweł Chmielowski2016-01-061-4/+10
|
* Revert "Remove "--enable-json" flag"Christophe Romain2015-09-251-0/+1
| | | | | This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api
* Remove "--enable-json" flagHolger Weiss2015-08-271-1/+0
| | | | The "--enable-json" flag currently has no effect.
* Remove "xmlrpc" dependency for "make rel"Holger Weiss2014-10-121-1/+1
| | | | The "xmlrpc" library isn't used anymore.
* added p1_utils to reltool.config resolving treap:empty() undefined errorstewart2014-09-151-1/+1
|
* Remove "--enable-http" flagHolger Weiss2014-07-271-1/+0
| | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect.
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-3/+3
|
* Do not build p1_logger if lager is enabledEvgeniy Khramtsov2013-07-071-1/+2
|
* Add some missing applications to the reltool scriptEvgeniy Khramtsov2013-06-181-2/+5
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-133-0/+182
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