aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2015-06-27Remove ebin/$(DEP).app when patching rebar outLoïc Hoguin
2015-06-26Fix deps regexpSlava Yurin
2015-06-24Fix amqp_client: link to rabbit_commonLoïc Hoguin
2015-06-23Only apply RabbitMQ patches for rabbit projectsLoïc Hoguin
2015-06-21Fix autopatch issues introduced in recent mergesLoïc Hoguin
2015-06-20Fix 'make' and 'gmake' calls in rebar hooksLoïc Hoguin
2015-06-20Fix a hardcoded 'make' callLoïc Hoguin
2015-06-19Merge branch 'mkdir-ERLANG_MK_TMP' of https://github.com/rabbitmq/erlang.mkLoïc Hoguin
2015-06-19core/deps.mk: Ensure $(ERLANG_MK_TMP) is createdJean-Sébastien Pédron
2015-06-19dep_autopatch: Ensure ['s `!=` operator has operandsJean-Sébastien Pédron
2015-06-18Use the real path instead of symbolic links to erlang.mkLoïc Hoguin
2015-06-18Add RABBITMQ_SERVER_PATCH for rabbitmq-server supportLoïc Hoguin
2015-06-18Improve the RabbitMQ client patchLoïc Hoguin
2015-06-17Avoid unneeded output when checking if dep was compiledLoïc Hoguin
2015-06-17Add RABBITMQ_CLIENT_PATCH to make upstream amqp_client workLoïc Hoguin
2015-06-16Convert git://github.com URIs to https://github.comLoïc Hoguin
2015-06-16Compile dependencies only onceLoïc Hoguin
2015-06-15Fix details in .app templateLoïc Hoguin
2015-06-15Add corresponding space in the replace regexLoïc Hoguin
2015-06-14Generate the .app file directly from the MakefileLoïc Hoguin
2015-06-13Merge branch 'fix-modules-attr-app-src' of https://github.com/efcasado/erlang.mkLoïc Hoguin
2015-06-07Fix NIF compilation under OSXLoïc Hoguin
2015-06-07Handle erl_first_files with missing extensionLoïc Hoguin
2015-06-06Improve parse_transform and import detectionLoïc Hoguin
2015-06-06Export ERLC_OPTS in rebar patched depsLoïc Hoguin
2015-06-05Define CC when calling hooksLoïc Hoguin
2015-06-05Better compatibility with autoconf projectsLoïc Hoguin
2015-06-04No need for $(ERLANG_MK_TMP)/ebin anymoreLoïc Hoguin
2015-06-04Fetch the whole of rebar when patching rebar depsLoïc Hoguin
2015-06-01More autopatch fixesLoïc Hoguin
2015-05-31Allow whitespace characters in the modules attributeEnrique Fernandez
2015-05-23Handle rebar3-style depsLoïc Hoguin
2015-05-23Set and export ERLANG_ARCH for the whole rebar depLoïc Hoguin
2015-05-23Don't patch plugin at all if not requiredLoïc Hoguin
2015-05-23Patch all rebar hook commands, not just the regex onesLoïc Hoguin
2015-05-23Fix numerous issues with rebar autopatchingLoïc Hoguin
2015-05-23Always ignore the modules list in original .app/.app.src fileLoïc Hoguin
2015-05-22Handle executable portsLoïc Hoguin
2015-05-19Import rebar_utils for improved compatibilityLoïc Hoguin
2015-05-19Add node_package to rebar autopatch ignoreLoïc Hoguin
2015-05-18Proper fix for NIF code detection when port_specs is usedLoïc Hoguin
2015-05-18Fix jiffy buildLoïc Hoguin
2015-05-18Add platform_define support for erl_optsLoïc Hoguin
2015-05-18Fix issue with first files detectionLoïc Hoguin
2015-05-17Improve detection of compile first files for rebar appsLoïc Hoguin
2015-05-17Ignore some common unneeded deps when patching rebar appsLoïc Hoguin
2015-05-17Fix port_specs with multiple input filesLoïc Hoguin
2015-05-17Find first files from source formsLoïc Hoguin
2015-05-17Handle port_specs with 2 valuesLoïc Hoguin
2015-05-16Preliminary port_specs supportLoïc Hoguin