summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
Commit message (Expand)AuthorAgeFilesLines
* 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 http://bitbucket.org...Bob Ippolito2010-05-081-0/+11
* comment typoBob Ippolito2010-05-081-1/+1
* add variables for create-app and create-node to helpBob Ippolito2010-05-081-2/+2
* New commands and opts (-V/--version/version/help)Tuncer Ayaz2010-05-031-15/+34
* Merging w/ mainlineDave Smith2010-04-171-25/+30
|\
| * Document xref commandTuncer Ayaz2010-04-151-25/+30
* | Add simple warning if no modules are interested in handling a command for a g...Dave Smith2010-04-171-0/+3
|/
* Add check-deps to shell completion and commands infoTuncer Ayaz2010-03-261-0/+1
* Add get-deps and delete-deps to commands info and shell completionTuncer Ayaz2010-03-171-1/+4
* Merging w/ mainlineDave Smith2010-03-161-29/+74
|\
| * Add option to show available commandsTuncer Ayaz2010-03-081-29/+74
* | Revamp deps system to NOT pull down deps automatically. You must now use pull...Dave Smith2010-03-161-39/+46
|/
* Fix bug in templater where escript was not found in subdirs were specified in...Dave Smith2010-02-201-0/+5
* Provide package support for eunit; build_plt now includes listed applications...theiw2010-02-051-1/+1
* Do not print dynamic escript name in usage infoTuncer Ayaz2010-02-021-1/+1
* Simplified usage info printing with getopt v0.2Tuncer Ayaz2010-01-091-12/+10
* Implemented option to specify number of concurrent workers a command may useTuncer Ayaz2010-01-061-5/+28
* Another round of refactoring to yield better flexiblity in the base_compiler ...Dave Smith2010-01-031-2/+2
* Break out command line argument parsing to a dedicated routineDave Smith2010-01-011-27/+36
* Merging w/ bitbucketDave Smith2009-12-311-6/+10
|\
| * Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-011-6/+35
| * Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
| * Enhanced option parsing with new getopt and made rebar more user friendlyTuncer Ayaz2009-12-311-40/+13
* | Make sure to reset CWD after processing subdirs; also filter out missing dirs...Dave Smith2009-12-311-1/+8
|/
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-6/+6
* Implemented getopt option supportTuncer Ayaz2009-12-291-4/+50
* Refactoring core logic in preparation for dependency mgmt; breaking out sub_d...Dave Smith2009-12-251-23/+31
* Minor formatting fixDave Smith2009-12-201-1/+2
* Make sure to fail if run_modules generates ANY error. Thanks, Rusty. :)Dave Smith2009-12-141-2/+2
* Fixing number of warnings and bugletsDave Smith2009-12-141-7/+2
* Merging mainlineDave Smith2009-12-121-1/+14
|\
| * Make sure crypto is running as lots of things use itDave Smith2009-12-091-0/+3
| * Remove unnecessary debug in _core; adding EQC flag for eunit buildsDave Smith2009-12-081-1/+0
| * Updating bootstrap to embed the build time into a macro that we can pull via ...Dave Smith2009-12-071-1/+12
* | Refactor of core logic to provide better control over recursion and code path...Dave Smith2009-12-121-108/+99
|/
* Refactor rebar to build a self-contained scriptDave Smith2009-12-041-1/+1
* If failure is controlled (i.e. via ?FAIL macro), don't print out that it fail...Dave Smith2009-12-031-0/+2
* Adding first crack at reltool supportDave Smith2009-12-021-40/+38
* Adding support for subdirsDave Smith2009-12-011-2/+23
* Fix some minor typos; create simple install/bootstrapping scriptDave Smith2009-11-291-1/+3
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-291-0/+208