summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
Commit message (Collapse)AuthorAgeFilesLines
* Taught eunit/coverage to split the src module coverage stats from any test code.Jon Meredith2010-05-031-0/+4
|
* Make sure zip module is loadedTuncer Ayaz2010-03-111-0/+1
| | | | Before we check for zip:foldl/3 make sure zip module is loaded.
* Add escript_foldl/3 TODOTuncer Ayaz2010-03-061-0/+3
| | | | | Comment what has to be done when the new OTP release is out and the time is right.
* Add forward-compatible escript_foldl functionTuncer Ayaz2010-03-051-1/+28
| | | | | | escript:foldl/3 was undocumented and has been replaced with better APIs post-R13B04. The new exported funs are officially documented.
* Update comment for filelib:ensure_dir/1 wrapper.Tuncer Ayaz2010-02-171-8/+1
| | | | The wrapper can now be removed as I've fixed the problem in R13B04.
* Overhaul env expansion so that rebar fully expands env refs prior to ↵Dave Smith2010-02-161-2/+7
| | | | invoking the shell script. Also now using DRV_* env vars for compilation/linking of files found in c_src; this frees up "normal" CFLAGS/LDFLAGS for usage in sub build scripts.
* Break out arch string function; update ERLANG_TARGET to include bitness of ↵Dave Smith2010-02-121-3/+6
| | | | the Erlang target
* Append wordsize to the architecture stringDave Smith2010-02-101-1/+2
|
* Provide package support for eunit; build_plt now includes listed ↵theiw2010-02-051-2/+12
| | | | applications; begin including -spec annotations
* Fixed issue 1 "priv/mibs/ is not automatically created"Tuncer Ayaz2010-01-081-1/+20
|
* Another round of refactoring to yield better flexiblity in the base_compiler ↵Dave Smith2010-01-031-1/+5
| | | | system
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* Got basic retrieval of deps from hg sorta working; minor refactoring of ↵Dave Smith2009-12-301-10/+12
| | | | rebar_utils:sh interface
* Silence warnings, courtesy of Tuncer AyazDave Smith2009-12-281-1/+1
|
* Added now_str to return the local time as a string.jmeredith@jons-macbook.local2009-12-031-1/+6
|
* Adding more flexible arch check; adding sh commandDave Smith2009-12-011-1/+41
|
* Slowly working out port driver implementationDave Smith2009-11-301-1/+31
|
* More work on getting compilation and clean working properlyDave Smith2009-11-251-0/+1
|
* Initial commitDave Smith2009-11-251-0/+31