102 次代码提交 (5b15c851d8faad39973cf27505a74feae85f8739)

作者 SHA1 备注 提交日期
  Tuncer Ayaz 5b15c851d8 Check for .app.src first 13 年前
  Tuncer Ayaz eab5ae5298 Fix code clarity in dir type check 13 年前
  Tuncer Ayaz 7c327c1195 Fix rebar_core crash (reported-by: Jeremy Raymond) 13 年前
  Tuncer Ayaz 8c89a388bf Universally support apps=/skip_apps= 13 年前
  Tuncer Ayaz 8de2c84d89 Add support for arch-specific hooks 13 年前
  Tim Watson 86325b616d Allow plugins to participate in pre and post processing 13 年前
  Tim Watson 30d1cdb31b Fix config handling in root_dir 13 年前
  Tim Watson 36a40d3351 Fix missing plugin warnings 13 年前
  Tuncer Ayaz 93128f2f6b Search plugin sources in base_dir and plugin_dir 13 年前
  Tuncer Ayaz 00b3d9d3cc Only compile relevant plugin sources 13 年前
  Tuncer Ayaz 4fe651cb5b Simplify check for empty list 13 年前
  Tim Watson 3b58935b86 Load plugins dynamically from source 14 年前
  Tuncer Ayaz 1dcf0d15dc Log a more descriptive message 13 年前
  Tuncer Ayaz da31f90d1d Rename rebar_plugins to plugins for consistency 13 年前
  Tuncer Ayaz 1ec92ebac3 Do not warn if pre_/post_ cmd is not available 14 年前
  Tuncer Ayaz 8263f12594 Add support for $HOME/.rebar/config 14 年前
  Tim Watson c07b0954eb Allow plugins to run before/after a rebar command. 14 年前
  Tuncer Ayaz 20dfd32c85 Add support for command-specific env for hooks 14 年前
  Tuncer Ayaz bc98a4820e Simplify hook changes to rebar_core 14 年前
  Tim Watson e76770511a Add pre and post script support for all commands 14 年前
  Juan Jose Comellas 58661a92e2 Convert the entries in the code path to absolute paths 14 年前
  Tuncer Ayaz 3356c2d9e8 Use erlang:function_exported/3 14 年前
  Tuncer Ayaz 63de05d914 Clean up code 14 年前
  Tuncer Ayaz c466076ffb Clean up emacs file local variables 14 年前
  Tim Watson 7ac3a5aa9b Move BUILD_TIME and VCS_INFO macros 14 年前
  Tuncer Ayaz 3fd3bfc89a Fix circular dependency 14 年前
  Klas Johansson 6978504d43 Add support for abbreviated command names 14 年前
  Tuncer Ayaz d1ff83a898 Move command line handling funs into rebar.erl 14 年前
  Tuncer Ayaz 932eb2e343 Simplify rebar_core 14 年前
  Tuncer Ayaz d922985b36 Fix typos 14 年前
  Tuncer Ayaz a8870807fc Fix code clarity 14 年前
  Tuncer Ayaz d8e50e8c2d Implement update-deps and disable auto update 14 年前
  Anders 513ae33c5c Add possibility to specify rebar config for the "main" application 14 年前
  Andrew Thompson ff5a7982eb Improve error logging when running a command fails 14 年前
  Kostis Sagonas 7dc76d578e Tidier improvements 14 年前
  Tuncer Ayaz 2d2aed627f Refactor Dialyzer support to make it more usable 14 年前
  Kostis Sagonas e024778599 Dialyzer related cleanups 14 年前
  Tuncer Ayaz 933e4f7620 Fix dialyzer warning. Thanks Kostis 14 年前
  Tuncer Ayaz 1712425588 Fix another filename:join/2 warning. Thanks Kostis 14 年前
  Tuncer Ayaz 33918a0612 Remove 'install' from available commands list 14 年前
  Andrew Thompson 24cc775e88 Warn when a command is not implemented. Fail when no supplied commands are implemented 15 年前
  Dave Smith ed59ed2b52 Fix bug 629; updated help for new common_test command 14 年前
  Dave Smith b063d3b8df Fix bug 438; add support for listing available templates 14 年前
  Tuncer Ayaz 688430fac0 Document doc command 15 年前
  Dave Smith 02bc52fc6a Add support for embedding VCS info into the version data 15 年前
  Dave Smith ad7a494bde Change semantics of skip_deps=true such that deps still get pre/post processed, just not actually run 15 年前
  Klas Johansson 4dae6318aa Bugfix call to lists:member/2 in ulist/2 15 年前
  Dave Smith 9dda9c2578 Re-adding support for plugin modules 15 年前
  Dave Smith 3df1d4292a Heavy-duty refactor to support truly transitive dependencies 15 年前
  Dave Smith a2f1b62d74 Slightly different fix for bug#5 that avoids running preprocess twice 15 年前