summaryrefslogtreecommitdiff
path: root/test/rebar_compile_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Only lint app files when compilingFred Hebert2019-06-021-1/+0
* Do not apply overrides to a root application.Fred Hebert2019-05-191-21/+52
* Remove debuggingJustin Wood2019-04-161-2/+0
* test for app file lintingJustin Wood2019-04-041-2/+20
* Fix handling of updated files in extra_src_dirsFred Hebert2019-02-011-0/+44
* check for mib_first_files regression in umbrella_mib_first_testStefan Grundmann2018-12-051-9/+57
* fix to include beams built from src files in subdirs in modules listTristan Sloughter2018-11-231-1/+7
* fix base path used for yrl/xrl includefile configs (#1952)Tristan Sloughter2018-11-231-2/+148
* check last modified time on erl files for xrl and yrl files before compilingTristan Sloughter2018-11-091-6/+19
* Abstracted path managementFred Hebert2018-10-111-2/+3
* fix yrl compiler and add test (#1906)Tristan Sloughter2018-10-061-3/+20
* properly support top level app erl_opts from REBAR_CONFIG os var (#1889)Tristan Sloughter2018-09-211-2/+26
* add option to compiler provider to only build dependencies (#1888)Tristan Sloughter2018-09-191-1/+20
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-131-64/+31
* Introduce support of add and del operations under erl_opts directiveAlexander Petrovsky2018-05-311-12/+375
* Fix override_deps test from suite rebar_compile_SUITEAlexander Petrovsky2018-05-301-6/+7
* Fix test mocking for profile overridesFred Hebert2017-11-211-2/+4
* Merge branch 'profile_dep_countertest' of https://github.com/lrascao/rebar3 i...Fred Hebert2017-11-211-0/+15
|\
| * Profile deps counter testLuis Rascao2017-10-161-0/+15
* | Fix include paths in profile multiapp edge caseFred Hebert2017-10-231-0/+35
|/
* Recompile when include files changesuexcxine2017-08-291-0/+49
* use proper skips in compiler tests that use unavailable functionsalisdair sullivan2017-02-051-17/+29
* Make test work on all OTPsFred Hebert2017-01-291-1/+4
* Add regression for #1410Fred Hebert2017-01-291-1/+33
* comment `ERL_COMPILER_OPTIONS` testsalisdair sullivan2017-01-281-0/+9
* consider `ERL_COMPILER_OPTIONS` when recompilingalisdair sullivan2017-01-281-5/+93
* Add 'recursive' optionSiri Hansen2016-11-211-2/+40
* Fix private includes when compiling in test profileFred Hebert2016-09-301-1/+70
* recompile all files when a parse transform given as an opt needs updatingalisdair sullivan2016-09-201-2/+103
* normalize include dirs to absolute paths during compilationalisdair sullivan2016-06-121-3/+42
* REBAR-1184 exclude tests for `ERL_COMPILER_OPTIONS` on r15alisdair sullivan2016-06-111-2/+5
* REBAR-1184 always recompile if `ERL_COMPILER_OPTIONS` env var is setalisdair sullivan2016-06-111-2/+45
* Add module directory to include pathLuis Rascao2016-01-261-2/+64
* only apply default and prod profile to dependenciesTristan Sloughter2016-01-091-5/+35
* remove mib header file in `priv/mibs/include'alisdair sullivan2015-12-081-6/+0
* symlink mib hrl output in apps `include' directoriesalisdair sullivan2015-12-061-0/+6
* Added tests and fixed a bugPhil Toland2015-12-011-4/+10
* refactor `rebar_erlc_compiler`alisdair sullivan2015-10-261-73/+560
* Revert "add an export to allow specifing arbitrary extra erl files to be comp...alisdair sullivan2015-10-261-30/+1
* Support proper paths in non-erl first filesFred Hebert2015-10-121-2/+51
* add an export to allow specifing arbitrary extra erl files to be compiledalisdair sullivan2015-09-211-2/+31
* override 'deps' now automatically overrides '{deps,default}'Tristan Sloughter2015-08-231-2/+42
* Add tests for mixed deps installsFred Hebert2015-08-161-1/+2
* add test for clean --allTristan Sloughter2015-07-281-2/+36
* do not install profile deps of depsTristan Sloughter2015-07-181-2/+27
* only look for top level apps and those directly under apps/ or lib/Tristan Sloughter2015-07-161-4/+4
* ensure necessary directories exist to compile mibs filesTristan Sloughter2015-07-061-3/+49
* Fixed two tests for windows 8.1 and added touch functionalityDaniel Widgren2015-06-261-3/+5
* Adding erl_first_files testFred Hebert2015-06-261-2/+44
* plugins providerTristan Sloughter2015-06-181-132/+1