Age | Commit message (Expand) | Author | Files | Lines |
2005-03-06 | Also echo the wrapper stages if PKG_VERBOSE is defined, not just when | agc | 1 | -2/+2 |
2005-02-19 | add wrappers to transform arguments for AIX's ld(1), notably, if we | grant | 1 | -1/+27 |
2005-02-16 | properly detect icc 8.1, which needs a different argument to | grant | 1 | -1/+12 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 1 | -1/+22 |
2005-02-15 | The libtool wrapper should always do the compiler wrapper transformations, | jlam | 1 | -3/+1 |
2005-02-14 | Teach the libtool wrapper about the same types of transformations that | jlam | 1 | -1/+3 |
2005-01-18 | Split out the argument pre-processing logic into its own script | jlam | 1 | -3/+36 |
2005-01-11 | Really skip the transformations for imake. This shows the danger in | jlam | 1 | -2/+2 |
2005-01-10 | Fix error in previous that turned off all transformations in all | jlam | 1 | -3/+3 |
2005-01-10 | Avoid the silly optimization in the make logic and push it into the | jlam | 1 | -5/+1 |
2004-12-05 | add handling for some required -Wl, transformations for packages that | grant | 1 | -1/+9 |
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 | -43/+47 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 1 | -3/+31 |
2004-11-12 | Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE as | jlam | 1 | -1/+3 |
2004-10-14 | Oy. For some reason, when doing :O:u, -L and -R options are stripped | tv | 1 | -2/+1 |
2004-10-14 | Big speedup hack: Sort and uniqify ${_WRAP_TRANSFORM_CMDS}. Eliminates | tv | 1 | -1/+2 |
2004-10-09 | Move -D_ALL_SOURCE for Interix, required for nearly every compilation, from | tv | 1 | -1/+4 |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 1 | -1/+15 |
2004-10-04 | Add a scan script that checks for "-v" on the command-line, and prevents | jlam | 1 | -2/+9 |
2004-09-27 | Move some wrapper definitions into a separate file wrapper-defs.mk that is | jlam | 1 | -6/+3 |
2004-09-26 | Make _WRAPPEES into a public variable so that we can more easily create | jlam | 1 | -8/+12 |
2004-09-25 | Add Dan Winship's workaround to allow building on Darwin. This is only a | jlam | 1 | -1/+5 |
2004-09-23 | Move @_WRAP_TRANSFORM_SED@ from the logic script into wrapper.sh so that | jlam | 1 | -2/+3 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -0/+589 |