Age | Commit message (Expand) | Author | Files | Lines |
2006-12-15 | Remove trailing spaces. | martti | 2 | -10/+10 |
2006-12-14 | Add a --wrappee-name command line option to simply return the name of | dmcmahill | 1 | -1/+5 |
2006-12-10 | Converted to using the functions from wrapper-subr.sh. | rillig | 1 | -31/+28 |
2006-12-10 | + -M | rillig | 1 | -1/+2 |
2006-12-09 | Added a small program to test a single transformation plug-in. | rillig | 1 | -0/+41 |
2006-12-09 | Since the wrapper transformations are usually quite hard to follow and | rillig | 1 | -1/+7 |
2006-12-09 | + -fno-implicit-templates | rillig | 1 | -2/+3 |
2006-12-08 | The SunPro C++ compiler knows the -template=* option. | rillig | 1 | -2/+3 |
2006-12-07 | + -Wcast-align | rillig | 1 | -1/+8 |
2006-12-05 | SunPro knows the -mt option for enabling multi-threaded options. | rillig | 1 | -3/+4 |
2006-12-01 | Added -pipe and -Wno-implicit-int to the list of known gcc options. | rillig | 1 | -1/+3 |
2006-11-30 | Converted the MIPSpro wrappers to use the transform_* functions. | rillig | 2 | -73/+52 |
2006-11-30 | The function transform_pass_with_warning() also gets its debugging | rillig | 1 | -1/+2 |
2006-11-30 | Adjusted the indentation and the order of checks to match the other | rillig | 1 | -120/+82 |
2006-11-30 | Made the code simpler by converting it to the new transform_* functions. | rillig | 1 | -74/+45 |
2006-11-30 | Added handlers for the standard options. | rillig | 1 | -14/+17 |
2006-11-30 | Removed the transform_to_nocache() function, since it is unused. | rillig | 1 | -10/+7 |
2006-11-30 | Converted to use the new transform_* functions from wrapper-subr.sh. | rillig | 2 | -39/+42 |
2006-11-30 | Added transform_to_and_split(), which removes the need for the | rillig | 1 | -1/+9 |
2006-11-30 | Minor reformatting. I'm still not sure what the ideal indentation and | rillig | 1 | -17/+13 |
2006-11-30 | Reformatted the file to look more beautiful. | rillig | 1 | -42/+39 |
2006-11-29 | The -E option should be passed to SunPro without a warning. | rillig | 1 | -1/+4 |
2006-11-26 | Removed the separate files for the cache header and footer. This makes | rillig | 5 | -110/+11 |
2006-11-26 | Found some more known options for gcc. | rillig | 1 | -1/+9 |
2006-11-26 | Merged the transformations from the Solaris-specific gcc part into the | rillig | 3 | -54/+12 |
2006-11-26 | Converted this file to use the shell functions provided in | rillig | 1 | -29/+30 |
2006-11-26 | Oops, unknown options should be _passed_ to the real compiler, not | rillig | 1 | -5/+7 |
2006-11-26 | Added a transformation file for gcc to check for unknown options. | rillig | 2 | -1/+49 |
2006-11-26 | Renamed transform_pass_unknown to transform_pass_with_warning and added | rillig | 2 | -6/+15 |
2006-11-26 | transform_pass_unknown writes its warning into the wrapper log file, | rillig | 1 | -2/+2 |
2006-11-26 | Moved the definition of append_extra_args a bit to make the code a | rillig | 1 | -4/+3 |
2006-11-14 | Fixed indentation of the debugging messages and the missing newline at | rillig | 1 | -4/+3 |
2006-11-11 | Converted the SunPro wrapper to use the functions from wrapper-subr.sh. | rillig | 1 | -101/+88 |
2006-11-11 | Added wrapper-subr.sh, which provides shell functions that are useful to | rillig | 3 | -4/+51 |
2006-11-11 | Made the SunPro compiler understand gcc's -MM option for generating | rillig | 1 | -1/+6 |
2006-11-03 | The Tru64 linker does not know -h ${soname}, only -soname ${soname}. | rillig | 2 | -2/+12 |
2006-11-02 | Removed some code duplication, which results in 120 lines less code. | rillig | 1 | -147/+29 |
2006-10-26 | -E is an alias for --export-dynamic, which the Solaris linker does not | rillig | 1 | -2/+2 |
2006-10-21 | The "scan" program does not modify "$@". | rillig | 1 | -7/+2 |
2006-10-21 | Fixed the "inconsistent update" problem when using the pkgsrc wrapper | rillig | 3 | -7/+14 |
2006-10-21 | When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapper | rillig | 1 | -3/+5 |
2006-09-17 | When $debug_log is set to ":" and at the same time $IFS is ":", the | rillig | 3 | -3/+7 |
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 9 | -57/+57 |
2006-07-31 | From the second point in Krister's mail to tech-pkg: | jlam | 1 | -7/+7 |
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 9 | -57/+57 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 1 | -2/+2 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 1 | -2/+2 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -2/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -12/+12 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+2 |