summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix misleading config in app templateBoroska András2018-10-271-1/+1
* Merge pull request #1924 from ferd/allow-shell-breakpointsFred Hebert2018-10-232-2/+79
|\
| * Allow Breakpoints during task runsFred Hebert2018-10-222-2/+79
|/
* Merge pull request #1921 from ferd/check-tool-availFred Hebert2018-10-202-0/+38
|\
| * check if git/hg is installedFred Hebert2018-10-202-0/+38
|/
* Merge pull request #1920 from ferd/fallback-logFred Hebert2018-10-201-4/+11
|\
| * Fallback when logging isn't initializedFred Hebert2018-10-201-4/+11
|/
* Merge pull request #1918 from ferd/fix-hooks-on-windowsFred Hebert2018-10-182-5/+5
|\
| * Fix shell hook expansion on windowsFred Hebert2018-10-182-5/+5
|/
* Merge pull request #1907 from ferd/refactor-env-pathsFred Hebert2018-10-1516-55/+523
|\
| * Drop outdated commentsFred Hebert2018-10-141-2/+0
| * Optimize path handlingFred Hebert2018-10-117-47/+53
| * Clean path code, add tests, add clash detectionFred Hebert2018-10-112-9/+75
| * Fix a bug in compiler path handlingFred Hebert2018-10-113-12/+10
| * Abstracted path managementFred Hebert2018-10-1114-48/+448
* | fix resolving versions from vcs (#1915)Tristan Sloughter2018-10-144-8/+21
* | fix finding transitive deps with prerelease versions (#1914)Tristan Sloughter2018-10-144-17/+25
|/
* throw builder error when returned from project build (#1909)Tristan Sloughter2018-10-101-2/+6
* Merge pull request #1908 from ferd/re-add-erlc-compilerFred Hebert2018-10-071-0/+841
|\
| * Re-add erlc compiler; plugins need itFred Hebert2018-10-071-0/+841
|/
* fix yrl compiler and add test (#1906)Tristan Sloughter2018-10-062-4/+21
* 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
* Bump bbmustache and fix templates (#1862)Fred Hebert2018-10-057-18/+23
* compiler behaviour (#1893)Tristan Sloughter2018-10-0522-906/+1082
* upgrade relx and set base_dir in overlay_vars (#1902)Tristan Sloughter2018-10-053-4/+5
* warn if the matched package is retired, skip prerelease (#1897)Tristan Sloughter2018-10-017-64/+134
* Merge pull request #1890 from phmx/fix_sample_configFred Hebert2018-09-231-3/+3
|\
| * Fix sample config punctuation.Maxim Philippov2018-09-221-3/+3
|/
* properly support top level app erl_opts from REBAR_CONFIG os var (#1889)Tristan Sloughter2018-09-218-61/+157
* add option to compiler provider to only build dependencies (#1888)Tristan Sloughter2018-09-193-8/+53
* only print skip warning if version is different (#1886)Tristan Sloughter2018-09-172-8/+31
* 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-132-2/+2
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-1350-1642/+2557
* Back to git-based versioningFred Hebert2018-09-131-1/+1
* Bump to 3.6.2Fred Hebert2018-09-132-2/+2
* Merge pull request #1878 from ferd/autoreload-loggerFred Hebert2018-09-102-3/+52
|\
| * Reload logger config in shellFred Hebert2018-09-102-3/+52
|/
* Merge pull request #1869 from GeraldXv/masterFred Hebert2018-09-071-0/+1
|\
| * add report in the effects_code_generation, as it is the short form for both r...Gerald Xv2018-09-051-0/+1
|/
* Merge pull request #1850 from ferd/helpful-includelib-errorFred Hebert2018-08-031-3/+13
|\
| * Friendlier output on include_lib errorsFred Hebert2018-08-031-3/+13
* | Merge pull request #1849 from ferd/bump-certifiFred Hebert2018-08-033-4/+9
|\ \
| * | Bump certifiFred Hebert2018-08-023-4/+9
| |/
* | Merge pull request #1851 from shamis/erl_first_files_typoFred Hebert2018-08-031-1/+1
|\ \ | |/ |/|
| * fixed typo erl_first_filesShamis Shukoor2018-08-031-1/+1
|/
* Merge pull request #1780 from feng19/refresh_pathsFred Hebert2018-07-111-24/+85
|\