linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add initial support for meson
@ 2022-12-21 17:08 Daniel Wagner
  2022-12-21 17:08 ` [PATCH v1 1/2] libtracecmd: " Daniel Wagner
  2022-12-21 17:08 ` [PATCH v1 2/2] trace-cmd: " Daniel Wagner
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Wagner @ 2022-12-21 17:08 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Steven Rostedt, Daniel Wagner

A first rough version of mesioning libtracecmd and trace-cmd. I've
created to meson project for this, as I understood the goal is to
split the code base into two pieces eventually. I think it would also
possible just to have one meson project which creates the binaries
which would propably make a few awkard hacks in this attempt go away,
e.g. trace-cmd wants statically build libtracecmd.

Daniel Wagner (2):
  libtracecmd: Add initial support for meson
  trace-cmd: Add initial support for meson

 Documentation/libtracecmd/list-txt.sh     |   5 +
 Documentation/libtracecmd/meson.build     | 115 ++++++++++++++++++++++
 Documentation/trace-cmd/list-txt.sh       |   5 +
 Documentation/trace-cmd/meson.build       | 115 ++++++++++++++++++++++
 lib/Documentation                         |   1 +
 lib/meson.build                           | 107 ++++++++++++++++++++
 lib/meson_options.txt                     |  23 +++++
 lib/trace-cmd/include/meson.build         |   5 +
 lib/trace-cmd/include/private/meson.build |  14 +++
 lib/trace-cmd/meson.build                 |  61 ++++++++++++
 meson.build                               | 112 +++++++++++++++++++++
 meson_options.txt                         |  25 +++++
 python/meson.build                        |  40 ++++++++
 tracecmd/meson.build                      |  47 +++++++++
 utest/meson.build                         |  18 ++++
 15 files changed, 693 insertions(+)
 create mode 100644 Documentation/libtracecmd/list-txt.sh
 create mode 100644 Documentation/libtracecmd/meson.build
 create mode 100644 Documentation/trace-cmd/list-txt.sh
 create mode 100644 Documentation/trace-cmd/meson.build
 create mode 120000 lib/Documentation
 create mode 100644 lib/meson.build
 create mode 100644 lib/meson_options.txt
 create mode 100644 lib/trace-cmd/include/meson.build
 create mode 100644 lib/trace-cmd/include/private/meson.build
 create mode 100644 lib/trace-cmd/meson.build
 create mode 100644 meson.build
 create mode 100644 meson_options.txt
 create mode 100644 python/meson.build
 create mode 100644 tracecmd/meson.build
 create mode 100644 utest/meson.build

-- 
2.39.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-12-24 17:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-21 17:08 [PATCH v1 0/2] Add initial support for meson Daniel Wagner
2022-12-21 17:08 ` [PATCH v1 1/2] libtracecmd: " Daniel Wagner
2022-12-21 17:08 ` [PATCH v1 2/2] trace-cmd: " Daniel Wagner
2022-12-23  5:03   ` Steven Rostedt
2022-12-23  7:32     ` Daniel Wagner
2022-12-23 17:08       ` Steven Rostedt
2022-12-24 10:36         ` Daniel Wagner
2022-12-24 17:28           ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).