summaryrefslogtreecommitdiff
path: root/Mk/Uses/compiler.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* compiler.mk: Update clang dependency to v10; clean up duplicationJoseph Mingrone2021-01-211-95/+9
* Support compiler version >= 10 (again).Jung-uk Kim2020-03-131-2/+2
* Revert r528363, it's broken for llvm < 10Antoine Brodin2020-03-131-2/+2
* Support compiler version >= 10.Jung-uk Kim2020-03-131-2/+2
* All supported versions of FreeBSD that install clang have version 6.0.0 orAntoine Brodin2018-12-231-4/+4
* Add support for USES=compiler:c++17-langAntoine Brodin2018-06-111-2/+27
* Update USES=compiler:c++14-lang to Clang 6.0 on FreeBSD 10Jan Beich2018-04-271-16/+16
* Don't add 'yes' onto the end of errored std output lookups.Bryan Drewery2018-03-161-1/+1
* PORTS_ENV: Reorder CC hash and std hash so CC's comes first.Bryan Drewery2018-03-141-4/+4
* PORTS_ENV: Rename OUTPUT_* to CC_OUTPUT_* to be more clearly related to compi...Bryan Drewery2018-03-141-4/+4
* Add compiler.mk to PORTS_ENV.Bryan Drewery2018-02-281-3/+30
* Replace llvm 3.4 by llvm 5.0, as a choice for people who enforce clangBaptiste Daroussin2018-02-061-12/+12
* Update USES=compiler:c++14-lang to Clang 5.0 on FreeBSD 10Jan Beich2017-12-271-4/+4
* Replace USE_GCC=5+ by USE_GCC=yes in the case of USES=compiler:c++14-lang.Gerald Pfeifer2017-09-121-1/+1
* Use llvm 4.0 for c++14Baptiste Daroussin2017-04-301-4/+4
* - Remove checks for .PARSEDIR and vestiges of pmake supportAlex Kozlov2017-04-261-8/+0
* Remove support for FreeBSD < 10.3 from Mk/*Rene Ladan2017-01-031-6/+0
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsJan Beich2016-12-161-0/+9
* All supported versions of FreeBSD that install clang have version 3.4.1 orAntoine Brodin2016-11-121-6/+6
* Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-5/+5
* Extend r405599 to make COMPILER_VERSION and ALT_COMPILER_VERSION moreAntoine Brodin2016-01-141-1/+5
* Make COMPILER_VERSION more compatible with clang 3.8 trunk.Bryan Drewery2016-01-081-1/+5
* Drop 8 support.Mathieu Arnold2015-10-151-16/+0
* Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedBaptiste Daroussin2015-10-151-2/+2
* Drop the necessity to add ${PORTSDIR} to dependency lineBaptiste Daroussin2015-10-141-2/+2
* Bump the version of clang to 3.6 when c++14-lang is specifiedBrad Davis2015-08-081-4/+4
* Add support for USES= compiler:c++14Brad Davis2015-07-141-2/+31
* Set CHOSEN_COMPILER_TYPE for USES=compiler:gcc-c++11-libAntoine Brodin2014-12-281-0/+1
* Enforce clang 3.4 in USES=c*11*,objc,gnustep as clang 3.3 has some bugsAntoine Brodin2014-11-211-6/+6
* Switch from clang33 to clang34 for ports using compiler:*11*, objc orAntoine Brodin2014-10-181-12/+12
* Change the way USES is handled:Tijl Coosemans2014-09-281-1/+1
* Avoid using clang as a fallback compiler on Tier-2 systems for C++0xNathan Whitehorn2014-06-291-2/+2
* - Fix logic from r359424 to not always apply - only apply on tier2 archs.Bryan Drewery2014-06-271-1/+1
* On some Tier-2 platforms (e.g. PowerPC), clang kind of works and so isNathan Whitehorn2014-06-261-1/+3
* Add compiler:gcc-c++11-lib to instrument gcc linking with libc++ on system wh...Baptiste Daroussin2014-04-081-2/+14
* Move MAINTAINER lines to the end of the initial comment block andGerald Pfeifer2014-03-151-2/+2
* Now that default gcc is 4.7 switch back to USE_GCC=yes where appropriateBaptiste Daroussin2014-03-121-6/+6
* Mention the new c++0x argument.Rene Ladan2014-01-101-1/+2
* Fix testBaptiste Daroussin2014-01-091-1/+1
* Make gcc 4.6 is sufficient for c++0xBaptiste Daroussin2014-01-091-1/+1
* Allow to choose clang from base on 9.2 when looking for a C11 compilerBaptiste Daroussin2014-01-091-3/+38
* Spell out "nestedfct"Rene Ladan2013-12-151-1/+1
* Mention nestedfct parameter.Rene Ladan2013-12-151-10/+11
* Add compiler:nestedfct which will automatically probe USE_GCC=anyBaptiste Daroussin2013-12-131-1/+10
* Fix a typoBaptiste Daroussin2013-11-201-1/+1
* Swap compiler.mk to use gcc 4.7 when requesting a C++11/C11 compiler and clan...Baptiste Daroussin2013-11-201-4/+4
* Add CHOSEN_COMPILER_TYPE which can be clang or gccBaptiste Daroussin2013-11-201-0/+13
* Make sure clang uses ports ld on FreeBSD 8Baptiste Daroussin2013-11-151-0/+2
* On FreeBSD 8 clang will need a newer version of binutils.Baptiste Daroussin2013-11-121-0/+6
* Allow base clang to be used if version is >= 3.3Baptiste Daroussin2013-11-071-0/+22