Raphael Isemann

Results 9 comments of Raphael Isemann

Could be an error from an underlying library where the error message is displayed in the UI.

I think elementary does this via xgettext: Here is a CMake example: http://bazaar.launchpad.net/~elementary-pantheon/pantheon-greeter/trunk/view/head:/cmake/Translations.cmake

I'm fine with this. In theory we only need to have some check if CMake is invoked on its own and then either use the old CMake or the current...

Actually this might require a smarter initialization routine than just 0 when I look at the code as this seems to be some kind of enum...

Travis has the LLVM repository setup, so I think we could get the most recent clang from there for completion testing.

@scop Hmm, I'm not sure how this would for example work on OS X. Because clang there is provided by Apple, but bash-completion scripts by the brew maintainers. Any idea...

Note: The removed line `fill_n ( argv[i], fArgv[i].length() + 1, 0 );` is also a buffer overflow.

#12088 should fix the build issues with the current cairo in master.

Rebased on top of the linked build fix