36 Revīzijas (4ceb9e07a3408469c9a9f23203358868823779e0)

Autors SHA1 Ziņojums Datums
  Tuncer Ayaz 4ceb9e07a3 Deprecate old hooks pirms 14 gadiem
  Tuncer Ayaz 63de05d914 Clean up code pirms 14 gadiem
  Tuncer Ayaz c466076ffb Clean up emacs file local variables pirms 14 gadiem
  Tuncer Ayaz 926baa1c31 Use filename:join instead of ?FMT pirms 14 gadiem
  Andrew Tunnell-Jones b52b82cc29 Add support for arch specific port_sources pirms 14 gadiem
  Tuncer Ayaz e4036cbe56 Apply Tidier suggestions pirms 14 gadiem
  Juhani Rankimies 52ca7795fe Unify executable invocation pirms 14 gadiem
  Kostis Sagonas 7dc76d578e Tidier improvements pirms 14 gadiem
  Tuncer Ayaz d590c18b5a Fix dialyzer warning for filename:join/2 calls pirms 14 gadiem
  Dan Gudmundsson 83cece0f80 Basic tweaks for compiling ports/nifs on mingw pirms 14 gadiem
  Dave Smith 5ee59c377a Defaulting CC->cc and CXX->c++ for better cross platform support pirms 15 gadiem
  Dave Smith 3588c69ad2 Fix bug 255; O/S environment vars should be processed last, not first pirms 15 gadiem
  Dave Smith 2af6dc84ae Complete implementation for simplistic .app.src processing. pirms 15 gadiem
  Dave Smith ff1cf0365b Make sure that the so_specs stuff is properly backwards compatible pirms 15 gadiem
  Tuncer Ayaz 60c649bc4e Add missing CXXFLAGS equivalents of CFLAGS pirms 15 gadiem
  Cliff Moon c3fe43a0ba add new configuration option so_specs which allows multiple drivers to be built in the same project. pirms 15 gadiem
  Dave Smith f81cf34bb9 Add default CFLAGS for platforms where there can be variation of 32/64 bit Erlang VMs pirms 15 gadiem
  Dave Smith c19b8ac003 Refactoring app file access to be via rebar_app_utils in prep for supporting .app.src pirms 15 gadiem
  Tuncer Ayaz 23781ae460 Fix unused var warning pirms 15 gadiem
  Dave Smith 6714d47efb Deal properly with env vars that have multiple = in the value pirms 15 gadiem
  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. pirms 15 gadiem
  Dave Smith 96c1ceba60 Break out arch string function; update ERLANG_TARGET to include bitness of the Erlang target pirms 15 gadiem
  Ryan Tilder f502bb09dd I'm a moron. Make it a string. pirms 15 gadiem
  Dave Smith 268405d0dc Adding new vars for scripts to determine architecture (32/64 bit) and target platform of Erlang VM; courtesy of rtilder pirms 15 gadiem
  Dave Smith bd510dea20 Tweaking order of defaults so that -shared is default across platforms unless explicitly overridden pirms 15 gadiem
  Dave Smith f333bc2a92 Removing useless debug message and extraneous newline pirms 15 gadiem
  Dave Smith 1582f2e243 Tweak support for controlling so_name pirms 15 gadiem
  Kevin Smith bfcb54cbc9 Added so_name entry to rebar.config so linked-in drivers can specify custom .so names pirms 15 gadiem
  Tuncer Ayaz 9a8015f2d7 Added vi modeline/emacs local variables to file headers pirms 15 gadiem
  Tuncer Ayaz 8c85021c1e Deleted trailing whitespace pirms 15 gadiem
  Dave Smith 2f1d415a70 Revert change to linking order arguments pirms 15 gadiem
  Dave Smith ee0c6ad086 Reorder arguments to CC for linking and fix needs_link to function properly pirms 15 gadiem
  Dave Smith d6600ab506 Fixing number of warnings and buglets pirms 15 gadiem
  Dave Smith d885b1c04c Basic implementation of port compiler is now complete pirms 15 gadiem
  Dave Smith c7c1001012 Slowly working out port driver implementation pirms 15 gadiem