Re: [ccache] Win32 support.

2010-07-16 Thread Joel Rosdahl
On 2010-07-16 22:04, Ramiro Polla wrote: > [...] > Updated. > > Also fixed a couple of issues related to 64-bit Windows pointed out by > the KDE devs. Merged now. Many thanks for your work! > By the way there's still a failure with out-of-tree builds for the > testsuite, but I've just worked arou

Re: [ccache] Win32 support.

2010-07-16 Thread Ramiro Polla
On Fri, Jul 16, 2010 at 12:00 PM, Joel Rosdahl wrote: > "Implement is_full_path() helper function": This doesn't work if the > path is "../foo" or any other relative path other than "./foo". Doesn't > just searching for "/" or "\\" work on Windows too? Changed to just searching for '/' or '\\'.

Re: [ccache] Win32 support.

2010-07-16 Thread Joel Rosdahl
On 2010-07-15 22:07, Ramiro Polla wrote: > I updated the fork at http://github.com/ramiropolla/ccache > > I also went through all the issues from other forks from > http://code.google.com/p/ccache-win32/ and > http://gitorious.org/ccache-win and fixed them. Splendid! "Run stat() before open() on