Re: [waffle] [PATCH 03/12] core: store current context in wcore_display

2016-04-08 Thread Chad Versace
n 01/08/2016 04:15 AM, Emil Velikov wrote: > On 6 January 2016 at 21:56, Frank Henigman wrote: >> For core functions that need to know the current context, like the >> forthcoming wflinfo-like function. >> >> Signed-off-by: Frank Henigman >> --- >> src/waffle/api/waffle_gl_misc.c | 11 +++---

Re: [waffle] [PATCH 04/12] core: add JSON library

2016-04-08 Thread Chad Versace
On 01/08/2016 04:17 AM, Emil Velikov wrote: > On 6 January 2016 at 21:56, Frank Henigman wrote: >> A small library for building JSON strings. >> >> Signed-off-by: Frank Henigman >> --- >> src/waffle/CMakeLists.txt | 1 + >> src/waffle/core/json.c| 235 >> ++

Re: [waffle] [PATCH 06/12] wflinfo: add option for JSON output

2016-04-08 Thread Chad Versace
On 01/06/2016 11:56 AM, Frank Henigman wrote: > With "-f json" wflinfo will now print the result of > waffle_display_info_json(). > > Signed-off-by: Frank Henigman > --- > src/utils/wflinfo.c | 40 > 1 file changed, 36 insertions(+), 4 deletions(-) > > d