[lttng-dev] [lttng-ust GIT PULL] Doc: add a CMake example
Sebastien Boisvert
sboisvert at gydle.com
Fri Jun 17 04:09:07 UTC 2016
Hi Mathieu,
Please pull 7 commits for a new example in the documentation:
The following changes since commit 01f0e40ce5b0c30c7c0706b63532049b311c83cf
are available in the git repository at
https://github.com/sebhtml/lttng-ust.git tags/cmake-multiple-shared-libraries.2016-06-17
Sebastien Boisvert (7):
Doc: add CMake example
Doc: clean up cmake example
Doc: add a trace.sh script in the cmake example
Doc: clean up cmake file
Doc: fix English issue
Doc: rename cmake example
Doc: ship cmake example with 'make distcheck'
doc/examples/Makefile.am | 15 +++++++++++++
doc/examples/cmake-multiple-shared-libraries/CMakeLists.txt | 20 +++++++++++++++++
doc/examples/cmake-multiple-shared-libraries/README.md | 52 +++++++++++++++++++++++++++++++++++++++++++++
doc/examples/cmake-multiple-shared-libraries/aligner-lib.cpp | 16 ++++++++++++++
doc/examples/cmake-multiple-shared-libraries/aligner-lib.h | 7 ++++++
doc/examples/cmake-multiple-shared-libraries/aligner.cpp | 10 +++++++++
doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp | 16 ++++++++++++++
doc/examples/cmake-multiple-shared-libraries/tester-lib.h | 7 ++++++
doc/examples/cmake-multiple-shared-libraries/tester.cpp | 15 +++++++++++++
doc/examples/cmake-multiple-shared-libraries/trace.sh | 9 ++++++++
doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp | 6 ++++++
doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.h | 27 +++++++++++++++++++++++
12 files changed, 200 insertions(+)
More information about the lttng-dev
mailing list