Re: [Mesa-dev] [PATCH v2] clover: compile all sources with c++11

2015-04-29 Thread Tom Stellard
I've pushed this patch, thanks! -Tom On Tue, Apr 21, 2015 at 03:49:09PM +0200, EdB wrote: > Later we can remove the compat code > > According to Francisco Jerez, it happen that some time llvm requiring exotic > compilation flags and it would be preferable not to to contaminate the rest of > the

Re: [Mesa-dev] [PATCH v2] clover: compile all sources with c++11

2015-04-21 Thread Francisco Jerez
Emil Velikov writes: > On 21/04/15 14:04, Francisco Jerez wrote: >> EdB writes: >> >>> Later we can remove the compat code >>> >>> According to Francisco Jerez, it happen that some time llvm requiring exotic >>> compilation flags and it would be preferable not to to contaminate the rest >>> of

Re: [Mesa-dev] [PATCH v2] clover: compile all sources with c++11

2015-04-21 Thread Emil Velikov
On 21/04/15 14:04, Francisco Jerez wrote: > EdB writes: > >> Later we can remove the compat code >> >> According to Francisco Jerez, it happen that some time llvm requiring exotic >> compilation flags and it would be preferable not to to contaminate the rest >> of >> the clover build and keep th

Re: [Mesa-dev] [PATCH v2] clover: compile all sources with c++11

2015-04-21 Thread Francisco Jerez
EdB writes: > Later we can remove the compat code > > According to Francisco Jerez, it happen that some time llvm requiring exotic > compilation flags and it would be preferable not to to contaminate the rest of > the clover build and keep the 3 statics libs Not terribly informative... Without

[Mesa-dev] [PATCH v2] clover: compile all sources with c++11

2015-04-21 Thread EdB
Later we can remove the compat code According to Francisco Jerez, it happen that some time llvm requiring exotic compilation flags and it would be preferable not to to contaminate the rest of the clover build and keep the 3 statics libs --- src/gallium/state_trackers/clover/Makefile.am | 3 ++- 1