hexec News
Status: Alpha
Brought to you by:
ablock84
The first release of hexec is out now. The basic features are implemented and can already be used. There is of course still a lot missing. If you feel that you have found a bug or a missing feature, use the sf.net bug tracking system or post into the forum.
The initial reason to implement a tool like hexec was to ease the use of ccache on large projects. In my opinion it is too complicated and sometimes not possible to modify the PATH variable or the Makefiles of a project to enable ccache compilation.
The idea was to have a tool that could be used to intercept all kinds of process executions and do whatever you want with the call. In the ccache example, we can simply redirect all gcc calls to ccache.... read more