19 次代码提交 (f81cf34bb9d29c72cfdaba4cd0e64aafcf34d355)

作者 SHA1 备注 提交日期
  Dave Smith f81cf34bb9 Add default CFLAGS for platforms where there can be variation of 32/64 bit Erlang VMs 15 年前
  Dave Smith c19b8ac003 Refactoring app file access to be via rebar_app_utils in prep for supporting .app.src 15 年前
  Tuncer Ayaz 23781ae460 Fix unused var warning 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 年前
  Dave Smith 96c1ceba60 Break out arch string function; update ERLANG_TARGET to include bitness of the Erlang target 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 年前
  Dave Smith bd510dea20 Tweaking order of defaults so that -shared is default across platforms unless explicitly overridden 15 年前
  Dave Smith f333bc2a92 Removing useless debug message and extraneous newline 15 年前
  Dave Smith 1582f2e243 Tweak support for controlling so_name 15 年前
  Kevin Smith bfcb54cbc9 Added so_name entry to rebar.config so linked-in drivers can specify custom .so names 15 年前
  Tuncer Ayaz 9a8015f2d7 Added vi modeline/emacs local variables to file headers 15 年前
  Tuncer Ayaz 8c85021c1e Deleted trailing whitespace 15 年前
  Dave Smith 2f1d415a70 Revert change to linking order arguments 15 年前
  Dave Smith ee0c6ad086 Reorder arguments to CC for linking and fix needs_link to function properly 15 年前
  Dave Smith d6600ab506 Fixing number of warnings and buglets 15 年前
  Dave Smith d885b1c04c Basic implementation of port compiler is now complete 15 年前
  Dave Smith c7c1001012 Slowly working out port driver implementation 15 年前