368 次程式碼提交 (7c40d624dc344e534c7b576341463648091f56e8)

作者 SHA1 備註 提交日期
  Jeremy Raymond 87bca27644 Copy src files to .eunit so that cover can always find them 15 年之前
  Dave Smith 0add7acdbf Make sure to add ebin/ to the code path as well so that xref can properly determine source/line of code. 15 年之前
  Tuncer Ayaz 99bf0f3918 Reuse rebar_utils:get_cwd/0 15 年之前
  Dave Smith 8f85d70897 Verify that we work with minimal git of 1.5 15 年之前
  Dave Smith 266d82f871 Add simple warning if no modules are interested in handling a command for a given directory 15 年之前
  Dave Smith 66906bc39e Make sure to add .eunit as an absolute directory so that we avoid weirdness with code loading stuffs. 15 年之前
  Tuncer Ayaz 1e8916ba87 Document xref command 15 年之前
  Dave Smith aea6f66939 Tested mercurial checkout down to 1.1 15 年之前
  Dave Smith 7218213d1c Support older, more deployed version of mercurial 15 年之前
  Dave Smith fcf4507a80 Add stub for xref support; not yet done 15 年之前
  Bryan Fink 4f470fcddd clean up .yrl and .xrl handling 15 年之前
  Bryan Fink e6e36834f9 add leex .xrl handling as well 15 年之前
  Bryan Fink cf820007fc add handling for yecc's .yrl files to erlc compiler 15 年之前
  Tuncer Ayaz 0f494c2a14 Add check-deps to shell completion and commands info 15 年之前
  Dave Smith 84f5108e17 Adding check-deps and helper target for compilation 15 年之前
  Tuncer Ayaz 5f98b6b65a Add ASN.1 support (via Ruslan Babayev) 15 年之前
  Tuncer Ayaz 3dfc7a8486 Add get-deps and delete-deps to commands info and shell completion 15 年之前
  Dave Smith be6bb20c59 Revamp deps system to NOT pull down deps automatically. You must now use pull-deps explicitly 15 年之前
  Dave Smith a12778ba65 Removing overly verbose debug message (yes, I realize the irony) 15 年之前
  Tuncer Ayaz faf21694fe Make sure zip module is loaded 15 年之前
  Tuncer Ayaz ebfb1dc40d Add option to show available commands 15 年之前
  Tuncer Ayaz aeabfb6fe9 Add escript_foldl/3 TODO 15 年之前
  Tuncer Ayaz dfb5af4049 Add forward-compatible escript_foldl function 15 年之前
  David Reid a29da71aac Support for downloading deps via bzr. 15 年之前
  David Reid 92a5a326d5 Support downloading deps via SVN. 15 年之前
  Chris Bernard 25538e071f Fixed 3 bugs in rebar_eunit. Added EUnit tests to capture them. 15 年之前
  Vagabond 50832a1a14 Don't detect the source file as an include of itself 15 年之前
  Vagabond a3f8489340 Move the .erl sorting to the right place 15 年之前
  Vagabond c4d3f0ea65 Fix dependancy checking for headers by ensuring "include" is always in the eep IncludePath 15 年之前
  Vagabond 4ce01860e9 Compile parse transform and custom behaviours first 15 年之前
  Tuncer Ayaz 23781ae460 Fix unused var warning 15 年之前
  theiw 8a3ad89f7c Refactor eunit and cover 15 年之前
  Dave Smith 872076be3f Adding cleaner module to permit users to specify their own set of files to delete 15 年之前
  Dave Smith 28d3b75641 Fix bug in templater where escript was not found in subdirs were specified in rebar.config; minor formatting cleanups 15 年之前
  Dave Smith 496851cefd Add support for installing to a target directory as alternative to Erlang base dir 15 年之前
  Tuncer Ayaz 00c855d030 Update comment for filelib:ensure_dir/1 wrapper. 15 年之前
  Dave Smith b0dfd233ae Make sure to add ebin/ to current path when compiling doterl files; found by @sj_mackenzie 15 年之前
  Dave Smith 6714d47efb Deal properly with env vars that have multiple = in the value 15 年之前
  Dave Smith 1f6d861aba Overhaul env expansion so that rebar fully expands env refs prior to 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. 15 年之前
  Bryan Fink f6feac493d provide separate 'file' and 'template' directives, instead of one 'file' directive with a boolean Render flag 15 年之前
  Dave Smith 96c1ceba60 Break out arch string function; update ERLANG_TARGET to include bitness of the Erlang target 15 年之前
  Dave Smith a0732e9e78 Make sure to cover all edge cases when parsing module names 15 年之前
  Dave Smith 22d21f63d0 Append wordsize to the architecture string 15 年之前
  Ryan Tilder f502bb09dd I'm a moron. Make it a string. 15 年之前
  Dave Smith 268405d0dc Adding new vars for scripts to determine architecture (32/64 bit) and target platform of Erlang VM; courtesy of rtilder 15 年之前
  theiw 788bd3df72 Provide package support for eunit; build_plt now includes listed applications; begin including -spec annotations 15 年之前
  Bryan Fink 60629e8516 add chmod template directive for changing file file permission 15 年之前
  Bryan Fink 4c2dade0f4 add Render flag to 'file' template directive 15 年之前
  Bryan Fink 4e01b32d5d look for templates in local directory as well 15 年之前
  OJ Reeves 71c974e341 Added support for the speficiation of test suite names 15 年之前