Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix incorrect coverage count when prod modules include EUnit header. | Chris Bernard | 2010-05-15 | 2 | -3/+53 | |
| | | | | | | | | Modules that include the EUnit header get an implicit test/0 fun, which cover considers a runnable line, but eunit:(TestRepresentation) never calls. Result: prod modules with tests can never reach 100% coverage. Ironic. In this case, fix it by decrementing the NotCovered counter returned by cover:analyze/3. | |||||
* | merge ssh://hg@bitbucket.org/basho/rebar | Bob Ippolito | 2010-05-15 | 1 | -1/+1 | |
|\ | ||||||
| * | comment typo | Bob Ippolito | 2010-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Make 'command does not apply' warning into a warning | Jeremy Raymond | 2010-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | include source path in compiler errors, process commands separately (to make ↵ | Bob Ippolito | 2010-05-15 | 3 | -34/+76 | |
| | | | | | | | | get-deps compile work), ensure ebin dir, process iteratively to support transitive deps | |||||
* | | fix hg and git clone commands for when repo does not exactly match ↵ | Bob Ippolito | 2010-05-11 | 1 | -2/+2 | |
| | | | | | | | | application name | |||||
* | | run plugins once, do not run as a preprocessor, add ebin to path early | Bob Ippolito | 2010-05-11 | 1 | -10/+37 | |
| | | ||||||
* | | when using plugin_modules, add ebin to path | Bob Ippolito | 2010-05-11 | 1 | -0/+6 | |
| | | ||||||
* | | fix backwards match for debugging print | Bob Ippolito | 2010-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | rebar_plugins in rebar_config to allow extensions | Bob Ippolito | 2010-05-11 | 1 | -1/+21 | |
| | | ||||||
* | | Run the preprocess again if subdirs were compiled, fixes ↵ | Bob Ippolito | 2010-05-08 | 1 | -0/+11 | |
| | | | | | | | | http://bitbucket.org/basho/rebar/issue/5 | |||||
* | | comment typo | Bob Ippolito | 2010-05-08 | 1 | -1/+1 | |
| | | ||||||
* | | add variables for create-app and create-node to help | Bob Ippolito | 2010-05-08 | 1 | -2/+2 | |
|/ | ||||||
* | Complete implementation for simplistic .app.src processing. | Dave Smith | 2010-05-07 | 3 | -19/+78 | |
| | ||||||
* | Add support for requiring a specific ERTS or OTP version via a regex | Dave Smith | 2010-05-03 | 2 | -0/+70 | |
| | ||||||
* | Add a global config option skip_deps which when present will cause ↵ | David Reid | 2010-04-29 | 1 | -1/+7 | |
| | | | | dependencies not to be added to the list of directories to process, useful for ./rebar skip_deps=true eunit so that you don't run the tests of every dependency. | |||||
* | Taught eunit/coverage to split the src module coverage stats from any test code. | Jon Meredith | 2010-05-03 | 2 | -19/+36 | |
| | ||||||
* | Make sure that the so_specs stuff is properly backwards compatible | Dave Smith | 2010-05-03 | 1 | -14/+23 | |
| | ||||||
* | Copy all source files for eunit to .eunit directory so that cover works ↵ | Dave Smith | 2010-05-03 | 1 | -1/+1 | |
| | | | | properly (ick!) | |||||
* | New commands and opts (-V/--version/version/help) | Tuncer Ayaz | 2010-05-03 | 2 | -18/+38 | |
| | ||||||
* | Correct comment | Tuncer Ayaz | 2010-05-03 | 1 | -2/+2 | |
| | ||||||
* | Add new erl_opts option to specify platform-specific defines | Tuncer Ayaz | 2010-05-03 | 1 | -5/+49 | |
| | ||||||
* | Add missing CXXFLAGS equivalents of CFLAGS | Tuncer Ayaz | 2010-04-29 | 1 | -0/+3 | |
| | ||||||
* | merged from basho | Cliff Moon | 2010-04-28 | 5 | -24/+73 | |
|\ | ||||||
| * | Add caching of app file | Dave Smith | 2010-04-28 | 1 | -7/+13 | |
| | | ||||||
| * | Add default CFLAGS for platforms where there can be variation of 32/64 bit ↵ | Dave Smith | 2010-04-28 | 1 | -2/+13 | |
| | | | | | | | | Erlang VMs | |||||
| * | Refactoring app file access to be via rebar_app_utils in prep for supporting ↵ | Dave Smith | 2010-04-28 | 5 | -23/+52 | |
| | | | | | | | | .app.src | |||||
* | | add new configuration option so_specs which allows multiple drivers to be ↵ | Cliff Moon | 2010-04-28 | 1 | -18/+26 | |
|/ | | | | built in the same project. | |||||
* | Copy src files to .eunit so that cover can always find them | Jeremy Raymond | 2010-04-22 | 1 | -0/+6 | |
| | ||||||
* | Merging w/ mainline | Dave Smith | 2010-04-23 | 1 | -3/+2 | |
|\ | ||||||
| * | Reuse rebar_utils:get_cwd/0 | Tuncer Ayaz | 2010-04-21 | 1 | -2/+1 | |
| | | ||||||
* | | Make sure to add ebin/ to the code path as well so that xref can properly ↵ | Dave Smith | 2010-04-23 | 1 | -2/+9 | |
|/ | | | | determine source/line of code. | |||||
* | Verify that we work with minimal git of 1.5 | Dave Smith | 2010-04-19 | 1 | -1/+1 | |
| | ||||||
* | Merging w/ mainline | Dave Smith | 2010-04-17 | 2 | -26/+31 | |
|\ | ||||||
| * | Document xref command | Tuncer Ayaz | 2010-04-15 | 2 | -26/+31 | |
| | | | | | | | | | | Also add a sleep after printing so that the io server has written all output before exiting. It's a work around. | |||||
* | | Add simple warning if no modules are interested in handling a command for a ↵ | Dave Smith | 2010-04-17 | 1 | -0/+3 | |
| | | | | | | | | given directory | |||||
* | | Make sure to add .eunit as an absolute directory so that we avoid weirdness ↵ | Dave Smith | 2010-04-16 | 1 | -1/+5 | |
|/ | | | | with code loading stuffs. | |||||
* | Tested mercurial checkout down to 1.1 | Dave Smith | 2010-04-14 | 1 | -1/+1 | |
| | ||||||
* | Removing debug_info from bootstrap; caused the rebar executable to be way ↵ | Dave Smith | 2010-04-14 | 1 | -1/+0 | |
| | | | | bigger than we wanted | |||||
* | Support older, more deployed version of mercurial | Dave Smith | 2010-04-14 | 1 | -3/+3 | |
| | ||||||
* | Merging w/ mainline | Dave Smith | 2010-04-09 | 3 | -2/+50 | |
|\ | ||||||
| * | clean up .yrl and .xrl handling | Bryan Fink | 2010-03-31 | 1 | -22/+21 | |
| | | ||||||
| * | add leex .xrl handling as well | Bryan Fink | 2010-03-31 | 1 | -12/+25 | |
| | | ||||||
| * | add handling for yecc's .yrl files to erlc compiler | Bryan Fink | 2010-03-31 | 1 | -0/+35 | |
| | | ||||||
| * | Add create to shell completion | Tuncer Ayaz | 2010-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add check-deps to shell completion and commands info | Tuncer Ayaz | 2010-03-26 | 2 | -1/+2 | |
| | | ||||||
* | | Enable xref checks on rebar | Dave Smith | 2010-04-09 | 1 | -1/+2 | |
| | | ||||||
* | | Add stub for xref support; not yet done | Dave Smith | 2010-04-09 | 2 | -1/+187 | |
| | | ||||||
* | | Add helper makefile; update bootstrap to always build w/ debug_info | Dave Smith | 2010-04-09 | 2 | -0/+3 | |
|/ | ||||||
* | Adding basic NIF template | Dave Smith | 2010-03-25 | 3 | -0/+90 | |
| |