Dave Smith
329eba4e52
Merge pull request #13 from tuncer/fixes
Fixes
před 12 roky
Dave Smith
7325784fb0
Merge pull request #27 from norton/norton-qc-clean
Add missing clean/2
před 12 roky
Joseph Wayne Norton
7d624e9018
Add missing rebar_qc:clean/2
před 12 roky
Tuncer Ayaz
e86ec457b6
rebar.config.sample: remove non-existing option
před 12 roky
Tuncer Ayaz
a6617bdaff
rebar.config.sample: document escriptize options
před 12 roky
Tuncer Ayaz
e74a0feb05
rebar.config: delete unused and unimplemented 'app_bin' option
app_bin option was used by the install command which has been
removed in 51ed787
.
před 12 roky
Tuncer Ayaz
06dbb4cb80
Document escriptize command
před 12 roky
Tuncer Ayaz
abb319d10a
rebar_ct: fix wording in comments
před 12 roky
Tuncer Ayaz
39728242f0
rebar.config.sample: document leex and yecc options
před 12 roky
Tuncer Ayaz
0d5583db5a
rebar_require_vsn: remove trailing whitespace
před 12 roky
Tuncer Ayaz
3ee2a4a6d0
rebar.config.sample: document require_*_vsn options
před 12 roky
Tuncer Ayaz
ed55df9648
rebar_neotoma_compiler: fix comment
před 12 roky
Tuncer Ayaz
a015892e21
Cleanup rebar_core and rebar_erlc_compiler
Rename rebar_core functions for improved readability.
Remove redundant comments and blank lines.
před 12 roky
Dave Smith
92fb083011
Merge pull request #18 from tuncer/fix-config-sample
Fix rebar.config.sample
před 12 roky
Tuncer Ayaz
6a63ab9f6c
rebar_erlc_compiler: fix src_dirs comment
před 12 roky
Tuncer Ayaz
e593a90a3c
rebar.config.sample: fix erl_opts example
před 12 roky
Tuncer Ayaz
9ac9d935c0
rebar.config.sample: fix raw dep example formatting
před 12 roky
Tuncer Ayaz
e6ee469c4d
rebar.config.sample: fix syntax error
před 12 roky
Dave Smith
bf35ec9392
Merge branch 'ates-diameter'
před 12 roky
Dave Smith
473843d3cc
Add diameter exclusions to xref
před 12 roky
Dave Smith
7dad2b384b
Be sure to filter empty sources (h/t to Tuncer and Joe Norton)
před 12 roky
Dave Smith
ebb474b759
Bumping to 2.1.0-pre
před 12 roky
Dave Smith
9d42b72bcc
Merge pull request #15 from rebar/dss-restore-ports
Restore support for so_name, port_envs and port_sources
před 12 roky
Artem Teslenko
4c25718492
Add support to compile the Diameter dictionary files
před 12 roky
Dave Smith
9ac6c25f6d
Restore support for so_name, port_envs and port_sources
před 12 roky
Dave Smith
38b08252c6
Merge pull request #14 from tuncer/fix-list-keysort-call
Fix rebar_erlydtl_compiler:erlydtl_opts/1 and rebar:run/2
před 12 roky
Tuncer Ayaz
a9491e112f
Fix Dialyzer warning in rebar:run/2
před 12 roky
Tuncer Ayaz
93f6ef36af
rebar_erlydtl_compiler: fix incorrect lists:keysort/2 call
před 12 roky
Dave Smith
0c8dd15c79
Merge pull request #328 from saleyn/depcheck
Fix erlydtl dependency check
před 12 roky
Dave Smith
7826232a03
Merge pull request #327 from saleyn/erlydtl_compiler
Erlydtl compiler
před 12 roky
Dave Smith
a2fb8fdc39
Expose Erlang API for invoking rebar
před 12 roky
Dave Smith
a7c32f8d98
Add comment to explain why we're using sub_dirs by hand
před 12 roky
Daniel Luna
b1a947488b
Add all subdirs to xref library path
před 12 roky
Daniel Luna
2b5844d14c
Add email address to my name
před 12 roky
Dave Smith
3ef13839d7
Merge pull request #5 from tuncer/zsh-typos
zsh completion: fix typos
před 12 roky
Dave Smith
516acd43b7
Merge branch 'master' of github.com:/basho/rebar
před 12 roky
Tuncer Ayaz
d97f94ae1e
zsh completion: fix typos
před 12 roky
Dave Smith
6eb7c08499
Merge pull request #293 from Motiejus/skip_deps
Add skip_deps=AppListSeparatedByCommas feature.
I agree it's a bit of a weird thing, but it's a reasonable and safe extension. When time comes to properly overhaul stuff, skip_deps should disappear entirely.
před 12 roky
Dave Smith
5966880fe1
Merge pull request #4 from shkumagai/feature/add-zsh-completion
Add zsh completion script
před 12 roky
Arjan Scherpenisse
cc67814b65
ct: skip instead of halt on missing/unknown suite
This allows `rebar ct suites=abc` to consider all suites when
you have a rebar setup with multiple sub_dirs.
Previously, rebar halted after it could not find the suite in the
first dir. But the suite might be present in another dir (when
sub_dirs contains multiple dirs).
This commit makes it so instead of halting, it prints a warning and
continues with looking for the suite in the other `sub_dir`s.
Note -- This uses try/catch to cause the test to be skipped because
otherwise I needed to adjust the return values of 4 functions, the
code path is pretty deeply nested here. Otherwise the whole call chain
needed to be adjusted for this return value:
`run_test -> make_cmd -> get_suites -> find_suite_path`
IMHO, I think for exceptional cases like this it is fine to use throw;
specially since only the {skip} is catched and nothing else.
před 12 roky
Shoji KUMAGAI
468e1ec9a9
Add zsh completion script
For enable to shell-completion in zsh.
před 12 roky
Dave Smith
380506c380
Update travis-ci link.
před 12 roky
Dave Smith
26bec9f459
Updating .travis.yml for new primary repo
před 12 roky
Dave Smith
3a78ef8aa9
Various updates for README to reflect new home for rebar
před 12 roky
Dave Smith
3ee3a7cd9e
Merge remote-tracking branch 'basho/master'
před 12 roky
Dave Smith
08c510130e
Merge pull request #243 from evanmcc/pevm_min_otp_version
Add support for minimum OTP versions
před 12 roky
Dave Smith
fa5c8f44ac
Merge pull request #1 from tuncer/ta-old-arch_string
Revert arch string changes
před 12 roky
Tuncer Ayaz
588244465f
Revert arch string changes
před 12 roky
Serge Aleynikov
3f5ab55787
Fix erlydtl dependency check
When a DTL template includes other template files, those files don't need
to be compiled separately, and therefore can be given an extension different
from `source_ext` (such as `.dtli`) to avoid being compiled. This fix
allows rebar to find included dependencies with names `*.dtl*` rather
than `*.dtl` and properly determine if a template file needs to be recompiled.
před 12 roky
Tuncer Ayaz
27a1bbb9da
Add Magnus Henoch to THANKS
před 12 roky