[lttng-dev] [RELEASE] LTTng-Tools 2.9.4 - Joannès

2017-02-20 Thread Jérémie Galarneau
Hi all, Today we are releasing the fourth bug-fix release of LTTng-Tools 2.9. This release addresses a number of issues listed below. 2017-02-20 lttng-tools 2.9.4 (Love Your Pet Day) * Port: Link with no-undefined on Windows * Port: win32 DLLs don't support hidden symbols

[lttng-dev] [RELEASE] Babeltrace 1.5.2

2017-02-20 Thread Jérémie Galarneau
Hi all, We are releasing Babeltrace 1.5.2, which is a bug-fix release. Babeltrace is an open source trace format converter. The Babeltrace project provides a library, Python bindings for this library, as well as a handy command-line tool—aptly named babeltrace—which makes it very easy to view

Re: [lttng-dev] [PATCH babeltrace stable-1.5 1/5] Port: replace strerror_r() with glib g_strerror()

2017-02-20 Thread Jérémie Galarneau
All patches were merged in stable-1.5. Thanks! Jérémie On 2 February 2017 at 17:03, Michael Jeanson wrote: > Signed-off-by: Michael Jeanson > Acked-by: Mathieu Desnoyers > --- > configure.ac

Re: [lttng-dev] [PATCH lttng-ust] Fix: CMake examples integration

2017-02-20 Thread Mathieu Desnoyers
- On Feb 20, 2017, at 4:52 PM, Jonathan Rajotte jonathan.rajotte-jul...@efficios.com wrote: > Hi, > > On 2017-02-20 04:48 PM, Michael Jeanson wrote: >> Fix multiple issues with the CMake examples integration with our build >> system. > > Could you provide more context?

Re: [lttng-dev] [PATCH lttng-ust] Fix: CMake examples integration

2017-02-20 Thread Mathieu Desnoyers
This fixes: https://bugs.lttng.org/issues/1089 Adding this line to the changelog: Fixes #1089 merged into master and stable-2.9, thanks! Mathieu - On Feb 20, 2017, at 4:48 PM, Michael Jeanson mjean...@efficios.com wrote: > Fix multiple issues with the CMake examples integration with our

Re: [lttng-dev] [PATCH lttng-ust] Fix: CMake examples integration

2017-02-20 Thread Jonathan Rajotte Julien
Hi, On 2017-02-20 04:48 PM, Michael Jeanson wrote: > Fix multiple issues with the CMake examples integration with our build > system. Could you provide more context? Cheers > > Signed-off-by: Michael Jeanson > --- > .gitignore | 1 + >

[lttng-dev] [PATCH lttng-ust] Fix: CMake examples integration

2017-02-20 Thread Michael Jeanson
Fix multiple issues with the CMake examples integration with our build system. Signed-off-by: Michael Jeanson --- .gitignore | 1 + doc/examples/Makefile.am | 12 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore

Re: [lttng-dev] [PATCH babeltrace] Build Python bindings with distutils for consistent installs

2017-02-20 Thread Francis Deslauriers
I noticed some shortcomings for this patch. I will send an updated version shortly. Francis 2017-02-17 15:59 GMT-05:00 Francis Deslauriers : > This patch changes the build system used to compile and install the > Python Bindings. Distutils is used to find the

[lttng-dev] [PATCH Babeltrace] Fix: add exported symbols to a public header

2017-02-20 Thread Mohamad Gebai
Some symbols that are exported by libbabeltrace were moved to a private header (events-internal.h). This commit brings them back to their original public header (events.h). Signed-off-by: Mohamad Gebai --- include/babeltrace/ctf/events-internal.h | 231