[ccache] Help with adding support to custom language

2019-01-03 Thread Andre Calfa via ccache
Hi all, I am new to ccache world and I would appreciate if anyone could provide me with a few suggestions and directions. We currently have our own compiler cache for the compiler we developed, but we would like to switch to ccache if possible. Our compiler takes as input a custom language and ge

[ccache] New source archives for ccache 3.5.1 are now available

2019-01-03 Thread Joel Rosdahl via ccache
The ccache 3.5.1 release archives announced yesterday unfortunately included an incorrectly generated configure script, so they have been pulled. Fixed source archives are available here: https://www.samba.org/ftp/ccache/ccache-3.5.1a.tar.bz2 https://www.samba.org/ftp/ccache/ccache-3.5.1a

Re: [ccache] Help with adding support to custom language

2019-01-03 Thread Joel Rosdahl via ccache
Hi Andre, On Thu, 3 Jan 2019 at 20:39, Andre Calfa via ccache wrote: > We currently have our own compiler cache for the compiler we developed, but > we would like to switch to ccache if possible. Our compiler takes as input > a custom language and generates both a .cpp file and a .h file. I would

Re: [ccache] Help with adding support to custom language

2019-01-03 Thread Andre Calfa via ccache
Hi Joel, Thank you for your reply. > > What problems do you see with your own compiler cache that makes you > consider > using ccache instead? > One of the motivations is that our current compiler cache is only supported locally for each build server. In some cases the compilation of a single inp

Re: [ccache] Help with adding support to custom language

2019-01-03 Thread Joel Rosdahl via ccache
On Thu, 3 Jan 2019 at 23:02, Andre Calfa wrote: > One of the motivations is that our current compiler cache is only supported > locally for each build server. In some cases the compilation of a single > input file takes a long time due to its size, and we cannot avoid its > compilation when the co