| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Deprecate old hooks | Tuncer Ayaz | 2011-03-12 | 1 | -0/+17 |
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -60/+84 |
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
* | Use filename:join instead of ?FMT | Tuncer Ayaz | 2011-01-28 | 1 | -2/+4 |
* | Add support for arch specific port_sources | Andrew Tunnell-Jones | 2011-01-17 | 1 | -1/+13 |
* | Apply Tidier suggestions | Tuncer Ayaz | 2011-01-13 | 1 | -1/+4 |
* | Unify executable invocation | Juhani Rankimies | 2011-01-06 | 1 | -9/+13 |
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -3/+2 |
* | Fix dialyzer warning for filename:join/2 calls | Tuncer Ayaz | 2010-09-29 | 1 | -1/+1 |
* | Basic tweaks for compiling ports/nifs on mingw | Dan Gudmundsson | 2010-09-18 | 1 | -1/+20 |
* | Defaulting CC->cc and CXX->c++ for better cross platform support | Dave Smith | 2010-07-12 | 1 | -2/+2 |
* | Fix bug 255; O/S environment vars should be processed last, not first | Dave Smith | 2010-06-22 | 1 | -1/+1 |
* | Complete implementation for simplistic .app.src processing. | Dave Smith | 2010-05-07 | 1 | -6/+2 |
* | Make sure that the so_specs stuff is properly backwards compatible | Dave Smith | 2010-05-03 | 1 | -14/+23 |
* | Add missing CXXFLAGS equivalents of CFLAGS | Tuncer Ayaz | 2010-04-29 | 1 | -0/+3 |
* | merged from basho | Cliff Moon | 2010-04-28 | 1 | -2/+13 |
|\ |
|
| * | Add default CFLAGS for platforms where there can be variation of 32/64 bit Er... | Dave Smith | 2010-04-28 | 1 | -2/+13 |
| * | Refactoring app file access to be via rebar_app_utils in prep for supporting ... | Dave Smith | 2010-04-28 | 1 | -6/+3 |
* | | add new configuration option so_specs which allows multiple drivers to be bui... | Cliff Moon | 2010-04-28 | 1 | -18/+26 |
|/ |
|
* | Fix unused var warning | Tuncer Ayaz | 2010-02-25 | 1 | -1/+1 |
* | Deal properly with env vars that have multiple = in the value | Dave Smith | 2010-02-16 | 1 | -2/+2 |
* | Overhaul env expansion so that rebar fully expands env refs prior to invoking... | Dave Smith | 2010-02-16 | 1 | -22/+78 |
* | Break out arch string function; update ERLANG_TARGET to include bitness of th... | Dave Smith | 2010-02-12 | 1 | -1/+1 |
* | I'm a moron. Make it a string. | Ryan Tilder | 2010-02-10 | 1 | -1/+1 |
* | Adding new vars for scripts to determine architecture (32/64 bit) and target ... | Dave Smith | 2010-02-10 | 1 | -1/+3 |
* | Tweaking order of defaults so that -shared is default across platforms unless... | Dave Smith | 2010-02-01 | 1 | -1/+1 |
* | Removing useless debug message and extraneous newline | Dave Smith | 2010-02-01 | 1 | -2/+0 |
* | Tweak support for controlling so_name | Dave Smith | 2010-01-26 | 1 | -2/+2 |
* | Added so_name entry to rebar.config so linked-in drivers can specify custom .... | Kevin Smith | 2010-01-05 | 1 | -13/+18 |
* | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
* | Deleted trailing whitespace | Tuncer Ayaz | 2009-12-30 | 1 | -6/+6 |
* | Revert change to linking order arguments | Dave Smith | 2009-12-18 | 1 | -1/+1 |
* | Reorder arguments to CC for linking and fix needs_link to function properly | Dave Smith | 2009-12-16 | 1 | -3/+5 |
* | Fixing number of warnings and buglets | Dave Smith | 2009-12-14 | 1 | -1/+1 |
* | Basic implementation of port compiler is now complete | Dave Smith | 2009-12-01 | 1 | -76/+171 |
* | Slowly working out port driver implementation | Dave Smith | 2009-11-30 | 1 | -0/+179 |