Tuncer Ayaz
25c4515383
Update dialyzer_reference
il y a 13 ans
Dave Smith
9ec6f37444
Merge pull request #230 from hyperthunk/ct-name
Support ct_run using short name
il y a 13 ans
Dave Cottlehuber
83509e9982
Windows: add native SDK support
- compatible with rebar 2.0.0
il y a 13 ans
Dave Smith
a7d64deb43
Introduce -k flag
il y a 13 ans
Dave Smith
ebdb25c5cc
Use delayed_halt everywhere
il y a 13 ans
Dave Smith
c86c99940d
Remove ?FAIL in favor of ?ABORT
il y a 13 ans
Tuncer Ayaz
c122eeec75
Fix whitespace errors
il y a 13 ans
Dave Smith
b723e81cbb
Merge pull request #242 from basho/dss-smarter-edoc
Only regenerate edocs if a source file is newer than
il y a 13 ans
Dave Smith
9d6f7d480a
Merge pull request #220 from talentdeficit/patch-1
add crypto, syntax_tools and tools to applications key as dependencies
il y a 13 ans
Dave Smith
2f0e545ce0
Prefer edoc-info as determining file; overview-summary.html may not
always be generated
il y a 13 ans
Dave Smith
81112cbd07
Only regenerate edocs if a source file is newer than
overview-summary.html
il y a 13 ans
Dave Smith
1c98f6ccd4
Add binary target for pushing new build of rebar into rebar.wiki
il y a 13 ans
Dave Smith
0f24d93256
Move to major.minor.patch release version; add OTP build version
version info
il y a 13 ans
Dave Smith
c13889618d
Adding ref to new location of pre-built rebar
il y a 13 ans
Tuncer Ayaz
f7d9a9bf8b
Fix whitespace errors
il y a 13 ans
Yurin Slava
e4bc95500c
Fix #232 (rebar_reltool:mk_target_dir)
il y a 13 ans
Tim Watson
bebd9d2ae6
Support ct_run using short name
Not every system under test can be run with long names, and this makes
rebar's common_test support useless in those environments, as it
currently uses long names (test@hostname.domain ) by default, without
recourse to change them.
This patch adds support for a {ct_use_short_names, boolean()} config
variable, which allows the user to specify whether short or long names
are required.
il y a 13 ans
Tuncer Ayaz
15d1c275f8
Simplify and fix check if enter/leaving should be printed
il y a 13 ans
Tuncer Ayaz
2daf7cae27
Add escriptize to bash completion
il y a 13 ans
Tuncer Ayaz
4f6ea2fd11
Do not print entering/leaving message if skip_dir
il y a 13 ans
Tuncer Ayaz
635d1a9456
Fix file extension bug (Reported-by: Tony Rogvall)
il y a 13 ans
Tuncer Ayaz
2e36109181
Add Nick Vatamaniuc to THANKS file
il y a 13 ans
Nick Vatamaniuc
8d82330802
Add rsync as another option to fetch dependencies
Newly added syntax:
{deps, [ {<depname>, ".*", {rsync, "<rsync_url>"}}, ... ]}
Where rsync_url is any URL accepted by the rsync command.
il y a 13 ans
Tuncer Ayaz
32ddef7158
Remove alt_url support in favor of new features
il y a 13 ans
Tuncer Ayaz
e6d5a494b0
Clarify use of git describe
il y a 13 ans
Tuncer Ayaz
4ee2f6ea1b
Update README
il y a 13 ans
alisdair sullivan
79d173c49d
should also include compiler in list of application dependencies for rebar
il y a 13 ans
alisdair sullivan
80f91af2d2
add crypto, syntax_tools and tools to applications key as dependencies
il y a 13 ans
Tuncer Ayaz
dc472bd958
Do not use inherited port options
il y a 13 ans
Tuncer Ayaz
b2fdce8879
Use dict() instead of proplist() for shared env
il y a 13 ans
joewilliams
d726e598b5
Add support for using -remsh via runner script
il y a 13 ans
Ulf Wiger
afffb4895a
Use correct value for file:script SCRIPT binding
il y a 13 ans
Francis Joanis
47716a7ed8
Use correctly escaped pipes in usage message
il y a 13 ans
Matt Campbell
6f85854414
Improvements to windows node runner script
* Typos and other minor bug fixes
* Add "attach" command (via -remsh)
* Add "upgrade" command to install a hot upgrade package
* Add "upgrade" subcommand to UNIX runner script as well
il y a 13 ans
Tuncer Ayaz
9c1a877bbe
Remove gratuitous blank line
il y a 13 ans
Ulf Wiger
c3c64c1d70
Fix file:script support
il y a 13 ans
Tuncer Ayaz
7c418ed2b4
Add support for target-specific port options
{port_specs, [{".*", "priv/foo.so", ["c_src/foo.c"], [{env, []}]}]}.
il y a 13 ans
Tuncer Ayaz
2ae73cc2d3
Add Ulf Wiger to THANKS file
il y a 13 ans
Ulf Wiger
b3e9e76f57
Use file:script if a .config.script file present
il y a 13 ans
Tuncer Ayaz
fc83f4b961
Apply Tidier suggestion
il y a 13 ans
Tuncer Ayaz
aeb3081111
Update getopt.erl
il y a 13 ans
Tuncer Ayaz
0e7defaf64
Fix typo in comment (thanks Michael Santos)
il y a 13 ans
Tuncer Ayaz
0b8ca933cc
Fix whitespace error
il y a 13 ans
joewilliams
bdc1a85239
Add foreground as a runner start option
il y a 13 ans
Tuncer Ayaz
7864b81e2d
Update getopt.erl
il y a 13 ans
Amit Kapoor
6ada1c24c7
Update filter list for custom xref query
Rebar has support for optional compilers built-in. These compilers might
not be installed causing xref to return errors for the undefined external
function calls query. The updated filter list will catch this error and
act as a nop if they are installed.
il y a 13 ans
Tuncer Ayaz
ae178b851b
Fix #209 (Reported-by: Bjorn Bylander)
Use correct ERL_LIBS separator on Windows.
il y a 13 ans
Yurin Slava
29d71e356c
simplenode.runner: fix HEART_CMD arguments
il y a 13 ans
Yurin Slava
cd1cc6dbee
simplenode.runner: properly quote arguments
bin/<release_name> console -kernel test '[{"a","b"}]' fails, because
when $@ is inserted into CMD [{"a","b"}] is interpreted.
Fix the same issue for 'start' command and quote all arguments.
il y a 13 ans
Tuncer Ayaz
4a9dae76a4
Fix #197 by printing 'Entering/Leaving directory'
il y a 13 ans