Age | Commit message (Expand) | Author | Files | Lines |
2018-08-12 | mk/compiler.mk: sort supported compilers alphabetically | rillig | 1 | -3/+3 |
2018-01-26 | mk/compiler.mk: Support gnu++03 and c++03 in USE_LANGUAGES. | jperkin | 1 | -6/+6 |
2017-07-04 | Improve USE_LANGUAGES explanation | gdt | 1 | -3/+9 |
2017-06-10 | Restore c++ support in ccache.mk | kamil | 1 | -2/+7 |
2017-05-18 | Consolidate setting of SSP flags now that multiple compilers support it. | jperkin | 1 | -1/+11 |
2017-05-03 | Add support to USE_LANGUAGES for C++ standards from c++0x to gnu++14. | jperkin | 1 | -3/+21 |
2016-11-10 | Prepend the ABI flags to allow interested programs like qemu to | joerg | 1 | -4/+4 |
2014-12-09 | Pass down ABI flags for cwrappers too. | joerg | 1 | -1/+4 |
2013-07-07 | compiler.mk: Fix Ada packages when PKGSRC_COMPILER=clang | marino | 1 | -1/+7 |
2012-12-12 | compiler.mk, gcc.mk: Implement DRAGONFLY_CCVER | marino | 1 | -1/+5 |
2012-08-09 | _LINKER_ABI_FLAG.* is not set anywhere in pkgsrc, remove to avoid confusion. | jperkin | 1 | -2/+1 |
2012-08-09 | Ensure the Fortran wrappers specify the correct ABI if necessary. Fixes a | jperkin | 1 | -1/+2 |
2012-07-08 | compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= ada | marino | 1 | -4/+10 |
2012-06-27 | Ensure the Solaris native linker is used by default, avoids conflicts | jperkin | 1 | -1/+10 |
2012-04-13 | Move USE_PKGSRC_GCC from compler.mk to compler/gcc.mk and make it a yes/no | sbd | 1 | -24/+1 |
2010-11-17 | Revert unwanted part (uncompleted msc support) from last commit. | obache | 1 | -3/+1 |
2010-11-17 | Replaced with ASCII char `-'. | obache | 1 | -2/+4 |
2010-09-23 | Add support for clang. | ahoka | 1 | -2/+4 |
2010-07-30 | Implement "fortran77" as alias for "fortran". | asau | 1 | -4/+4 |
2009-07-08 | Add g95 support to the compiler framework, based on the existing f2c | markd | 1 | -2/+2 |
2009-05-30 | Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for the | joerg | 1 | -2/+10 |
2008-10-20 | Grammar fix in error message. | wiz | 1 | -2/+2 |
2008-10-20 | Sanitise the error message of the fail-wrapper: | ahoka | 1 | -3/+3 |
2008-02-13 | Added a keyword for "bmake help". | rillig | 1 | -1/+2 |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -4/+4 |
2007-10-17 | Made the .include lines simpler. | rillig | 1 | -3/+3 |
2007-09-20 | Added variable descriptions. | rillig | 1 | -1/+6 |
2007-09-18 | For Portable C Compiler. | reed | 1 | -2/+3 |
2007-06-09 | There was one ">" too much, so the fail-wrapper warning was printed | rillig | 1 | -2/+2 |
2007-06-08 | Changed the wording of the warning messages when a compiler-fail-wrapper | rillig | 1 | -3/+7 |
2007-04-17 | add support for the HP-UX C/aC++ compilers | tnn | 1 | -2/+3 |
2006-12-03 | If 'c99' is in USE_LANGUAGES also add 'c'. | seb | 1 | -1/+6 |
2006-12-02 | Instead of setting compiler flags in each package if it uses C99, | jschauma | 1 | -3/+3 |
2006-11-16 | Allow CPP to be set to something not on the PATH (as used to work in | markd | 1 | -1/+5 |
2006-07-27 | Make the language warning a bit less forceful, since it is often a false | joerg | 1 | -3/+3 |
2006-07-22 | The C compiler is also used for Objective C, so the c-fail-wrapper is | rillig | 1 | -3/+3 |
2006-07-20 | Up to now, the language "c" has always been enabled, no matter if the | rillig | 1 | -5/+9 |
2006-07-02 | Reordered the variables in the interface comment so that all | rillig | 1 | -8/+8 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -2/+8 |
2006-05-12 | Fix a problem that occurs if compiler.mk is included in a package's | jlam | 1 | -5/+6 |
2006-05-11 | Make build failures due to the previous commit less mysterious by using | jlam | 1 | -3/+16 |
2006-05-06 | Force unrequested languages to be unavailable by setting them to ${FALSE}. | tv | 1 | -1/+12 |
2005-10-16 | added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3. | schwarz | 1 | -2/+3 |
2005-02-16 | note that xlc support is on Darwin. | grant | 1 | -2/+2 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 1 | -2/+3 |
2005-01-24 | Merge down janitorial change from tv-derecurse branch: | tv | 1 | -4/+1 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -8/+15 |
2005-01-10 | Sort the compiler list in the comments. | jlam | 1 | -3/+3 |
2004-11-30 | Remove the trailing whitespace in the values of the toolchain variables | jlam | 1 | -1/+5 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -8/+10 |