Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add xref provider for cross reference analysis | Kelly McLaughlin | 2015-02-05 | 1 | -1/+2 |
| | | | | | | | | | | | * Add a provider for the xref tool for running cross reference analysis on a project. Most of the code has been ported directly from the rebar2 rebar_xref module with some modification and cleanup to support testing. * Port over the eunit test suite from rebar2, but convert it to common_test. The testing is the same, but now the erlang term output is examined to determine if the test run is successful instead of scanning the console output for the expected strings. | ||||
* | add two cool dudes to the THANKS | Tristan Sloughter | 2014-12-17 | 1 | -0/+2 |
| | |||||
* | Merge branch 'erl-args-to-end' of https://github.com/NineFX/rebar into ↵ | Fred Hebert | 2014-07-15 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | NineFX-erl-args-to-end Conflicts: THANKS | ||||
| * | Fix bug 271 | varnerac-ubnt | 2014-06-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Moves ct_extra_params to the end of the generated ct_run command. This allows users to pass commands to the underlying emulator using -erl_args. The included rt test demonstrates that it is possible to pass an addtional option to ct_run and -erl_args at the same time. Finally, the test executes in regular and verbose modes because rebar constructs the ct_run command differently in verbose mode. | ||||
* | | Add code coverage analysis functionality to `qc' | Andras Horvath | 2014-06-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | - Use `cover' with QuickCheck testing - Reuse the `cover_*' rebar.config options - Refactor cover-related code to separate module (`qc_cover_utils') for use with both `eunit' and `qc' | ||||
* | | Revert "Merge pull request #171 from fenollp/using-stdlib" | Tristan Sloughter | 2014-06-14 | 1 | -1/+0 |
| | | | | | | | | | | This reverts commit 3297ffec2c89c6b7135165b4bfaeaeb07167c33c, reversing changes made to 0401debb3cf23d67affbe465a7a438049180a608. | ||||
* | | Rebasing. Fix differences with c26b0c7 c996e98 b690842. | Pierre Fenoll | 2014-06-13 | 1 | -0/+1 |
| | | |||||
* | | adding Alexander Verbitsky to THANKS file | Fred Hebert | 2014-05-29 | 1 | -0/+1 |
| | | |||||
* | | improve behaviour of `rebar shell` | alisdair sullivan | 2014-05-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attempt to emulate the behavior of `erl -pa ebin -pa deps/*/ebin` fix error messages and formatting issues of `rebar shell` by shutting down and restarting the user subsystem in a mode more hospitable to the shell than the simple user started when run as an escript. emulate `error_logger` behaviour when the shell is run via `erl` add documentation of the shell command limitations: the erlang interrupt handler is not enabled when running as an escript and there is no interface to re-enable it via erlang code. this means `ctrl-c` will immediately exit the running process unlike when running the shell via `erl`. `ctrl-g` is, however, unaffected the user subsystem is killed and restarted but not supervised. if your code somehow relies on the user subsystem crashing and restarting `rebar shell` may interfere with it's operation | ||||
* | | Make sure that eunit/qc_compile_opts works fix #245 | Yuki Ito | 2014-05-13 | 1 | -0/+1 |
| | | |||||
* | | Update THANKS | goofansu | 2014-04-18 | 1 | -0/+1 |
| | | | | | | Add my name to THANKS | ||||
* | | erlc: clean-up, enhance, and regression fix fd17693 | Tuncer Ayaz | 2014-03-05 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | | | | | | | | | | * update files * fix Dialyzer warning * unconditionally enable info fil * clean-up inconsistencies * use term_to_binary compression * use try...catch instead of case...catch...of * do not write build info file if the graph is unmodified * store info file as <base_dir>/.rebarinfo * properly support list of compile directives * fix regressions: - Fix a bug in handling of files to compile first. - If a file that is depended upon itself depends on other files, make sure those are compiled first. While at it, rename variables for correctness. Reported-by: David Robakowski - Make sure that FirstFiles has no dupes and preserves the proper order. - headers referenced via -include_lib() were not properly resolved to absolute filenames - .erl files found in sub dirs of src_dirs were not properly resolved to absolute filenames | ||||
* | Update THANKS file | Tuncer Ayaz | 2013-06-24 | 1 | -0/+11 |
| | |||||
* | Update THANKS | DeadZen | 2012-11-24 | 1 | -1/+1 |
| | |||||
* | Add Magnus Henoch to THANKS | Tuncer Ayaz | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Adding Serge Aleynikov to THANKS | Dave Smith | 2012-10-20 | 1 | -0/+2 |
| | |||||
* | Add Martin Schut to THANKS file | Tuncer Ayaz | 2012-09-28 | 1 | -0/+1 |
| | |||||
* | Add Daniel White to THANKS file | Tuncer Ayaz | 2012-09-20 | 1 | -0/+1 |
| | |||||
* | Add Ryan Zezeski to THANKS file | Tuncer Ayaz | 2012-09-03 | 1 | -0/+1 |
| | |||||
* | Add Dmitriy Kargapolov to THANKS file | Tuncer Ayaz | 2012-08-30 | 1 | -0/+1 |
| | |||||
* | Add Markus Nasman to THANKS file | Tuncer Ayaz | 2012-08-30 | 1 | -0/+1 |
| | |||||
* | Add Joe DeVivo to THANKS file | Tuncer Ayaz | 2012-08-18 | 1 | -0/+1 |
| | |||||
* | Add Roberto Ostinelli to THANKS file | Tuncer Ayaz | 2012-08-11 | 1 | -0/+1 |
| | |||||
* | Update THANKS file | Tuncer Ayaz | 2012-08-08 | 1 | -0/+2 |
| | |||||
* | Fix David Aaberg's name | Tuncer Ayaz | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Add DeadZen to THANKS file | Tuncer Ayaz | 2012-08-07 | 1 | -0/+1 |
| | |||||
* | Add David Aberg to THANKS file | Tuncer Ayaz | 2012-08-07 | 1 | -0/+1 |
| | |||||
* | Add Kresten Krab Thorup to THANKS file | Tuncer Ayaz | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | Add Fred Hebert to THANKS file | Tuncer Ayaz | 2012-07-10 | 1 | -0/+1 |
| | |||||
* | Add Eric B Merritt to THANKS file | Tuncer Ayaz | 2012-07-03 | 1 | -0/+1 |
| | |||||
* | Add Motiejus Jakstys to THANKS file | Tuncer Ayaz | 2012-07-02 | 1 | -0/+1 |
| | |||||
* | Fix Slava's name in THANKS file | Tuncer Ayaz | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Add Daniel Luna to THANKS file | Tuncer Ayaz | 2012-06-29 | 1 | -0/+1 |
| | |||||
* | Add Nick Vatamaniuc to THANKS file | Tuncer Ayaz | 2012-05-14 | 1 | -0/+1 |
| | |||||
* | Add Ulf Wiger to THANKS file | Tuncer Ayaz | 2012-04-16 | 1 | -0/+1 |
| | |||||
* | Add Amit Kapoor to THANKS file | Tuncer Ayaz | 2012-04-02 | 1 | -0/+1 |
| | |||||
* | Add Adam Schepis to THANKS file | Tuncer Ayaz | 2012-03-31 | 1 | -0/+1 |
| | |||||
* | Add Ali Yakout to THANKS file | Tuncer Ayaz | 2012-03-30 | 1 | -0/+1 |
| | |||||
* | Add Loic Hoguin to THANKS file | Tuncer Ayaz | 2012-03-18 | 1 | -0/+1 |
| | |||||
* | Add Mike Lazar to THANKS file | Tuncer Ayaz | 2012-02-16 | 1 | -0/+1 |
| | |||||
* | Add Phillip Toland to THANKS file | Tuncer Ayaz | 2012-02-16 | 1 | -0/+1 |
| | |||||
* | Add Yurin Slava to THANKS file | Tuncer Ayaz | 2012-02-04 | 1 | -0/+1 |
| | |||||
* | Update THANKS | Tuncer Ayaz | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Add Francis Joanis to THANKS file | Tuncer Ayaz | 2012-01-17 | 1 | -0/+1 |
| | |||||
* | Add Tomas Abrahamsson to THANKS file | Tuncer Ayaz | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | Add Ali Sabil to THANKS file | Tuncer Ayaz | 2011-12-29 | 1 | -0/+1 |
| | |||||
* | Add Torbjorn Tornkvist to THANKS file | Tuncer Ayaz | 2011-12-12 | 1 | -0/+1 |
| | |||||
* | Add Jesse Gumm to THANKS file | Tuncer Ayaz | 2011-12-08 | 1 | -0/+1 |
| | |||||
* | Add Smith Winston to THANKS file | Tuncer Ayaz | 2011-11-26 | 1 | -0/+1 |
| | |||||
* | Update THANKS file | Tuncer Ayaz | 2011-10-20 | 1 | -0/+2 |
| |