Re: [lttng-dev] [PATCH] uatomic: Specify complete types for atomic function calls

2015-08-24 Thread Khem Raj
> On Aug 24, 2015, at 9:24 AM, Mathieu Desnoyers > wrote: > > Merged into master, stable-0.8, stable-0.7. > > I edited the patch to use stdint.h types instead. > ah yes. thats better. > Thanks! > > Mathieu > > - On Aug 23, 2015, at 12:38 AM, Khem Raj raj.k...@gmail.com wrote: > >> Th

Re: [lttng-dev] [PATCH] uatomic: Specify complete types for atomic function calls

2015-08-24 Thread Mathieu Desnoyers
Merged into master, stable-0.8, stable-0.7. I edited the patch to use stdint.h types instead. Thanks! Mathieu - On Aug 23, 2015, at 12:38 AM, Khem Raj raj.k...@gmail.com wrote: > This was unearthed by clang compiler where it complained about parameter > mismatch, gcc doesnt notice this >

[lttng-dev] [PATCH lttng-tools v2] Fix: Python agent tests were always skipped

2015-08-24 Thread Jonathan Rajotte
v2: Change the configure report section to emulate the java ust agent test reporting. Introduce --enable-test-python{2,3}-agent and --enable-test-python-agent-all flag on configure. Tests are enabled by default via best effort. Configure looks if it can find python agent for python 2&3 and enabl