rebar/src
OJ Reeves 71c974e341 Added support for the speficiation of test suite names
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).
2010-02-03 22:27:09 +10:00
..
getopt.erl Simplified usage info printing with getopt v0.2 2010-01-09 00:36:29 +01:00
mustache.erl Adding mustache.erl from http://github.com/mojombo/mustache.erl 2010-01-07 21:22:19 -07:00
rebar.erl Added vi modeline/emacs local variables to file headers 2009-12-31 19:42:53 +01:00
rebar_app_utils.erl Added vi modeline/emacs local variables to file headers 2009-12-31 19:42:53 +01:00
rebar_base_compiler.erl Implemented option to specify number of concurrent workers a command may use 2010-01-06 17:31:14 +01:00
rebar_config.erl Include support for dialyzer 2010-01-07 15:10:20 +00:00
rebar_core.erl Do not print dynamic escript name in usage info 2010-02-02 12:56:16 +01:00
rebar_ct.erl Rolled back getopt to restore custom variables 2010-01-01 00:08:00 +01:00
rebar_deps.erl A bit of consolidation of version checking for scm clients; adding support for git 2010-01-07 07:46:06 -07:00
rebar_dialyzer.erl Include support for dialyzer 2010-01-07 15:10:20 +00:00
rebar_erlc_compiler.erl Add support for passing addt'l list of sources to erlc_compiler 2010-02-01 08:37:52 -07:00
rebar_erlydtl_compiler.erl Added support for custom_tags_dir compile option to rebar_erlydtl_compiler 2010-01-16 13:58:34 -06:00
rebar_escripter.erl Added vi modeline/emacs local variables to file headers 2009-12-31 19:42:53 +01:00
rebar_eunit.erl Added support for the speficiation of test suite names 2010-02-03 22:27:09 +10:00
rebar_file_utils.erl Added vi modeline/emacs local variables to file headers 2009-12-31 19:42:53 +01:00
rebar_lfe_compiler.erl Another round of refactoring to yield better flexiblity in the base_compiler system 2010-01-03 22:53:04 -07:00
rebar_log.erl Rolled back getopt to restore custom variables 2010-01-01 00:08:00 +01:00
rebar_otp_app.erl Fix typo; courtesy of OJ Reeves 2010-01-30 09:48:28 -07:00
rebar_port_compiler.erl Tweaking order of defaults so that -shared is default across platforms unless explicitly overridden 2010-02-01 10:56:47 -07:00
rebar_protobuffs_compiler.erl Try previous commit again; make sure include/ directory exists 2010-01-14 07:08:12 -05:00
rebar_rel_utils.erl Added vi modeline/emacs local variables to file headers 2009-12-31 19:42:53 +01:00
rebar_reltool.erl Look for dirs named erts-vsn when setting up spec for copying files 2010-01-14 07:46:00 -05:00
rebar_subdirs.erl Merging w/ bitbucket 2009-12-31 19:31:00 -07:00
rebar_templater.erl Add support for forcibly overwriting output files; courtesy of OJ Reeves 2010-01-30 09:56:06 -07:00
rebar_utils.erl Fixed issue 1 "priv/mibs/ is not automatically created" 2010-01-08 23:06:29 +01:00