descriptionLibrary to decode SWO trace data
homepage URLhttps://gitlab.zapb.de/zapb/libswo.git
repository URLhttps://gitlab.zapb.de/zapb/libswo.git
ownerdev@zapb.de
last changeThu, 17 Dec 2020 13:32:54 +0000 (17 14:32 +0100)
last refreshWed, 8 May 2024 13:02:17 +0000 (8 15:02 +0200)
content tags
add:
README.md

libswo

libswo is a shared library written in C to decode SWO trace data.

Requirements

libswo depends on the following packages:

If you're building libswo from Git, the following packets are additionally required:

Requirements for the C++ bindings:

Requirements for the Python bindings:

Building and installing

In order to get and build the latest Git version of libswo, run the following commands:

$ git clone https://gitlab.zapb.de/zapb/libswo.git
$ cd libswo
$ ./autogen.sh
$ ./configure
$ make

After make finishes without any errors, use the following command to install libswo:

$ make install

libswo is licensed under the terms of the GNU General Public License (GPL), version 3 or later. See COPYING file for details.

Website

<https://gitlab.zapb.de/zapb/libswo.git>

shortlog
2020-12-17 Marc SchinkPython: Use the standard library enum typemaster
2020-12-13 Marc SchinkUse a new package version scheme
2020-12-13 Marc Schinkpython/setup.py.in: Change author email
2020-12-13 Marc SchinkRemove trailing dot in log messages
2020-12-06 Marc SchinkHACKING: Update maintainer email
2020-12-06 Marc SchinkMakefile.am: Add README.md to EXTRA_DIST
2020-12-06 Marc SchinkMake autotools work with README.md
2020-12-06 Marc SchinkRename README to README.md
2020-12-06 Marc Schinkconfigure.ac: Update bug-report email
2020-12-06 Marc SchinkUpdate project URLs
2019-09-07 Marc SchinkDeclare variables in for-loops (C99-style)
2019-09-07 Marc Schinkconfigure.ac: Add AC_PROG_CC_C99
2019-09-07 Marc SchinkDrop Python 2 support
2017-10-16 Austin MortonC++: Remove "using namespace std"
2017-10-12 Marc SchinkBump package version to 0.2.0
2017-10-12 Marc SchinkNEWS: Update for 0.1.0 release0.1.0
...
tags
6 years ago 0.1.0 libswo 0.1.0 release
heads
3 years ago master