[ccache] Testing on other platforms (than Linux)

2017-03-30 Thread Anders Björklund via ccache
Hi ccache! We have earlier had some problems on testing on other *Unix* platforms, like Solaris or FreeBSD. Mostly because none of us are running those... https://github.com/ccache/ccache/issues/148 https://svnweb.freebsd.org/ports/head/devel/ccache/ We are also seeing some bugs that are

Re: [ccache] Visual C/C++ compiler upgrade

2017-03-13 Thread Anders Björklund via ccache
Jean-Dominique GASCUEL wrote: > Dear ccache developers, > > I just started a fork to try to make ccache compatible with Visual C/C++ > compiler (cl), so one can use it with msbuild or nmake based projects... > You can review the current state here: https://github.com/jd-gascuel/ccache > > Current

Re: [ccache] Theoretical question regarding ccache

2017-04-29 Thread Anders Björklund via ccache
Aashaka Shah wrote: > I recently came across ccache as I have an assignment to think of a novel > compiler design or related problem, and having a cache for compilers was > the first thing that came to my mind. I thought of trying it out on > QuantLib, a financial computation library. Hi! It

Re: [ccache] Swift Support?

2017-05-28 Thread Anders Björklund via ccache
Jimmy Yue wrote: > I was wondering if anybody in this list has tried support swift and maybe > even ibtool. I'm looking to implement this myself if there's a gap here, > but if anybody has tried it before and ran into problems I'd love to know. I think the only thing Swift has in common with C++

Re: [ccache] base_dir and symbolic links

2017-09-16 Thread Anders Björklund via ccache
Andreas Wettstein wrote: > In function `make_relative_path` (file `ccache.c`), the given > path is made "canonic" before it is converted to a path relative > to the current working directory. In particular, "canonic" means > that symbolic links are removed. I understand that it makes > sense to

Re: [ccache] ccache - .d files with absolute system header paths

2017-09-16 Thread Anders Björklund via ccache
Karanam Suryanarayana Rao Venkata Krishna wrote: > Hello, > I think I discovered a scenario that results in cache misses in spite of > using CCACHE_BASEDIR. > Consider the following command: > > CCACHE_BASEDIR=$PWD /bin/bash -c "ccache clang++ > -fdebug-prefix-map=/proc/self/cwd= -g -c -MD -MF

Re: [ccache] Combining multiple ccache into one

2018-03-18 Thread Anders Björklund via ccache
Den 2018-03-14 kl. 19:31, skrev Basile Starynkevitch via ccache: > > > On 03/14/2018 06:54 PM, Jason Zhou via ccache wrote: >> Hi, >> >> I am looking for an efficient way to correctly combine multiple ccache from >> hundreds of build machines into a single ccache to build a super set ccache. >