summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Heavy-duty refactor to support truly transitive dependenciesDave Smith2010-06-093-254/+164
| | | | | --HG-- extra : rebase_source : 41c7f1c337a7cb63582aecd7b87ba998b40ba3aa
* Removing some unnecessary debugging messagesDave Smith2010-06-091-2/+0
| | | | | --HG-- extra : rebase_source : 05a045be5aed66ee292e6f5896ab6de71d4a2128
* Cleaning up logging messagesDave Smith2010-06-091-3/+3
| | | | | --HG-- extra : rebase_source : 60b49fa683387a1cea498c2bec50421ef855fea6
* Adding another transitive dep testDave Smith2010-06-097-0/+72
| | | | | --HG-- extra : rebase_source : 1998dc102f89c3c809d5146c800218b5c5b6cba9
* Update retest w/ better handling of multi-statement shell commands; update ↵Dave Smith2010-06-082-5/+6
| | | | | | | tdeps1_rt to use it --HG-- extra : rebase_source : 010907d47b360288825cb9c841d62450700be225
* Update THANKS fileTuncer Ayaz2010-06-091-0/+9
|
* Updating retestDave Smith2010-06-081-0/+0
|
* Adding transitive deps test #1Dave Smith2010-06-086-0/+61
|
* Slightly different fix for bug#5 that avoids running preprocess twiceDave Smith2010-06-082-15/+7
|
* Add "clean" targetDave Smith2010-06-081-0/+3
|
* Add edoc module to .app fileDave Smith2010-06-081-0/+2
|
* Include EDoc generation supporttheiw2010-03-041-0/+62
|
* Adding rt for bug 5Dave Smith2010-06-044-7/+38
|
* Minor cleanup of acc_modules for readabilityDave Smith2010-06-031-5/+7
|
* Refactor/simplify things since we only run one command at a time (versus a ↵Dave Smith2010-06-031-26/+23
| | | | string of them)
* Adding rebar.config.sample from vagabond (http://bitbucket.org/vagabond/rebar)Dave Smith2010-06-031-0/+107
|
* Fix incorrect coverage count when prod modules include EUnit header.Chris Bernard2010-05-152-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/rebarBob Ippolito2010-05-151-1/+1
|\
| * comment typoBob Ippolito2010-05-081-1/+1
| |
| * Make 'command does not apply' warning into a warningJeremy Raymond2010-05-111-1/+1
| |
* | include source path in compiler errors, process commands separately (to make ↵Bob Ippolito2010-05-153-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 Ippolito2010-05-111-2/+2
| | | | | | | | application name
* | run plugins once, do not run as a preprocessor, add ebin to path earlyBob Ippolito2010-05-111-10/+37
| |
* | when using plugin_modules, add ebin to pathBob Ippolito2010-05-111-0/+6
| |
* | fix backwards match for debugging printBob Ippolito2010-05-111-1/+1
| |
* | rebar_plugins in rebar_config to allow extensionsBob Ippolito2010-05-111-1/+21
| |
* | Run the preprocess again if subdirs were compiled, fixes ↵Bob Ippolito2010-05-081-0/+11
| | | | | | | | http://bitbucket.org/basho/rebar/issue/5
* | comment typoBob Ippolito2010-05-081-1/+1
| |
* | add variables for create-app and create-node to helpBob Ippolito2010-05-081-2/+2
|/
* Complete implementation for simplistic .app.src processing.Dave Smith2010-05-073-19/+78
|
* Add support for requiring a specific ERTS or OTP version via a regexDave Smith2010-05-032-0/+70
|
* Add a global config option skip_deps which when present will cause ↵David Reid2010-04-291-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 Meredith2010-05-032-19/+36
|
* Make sure that the so_specs stuff is properly backwards compatibleDave Smith2010-05-031-14/+23
|
* Copy all source files for eunit to .eunit directory so that cover works ↵Dave Smith2010-05-031-1/+1
| | | | properly (ick!)
* New commands and opts (-V/--version/version/help)Tuncer Ayaz2010-05-032-18/+38
|
* Correct commentTuncer Ayaz2010-05-031-2/+2
|
* Add new erl_opts option to specify platform-specific definesTuncer Ayaz2010-05-031-5/+49
|
* Add missing CXXFLAGS equivalents of CFLAGSTuncer Ayaz2010-04-291-0/+3
|
* merged from bashoCliff Moon2010-04-285-24/+73
|\
| * Add caching of app fileDave Smith2010-04-281-7/+13
| |
| * Add default CFLAGS for platforms where there can be variation of 32/64 bit ↵Dave Smith2010-04-281-2/+13
| | | | | | | | Erlang VMs
| * Refactoring app file access to be via rebar_app_utils in prep for supporting ↵Dave Smith2010-04-285-23/+52
| | | | | | | | .app.src
* | add new configuration option so_specs which allows multiple drivers to be ↵Cliff Moon2010-04-281-18/+26
|/ | | | built in the same project.
* Copy src files to .eunit so that cover can always find themJeremy Raymond2010-04-221-0/+6
|
* Merging w/ mainlineDave Smith2010-04-231-3/+2
|\
| * Reuse rebar_utils:get_cwd/0Tuncer Ayaz2010-04-211-2/+1
| |
* | Make sure to add ebin/ to the code path as well so that xref can properly ↵Dave Smith2010-04-231-2/+9
|/ | | | determine source/line of code.
* Verify that we work with minimal git of 1.5Dave Smith2010-04-191-1/+1
|
* Merging w/ mainlineDave Smith2010-04-172-26/+31
|\