Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add plt to gitignore | Tristan Sloughter | 2014-09-20 | 1 | -0/+1 |
| | |||||
* | add rebar providers create and plugin inclusion with providers | Tristan Sloughter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | wip: move to erlydtl for rebar templates | Tristan Sloughter | 2014-09-17 | 1 | -0/+2 |
| | |||||
* | forgot the rebar3 module | Tristan Sloughter | 2014-09-16 | 1 | -0/+1 |
| | |||||
* | add first test | Tristan Sloughter | 2014-09-01 | 1 | -1/+3 |
| | |||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -0/+1 |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | ||||
* | Fix #267 (code path regression) | Tuncer Ayaz | 2014-04-23 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the introduction of -r/--recursive, deps were not properly added to the code path when running ct, eunit, etc. To fix that, pass a flag down to process_dir1 and conditionalize execution of the command. This moves the decision into process_dir1 where we can decide to invoke preprocess/2 and postprocess/2 but not execute the command. Without this fix, you'd have to, for example, invoke 'rebar -r ct skip_deps=true', if you wanted to run base_dir's ct suites with deps on the code path (while skipping all non-base_dir ct suites). So, with this patch applied, if you run $ rebar ct deps will be on the code path, and only base_dir's ct suites will be tested. If you want to test ct suites in base_dir and sub_dirs, you have to run $ rebar -r ct skip_deps=true If you want to test ct suites in all dirs, you have to run $ rebar -r ct The fix is not specific to ct and applies to all commands. To be able to add inttest/code_path_no_recurse/deps, I had to fix .gitignore. While at it, I've updated and fixed all entries. | ||||
* | erlc: clean-up, enhance, and regression fix fd17693 | Tuncer Ayaz | 2014-03-05 | 1 | -1/+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 .gitignore (add .eunit and deps) | Tuncer Ayaz | 2012-08-13 | 1 | -0/+2 |
| | |||||
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -3/+1 |
| | |||||
* | Enhance make check (Inspired-by: Stavros Aronis) | Tuncer Ayaz | 2012-01-01 | 1 | -0/+2 |
| | |||||
* | bootstrap: generate windows scripts | Matt Campbell | 2011-12-25 | 1 | -0/+2 |
| | |||||
* | Ignore .eunit | Alexey Romanov | 2010-12-08 | 1 | -0/+1 |
| | |||||
* | Add .gitignore to the source tree | Essien Ita Essien | 2010-10-03 | 1 | -0/+7 |
Ignore common files during development. |