summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merging w/ mainlineDave Smith2010-02-133-9/+22
|\ \
| * | Break out arch string function; update ERLANG_TARGET to include bitness of ↵Dave Smith2010-02-122-4/+7
| | | | | | | | | | | | the Erlang target
| * | Make sure to cover all edge cases when parsing module namesDave Smith2010-02-121-6/+13
| | |
| * | Merging w/ mainlineDave Smith2010-02-121-1/+1
| |\ \
| | * | I'm a moron. Make it a string.Ryan Tilder2010-02-101-1/+1
| | | |
| * | | Append wordsize to the architecture stringDave Smith2010-02-101-1/+2
| |/ /
| * | Adding new vars for scripts to determine architecture (32/64 bit) and target ↵Dave Smith2010-02-101-1/+3
| | | | | | | | | | | | platform of Erlang VM; courtesy of rtilder
* | | Merging with OJ's branchDave Smith2010-02-131-3/+36
|\ \ \ | |/ / |/| |
| * | Added support for the speficiation of test suite namesOJ Reeves2010-02-031-4/+35
| |/ | | | | | | | | | | | | eg. rebar eunit -- runs all tests in all modules rebar eunit suite=foo -- only runs tests in foo.erl/foo_tests.erl Added an entry to .hgignore to avoid .swp files (created by VIM).
* | Provide package support for eunit; build_plt now includes listed ↵theiw2010-02-056-49/+85
|/ | | | applications; begin including -spec annotations
* Do not print dynamic escript name in usage infoTuncer Ayaz2010-02-021-1/+1
|
* Tweaking order of defaults so that -shared is default across platforms ↵Dave Smith2010-02-011-1/+1
| | | | unless explicitly overridden
* Removing useless debug message and extraneous newlineDave Smith2010-02-011-2/+0
|
* Add support for passing addt'l list of sources to erlc_compilerDave Smith2010-02-011-4/+9
|
* Add support for forcibly overwriting output files; courtesy of OJ ReevesDave Smith2010-01-301-17/+40
|
* Fix typo; courtesy of OJ ReevesDave Smith2010-01-301-1/+1
|
* Merging support from asonge for custom_tags_dirDave Smith2010-01-291-1/+3
|\
| * Added support for custom_tags_dir compile option to rebar_erlydtl_compilerAlex Songe2010-01-161-1/+3
| |
* | Tweak support for controlling so_nameDave Smith2010-01-261-2/+2
|/
* Look for dirs named erts-vsn when setting up spec for copying filesDave Smith2010-01-141-1/+7
|
* Try previous commit again; make sure include/ directory existsDave Smith2010-01-141-1/+1
|
* Make sure include/ directory existsDave Smith2010-01-141-1/+3
|
* Merging mainlineDave Smith2010-01-094-56/+130
|\
| * Simplified usage info printing with getopt v0.2Tuncer Ayaz2010-01-092-54/+108
| |
| * Fixed issue 1 "priv/mibs/ is not automatically created"Tuncer Ayaz2010-01-082-2/+22
| |
* | [mq]: eunit-fixOJ Reeves2010-01-091-1/+1
|/
* Adding sketch of functionality for creating a reltool node from templateDave Smith2010-01-081-0/+6
|
* Basic implementation of templater is completeDave Smith2010-01-081-8/+186
|
* Sketching out templating systemDave Smith2010-01-071-0/+51
|
* Adding mustache.erl from http://github.com/mojombo/mustache.erlDave Smith2010-01-071-0/+219
|
* Include support for dialyzeriw2010-01-072-3/+145
|
* A bit of consolidation of version checking for scm clients; adding support ↵Dave Smith2010-01-071-29/+32
| | | | for git
* Ensure we have the correct hg versioniw2010-01-061-5/+25
|
* Implemented option to specify number of concurrent workers a command may useTuncer Ayaz2010-01-064-84/+259
|
* MergingKevin Smith2010-01-052-53/+68
|\
| * Merging w/ bitbucketDave Smith2010-01-041-40/+55
| |\
| | * rework elrydtl_compiler to do dependency checking correctly in refactored rebarBryan Fink2010-01-041-40/+55
| | |
| * | Preserve non-empty folders when performing cleaniw2010-01-041-13/+13
| |/
* | Added so_name entry to rebar.config so linked-in drivers can specify custom ↵Kevin Smith2010-01-051-13/+18
|/ | | | .so names
* Take 323 on cleaning package dirs from ebinDave Smith2010-01-041-4/+12
|
* Make sure to create dir structure for output bamsDave Smith2010-01-041-0/+1
|
* Tweak regex to properly match extension and not just .erl anywhere in filenameDave Smith2010-01-041-1/+1
|
* Another round of refactoring to yield better flexiblity in the base_compiler ↵Dave Smith2010-01-037-150/+158
| | | | system
* Refactor of compilation logic to enable support for package modules and ↵Dave Smith2010-01-026-165/+272
| | | | provide better modularity/reusability for other systems
* Break out command line argument parsing to a dedicated routineDave Smith2010-01-011-27/+36
|
* Merging w/ bitbucketDave Smith2009-12-3120-6/+48
|\
| * Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-017-134/+82
| |
| * Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-3120-0/+40
| |
| * Enhanced option parsing with new getopt and made rebar more user friendlyTuncer Ayaz2009-12-317-87/+141
| |
* | Adding basic distclean functionality to depsDave Smith2009-12-311-8/+42
| |