summaryrefslogtreecommitdiff
path: root/src/rebar_port_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
* port_compiler: fix handling of multiple specsTuncer Ayaz2016-08-301-6/+6
* Fix cdb processing when a file is skippedTuncer Ayaz2016-08-281-3/+5
* Merge pull request #617 from tuncer/linkcppLuis Rascão2016-08-261-13/+33
|\
| * port_compiler: auto-select C++ specific link templateTuncer Ayaz2016-08-261-13/+33
* | port_compiler: clean up compile_each()Tuncer Ayaz2016-08-261-21/+25
|/
* port_compiler: generate clang compilation dbTuncer Ayaz2016-08-191-13/+51
* port_compiler: consistently format default_env/0Tuncer Ayaz2016-07-171-2/+2
* Merge pull request #606 from lrascao/fix/revert_590Luis Rascão2016-06-081-3/+2
|\
| * Revert 'Treat port env vars as expandable only if they self reference'Luis Rascão2016-06-071-3/+2
* | Add necessary missing OSX flags for port driver linkingLuis Rascão2016-06-071-3/+3
|/
* Treat port env vars as expandable only if they self referenceLuis Rascão2016-02-191-2/+8
* Merge pull request #538 from tuncer/fix-536Fred Hebert2015-09-121-5/+0
|\
| * Fix #536Tuncer Ayaz2015-08-241-5/+0
* | Complete port compiler help stringTuncer Ayaz2015-09-041-63/+56
|/
* cross-arch: fix up issuesTuncer Ayaz2015-07-021-25/+34
* port_compiler: cross-arch rename variablesTony Rogvall2015-07-021-2/+2
* port_compiler: add cross arch supportTony Rogvall2015-07-021-2/+27
* Remove -m64 flag.Christopher Meiklejohn2015-02-261-1/+1
* Merge pull request #305 from liskin/linux-multiarch-64Fred Hebert2015-01-301-0/+5
|\
| * Fix compiler invocation on multiarch LinuxTomas Janousek2014-06-201-0/+5
* | Merge pull request #293 from liskin/port-depsFred Hebert2014-09-111-6/+29
|\ \ | |/ |/|
| * Check C source dependencies in needs_compileTomas Janousek2014-06-151-6/+29
* | Quote include/lib pathsDan Gudmundsson2014-04-091-4/+4
|/
* Avoid passing more than one instance of ERL_LIBS to child processesJuan Jose Comellas2013-06-131-1/+11
* Add rebar-deps env to port compiler SharedEnvJeremie Lasalle Ratelle2013-05-061-1/+2
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-2/+26
* Support environment vars with unicode charactersJosé Valim2012-11-221-3/+3
* Be sure to filter empty sources (h/t to Tuncer and Joe Norton)Dave Smith2012-11-121-10/+11
* Restore support for so_name, port_envs and port_sourcesDave Smith2012-11-111-10/+41
* Update port_env for Mountain Lion (Noticed-by: Tony Rogvall)Tuncer Ayaz2012-09-011-9/+4
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-10/+15
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-1/+1
* Fix -D handlingJoseph Wayne Norton2012-07-281-6/+6
* Fix indentingTuncer Ayaz2012-07-231-1/+1
* Finalize port_compiler deprecationsTuncer Ayaz2012-07-231-137/+21
* Do not use application:set_envTuncer Ayaz2012-07-231-3/+4
* Remove shared stateTuncer Ayaz2012-07-131-17/+20
* Merge pull request #157 from dch/dch-windows-msvc-supportDave Smith2012-07-111-1/+25
|\
| * Windows: add native SDK supportDave Cottlehuber2012-06-081-1/+25
* | Fix #247 (Reported-by: Uvarov Michael)Tuncer Ayaz2012-06-171-2/+1
* | Manually format port_compiler errors with absolute pathTuncer Ayaz2012-06-111-3/+17
|/
* Fix file extension bug (Reported-by: Tony Rogvall)Tuncer Ayaz2012-05-141-3/+3
* Do not use inherited port optionsTuncer Ayaz2012-04-231-16/+17
* Add support for target-specific port optionsTuncer Ayaz2012-04-161-176/+200
* Deprecate port_envs in favor of port_envTuncer Ayaz2012-03-091-50/+52
* Remove debug logTuncer Ayaz2012-02-121-1/+0
* Fix regression in port_compiler needs_link checkTuncer Ayaz2012-02-101-6/+12
* Use lists:flatmap/2Tuncer Ayaz2012-02-071-6/+6
* Rework port compiler supportTuncer Ayaz2012-02-031-75/+200
* Fix -D and -v handling with new getopt.erlTuncer Ayaz2012-01-291-8/+3