aboutsummaryrefslogtreecommitdiff
path: root/rebar.config.script (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* oauth uses jiffy so fetch it unconditionallyPaweł Chmielowski2015-09-281-4/+1
|
* Enable oauth unconditionallyPaweł Chmielowski2015-09-251-6/+3
|
* Revert "Remove "--enable-json" flag"Christophe Romain2015-09-251-0/+4
| | | | | This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-0/+5
|
* Make sure that lager is first on our deps listPaweł Chmielowski2015-09-171-1/+7
|
* Remove "--enable-json" flagHolger Weiss2015-08-271-4/+0
| | | | The "--enable-json" flag currently has no effect.
* Remove ehyperloglog dependencyEvgeniy Khramtsov2015-07-031-1/+0
|
* Use https instead of git in rebar file for dependencies url (#589)Badlop2015-06-041-22/+22
|
* Add ability to configure parameters used by "make test" with test/config.ctcPaweł Chmielowski2015-04-091-2/+11
|
* Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov2015-04-081-0/+2
|\ | | | | Add SQLite support
| * Add SQLite supportSergey Abramyan2015-03-201-0/+2
| |
* | Make R16B03-1 the minimal reguired otp versionChristophe Romain2015-03-231-0/+3
|/
* Add Redis backend for SMEvgeniy Khramtsov2015-03-111-0/+2
|
* Add Meck dependency when building for developmentMickaël Rémond2015-03-071-0/+2
| | | | | | This allows writing tests with mock functions. Fixes #439
* set-dep-versions: Cope with branchesHolger Weiss2015-02-261-6/+2
| | | | | Handle the case where a branch name is specified for a rebar dependency, as we now do for Elixir.
* Merge pull request #442 from weiss/use-stable-elixirMickaël Rémond2015-02-241-1/+3
|\ | | | | Use Elixir's 'v1.0' branch
| * Use Elixir's 'v1.0' branchHolger Weiss2015-02-241-1/+3
| | | | | | | | | | The stable Elixir releases are currently built from the 'v1.0' branch, so let's use that.
* | Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-0/+2
|/
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-1/+11
|
* Clean up rebar script.Jerome Sautret2014-10-301-4/+1
|
* Fix xref check when odbc driver is not used.Jerome Sautret2014-10-301-0/+2
|
* Ignore riak_object module call for xref check.Jerome Sautret2014-10-301-0/+3
| | | | It's used in map-reduce function called from riak vm.
* Add xref Makefile target.Jerome Sautret2014-10-301-0/+30
| | | | | Conflicts: rebar.config.script
* Process XML-RPC requests via p1_xml and ejabberd_httpEvgeniy Khramtsov2014-10-041-1/+1
|
* Remove "--enable-http" flagHolger Weiss2014-07-271-3/+0
| | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect.
* Use p1_utilsPaweł Chmielowski2014-07-171-1/+2
|
* Fixate Riak client libraryEvgeniy Khramtsov2014-07-101-0/+4
|
* Use -include_lib instead of -include for esip and p1_xmlMatwey V. Kornilov2014-07-051-8/+2
| | | | | -include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory.
* Always enable STUN at compile timeEvgeniy Khramtsov2014-06-031-2/+2
|
* Always enable SIP at compile timeEvgeniy Khramtsov2014-05-021-11/+4
|
* SIP supportEvgeniy Khramtsov2014-04-301-1/+11
| | | | | | | Conflicts: configure configure.ac doc/guide.tex
* Fix --{enable,disable}-transient_supervisors flagHolger Weiss2014-02-211-1/+1
| | | | | | | Fix configure's --{enable,disable}-transient_supervisors option: Make sure it's enabled with --enable and disabled with --disable, not the other way round. This also makes --disable the default setting, as documented.
* Check libyaml presence at configure timeEvgeniy Khramtsov2013-10-221-0/+1
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-0/+1
|
* rebar.config.script: fix debug_info handlingTuncer Ayaz2013-07-131-2/+2
| | | | | debug_info is enabled by default and can be disabled by passing 'no_debug_info' in erl_opts.
* Do not build p1_logger if lager is enabledEvgeniy Khramtsov2013-07-071-2/+3
|
* Improve the rebar script. Keep the build graph by default.Evgeniy Khramtsov2013-06-301-0/+1
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+132
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