summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | bump to 3.7.2Fred Hebert2018-11-231-1/+1
* | fix to include beams built from src files in subdirs in modules listTristan Sloughter2018-11-231-1/+1
* | back to git versioningTristan Sloughter2018-11-231-1/+1
* | bump to 3.7.1Tristan Sloughter2018-11-231-1/+1
* | fix base path used for yrl/xrl includefile configs (#1952)Tristan Sloughter2018-11-232-16/+28
* | Back to git-based versioningFred Hebert2018-11-231-1/+1
* | Bump to 3.7.0Fred Hebert2018-11-231-1/+1
* | Fix typespecs of new compiler behaviourFred Hebert2018-11-231-1/+3
|/
* Merge pull request #1938 from erlang/xrl-yrl-recompileFred Hebert2018-11-185-12/+26
|\
| * fix needed_files type specTristan Sloughter2018-11-181-1/+2
| * check last modified time on erl files for xrl and yrl files before compilingTristan Sloughter2018-11-095-12/+25
* | Merge pull request #1942 from aboroska/fix-plugins-listFred Hebert2018-11-171-1/+2
|\ \
| * | Fix plugins list display to include project pluginsAndrás Boroska2018-11-111-1/+2
| |/
* | Support alias format {Namespace, Cmd} and {Namespace, Cmd, Args} (#1940)tothlac2018-11-172-4/+35
* | Fix package upgrade (issue #1945) (#1946)András Boroska2018-11-161-2/+1
* | merge from upstream/mastersimonxu722018-11-138-13/+137
|\ \ | |/
| * fix compilation of global plugins (#1935)Tristan Sloughter2018-11-081-4/+7
| * set app's dir before setting app_info deps (#1928)Tristan Sloughter2018-10-291-1/+2
| * Allow Breakpoints during task runsFred Hebert2018-10-222-2/+79
| * check if git/hg is installedFred Hebert2018-10-202-0/+38
| * Fallback when logging isn't initializedFred Hebert2018-10-201-4/+11
| * Fix shell hook expansion on windowsFred Hebert2018-10-181-2/+2
* | Merge remote-tracking branch 'upstream/master'simonxu722018-10-1651-1234/+3108
|\ \ | |/
| * Merge pull request #1907 from ferd/refactor-env-pathsFred Hebert2018-10-1513-52/+279
| |\
| | * Drop outdated commentsFred Hebert2018-10-141-2/+0
| | * Optimize path handlingFred Hebert2018-10-116-45/+53
| | * Clean path code, add tests, add clash detectionFred Hebert2018-10-111-6/+41
| | * Fix a bug in compiler path handlingFred Hebert2018-10-113-12/+10
| | * Abstracted path managementFred Hebert2018-10-1111-45/+233
| * | fix resolving versions from vcs (#1915)Tristan Sloughter2018-10-144-8/+21
| * | fix finding transitive deps with prerelease versions (#1914)Tristan Sloughter2018-10-141-9/+11
| |/
| * throw builder error when returned from project build (#1909)Tristan Sloughter2018-10-101-2/+6
| * Re-add erlc compiler; plugins need itFred Hebert2018-10-071-0/+841
| * fix yrl compiler and add test (#1906)Tristan Sloughter2018-10-061-1/+1
| * remove unused app_compilers app env setting (#1903)Tristan Sloughter2018-10-061-2/+2
| * Back to git-based versioningTristan Sloughter2018-10-051-1/+1
| * Bump to 3.7.0-rc2Tristan Sloughter2018-10-051-1/+1
| * compiler behaviour (#1893)Tristan Sloughter2018-10-0520-905/+1080
| * upgrade relx and set base_dir in overlay_vars (#1902)Tristan Sloughter2018-10-051-1/+2
| * warn if the matched package is retired, skip prerelease (#1897)Tristan Sloughter2018-10-013-33/+58
| * properly support top level app erl_opts from REBAR_CONFIG os var (#1889)Tristan Sloughter2018-09-214-39/+54
| * add option to compiler provider to only build dependencies (#1888)Tristan Sloughter2018-09-191-7/+25
| * only print skip warning if version is different (#1886)Tristan Sloughter2018-09-171-6/+18
| * reset default profile app plugins to empty if at the top level (#1885)Tristan Sloughter2018-09-172-23/+45
| * Back to git-based versioningTristan Sloughter2018-09-131-1/+1
| * Bump to 3.7.0-rc1Tristan Sloughter2018-09-131-1/+1
| * support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-1330-1061/+1520
| * Back to git-based versioningFred Hebert2018-09-131-1/+1
| * Bump to 3.6.2Fred Hebert2018-09-131-1/+1
| * Reload logger config in shellFred Hebert2018-09-102-3/+52