185 Commits (c7b7b9005f733ec867f99932b3fd50803a56cd99)

Autor SHA1 Mensagem Data
  Luis Rascao 123630a68e Add module directory to include path 9 anos atrás
  alisdair sullivan 6f70b7fc88 remove mib header file in `priv/mibs/include' 9 anos atrás
  alisdair sullivan d9ae98e4d8 symlink mib hrl output in apps `include' directories 9 anos atrás
  Phil Toland afbf729532 Added tests and fixed a bug 9 anos atrás
  Phil Toland be09be6d6b Fix a small bug in the MIB compiler when building dependencies 9 anos atrás
  Fred Hebert f84c51b37a Fix error reports on missing include paths 9 anos atrás
  alisdair sullivan 3bf52241bd restore debug calls to `rebar_erlc_compiler` and `rebar_prv_eunit` 9 anos atrás
  alisdair sullivan d1409d0b3b refactor `rebar_erlc_compiler` 9 anos atrás
  alisdair sullivan 621d8a9485 Revert "add an export to allow specifing arbitrary extra erl files to be compiled" 9 anos atrás
  Fred Hebert 4ad998b718 Support proper paths in non-erl first files 9 anos atrás
  alisdair sullivan 9d82215296 add an export to allow specifing arbitrary extra erl files to be compiled 9 anos atrás
  Tristan Sloughter 14ab5f562e fix dialyzer warnings 9 anos atrás
  Tristan Sloughter d034f40c38 move opts functions to new module rebar_opts 9 anos atrás
  Tristan Sloughter 8e25a45cbb update use of hooks and plugins with state in app_info 9 anos atrás
  Tristan Sloughter 32d07ec076 build on already created AppInfo instead of having to do copy 9 anos atrás
  Tristan Sloughter 98752aab93 wip: move state into app_info 9 anos atrás
  Tristan Sloughter 1aa79082de update erlcinfo on disk if source file removed 9 anos atrás
  pvmart a100be9a91 fix leaking ets tables when compilation failed 9 anos atrás
  pvmart 278c0bdfa5 fix leaking ets tables caused by digraphs 9 anos atrás
  James Fish fc6cc368c3 Fix some unknown functions/types dialyzer warnings 9 anos atrás
  Tristan Sloughter b6b32fc64e ensure necessary directories exist to compile mibs files 9 anos atrás
  alisdair sullivan d05103a4a8 methods for retrieving `src_dirs` and `extra_src_dirs` 10 anos atrás
  alisdair sullivan 04f63ff53c remove use of `code:load_abs/1` in favor of `beam_lib:chunks/2` to 10 anos atrás
  alisdair sullivan c534deafc5 generalize the "test" special dir into an {extra_src_dirs, [...]} option 10 anos atrás
  Tristan Sloughter becf29a5ac enable parse transformations in rebar config 10 anos atrás
  Tristan Sloughter d94c561627 remove warning if header not found, could be in a macro 10 anos atrás
  Tristan Sloughter 4374999d95 real bootstrapping 10 anos atrás
  Tristan Sloughter a3d4cc1259 track and cleanup code paths for different contexts 10 anos atrás
  Tristan Sloughter b8c1cb2bf0 fix erl_first_files to check entire path of file 10 anos atrás
  Tristan Sloughter 2e5b6fe559 remove use of lists:droplast, it doesn't exist pre-17 10 anos atrás
  Tristan Sloughter 4e663aa799 Warn on bad use of include_lib but try to find the header anyway 10 anos atrás
  Tristan Sloughter a447067888 rm old beams, make erlcinfo graph per app isntad of global to project 10 anos atrás
  Tristan Sloughter 7cddb2a685 pass objectfile name to opts_changed instead of recalculating 10 anos atrás
  Tristan Sloughter 88150bbe9e remove comment that doesn't apply to rebar3 10 anos atrás
  Tristan Sloughter aaf0b5c00a properly compare list of opts and not against undefined 10 anos atrás
  Tristan Sloughter 39a4ca0c04 remove unneeded string:tokens for target_base 10 anos atrás
  Tristan Sloughter ae9b8ea349 fix process attr for include_lib that is just a filename 10 anos atrás
  Tristan Sloughter 23fa5c659b breakout needs compile check from compile_xrl_yrl 10 anos atrás
  Tristan Sloughter 0648c6bc87 merge rebar2's Refactor logic and optimizations in rebar_erlc_compiler:doterl_compile/4 #467 10 anos atrás
  alisdair sullivan ab84fc89cc compile source from the symlinked directories under `_build` to 10 anos atrás
  alisdair sullivan ccfebdd155 switch from loading modules to read compile info to using `beam_lib` 10 anos atrás
  alisdair sullivan 6c421e5433 change from post-purging modules after checking their module info to 10 anos atrás
  Tristan Sloughter ae9c83fb4b copy project apps to deps output dir for compilation 10 anos atrás
  alisdair sullivan 521a49dd26 don't unescessarily recompile yrl/xrl files 10 anos atrás
  Tristan Sloughter 8f03afded4 consolidate app validation and exist checks 10 anos atrás
  Tristan Sloughter e73ed97cfd follow xdg standard. fixes #122 10 anos atrás
  alisdair sullivan ffbb31e660 purge mods loaded during check to see if they need to be recompiled 10 anos atrás
  Tristan Sloughter 410e2bcdec replace package management with hex.pm 10 anos atrás
  alisdair sullivan 7fa628d615 check already compiled modules compile arguments against current compile 10 anos atrás
  Martin Karlsson dca4edade0 Fix #140 and preserve erl_first_files order 10 anos atrás