summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-027-166/+274
| | | | 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-3123-6/+244
|\
| * Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-017-134/+82
| |
| * Added HACKING, LICENSE and THANKS filesTuncer Ayaz2009-12-313-0/+196
| |
| * 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
| |
* | Make sure to reset CWD after processing subdirs; also filter out missing ↵Dave Smith2009-12-311-1/+8
| | | | | | | | dirs when restoring code path
* | Use new rebar_config API to avoid having to actually delete/change the ↵Dave Smith2009-12-311-6/+2
| | | | | | | | config any
* | Refactor of rebar_config to facilitate identification of "local" config settingsDave Smith2009-12-311-10/+29
|/
* Deleted trailing whitespaceTuncer Ayaz2009-12-3012-56/+56
|
* Got basic retrieval of deps from hg sorta working; minor refactoring of ↵Dave Smith2009-12-302-18/+143
| | | | rebar_utils:sh interface
* First basic pass at depsDave Smith2009-12-291-1/+25
|
* Implemented getopt option supportTuncer Ayaz2009-12-293-5/+366
|
* Silence warnings, courtesy of Tuncer AyazDave Smith2009-12-282-2/+2
|
* Adding ?ABORT macroDave Smith2009-12-281-0/+2
|
* Adding placeholder for dep mgmtDave Smith2009-12-251-0/+36
|
* Refactoring core logic in preparation for dependency mgmt; breaking out ↵Dave Smith2009-12-253-35/+100
| | | | sub_dir determination into dedicated module
* add emacs ~ files and HG .orig files to the ignore listBryan Fink2009-12-231-0/+2
|
* Tweak ignore fileDave Smith2009-12-231-2/+2
|
* rebar can now compile ErlyDTL files (if erlydtl is installed)Bryan Fink2009-12-222-0/+169
| | | | | defaults to compiling from templates/*.dtl to ebin/*_dtl.beam see top of rebar_erlydtl_compiler for configuration options
* Adding rudimentary escript generatorDave Smith2009-12-222-1/+66
|
* add hrl-triggered recompiling to 'eunit' build as wellBryan Fink2009-12-212-2/+2
|
* recompile files if their "includes" have changedBryan Fink2009-12-213-24/+64
| | | | added parameter to do_compile for passing a function that can extra the list of includes from a file
* Adding some addt'l logging to make it easier to diagnose probsDave Smith2009-12-201-1/+5
|
* Minor formatting fixDave Smith2009-12-201-1/+2
|
* Added optional LFE compilation abilities to rebarTim Dysinger2009-12-182-0/+66
|
* Bumping to 2Dave Smith2009-12-181-1/+1
|
* Added tag RELEASE-1 for changeset e8747041ef63Dave Smith2009-12-181-0/+1
|
* Revert change to linking order argumentsDave Smith2009-12-181-1/+1
|
* Adding simple checks for necessary version of ERTS + ReltoolDave Smith2009-12-171-0/+20
|
* Reorder arguments to CC for linking and fix needs_link to function properlyDave Smith2009-12-161-3/+5
|
* Make sure to append overlay files to end of spec; otherwise might be ↵Dave Smith2009-12-161-1/+1
| | | | overwritten by canonical install
* Adding support for overlaysDave Smith2009-12-141-1/+30
|
* Make sure to fail if run_modules generates ANY error. Thanks, Rusty. :)Dave Smith2009-12-141-2/+2
|
* Run eunit in .eunit dir to ensure any created/temporary files are created thereDave Smith2009-12-141-0/+8
|
* Fixing warningDave Smith2009-12-141-8/+0
|
* Enable fail_on_warning by defaultDave Smith2009-12-141-0/+1
|
* Adding fail_on_warning supportDave Smith2009-12-141-8/+26
|
* Fixing number of warnings and bugletsDave Smith2009-12-147-18/+13
|
* Merging from bitbucketDave Smith2009-12-121-24/+85
|\
| * Adding rudimentary support for creating empty dirs in reltool targetDave Smith2009-12-111-24/+85
| |
* | Merging mainlineDave Smith2009-12-126-78/+222
|\ \ | |/
| * MergeDave Smith2009-12-102-2/+106
| |\