GSM Audio Pocket Knife
Go to file
Vadim Yanitskiy 5f941573b0 Use '#pragma once' instead of include guard
The most compilers today do support the '#pragma once', which is
designed to cause the current source file to be included only once
in a single compilation. One has several advantages, including:
less code, avoidance of name clashes, and sometimes improvement
in compilation speed.

See: https://en.wikipedia.org/wiki/Pragma_once for details.
2017-12-31 12:20:59 +01:00
contrib Add an 'osmo' prefix to the 'gapk' binary 2017-12-31 12:20:59 +01:00
include Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00
libgsmhr libgsmhr: Make it safe to decode/encode different streams at once 2015-12-30 11:55:03 +01:00
m4 Initial skeleton import 2010-10-24 10:22:06 +02:00
src Install GAPK headers to '${includedir}/osmocom/gapk/' 2017-12-31 12:20:59 +01:00
test Add an 'osmo' prefix to the 'gapk' binary 2017-12-31 12:20:59 +01:00
.gitignore Add an 'osmo' prefix to the 'gapk' binary 2017-12-31 12:20:59 +01:00
.gitreview Add git-review config 2017-12-29 21:48:18 +01:00
Makefile.am build: Use AM_CPPFLAGS in Makefile.am 2013-06-17 08:53:21 +02:00
configure.ac Install GAPK headers to '${includedir}/osmocom/gapk/' 2017-12-31 12:20:59 +01:00
git-version-gen add git-version-gen to auto-generate version from git repo tags 2015-11-05 21:25:32 +01:00
gpl-3.0.txt Initial skeleton import 2010-10-24 10:22:06 +02:00