aboutsummaryrefslogtreecommitdiff
path: root/include/jlib.hrl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-9/+9
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Remove useless NO_EXT_LIB flagChristophe Romain2016-11-181-4/+0
|
* Switch to Fast XML moduleMickael Remond2016-02-031-2/+2
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Update 'rsm_in' record element typesHolger Weiss2015-03-181-2/+2
| | | | | | The jlib:rsm_decode/1 function sets the 'max' and/or 'index' elements of the returned 'rsm_in' record to 'error' if the parsed strings cannot be converted to integer values.
* Add packaging support for contributed modulesChristophe Romain2015-03-111-0/+4
| | | | | | | This is a preliminary version that is tested to work with the packaging branch of ejabberd-modules repository This version lacks automatic configuration include at runtime
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Use -include_lib instead of -include for esip and p1_xmlMatwey V. Kornilov2014-07-051-1/+1
| | | | | -include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory.
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+502
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