summaryrefslogtreecommitdiff
path: root/src/rebar_erlc_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
* Add erl_first_files to other first_filesAndrey Teplyashin2015-09-211-1/+3
* erlc: do not crash if dep file cannot be foundTuncer Ayaz2015-06-081-0/+5
* avoid pre-compile time errors in expand_include_lib_pathDavid Kubecka2015-05-071-3/+7
* erlc: fix recently introduced whitespace errorsTuncer Ayaz2015-05-011-46/+73
* Fix parse_transform option in rebar.configDavid Kubecka2015-04-201-5/+27
* Raise version of erlcinfoDavid Kubecka2015-04-061-1/+1
* Fix error when processing non-existent include_lib fileDavid Kubecka2015-04-061-5/+6
* Remove obsolete way of generating target ebin subdirectoriesDavid Kubecka2015-04-061-7/+5
* Store also max modified times in erlcinfoDavid Kubecka2015-04-061-75/+51
* Use toposort of erlcinfo to decide the order of compilationDavid Kubecka2015-04-061-79/+18
* Compress erlcinfo file less agressivelyDavid Kubecka2015-04-061-1/+1
* Additional minor refactor in erlcinfoDavid Kubecka2015-04-061-18/+13
* Delete existing out-edges before adding new ones in modify_erlcinfoDavid Kubecka2015-04-061-0/+1
* Avoid extra list traversal when checking for modified source filesDavid Kubecka2015-04-061-14/+18
* Assemble Dirs passed to update_erlcinfo in one placeDavid Kubecka2015-04-051-24/+19
* Sanitize erlcinfo checkingDavid Kubecka2015-04-051-35/+19
* Extract common pattern from rebar_erlc_compiler:process_attrDavid Kubecka2015-04-051-9/+12
* Stop silently supressing errors from process_attr/2David Kubecka2015-04-051-10/+8
* Stop passing useless Config into erlcinfo_fileDavid Kubecka2015-04-051-26/+22
* fix comment typoFred Hebert2015-03-291-1/+1
* Keep order for erl_first_filesSlava Yurin2015-01-261-5/+5
* Use rebar_utils:find_files_by_ext/2,3Tomas Abrahamsson2015-01-241-9/+6
* Manually clean up pathsEvan Vigil-McClanahan2014-08-181-1/+1
* 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