summaryrefslogtreecommitdiff
path: root/src/rebar_erlc_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #140 and preserve erl_first_files orderMartin Karlsson2015-02-131-5/+20
* point compiler to the right config value for which files need to bealisdair sullivan2015-01-011-1/+1
* remove no longer relevant test machinery in rebar_erlc_compileralisdair sullivan2014-12-241-153/+0
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-5/+5
* replace rlx_depsolver use with new rebar_digraphTristan Sloughter2014-11-221-2/+69
* new dep graph workingTristan Sloughter2014-11-221-77/+2
* use CONFIG_DIR of rebar3 for config directoriesTristan Sloughter2014-11-101-1/+1
* handle throw by relxTristan Sloughter2014-11-081-7/+7
* add eunit task, still work to be doneTristan Sloughter2014-11-051-2/+2
* fix find and includefile paths for yrl/xrl filesTristan Sloughter2014-10-191-5/+8
* fix clean provider for multi app projectsTristan Sloughter2014-10-121-7/+7
* down to last 2 dialyzer errorsTristan Sloughter2014-09-211-1/+1
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-7/+7
* remove use of 17+ function lists:droplast/1Tristan Sloughter2014-09-171-1/+1
* start of moving to splitting state from config parsingTristan Sloughter2014-08-171-27/+27
* large refactoringTristan Sloughter2014-08-161-18/+22
* Fix OS X resource fork handling (Reported-by: Richard O'Keefe)Tuncer Ayaz2014-07-251-6/+10
* Use correct types for OTP >=17.xTuncer Ayaz2014-06-291-2/+2
* Fix a few minor formatting inconsistenciesTuncer Ayaz2014-06-291-2/+2
* Merge pull request #285 from nevar/fix_inheritanceTristan Sloughter2014-06-151-7/+22
|\
| * Fix #249 (erlc regression)Slava Yurin2014-05-301-7/+22
* | Revert "Merge pull request #171 from fenollp/using-stdlib"Tristan Sloughter2014-06-141-9/+12
* | Rebasing. Fix differences with c26b0c7 c996e98 b690842.Pierre Fenoll2014-06-131-10/+8
* | Local corrections on string processing:Pierre Fenoll2014-06-131-2/+1
* | Fix build for 17.0 using the solutiong proposed by @tsloughterMatwey V. Kornilov2014-06-081-3/+11
* | erlc: replace if expression with case ofTuncer Ayaz2014-05-301-4/+4
* | erlc: fix typo in update_erlcinfo/3 clauseTuncer Ayaz2014-05-301-1/+1
|/
* Merge pull request #251 from mururu/eunit_compile_optsJared Morrow2014-05-191-9/+10
|\
| * Make sure that eunit/qc_compile_opts works fix #245Yuki Ito2014-05-131-9/+10
* | erlc: fixup log messageTuncer Ayaz2014-03-121-1/+1
|/
* Fix #220 (Reported-by: Joseph Norton)Tuncer Ayaz2014-03-051-4/+4
* erlc: fix commentTuncer Ayaz2014-03-051-6/+7
* erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-051-69/+200
* erlc: add support for detecting core transformsAnthony Ramine2014-03-051-0/+2
* Speed up the compilation processEvgeniy Khramtsov2014-03-051-108/+212
* erlc: properly reuse the right erl_opts in test_compileTuncer Ayaz2013-11-261-3/+3
* mib_to_hrl compilation verbosity via 'mib_opts'Alex Thornton2013-09-081-1/+9
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-4/+39
* Cleanup rebar_core and rebar_erlc_compilerTuncer Ayaz2012-11-151-6/+0
* rebar_erlc_compiler: fix src_dirs commentTuncer Ayaz2012-11-151-1/+1
* Fix whitespace errorTuncer Ayaz2012-08-181-3/+2
* Add erlc override from erl_opts: outdirJoe DeVivo2012-08-181-1/+3
* Use separate dirs for eunit and qcTuncer Ayaz2012-08-091-9/+9
* Separate eunit and qc compile optionsTuncer Ayaz2012-08-091-6/+8
* Clean up specsTuncer Ayaz2012-08-061-1/+1
* Fix arg order in rebar_erlc_compiler:compile_mib/3Tuncer Ayaz2012-08-061-3/+3
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-40/+38
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-1/+1
* Rename old eunit compile options for consistency with test-compileTuncer Ayaz2012-07-261-3/+3
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-4/+105