summaryrefslogtreecommitdiff
path: root/src/rebar_port_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
* Fail if erl_interface not foundJesse Gumm2011-12-081-2/+10
* Add support for first_files to port compilerTim Watson2011-11-301-3/+22
* Remove obsolete comments (thanks Tim Watson)Tuncer Ayaz2011-11-041-8/+0
* Fix comments and formattingTuncer Ayaz2011-10-261-7/+11
* Overhaul environment expansion for better performanceDave Smith2011-10-261-28/+41
* Add -D support to rebar_port_compilerTuncer Ayaz2011-10-231-1/+11
* Limit line lengthTuncer Ayaz2011-08-201-2/+4
* Support command invocation on Windows without MSYSJan Klötzke2011-08-201-19/+7
* Extend port compiler default env for Darwin 11 32-bitTuncer Ayaz2011-08-011-1/+6
* Apply Tidier suggestionsTuncer Ayaz2011-06-021-1/+1
* Make port compilation template configurableJuhani Rankimies2011-06-021-15/+40
* Cleanup deprecations now that R14B03 is releasedTuncer Ayaz2011-05-311-41/+1
* Extract code to get wordsize into helper functionTuncer Ayaz2011-05-311-8/+1
* Use external wordsize to get emulator build archSteve Vinoski2011-05-311-1/+8
* Change arch-specific port_sources to take a listAndrew Tunnell-Jones2011-05-281-6/+6
* Fix leftover whitespace errorsTuncer Ayaz2011-05-231-9/+9
* Fix indentation errorsTuncer Ayaz2011-05-231-37/+36
* Fix indentation errorsTuncer Ayaz2011-05-211-36/+37
* Change logic to support more port env use casesAnthony Molinaro2011-05-131-11/+41
* Fix code readability in port_compilerTuncer Ayaz2011-05-121-15/+15
* Add missing newline in port_compiler debug msgTuncer Ayaz2011-04-281-1/+1
* Add support for command-specific env for hooksTuncer Ayaz2011-04-211-11/+12
* Deprecate fail_on_warning and refactor codeTuncer Ayaz2011-04-071-17/+6
* Deprecate old hooksTuncer Ayaz2011-03-121-0/+17
* Clean up codeTuncer Ayaz2011-02-061-60/+84
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Use filename:join instead of ?FMTTuncer Ayaz2011-01-281-2/+4
* Add support for arch specific port_sourcesAndrew Tunnell-Jones2011-01-171-1/+13
* Apply Tidier suggestionsTuncer Ayaz2011-01-131-1/+4
* Unify executable invocationJuhani Rankimies2011-01-061-9/+13
* Tidier improvementsKostis Sagonas2010-10-261-3/+2
* Fix dialyzer warning for filename:join/2 callsTuncer Ayaz2010-09-291-1/+1
* Basic tweaks for compiling ports/nifs on mingwDan Gudmundsson2010-09-181-1/+20
* Defaulting CC->cc and CXX->c++ for better cross platform supportDave Smith2010-07-121-2/+2
* Fix bug 255; O/S environment vars should be processed last, not firstDave Smith2010-06-221-1/+1
* Complete implementation for simplistic .app.src processing.Dave Smith2010-05-071-6/+2
* Make sure that the so_specs stuff is properly backwards compatibleDave Smith2010-05-031-14/+23
* Add missing CXXFLAGS equivalents of CFLAGSTuncer Ayaz2010-04-291-0/+3
* merged from bashoCliff Moon2010-04-281-2/+13
|\
| * Add default CFLAGS for platforms where there can be variation of 32/64 bit Er...Dave Smith2010-04-281-2/+13
| * Refactoring app file access to be via rebar_app_utils in prep for supporting ...Dave Smith2010-04-281-6/+3
* | add new configuration option so_specs which allows multiple drivers to be bui...Cliff Moon2010-04-281-18/+26
|/
* Fix unused var warningTuncer Ayaz2010-02-251-1/+1
* Deal properly with env vars that have multiple = in the valueDave Smith2010-02-161-2/+2
* Overhaul env expansion so that rebar fully expands env refs prior to invoking...Dave Smith2010-02-161-22/+78
* Break out arch string function; update ERLANG_TARGET to include bitness of th...Dave Smith2010-02-121-1/+1
* I'm a moron. Make it a string.Ryan Tilder2010-02-101-1/+1
* Adding new vars for scripts to determine architecture (32/64 bit) and target ...Dave Smith2010-02-101-1/+3
* Tweaking order of defaults so that -shared is default across platforms unless...Dave Smith2010-02-011-1/+1
* Removing useless debug message and extraneous newlineDave Smith2010-02-011-2/+0